mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 20:59:09 +01:00
20 lines
553 B
JSON
20 lines
553 B
JSON
|
{
|
||
|
"forge_marker": 1,
|
||
|
"defaults": {
|
||
|
"model": "minecraft:cube",
|
||
|
"textures": {
|
||
|
"particle": "naturesaura:blocks/animal_spawner",
|
||
|
"up": "naturesaura:blocks/animal_spawner_top",
|
||
|
"down": "naturesaura:blocks/animal_spawner_bottom",
|
||
|
"north": "#particle",
|
||
|
"east": "#particle",
|
||
|
"south": "#particle",
|
||
|
"west": "#particle"
|
||
|
},
|
||
|
"transform": "forge:default-block"
|
||
|
},
|
||
|
"variants": {
|
||
|
"normal": [{}],
|
||
|
"inventory": [{}]
|
||
|
}
|
||
|
}
|