HexCasting/Common/src/generated/resources/assets/hexcasting/models/block/circle/directrix/boolean/dim_true_south.json
2023-07-21 10:54:26 -05:00

12 lines
491 B
JSON

{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/boolean/left_true",
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/boolean/back_dim_true",
"up": "hexcasting:block/circle/directrix/boolean/top_true",
"west": "hexcasting:block/circle/directrix/boolean/right_true"
}
}