Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // item/fireberryBush.json
- {
- "parent": "pyromancy:block/fireberryBush",
- "display": {
- "thirdperson": {
- "rotation": [ 10, -45, 170 ],
- "translation": [ 0, 1.5, -2.75 ],
- "scale": [ 0.375, 0.375, 0.375 ]
- }
- }
- }
- // block/fireberryBush.json
- {
- "parent": "block/cube_tall",
- "textures": {
- "all": "pyromancy:blocks/fireberryBush"
- }
- }
- // blockstates/fireberryBush.json
- {
- "variants": {
- "normal": {"model": "pyromancy:fireberryBush"}
- }
- }
- // model/block/cube_tall.json
- { "parent": "block/block",
- "textures": {
- "particle": "#side"
- },
- "elements": [
- { "from": [ 0, 0, 0 ],
- "to": [ 14, 16, 14 ],
- "faces": {
- "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
- "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
- "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" },
- "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" },
- "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" },
- "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" }
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement