initialize pack
This commit is contained in:
commit
152921daea
4 changed files with 36 additions and 0 deletions
6
assets/nionidh/items/testitem.json
Normal file
6
assets/nionidh/items/testitem.json
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"model": {
|
||||||
|
"type": "minecraft:model",
|
||||||
|
"model": "nionidh:item/testitem"
|
||||||
|
}
|
||||||
|
}
|
||||||
22
assets/nionidh/models/item/testitem.json
Normal file
22
assets/nionidh/models/item/testitem.json
Normal 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"}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
assets/nionidh/textures/block/gold_block.png
Normal file
BIN
assets/nionidh/textures/block/gold_block.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 393 B |
8
pack.mcmeta
Normal file
8
pack.mcmeta
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"pack": {
|
||||||
|
"pack_format": 75,
|
||||||
|
"min_format": 75,
|
||||||
|
"max_format": 75,
|
||||||
|
"description": "Bread People Resources"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue