commit 152921daea5fd5601e54600579407ad5950d550e Author: Mona Mayrhofer Date: Fri Jan 2 15:16:40 2026 +0100 initialize pack 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 0000000..d9b5d0f Binary files /dev/null and b/assets/nionidh/textures/block/gold_block.png differ 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" + } +}