mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 23:46:04 +01:00
e902d269f4
- Reworked Particle Registry to fix sidedness issues - Removed some unused models, blocks and textures - Added missing loot tables - Fixed all models falsely inheriting from block/cube - Updated Forge - Restored server functionality
48 lines
2.0 KiB
JSON
48 lines
2.0 KiB
JSON
{
|
|
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
|
"parent": "block/block",
|
|
"textures": {
|
|
"0": "create:block/gearbox_top",
|
|
"1": "create:block/gearbox",
|
|
"particle": "create:block/gearbox_top"
|
|
},
|
|
"elements": [
|
|
{
|
|
"name": "Bottom",
|
|
"from": [ 0.0, 0.0, 0.0 ],
|
|
"to": [ 16.0, 2.0, 16.0 ],
|
|
"faces": {
|
|
"north": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
|
|
"east": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
|
|
"south": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
|
|
"west": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
|
|
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
|
|
"down": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
|
|
}
|
|
},
|
|
{
|
|
"name": "Core",
|
|
"from": [ 1.0, 2.0, 1.0 ],
|
|
"to": [ 15.0, 14.0, 15.0 ],
|
|
"faces": {
|
|
"north": { "texture": "#1", "uv": [ 1.0, 2.0, 15.0, 14.0 ] },
|
|
"east": { "texture": "#1", "uv": [ 1.0, 2.0, 15.0, 14.0 ] },
|
|
"south": { "texture": "#1", "uv": [ 1.0, 2.0, 15.0, 14.0 ] },
|
|
"west": { "texture": "#1", "uv": [ 1.0, 2.0, 15.0, 14.0 ] }
|
|
}
|
|
},
|
|
{
|
|
"name": "Top",
|
|
"from": [ 0.0, 14.0, 0.0 ],
|
|
"to": [ 16.0, 16.0, 16.0 ],
|
|
"faces": {
|
|
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 2.0 ] },
|
|
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 2.0 ] },
|
|
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 2.0 ] },
|
|
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 2.0 ] },
|
|
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
|
|
"down": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
|
|
}
|
|
}
|
|
]
|
|
} |