This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
Twine/src/main/resources/assets/twine/models/block/creative_item_spawner.json
TheBrokenRail 3ade8dd72f
All checks were successful
Twine/pipeline/head This commit looks good
Mobs Flee From End Rods; Add Creative Item Spawner; Improve Diviner Texture
2020-06-15 16:05:35 -04:00

12 lines
475 B
JSON

{
"parent": "minecraft:block/cube",
"textures": {
"particle": "twine:block/creative_item_spawner_side",
"down": "twine:block/creative_item_spawner_side",
"up": "twine:block/creative_item_spawner_side",
"north": "twine:block/creative_item_spawner_front",
"east": "twine:block/creative_item_spawner_side",
"south": "twine:block/creative_item_spawner_back",
"west": "twine:block/creative_item_spawner_side"
}
}