From 152921daea5fd5601e54600579407ad5950d550e Mon Sep 17 00:00:00 2001 From: Mona Mayrhofer Date: Fri, 2 Jan 2026 15:16:40 +0100 Subject: [PATCH] initialize pack --- assets/nionidh/items/testitem.json | 6 +++++ assets/nionidh/models/item/testitem.json | 22 +++++++++++++++++++ assets/nionidh/textures/block/gold_block.png | Bin 0 -> 393 bytes pack.mcmeta | 8 +++++++ 4 files changed, 36 insertions(+) create mode 100644 assets/nionidh/items/testitem.json create mode 100644 assets/nionidh/models/item/testitem.json create mode 100644 assets/nionidh/textures/block/gold_block.png create mode 100644 pack.mcmeta diff --git a/assets/nionidh/items/testitem.json b/assets/nionidh/items/testitem.json new file mode 100644 index 0000000..11b995d --- /dev/null +++ b/assets/nionidh/items/testitem.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "nionidh:item/testitem" + } +} diff --git a/assets/nionidh/models/item/testitem.json b/assets/nionidh/models/item/testitem.json new file mode 100644 index 0000000..f70e4e4 --- /dev/null +++ b/assets/nionidh/models/item/testitem.json @@ -0,0 +1,22 @@ +{ + "format_version": "1.21.11", + "credit": "Made with Blockbench", + "textures": { + "0": "nionidh:block/gold_block" + }, + "elements": [ + { + "from": [7, 0, 7], + "to": [9, 16, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]}, + "faces": { + "north": {"uv": [1, 0, 3, 16], "texture": "#0"}, + "east": {"uv": [1, 0, 3, 16], "texture": "#0"}, + "south": {"uv": [1, 0, 3, 16], "texture": "#0"}, + "west": {"uv": [1, 0, 3, 16], "texture": "#0"}, + "up": {"uv": [6, 7, 8, 9], "texture": "#0"}, + "down": {"uv": [6, 7, 8, 9], "texture": "#0"} + } + } + ] +} \ No newline at end of file diff --git a/assets/nionidh/textures/block/gold_block.png b/assets/nionidh/textures/block/gold_block.png new file mode 100644 index 0000000000000000000000000000000000000000..d9b5d0f404d8cbe922fc9ae2cc8c18c2c0f328c6 GIT binary patch literal 393 zcmV;40e1e0P)b+MTzxlW^-SX=#;&$TWtt>hGnUDDy-9I<(4vGDLMLe56w5WW>_?PqW z`ic4cjRip4#S4?c$X+}ut}Ir{IsAR+6=;<-MmI%mBPGM^N(nuBKnc-l(xa;q?Ws0B z#}(C9r2#-0Y}g#5O*XYEZ@H{1??~FY1X{EKD(C|<`yK+iWe;U0VpBhkrTOdxy2}*} z&SWrlCR!)a)TV<1gFa1*fXg(Ad$Z>977^O&YU3nRw7L}OjNwpQ^rnwzQkoT%=%9m# zf(5v4vVJD|J5YUSENsDBDB!%lzhr8A=ng9H4R7$^KNk}mA;ZWd5rJS2Tg?l(+5rFn n|NjB+fIt8M00v1!K~w_(hsoKiNo-6N00000NkvXXu0mjfmIJ6E literal 0 HcmV?d00001 diff --git a/pack.mcmeta b/pack.mcmeta new file mode 100644 index 0000000..d43db73 --- /dev/null +++ b/pack.mcmeta @@ -0,0 +1,8 @@ +{ + "pack": { + "pack_format": 75, + "min_format": 75, + "max_format": 75, + "description": "Bread People Resources" + } +}