Skip to content

Instantly share code, notes, and snippets.

Created July 27, 2017 02:36
{
"parent": "block/block",
"textures": {
"0": "rpgmod:blocks/spider_egg"
},
"display": {
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.625, 0.625, 0.625 ]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 0],
"scale":[ 0.25, 0.25, 0.25 ]
},
"fixed": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.5, 0.5, 0.5 ]
},
"thirdperson_righthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 2.5, 0],
"scale": [ 0.375, 0.375, 0.375 ]
},
"firstperson_righthand": {
"rotation": [ 0, 45, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 225, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
}
},
"elements": [
{
"name": "base1",
"from": [ 3.0, 0.0, 3.0 ],
"to": [ 13.0, 1.0, 13.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 4.0, 15.0, 14.0, 16.0 ] },
"east": { "texture": "#0", "uv": [ 3.0, 15.0, 13.0, 16.0 ] },
"south": { "texture": "#0", "uv": [ 3.0, 15.0, 13.0, 16.0 ] },
"west": { "texture": "#0", "uv": [ 3.0, 15.0, 13.0, 16.0 ] },
"up": { "texture": "#-1", "uv": [ 0.0, 1.0, 10.0, 11.0 ] },
"down": { "texture": "#0", "uv": [ 0.0, 0.0, 10.0, 10.0 ] }
}
},
{
"name": "base2",
"from": [ 2.0, 1.0, 2.0 ],
"to": [ 14.0, 8.0, 14.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 2.0, 8.0, 14.0, 15.0 ] },
"east": { "texture": "#0", "uv": [ 2.0, 8.0, 14.0, 15.0 ] },
"south": { "texture": "#0", "uv": [ 2.0, 8.0, 14.0, 15.0 ] },
"west": { "texture": "#0", "uv": [ 2.0, 8.0, 14.0, 15.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 12.0, 12.0 ] },
"down": { "texture": "#0", "uv": [ 0.0, 0.0, 12.0, 12.0 ] }
}
},
{
"name": "base3",
"from": [ 3.0, 8.0, 3.0 ],
"to": [ 13.0, 10.0, 13.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 3.0, 6.0, 13.0, 8.0 ] },
"east": { "texture": "#0", "uv": [ 3.0, 6.0, 13.0, 8.0 ] },
"south": { "texture": "#0", "uv": [ 3.0, 6.0, 13.0, 8.0 ] },
"west": { "texture": "#0", "uv": [ 3.0, 6.0, 13.0, 8.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 10.0, 10.0 ] },
"down": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 10.0 ] }
}
},
{
"name": "base4",
"from": [ 5.0, 10.0, 5.0 ],
"to": [ 11.0, 11.0, 11.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 5.0, 5.0, 11.0, 6.0 ] },
"east": { "texture": "#0", "uv": [ 5.0, 5.0, 11.0, 6.0 ] },
"south": { "texture": "#0", "uv": [ 5.0, 5.0, 11.0, 6.0 ] },
"west": { "texture": "#0", "uv": [ 5.0, 5.0, 11.0, 6.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 6.0, 6.0 ] },
"down": { "texture": "#-1", "uv": [ 0.0, 0.0, 6.0, 6.0 ] }
}
}
]
}
{
"parent": "rpgmod:block/spider_egg"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment