initialize pack

This commit is contained in:
Mona Mayrhofer 2026-01-02 15:16:40 +01:00
commit 152921daea
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 374AB152BDEBA1AE
4 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "nionidh:item/testitem"
}
}

View file

@ -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"}
}
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

8
pack.mcmeta Normal file
View file

@ -0,0 +1,8 @@
{
"pack": {
"pack_format": 75,
"min_format": 75,
"max_format": 75,
"description": "Bread People Resources"
}
}