CreateMod/src/main/resources/assets/create/models/block/bars/side_alt.json
simibubi 5eea1cac70 Copycant
- Fixed Elevator Contraptions misaligning with their contacts after switching target floor mid-travel
- Fixed crash when placing a clipboard into replaceable blocks mid-air
- Fixed a typo in Smart Observer ponder scene
- Fixed funnel flaps being offset to the side when flywheel is disabled
- Fixed dyed valve handle using incorrect block particle textures
- Fixed copycat blocks able to take on invalid materials through the use of data commands
- Copycat blocks no longer retain nbt contents of their contained material's item when loaded from a schematic
- Fixed pipe connector attachments missing textures on some orientations
- Players can now sneak-pick to receive the copycat block itself, rather than its applied material
- Fixed value input screen not closing correctly when 'use' keybind is not on its default setting
- Deployers no longer fail to activate bearings and other components with value input slots
- Fixed an incompatibility between legacy copper pack and xycraft override
- Fixed netherite diving suit not protecting from fire damage when Quark is installed
- Attempt to fix lighting issues with elevator contacts
- Schematic and Quill no longer displays the full directory path in its confirmation message
- Fixed z-fighting on metal bars models
2023-05-23 21:26:59 +02:00

40 lines
1.3 KiB
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "block/iron_bars",
"bars": "block/iron_bars",
"edge": "block/iron_bars"
},
"elements": [
{ "from": [ 8, 0, 8 ],
"to": [ 8, 16, 16 ],
"faces": {
"west": { "uv": [ 8, 0, 0, 16 ], "texture": "#bars" },
"east": { "uv": [ 0, 0, 8, 16 ], "texture": "#bars" }
}
},
{ "from": [ 7, 0, 9 ],
"to": [ 9, 16, 16 ],
"faces": {
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" },
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
}
},
{ "from": [ 7, 0.05, 9 ],
"to": [ 9, 0.05, 16 ],
"faces": {
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
}
},
{ "from": [ 7, 15.95, 9 ],
"to": [ 9, 15.95, 16 ],
"faces": {
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
}
}
]
}