Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- samPlant.json block state
- {
- "variants": {
- "age=0": { "model": "wuppy29_samsmod:samPlant_stage0" },
- "age=1": { "model": "wuppy29_samsmod:samPlant_stage1" },
- "age=2": { "model": "wuppy29_samsmod:samPlant_stage2" }
- }
- }
- samPlant_stage0 block model
- {
- "parent": "block/cross",
- "textures": {
- "cross": "wuppy29_samsmod:blocks/samPlant0"
- }
- }
- samPlant item model
- {
- "parent": "wuppy29_samsmod:block/samPlant_stage0",
- "textures": {
- "layer0": "wuppy29_samsmod:blocks/samPlant0"
- },
- "display": {
- "thirdperson": {
- "rotation": [ -90, 0, 0 ],
- "translation": [ 0, 1, -3 ],
- "scale": [ 0.55, 0.55, 0.55 ]
- },
- "firstperson": {
- "rotation": [ 0, -135, 25 ],
- "translation": [ 0, 4, 2 ],
- "scale": [ 1.7, 1.7, 1.7 ]
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement