Fix blockstates json

This commit is contained in:
Snownee 2020-05-07 22:19:06 +08:00
parent 0c2a33861e
commit 9b8c985b2b
58 changed files with 360 additions and 636 deletions

View File

@ -1,15 +1,12 @@
{ {
"forge_marker": 1,
"variants": { "variants": {
"belt": { "belt=true,facing=south": { "model": "create:block/funnel/horizontal_belt", "y": 180 },
"true": { "model": "create:block/funnel/horizontal_belt" }, "belt=true,facing=east": { "model": "create:block/funnel/horizontal_belt", "y": 90 },
"false": { "model": "create:block/funnel/horizontal" } "belt=true,facing=north": { "model": "create:block/funnel/horizontal_belt" },
}, "belt=true,facing=west": { "model": "create:block/funnel/horizontal_belt", "y": 270 },
"facing": { "belt=false,facing=south": { "model": "create:block/funnel/horizontal_belt", "y": 180 },
"south": { "y": 180 }, "belt=false,facing=east": { "model": "create:block/funnel/horizontal_belt", "y": 90 },
"east": { "y": 90 }, "belt=false,facing=north": { "model": "create:block/funnel/horizontal_belt" },
"north": { "y": 0 }, "belt=false,facing=west": { "model": "create:block/funnel/horizontal_belt", "y": 270 }
"west": { "y": 270 }
}
} }
} }

View File

@ -1,18 +1,20 @@
{ {
"forge_marker": 1,
"variants": { "variants": {
"shape": { "shape=straight,axis=x": { "model": "create:block/belt_tunnel/straight" },
"straight": { "model": "create:block/belt_tunnel/straight" }, "shape=window,axis=x": { "model": "create:block/belt_tunnel/straight_windowed" },
"window": { "model": "create:block/belt_tunnel/straight_windowed" }, "shape=halfshade,axis=x": { "model": "create:block/belt_tunnel/straight_halfshade" },
"halfshade": { "model": "create:block/belt_tunnel/straight_halfshade" }, "shape=fullshade,axis=x": { "model": "create:block/belt_tunnel/straight_fullshade" },
"fullshade": { "model": "create:block/belt_tunnel/straight_fullshade" }, "shape=t_left,axis=x": { "model": "create:block/belt_tunnel/t_left" },
"t_left": { "model": "create:block/belt_tunnel/t_left" }, "shape=t_right,axis=x": { "model": "create:block/belt_tunnel/t_right" },
"t_right": { "model": "create:block/belt_tunnel/t_right" }, "shape=cross,axis=x": { "model": "create:block/belt_tunnel/cross" },
"cross": { "model": "create:block/belt_tunnel/cross" }
}, "shape=straight,axis=z": { "model": "create:block/belt_tunnel/straight", "y": 90 },
"axis": { "shape=window,axis=z": { "model": "create:block/belt_tunnel/straight_windowed", "y": 90 },
"x": { }, "shape=halfshade,axis=z": { "model": "create:block/belt_tunnel/straight_halfshade", "y": 90 },
"z": { "y": 90 } "shape=fullshade,axis=z": { "model": "create:block/belt_tunnel/straight_fullshade", "y": 90 },
"shape=t_left,axis=z": { "model": "create:block/belt_tunnel/t_left", "y": 90 },
"shape=t_right,axis=z": { "model": "create:block/belt_tunnel/t_right", "y": 90 },
"shape=cross,axis=z": { "model": "create:block/belt_tunnel/cross", "y": 90 }
} }
} }
} }

View File

@ -1,16 +1,10 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/bearing/clockwork"
},
"variants": { "variants": {
"facing" : { "facing=up" : { "model": "create:block/bearing/clockwork" },
"up" : { }, "facing=down" : { "model": "create:block/bearing/clockwork", "x": 180 },
"down" : { "x": 180 }, "facing=north" : { "model": "create:block/bearing/clockwork", "x": 90 },
"north" : { "x": 90 }, "facing=east" : { "model": "create:block/bearing/clockwork", "x": 90, "y": 90 },
"east" : { "x": 90, "y": 90 }, "facing=south" : { "model": "create:block/bearing/clockwork", "x": 90, "y": 180 },
"south" : { "x": 90, "y": 180 }, "facing=west" : { "model": "create:block/bearing/clockwork", "x": 90, "y": 270 }
"west" : { "x": 90, "y": 270 }
}
} }
} }

View File

@ -1,15 +1,13 @@
{ {
"forge_marker": 1,
"variants": { "variants": {
"age": { "age=0,axis=y": { "model": "create:block/cocoa_log_0" },
"0": { "model": "create:block/cocoa_log_0" }, "age=1,axis=y": { "model": "create:block/cocoa_log_1" },
"1": { "model": "create:block/cocoa_log_1" }, "age=2,axis=y": { "model": "create:block/cocoa_log_2" },
"2": { "model": "create:block/cocoa_log_2" } "age=0,axis=x": { "model": "create:block/cocoa_log_0", "x": 90, "y": 90 },
}, "age=1,axis=x": { "model": "create:block/cocoa_log_1", "x": 90, "y": 90 },
"axis": { "age=2,axis=x": { "model": "create:block/cocoa_log_2", "x": 90, "y": 90 },
"y": {}, "age=0,axis=z": { "model": "create:block/cocoa_log_0", "x": 90 },
"x": { "x": 90, "y": 90 }, "age=1,axis=z": { "model": "create:block/cocoa_log_1", "x": 90 },
"z": { "x": 90 } "age=2,axis=z": { "model": "create:block/cocoa_log_2", "x": 90 }
}
} }
} }

View File

@ -1,15 +1,12 @@
{ {
"forge_marker": 1, "variants": {
"variants": { "oxidization=0": { "model": "create:block/oxidized/copper_block/0" },
"oxidization": { "oxidization=1": { "model": "create:block/oxidized/copper_block/1" },
"0": { "model": "create:block/oxidized/copper_block/0" }, "oxidization=2": { "model": "create:block/oxidized/copper_block/2" },
"1": { "model": "create:block/oxidized/copper_block/1" }, "oxidization=3": { "model": "create:block/oxidized/copper_block/3" },
"2": { "model": "create:block/oxidized/copper_block/2" }, "oxidization=4": { "model": "create:block/oxidized/copper_block/4" },
"3": { "model": "create:block/oxidized/copper_block/3" }, "oxidization=5": { "model": "create:block/oxidized/copper_block/5" },
"4": { "model": "create:block/oxidized/copper_block/4" }, "oxidization=6": { "model": "create:block/oxidized/copper_block/6" },
"5": { "model": "create:block/oxidized/copper_block/5" }, "oxidization=7": { "model": "create:block/oxidized/copper_block/7" }
"6": { "model": "create:block/oxidized/copper_block/6" },
"7": { "model": "create:block/oxidized/copper_block/7" }
}
} }
} }

View File

@ -1,15 +1,12 @@
{ {
"forge_marker": 1, "variants": {
"variants": { "oxidization=0": { "model": "create:block/oxidized/copper_ore/0" },
"oxidization": { "oxidization=1": { "model": "create:block/oxidized/copper_ore/1" },
"0": { "model": "create:block/oxidized/copper_ore/0" }, "oxidization=2": { "model": "create:block/oxidized/copper_ore/2" },
"1": { "model": "create:block/oxidized/copper_ore/1" }, "oxidization=3": { "model": "create:block/oxidized/copper_ore/3" },
"2": { "model": "create:block/oxidized/copper_ore/2" }, "oxidization=4": { "model": "create:block/oxidized/copper_ore/4" },
"3": { "model": "create:block/oxidized/copper_ore/3" }, "oxidization=5": { "model": "create:block/oxidized/copper_ore/5" },
"4": { "model": "create:block/oxidized/copper_ore/4" }, "oxidization=6": { "model": "create:block/oxidized/copper_ore/6" },
"5": { "model": "create:block/oxidized/copper_ore/5" }, "oxidization=7": { "model": "create:block/oxidized/copper_ore/7" }
"6": { "model": "create:block/oxidized/copper_ore/6" },
"7": { "model": "create:block/oxidized/copper_ore/7" }
}
} }
} }

View File

@ -1,15 +1,12 @@
{ {
"forge_marker": 1, "variants": {
"variants": { "oxidization=0": { "model": "create:block/oxidized/copper_shingles/0" },
"oxidization": { "oxidization=1": { "model": "create:block/oxidized/copper_shingles/1" },
"0": { "model": "create:block/oxidized/copper_shingles/0" }, "oxidization=2": { "model": "create:block/oxidized/copper_shingles/2" },
"1": { "model": "create:block/oxidized/copper_shingles/1" }, "oxidization=3": { "model": "create:block/oxidized/copper_shingles/3" },
"2": { "model": "create:block/oxidized/copper_shingles/2" }, "oxidization=4": { "model": "create:block/oxidized/copper_shingles/4" },
"3": { "model": "create:block/oxidized/copper_shingles/3" }, "oxidization=5": { "model": "create:block/oxidized/copper_shingles/5" },
"4": { "model": "create:block/oxidized/copper_shingles/4" }, "oxidization=6": { "model": "create:block/oxidized/copper_shingles/6" },
"5": { "model": "create:block/oxidized/copper_shingles/5" }, "oxidization=7": { "model": "create:block/oxidized/copper_shingles/7" }
"6": { "model": "create:block/oxidized/copper_shingles/6" },
"7": { "model": "create:block/oxidized/copper_shingles/7" }
}
} }
} }

View File

@ -1,14 +1,8 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/cuckoo_clock/casing"
},
"variants": { "variants": {
"facing": { "facing=north": { "model": "create:block/cuckoo_clock/casing", "y": 90 },
"north": { "y": 90 }, "facing=south": { "model": "create:block/cuckoo_clock/casing", "y": 270 },
"south": { "y": 270 }, "facing=east": { "model": "create:block/cuckoo_clock/casing", "y": 180 },
"east": { "y": 180 }, "facing=west": { "model": "create:block/cuckoo_clock/casing", "y": 0 }
"west": { "y": 0 }
} }
} }
}

View File

@ -1,13 +1,7 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "type=top": { "model":"create:block/palettes/dark_scoria_bricks_slab_top" },
"uvlock": true "type=bottom": { "model":"create:block/palettes/dark_scoria_bricks_slab" },
}, "type=double": { "model":"create:block/palettes/dark_scoria_bricks" }
"variants": { }
"type": { }
"top": { "model":"create:block/palettes/dark_scoria_bricks_slab_top" },
"bottom": { "model":"create:block/palettes/dark_scoria_bricks_slab" },
"double": { "model":"create:block/palettes/dark_scoria_bricks" }
}
}
}

View File

@ -1,13 +1,7 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "type=top": { "model":"create:block/palettes/dark_scoria_tiles_slab_top" },
"uvlock": true "type=bottom": { "model":"create:block/palettes/dark_scoria_tiles_slab" },
}, "type=double": { "model":"create:block/palettes/dark_scoria_tiles" }
"variants": { }
"type": { }
"top": { "model":"create:block/palettes/dark_scoria_tiles_slab_top" },
"bottom": { "model":"create:block/palettes/dark_scoria_tiles_slab" },
"double": { "model":"create:block/palettes/dark_scoria_tiles" }
}
}
}

View File

@ -1,13 +1,7 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "type=top": { "model":"create:block/palettes/dolomite_bricks_slab_top" },
"uvlock": true "type=bottom": { "model":"create:block/palettes/dolomite_bricks_slab" },
}, "type=double": { "model":"create:block/palettes/dolomite_bricks" }
"variants": { }
"type": { }
"top": { "model":"create:block/palettes/dolomite_bricks_slab_top" },
"bottom": { "model":"create:block/palettes/dolomite_bricks_slab" },
"double": { "model":"create:block/palettes/dolomite_bricks" }
}
}
}

View File

@ -1,13 +1,7 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "type=top": { "model":"create:block/palettes/dolomite_slab_top" },
"uvlock": true "type=bottom": { "model":"create:block/palettes/dolomite_slab" },
}, "type=double": { "model":"create:block/palettes/dolomite" }
"variants": { }
"type": { }
"top": { "model":"create:block/palettes/dolomite_slab_top" },
"bottom": { "model":"create:block/palettes/dolomite_slab" },
"double": { "model":"create:block/palettes/dolomite" }
}
}
}

View File

@ -1,16 +1,10 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/drill_base"
},
"variants": { "variants": {
"facing": { "facing=north": { "model": "create:block/drill_base", "y": 180 },
"north": { "y": 180 }, "facing=south": { "model": "create:block/drill_base" },
"south": { }, "facing=west": { "model": "create:block/drill_base", "y": 90 },
"west": { "y": 90 }, "facing=up": { "model": "create:block/drill_base", "x": 90 },
"up": { "x": 90 }, "facing=down": { "model": "create:block/drill_base", "x": 270 },
"down": { "x": 270 }, "facing=east": { "model": "create:block/drill_base", "y": 270 }
"east": { "y": 270 }
}
} }
} }

View File

@ -1,16 +1,10 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/encased_fan/casing"
},
"variants": { "variants": {
"facing": { "facing=north": { "model": "create:block/encased_fan/casing", "y": 0 },
"north": { "y": 0 }, "facing=south": { "model": "create:block/encased_fan/casing", "y": 180 },
"south": { "y": 180 }, "facing=west": { "model": "create:block/encased_fan/casing", "y": 270 },
"west": { "y": 270 }, "facing=up": { "model": "create:block/encased_fan/casing", "x": 270 },
"up": { "x": 270 }, "facing=down": { "model": "create:block/encased_fan/casing", "x": 90 },
"down": { "x": 90 }, "facing=east": { "model": "create:block/encased_fan/casing", "y": 90 }
"east": { "y": 90 }
}
} }
} }

View File

@ -1,18 +1,16 @@
{ {
"forge_marker": 1,
"defaults": {
},
"variants": { "variants": {
"facing": { "connection=none,facing=north": { "model": "create:block/flywheel/casing_no_connection", "y": 270 },
"north": { "y": 270 }, "connection=none,facing=south": { "model": "create:block/flywheel/casing_no_connection", "y": 90 },
"south": { "y": 90 }, "connection=none,facing=east": { "model": "create:block/flywheel/casing_no_connection", "y": 0 },
"east": { "y": 0 }, "connection=none,facing=west": { "model": "create:block/flywheel/casing_no_connection", "y": 180 },
"west": { "y": 180 } "connection=left,facing=north": { "model": "create:block/flywheel/casing_left", "y": 270 },
}, "connection=left,facing=south": { "model": "create:block/flywheel/casing_left", "y": 90 },
"connection": { "connection=left,facing=east": { "model": "create:block/flywheel/casing_left", "y": 0 },
"none": { "model": "create:block/flywheel/casing_no_connection" }, "connection=left,facing=west": { "model": "create:block/flywheel/casing_left", "y": 180 },
"left": { "model": "create:block/flywheel/casing_left" }, "connection=right,facing=north": { "model": "create:block/flywheel/casing_right", "y": 270 },
"right": { "model": "create:block/flywheel/casing_right" } "connection=right,facing=south": { "model": "create:block/flywheel/casing_right", "y": 90 },
"connection=right,facing=east": { "model": "create:block/flywheel/casing_right", "y": 0 },
"connection=right,facing=west": { "model": "create:block/flywheel/casing_right", "y": 180 }
} }
} }
}

View File

@ -1,14 +1,8 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/furnace_engine/body"
},
"variants": { "variants": {
"facing": { "facing=north": { "model": "create:block/furnace_engine/body", "y": 180 },
"north": { "y": 180 }, "facing=south": { "model": "create:block/furnace_engine/body", "y": 0 },
"south": { "y": 0 }, "facing=west": { "model": "create:block/furnace_engine/body", "y": 90 },
"west": { "y": 90 }, "facing=east": { "model": "create:block/furnace_engine/body", "y": 270 }
"east": { "y": 270 }
}
} }
} }

View File

@ -1,13 +1,7 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "type=top": { "model":"create:block/palettes/gabbro_slab_top" },
"uvlock": true "type=bottom": { "model":"create:block/palettes/gabbro_slab" },
}, "type=double": { "model":"create:block/palettes/gabbro" }
"variants": { }
"type": { }
"top": { "model":"create:block/palettes/gabbro_slab_top" },
"bottom": { "model":"create:block/palettes/gabbro_slab" },
"double": { "model":"create:block/palettes/gabbro" }
}
}
}

View File

@ -1,11 +1,7 @@
{ {
"forgemarker": 1, "variants": {
"defaults": {
"model": "create:block/gearbox"
},
"variants": {
"axis=y": { "model": "create:block/gearbox" }, "axis=y": { "model": "create:block/gearbox" },
"axis=z": { "model": "create:block/gearbox", "x": 90 }, "axis=z": { "model": "create:block/gearbox", "x": 90 },
"axis=x": { "model": "create:block/gearbox", "x": 90, "y": 90 } "axis=x": { "model": "create:block/gearbox", "x": 90, "y": 90 }
} }
} }

View File

@ -1,16 +1,10 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/hand_crank/block"
},
"variants": { "variants": {
"facing": { "facing=north":{ "model": "create:block/hand_crank/block" },
"north": { "y": 0 }, "facing=south":{ "model": "create:block/hand_crank/block", "y": 180 },
"south": { "y": 180 }, "facing=west": { "model": "create:block/hand_crank/block", "y": 270 },
"west": { "y": 270 }, "facing=up": { "model": "create:block/hand_crank/block", "x": 270 },
"up": { "x": 270 }, "facing=down": { "model": "create:block/hand_crank/block", "x": 90 },
"down": { "x": 90 }, "facing=east": { "model": "create:block/hand_crank/block", "y": 90 }
"east": { "y": 90 }
}
} }
} }

View File

@ -1,14 +1,8 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/harvester"
},
"variants": { "variants": {
"facing": { "facing=north": { "model": "create:block/harvester", "y": 180 },
"north": { "y": 180 }, "facing=south": { "model": "create:block/harvester" },
"south": {}, "facing=east": { "model": "create:block/harvester", "y": 270 },
"east": { "y": 270 }, "facing=west": { "model": "create:block/harvester", "y": 90 }
"west": { "y": 90 }
}
} }
} }

View File

@ -1,13 +1,7 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "type=top": { "model":"create:block/palettes/limestone_bricks_slab_top" },
"uvlock": true "type=bottom": { "model":"create:block/palettes/limestone_bricks_slab" },
}, "type=double": { "model":"create:block/palettes/limestone_bricks" }
"variants": { }
"type": { }
"top": { "model":"create:block/palettes/limestone_bricks_slab_top" },
"bottom": { "model":"create:block/palettes/limestone_bricks_slab" },
"double": { "model":"create:block/palettes/limestone_bricks" }
}
}
}

View File

@ -1,13 +1,7 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "type=top": { "model":"create:block/palettes/limestone_slab_top" },
"uvlock": true "type=bottom": { "model":"create:block/palettes/limestone_slab" },
}, "type=double": { "model":"create:block/palettes/limestone" }
"variants": {
"type": {
"top": { "model":"create:block/palettes/limestone_slab_top" },
"bottom": { "model":"create:block/palettes/limestone_slab" },
"double": { "model":"create:block/palettes/limestone" }
}
} }
} }

View File

@ -1,15 +1,13 @@
{ {
"forge_marker": 1,
"variants": { "variants": {
"powered": { "powered=true,facing=south": { "model": "create:block/extractor/horizontal_wireless_powered", "y": 180 },
"true": { "model": "create:block/extractor/horizontal_wireless_powered" }, "powered=true,facing=east": { "model": "create:block/extractor/horizontal_wireless_powered", "y": 90 },
"false": { "model": "create:block/extractor/horizontal_wireless" } "powered=true,facing=north": { "model": "create:block/extractor/horizontal_wireless_powered", "y": 0 },
}, "powered=true,facing=west": { "model": "create:block/extractor/horizontal_wireless_powered", "y": 270 },
"facing": {
"south": { "y": 180 }, "powered=false,facing=south": { "model": "create:block/extractor/horizontal_wireless", "y": 180 },
"east": { "y": 90 }, "powered=false,facing=east": { "model": "create:block/extractor/horizontal_wireless", "y": 90 },
"north": { "y": 0 }, "powered=false,facing=north": { "model": "create:block/extractor/horizontal_wireless", "y": 0 },
"west": { "y": 270 } "powered=false,facing=west": { "model": "create:block/extractor/horizontal_wireless", "y": 270 }
}
} }
} }

View File

@ -1,23 +1,10 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/logistical_controller"
},
"variants": { "variants": {
"type": { "facing=north": { "model": "create:block/logistical_controller", "y": 180 },
"storage": { }, "facing=south": { "model": "create:block/logistical_controller" },
"calculation": { }, "facing=west": { "model": "create:block/logistical_controller", "y": 90 },
"supply": { }, "facing=up": { "model": "create:block/logistical_controller", "x": 90 },
"transactions": { }, "facing=down": { "model": "create:block/logistical_controller", "x": 270 },
"request": { } "facing=east": { "model": "create:block/logistical_controller", "y": 270 }
},
"facing": {
"north": { "y": 180 },
"south": { },
"west": { "y": 90 },
"up": { "x": 90 },
"down": { "x": 270 },
"east": { "y": 270 }
}
} }
} }

View File

@ -1,14 +1,8 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "facing=north": { "model": "create:block/logistical_index", "y": 180 },
"model": "create:block/logistical_index" "facing=south": { "model": "create:block/logistical_index" },
}, "facing=east": { "model": "create:block/logistical_index", "y": 270 },
"variants": { "facing=west": { "model": "create:block/logistical_index", "y": 90 }
"facing": {
"north": { "y": 180 },
"south": { },
"east": { "y": 270 },
"west": { "y": 90 }
}
} }
} }

View File

@ -1,14 +1,8 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "facing=north": { "model": "create:block/logisticians_table", "y": 180 },
"model": "create:block/logisticians_table" "facing=south": { "model": "create:block/logisticians_table" },
}, "facing=east": { "model": "create:block/logisticians_table", "y": 270 },
"variants": { "facing=west": { "model": "create:block/logisticians_table", "y": 90 }
"facing": {
"north": { "y": 180 },
"south": { },
"east": { "y": 270 },
"west": { "y": 90 }
}
} }
} }

View File

@ -1,16 +1,10 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "facing=up" : { "model": "create:block/bearing/regular" },
"model": "create:block/bearing/regular" "facing=down" : { "model": "create:block/bearing/regular", "x": 180 },
}, "facing=north" : { "model": "create:block/bearing/regular", "x": 90 },
"variants": { "facing=east" : { "model": "create:block/bearing/regular", "x": 90, "y": 90 },
"facing" : { "facing=south" : { "model": "create:block/bearing/regular", "x": 90, "y": 180 },
"up" : { }, "facing=west" : { "model": "create:block/bearing/regular", "x": 90, "y": 270 }
"down" : { "x": 180 },
"north" : { "x": 90 },
"east" : { "x": 90, "y": 90 },
"south" : { "x": 90, "y": 180 },
"west" : { "x": 90, "y": 270 }
}
} }
} }

View File

@ -1,20 +1,8 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/crafter/casing"
},
"variants": { "variants": {
"pointing": { "facing=north": { "model": "create:block/crafter/casing", "y": 90 },
"up": {}, "facing=south": { "model": "create:block/crafter/casing", "y": 270 },
"left": {}, "facing=west": { "model": "create:block/crafter/casing", "y": 0 },
"down": {}, "facing=east": { "model": "create:block/crafter/casing", "y": 180 }
"right": {}
},
"facing": {
"north": { "y": 90 },
"south": { "y": 270 },
"west": { "y": 0 },
"east": { "y": 180 }
}
} }
} }

View File

@ -1,21 +1,17 @@
{ {
"forgemarker": 1, "variants": {
"defaults": { "type=normal,facing=south": { "model": "create:block/mechanical_piston_head", "x": 90, "y": 180 },
"model": "create:block/mechanical_piston_head"
},
"variants": {
"type=normal,facing=south": { "model": "create:block/mechanical_piston_head", "x": 90, "y": 180 },
"type=normal,facing=north": { "model": "create:block/mechanical_piston_head", "x": 90 }, "type=normal,facing=north": { "model": "create:block/mechanical_piston_head", "x": 90 },
"type=normal,facing=west": { "model": "create:block/mechanical_piston_head", "x": 90, "y": 270 }, "type=normal,facing=west": { "model": "create:block/mechanical_piston_head", "x": 90, "y": 270 },
"type=normal,facing=up": { "model": "create:block/mechanical_piston_head" }, "type=normal,facing=up": { "model": "create:block/mechanical_piston_head" },
"type=normal,facing=down": { "model": "create:block/mechanical_piston_head", "x": 180 }, "type=normal,facing=down": { "model": "create:block/mechanical_piston_head", "x": 180 },
"type=normal,facing=east": { "model": "create:block/mechanical_piston_head", "x": 90, "y": 90 }, "type=normal,facing=east": { "model": "create:block/mechanical_piston_head", "x": 90, "y": 90 },
"type=sticky,facing=south": { "model": "create:block/mechanical_piston_head_sticky", "x": 90, "y": 180 }, "type=sticky,facing=south": { "model": "create:block/mechanical_piston_head_sticky", "x": 90, "y": 180 },
"type=sticky,facing=north": { "model": "create:block/mechanical_piston_head_sticky", "x": 90 }, "type=sticky,facing=north": { "model": "create:block/mechanical_piston_head_sticky", "x": 90 },
"type=sticky,facing=west": { "model": "create:block/mechanical_piston_head_sticky", "x": 90, "y": 270 }, "type=sticky,facing=west": { "model": "create:block/mechanical_piston_head_sticky", "x": 90, "y": 270 },
"type=sticky,facing=up": { "model": "create:block/mechanical_piston_head_sticky" }, "type=sticky,facing=up": { "model": "create:block/mechanical_piston_head_sticky" },
"type=sticky,facing=down": { "model": "create:block/mechanical_piston_head_sticky", "x": 180 }, "type=sticky,facing=down": { "model": "create:block/mechanical_piston_head_sticky", "x": 180 },
"type=sticky,facing=east": { "model": "create:block/mechanical_piston_head_sticky", "x": 90, "y": 90 } "type=sticky,facing=east": { "model": "create:block/mechanical_piston_head_sticky", "x": 90, "y": 90 }
} }
} }

View File

@ -1,12 +1,6 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "axis=x": { "model": "create:block/minecart_anchor", "y": 90 },
"model": "create:block/minecart_anchor" "axis=z": { "model": "create:block/minecart_anchor" }
},
"variants": {
"axis": {
"x": { "y": 90 },
"z": { }
}
} }
} }

View File

@ -1,14 +1,8 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/cuckoo_clock/casing"
},
"variants": { "variants": {
"facing": { "facing=north": { "model": "create:block/cuckoo_clock/casing", "y": 90 },
"north": { "y": 90 }, "facing=south": { "model": "create:block/cuckoo_clock/casing", "y": 270 },
"south": { "y": 270 }, "facing=east": { "model": "create:block/cuckoo_clock/casing", "y": 180 },
"east": { "y": 180 }, "facing=west": { "model": "create:block/cuckoo_clock/casing", "y": 0 }
"west": { "y": 0 }
} }
} }
}

View File

@ -1,16 +1,10 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/nozzle/block"
},
"variants": { "variants": {
"facing": { "facing=north": { "model": "create:block/nozzle/block", "y": 0 },
"north": { "y": 0 }, "facing=south": { "model": "create:block/nozzle/block", "y": 180 },
"south": { "y": 180 }, "facing=west": { "model": "create:block/nozzle/block", "y": 270 },
"west": { "y": 270 }, "facing=up": { "model": "create:block/nozzle/block", "x": 270 },
"up": { "x": 270 }, "facing=down": { "model": "create:block/nozzle/block", "x": 90 },
"down": { "x": 90 }, "facing=east": { "model": "create:block/nozzle/block", "y": 90 }
"east": { "y": 90 }
}
} }
} }

View File

@ -1,16 +1,10 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/package_funnel"
},
"variants": { "variants": {
"facing": { "facing=north": { "model": "create:block/package_funnel", "y": 180 },
"north": { "y": 180 }, "facing=south": { "model": "create:block/package_funnel" },
"south": { }, "facing=west": { "model": "create:block/package_funnel", "y": 90 },
"west": { "y": 90 }, "facing=up": { "model": "create:block/package_funnel_vertical", "x": 90 },
"up": { "model": "create:block/package_funnel_vertical", "x": 90 }, "facing=down": { "model": "create:block/package_funnel_vertical", "x": 270 },
"down": { "model": "create:block/package_funnel_vertical", "x": 270 }, "facing=east": { "model": "create:block/package_funnel", "y": 270 }
"east": { "y": 270 }
}
} }
} }

View File

@ -1,13 +1,7 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "type=top": { "model":"create:block/palettes/paved_gabbro_bricks_slab_top" },
"uvlock": true "type=bottom": { "model":"create:block/palettes/paved_gabbro_bricks_slab" },
}, "type=double": { "model":"create:block/palettes/paved_gabbro_bricks" }
"variants": { }
"type": { }
"top": { "model":"create:block/palettes/paved_gabbro_bricks_slab_top" },
"bottom": { "model":"create:block/palettes/paved_gabbro_bricks_slab" },
"double": { "model":"create:block/palettes/paved_gabbro_bricks" }
}
}
}

View File

@ -1,10 +1,10 @@
{ {
"variants": { "variants": {
"facing=up": { "model": "create:block/mechanical_piston/pole" }, "facing=up": { "model": "create:block/mechanical_piston/pole" },
"facing=down": { "model": "create:block/mechanical_piston/pole" , "x": 180 }, "facing=down": { "model": "create:block/mechanical_piston/pole" , "x": 180 },
"facing=south": { "model": "create:block/mechanical_piston/pole", "x": 90, "y": 180 }, "facing=south": { "model": "create:block/mechanical_piston/pole", "x": 90, "y": 180 },
"facing=north": { "model": "create:block/mechanical_piston/pole", "x": 90, "y": 0 }, "facing=north": { "model": "create:block/mechanical_piston/pole", "x": 90, "y": 0 },
"facing=east": { "model": "create:block/mechanical_piston/pole", "x": 90, "y": 90 }, "facing=east": { "model": "create:block/mechanical_piston/pole", "x": 90, "y": 90 },
"facing=west": { "model": "create:block/mechanical_piston/pole", "x": 90, "y": 270 } "facing=west": { "model": "create:block/mechanical_piston/pole", "x": 90, "y": 270 }
} }
} }

View File

@ -1,14 +1,8 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "facing=north": { "model": "create:block/plough", "y": 180 },
"model": "create:block/plough" "facing=south": { "model": "create:block/plough" },
}, "facing=east": { "model": "create:block/plough", "y": 270 },
"variants": { "facing=west": { "model": "create:block/plough", "y": 90 }
"facing": {
"north": { "y": 180 },
"south": {},
"east": { "y": 270 },
"west": { "y": 90 }
}
} }
} }

View File

@ -1,13 +1,7 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "type=top": { "model":"create:block/palettes/polished_limestone_slab_top" },
"uvlock": true "type=bottom": { "model":"create:block/palettes/polished_limestone_slab" },
}, "type=double": { "model":"create:block/palettes/polished_limestone_double_slab" }
"variants": { }
"type": { }
"top": { "model":"create:block/palettes/polished_limestone_slab_top" },
"bottom": { "model":"create:block/palettes/polished_limestone_slab" },
"double": { "model":"create:block/palettes/polished_limestone_double_slab" }
}
}
}

View File

@ -1,13 +1,7 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "type=top": { "model":"create:block/palettes/polished_scoria_slab_top" },
"uvlock": true "type=bottom": { "model":"create:block/palettes/polished_scoria_slab" },
}, "type=double": { "model":"create:block/palettes/polished_scoria_double_slab" }
"variants": { }
"type": { }
"top": { "model":"create:block/palettes/polished_scoria_slab_top" },
"bottom": { "model":"create:block/palettes/polished_scoria_slab" },
"double": { "model":"create:block/palettes/polished_scoria_double_slab" }
}
}
}

View File

@ -1,13 +1,7 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "type=top": { "model":"create:block/palettes/polished_weathered_limestone_slab_top" },
"uvlock": true "type=bottom": { "model":"create:block/palettes/polished_weathered_limestone_slab" },
}, "type=double": { "model":"create:block/palettes/polished_weathered_limestone_double_slab" }
"variants": { }
"type": { }
"top": { "model":"create:block/palettes/polished_weathered_limestone_slab_top" },
"bottom": { "model":"create:block/palettes/polished_weathered_limestone_slab" },
"double": { "model":"create:block/palettes/polished_weathered_limestone_double_slab" }
}
}
}

View File

@ -1,16 +1,10 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/portable_storage_interface"
},
"variants": { "variants": {
"facing": { "facing=north": { "model": "create:block/portable_storage_interface", "x": 90 },
"north": { "x": 90 }, "facing=south": { "model": "create:block/portable_storage_interface", "x": 90, "y": 180 },
"south": { "x": 90, "y": 180 }, "facing=west": { "model": "create:block/portable_storage_interface", "x": 90, "y": 270 },
"west": { "x": 90, "y": 270 }, "facing=up": { "model": "create:block/portable_storage_interface" },
"up": { }, "facing=down": { "model": "create:block/portable_storage_interface", "x": 180 },
"down": { "x": 180 }, "facing=east": { "model": "create:block/portable_storage_interface", "x": 90, "y": 90 }
"east": { "x": 90, "y": 90 }
}
} }
} }

View File

@ -1,12 +1,6 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "axis=z": { "model": "create:block/pulley/casing" },
"model": "create:block/pulley/casing" "axis=x": { "model": "create:block/pulley/casing", "y": 90 }
},
"variants": {
"axis": {
"z": { },
"x": { "y": 90 }
}
} }
} }

View File

@ -1,12 +1,6 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "axis=z": { "model": "create:block/rotation_speed_controller" },
"model": "create:block/rotation_speed_controller" "axis=x": { "model": "create:block/rotation_speed_controller", "y": 90 }
},
"variants": {
"axis": {
"z": { },
"x": { "y": 90 }
}
} }
} }

View File

@ -1,13 +1,7 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "type=top": { "model":"create:block/palettes/scoria_slab_top" },
"uvlock": true "type=bottom": { "model":"create:block/palettes/scoria_slab" },
}, "type=double": { "model":"create:block/palettes/scoria" }
"variants": { }
"type": { }
"top": { "model":"create:block/palettes/scoria_slab_top" },
"bottom": { "model":"create:block/palettes/scoria_slab" },
"double": { "model":"create:block/palettes/scoria" }
}
}
}

View File

@ -1,5 +1,4 @@
{ {
"forge_marker": 1,
"variants": { "variants": {
"facing=east,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 0, "y": 0 }, "facing=east,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 0, "y": 0 },
"facing=west,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 0, "y": 180 }, "facing=west,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 0, "y": 180 },
@ -7,12 +6,12 @@
"facing=down,axis_along_first=false": { "model": "create:block/gauge/base", "x": 180, "y": 0 }, "facing=down,axis_along_first=false": { "model": "create:block/gauge/base", "x": 180, "y": 0 },
"facing=south,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 90, "y": 90 }, "facing=south,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 90, "y": 90 },
"facing=north,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 90, "y": 270 }, "facing=north,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 90, "y": 270 },
"facing=east,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 90, "y": 0 }, "facing=east,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 90, "y": 0 },
"facing=west,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 90, "y": 180 }, "facing=west,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 90, "y": 180 },
"facing=up,axis_along_first=true": { "model": "create:block/gauge/base", "x": 0, "y": 90 }, "facing=up,axis_along_first=true": { "model": "create:block/gauge/base", "x": 0, "y": 90 },
"facing=down,axis_along_first=true": { "model": "create:block/gauge/base", "x": 180, "y": 90 }, "facing=down,axis_along_first=true": { "model": "create:block/gauge/base", "x": 180, "y": 90 },
"facing=south,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 0, "y": 90 }, "facing=south,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 0, "y": 90 },
"facing=north,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 0, "y": 270 } "facing=north,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 0, "y": 270 }
} }
} }

View File

@ -1,8 +1,4 @@
{ {
"forgemarker": 1,
"defaults": {
"model": "create:block/mechanical_piston_sticky"
},
"variants": { "variants": {
"axis_along_first=false,state=retracted,facing=south": { "model": "create:block/mechanical_piston_sticky", "x": 90, "y": 180 }, "axis_along_first=false,state=retracted,facing=south": { "model": "create:block/mechanical_piston_sticky", "x": 90, "y": 180 },
"axis_along_first=false,state=retracted,facing=north": { "model": "create:block/mechanical_piston_sticky", "x": 90 }, "axis_along_first=false,state=retracted,facing=north": { "model": "create:block/mechanical_piston_sticky", "x": 90 },
@ -10,36 +6,36 @@
"axis_along_first=false,state=retracted,facing=up": { "model": "create:block/mechanical_piston_sticky" }, "axis_along_first=false,state=retracted,facing=up": { "model": "create:block/mechanical_piston_sticky" },
"axis_along_first=false,state=retracted,facing=down": { "model": "create:block/mechanical_piston_sticky", "x": 180 }, "axis_along_first=false,state=retracted,facing=down": { "model": "create:block/mechanical_piston_sticky", "x": 180 },
"axis_along_first=false,state=retracted,facing=east": { "model": "create:block/mechanical_piston/rotated_sticky", "x": 90, "y": 90 }, "axis_along_first=false,state=retracted,facing=east": { "model": "create:block/mechanical_piston/rotated_sticky", "x": 90, "y": 90 },
"axis_along_first=false,state=moving,facing=south": { "model": "create:block/mechanical_piston/base", "x": 90, "y": 180 }, "axis_along_first=false,state=moving,facing=south": { "model": "create:block/mechanical_piston/base", "x": 90, "y": 180 },
"axis_along_first=false,state=moving,facing=north": { "model": "create:block/mechanical_piston/base", "x": 90 }, "axis_along_first=false,state=moving,facing=north": { "model": "create:block/mechanical_piston/base", "x": 90 },
"axis_along_first=false,state=moving,facing=west": { "model": "create:block/mechanical_piston/base_rotated", "x": 90, "y": 270 }, "axis_along_first=false,state=moving,facing=west": { "model": "create:block/mechanical_piston/base_rotated", "x": 90, "y": 270 },
"axis_along_first=false,state=moving,facing=up": { "model": "create:block/mechanical_piston/base" }, "axis_along_first=false,state=moving,facing=up": { "model": "create:block/mechanical_piston/base" },
"axis_along_first=false,state=moving,facing=down": { "model": "create:block/mechanical_piston/base", "x": 180 }, "axis_along_first=false,state=moving,facing=down": { "model": "create:block/mechanical_piston/base", "x": 180 },
"axis_along_first=false,state=moving,facing=east": { "model": "create:block/mechanical_piston/base_rotated", "x": 90, "y": 90 }, "axis_along_first=false,state=moving,facing=east": { "model": "create:block/mechanical_piston/base_rotated", "x": 90, "y": 90 },
"axis_along_first=false,state=extended,facing=south": { "model": "create:block/mechanical_piston/base_with_extension", "x": 90, "y": 180 }, "axis_along_first=false,state=extended,facing=south": { "model": "create:block/mechanical_piston/base_with_extension", "x": 90, "y": 180 },
"axis_along_first=false,state=extended,facing=north": { "model": "create:block/mechanical_piston/base_with_extension", "x": 90 }, "axis_along_first=false,state=extended,facing=north": { "model": "create:block/mechanical_piston/base_with_extension", "x": 90 },
"axis_along_first=false,state=extended,facing=west": { "model": "create:block/mechanical_piston/base_with_extension_rotated", "x": 90, "y": 270 }, "axis_along_first=false,state=extended,facing=west": { "model": "create:block/mechanical_piston/base_with_extension_rotated", "x": 90, "y": 270 },
"axis_along_first=false,state=extended,facing=up": { "model": "create:block/mechanical_piston/base_with_extension" }, "axis_along_first=false,state=extended,facing=up": { "model": "create:block/mechanical_piston/base_with_extension" },
"axis_along_first=false,state=extended,facing=down": { "model": "create:block/mechanical_piston/base_with_extension", "x": 180 }, "axis_along_first=false,state=extended,facing=down": { "model": "create:block/mechanical_piston/base_with_extension", "x": 180 },
"axis_along_first=false,state=extended,facing=east": { "model": "create:block/mechanical_piston/base_with_extension_rotated", "x": 90, "y": 90 }, "axis_along_first=false,state=extended,facing=east": { "model": "create:block/mechanical_piston/base_with_extension_rotated", "x": 90, "y": 90 },
"axis_along_first=true,state=retracted,facing=south": { "model": "create:block/mechanical_piston/rotated_sticky", "x": 90, "y": 180 }, "axis_along_first=true,state=retracted,facing=south": { "model": "create:block/mechanical_piston/rotated_sticky", "x": 90, "y": 180 },
"axis_along_first=true,state=retracted,facing=north": { "model": "create:block/mechanical_piston/rotated_sticky", "x": 90 }, "axis_along_first=true,state=retracted,facing=north": { "model": "create:block/mechanical_piston/rotated_sticky", "x": 90 },
"axis_along_first=true,state=retracted,facing=west": { "model": "create:block/mechanical_piston_sticky", "x": 90, "y": 270 }, "axis_along_first=true,state=retracted,facing=west": { "model": "create:block/mechanical_piston_sticky", "x": 90, "y": 270 },
"axis_along_first=true,state=retracted,facing=up": { "model": "create:block/mechanical_piston/rotated_sticky" }, "axis_along_first=true,state=retracted,facing=up": { "model": "create:block/mechanical_piston/rotated_sticky" },
"axis_along_first=true,state=retracted,facing=down": { "model": "create:block/mechanical_piston/rotated_sticky", "x": 180 }, "axis_along_first=true,state=retracted,facing=down": { "model": "create:block/mechanical_piston/rotated_sticky", "x": 180 },
"axis_along_first=true,state=retracted,facing=east": { "model": "create:block/mechanical_piston_sticky", "x": 90, "y": 90 }, "axis_along_first=true,state=retracted,facing=east": { "model": "create:block/mechanical_piston_sticky", "x": 90, "y": 90 },
"axis_along_first=true,state=moving,facing=south": { "model": "create:block/mechanical_piston/base_rotated", "x": 90, "y": 180 }, "axis_along_first=true,state=moving,facing=south": { "model": "create:block/mechanical_piston/base_rotated", "x": 90, "y": 180 },
"axis_along_first=true,state=moving,facing=north": { "model": "create:block/mechanical_piston/base_rotated", "x": 90 }, "axis_along_first=true,state=moving,facing=north": { "model": "create:block/mechanical_piston/base_rotated", "x": 90 },
"axis_along_first=true,state=moving,facing=west": { "model": "create:block/mechanical_piston/base", "x": 90, "y": 270 }, "axis_along_first=true,state=moving,facing=west": { "model": "create:block/mechanical_piston/base", "x": 90, "y": 270 },
"axis_along_first=true,state=moving,facing=up": { "model": "create:block/mechanical_piston/base_rotated" }, "axis_along_first=true,state=moving,facing=up": { "model": "create:block/mechanical_piston/base_rotated" },
"axis_along_first=true,state=moving,facing=down": { "model": "create:block/mechanical_piston/base_rotated", "x": 180 }, "axis_along_first=true,state=moving,facing=down": { "model": "create:block/mechanical_piston/base_rotated", "x": 180 },
"axis_along_first=true,state=moving,facing=east": { "model": "create:block/mechanical_piston/base", "x": 90, "y": 90 }, "axis_along_first=true,state=moving,facing=east": { "model": "create:block/mechanical_piston/base", "x": 90, "y": 90 },
"axis_along_first=true,state=extended,facing=south": { "model": "create:block/mechanical_piston/base_with_extension_rotated", "x": 90, "y": 180 }, "axis_along_first=true,state=extended,facing=south": { "model": "create:block/mechanical_piston/base_with_extension_rotated", "x": 90, "y": 180 },
"axis_along_first=true,state=extended,facing=north": { "model": "create:block/mechanical_piston/base_with_extension_rotated", "x": 90 }, "axis_along_first=true,state=extended,facing=north": { "model": "create:block/mechanical_piston/base_with_extension_rotated", "x": 90 },
"axis_along_first=true,state=extended,facing=west": { "model": "create:block/mechanical_piston/base_with_extension", "x": 90, "y": 270 }, "axis_along_first=true,state=extended,facing=west": { "model": "create:block/mechanical_piston/base_with_extension", "x": 90, "y": 270 },

View File

@ -1,5 +1,4 @@
{ {
"forge_marker": 1,
"variants": { "variants": {
"facing=east,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 0, "y": 0 }, "facing=east,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 0, "y": 0 },
"facing=west,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 0, "y": 180 }, "facing=west,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 0, "y": 180 },
@ -7,12 +6,12 @@
"facing=down,axis_along_first=false": { "model": "create:block/gauge/base", "x": 180, "y": 0 }, "facing=down,axis_along_first=false": { "model": "create:block/gauge/base", "x": 180, "y": 0 },
"facing=south,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 90, "y": 90 }, "facing=south,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 90, "y": 90 },
"facing=north,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 90, "y": 270 }, "facing=north,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 90, "y": 270 },
"facing=east,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 90, "y": 0 }, "facing=east,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 90, "y": 0 },
"facing=west,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 90, "y": 180 }, "facing=west,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 90, "y": 180 },
"facing=up,axis_along_first=true": { "model": "create:block/gauge/base", "x": 0, "y": 90 }, "facing=up,axis_along_first=true": { "model": "create:block/gauge/base", "x": 0, "y": 90 },
"facing=down,axis_along_first=true": { "model": "create:block/gauge/base", "x": 180, "y": 90 }, "facing=down,axis_along_first=true": { "model": "create:block/gauge/base", "x": 180, "y": 90 },
"facing=south,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 0, "y": 90 }, "facing=south,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 0, "y": 90 },
"facing=north,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 0, "y": 270 } "facing=north,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 0, "y": 270 }
} }
} }

View File

@ -1,7 +1,6 @@
{ {
"forgemarker": 1, "variants": {
"variants": {
"align=xy": { "model": "create:block/symmetry_plane" }, "align=xy": { "model": "create:block/symmetry_plane" },
"align=yz": { "model": "create:block/symmetry_plane", "y": 90 } "align=yz": { "model": "create:block/symmetry_plane", "y": 90 }
} }
} }

View File

@ -1,6 +1,5 @@
{ {
"forgemarker": 1, "variants": {
"variants": {
"": { "model": "create:block/symmetry_tripleplane" } "": { "model": "create:block/symmetry_tripleplane" }
} }
} }

View File

@ -1,5 +1,4 @@
{ {
"forge_marker": 1,
"variants": { "variants": {
"powered=false,powering=false,facing=north": { "model": "create:block/repeaters/toggle_latch", "y": 180 }, "powered=false,powering=false,facing=north": { "model": "create:block/repeaters/toggle_latch", "y": 180 },
"powered=false,powering=false,facing=east": { "model": "create:block/repeaters/toggle_latch", "y": 270 }, "powered=false,powering=false,facing=east": { "model": "create:block/repeaters/toggle_latch", "y": 270 },

View File

@ -1,8 +1,4 @@
{ {
"forgemarker": 1,
"defaults": {
"model": "create:block/turntable"
},
"variants": { "variants": {
"": { "model": "create:block/turntable" } "": { "model": "create:block/turntable" }
} }

View File

@ -1,16 +1,12 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/funnel/vertical"
},
"variants": { "variants": {
"upward=true,facing=south": { "y": 180, "x": 270 }, "upward=true,facing=south": { "model": "create:block/funnel/vertical", "y": 180, "x": 270 },
"upward=true,facing=east": { "y": 90, "x": 270 }, "upward=true,facing=east": { "model": "create:block/funnel/vertical", "y": 90, "x": 270 },
"upward=true,facing=north": { "y": 0, "x": 270 }, "upward=true,facing=north": { "model": "create:block/funnel/vertical", "y": 0, "x": 270 },
"upward=true,facing=west": { "y": 270, "x": 270 }, "upward=true,facing=west": { "model": "create:block/funnel/vertical", "y": 270, "x": 270 },
"upward=false,facing=south": { "y": 0, "x": 90 }, "upward=false,facing=south": { "model": "create:block/funnel/vertical", "y": 0, "x": 90 },
"upward=false,facing=east": { "y": 270, "x": 90 }, "upward=false,facing=east": { "model": "create:block/funnel/vertical", "y": 270, "x": 90 },
"upward=false,facing=north": { "y": 180, "x": 90 }, "upward=false,facing=north": { "model": "create:block/funnel/vertical", "y": 180, "x": 90 },
"upward=false,facing=west": { "y": 90, "x": 90 } "upward=false,facing=west": { "model": "create:block/funnel/vertical", "y": 90, "x": 90 }
} }
} }

View File

@ -1,8 +1,4 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/extractor/vertical_wireless"
},
"variants": { "variants": {
"powered=true,upward=false,facing=south": { "model": "create:block/extractor/vertical_wireless_powered", "y": 180 }, "powered=true,upward=false,facing=south": { "model": "create:block/extractor/vertical_wireless_powered", "y": 180 },
@ -14,14 +10,14 @@
"powered=true,upward=true,facing=north": { "model": "create:block/extractor/vertical_wireless_powered", "y": 180, "x": 180 }, "powered=true,upward=true,facing=north": { "model": "create:block/extractor/vertical_wireless_powered", "y": 180, "x": 180 },
"powered=true,upward=true,facing=west": { "model": "create:block/extractor/vertical_wireless_powered", "y": 90, "x": 180 }, "powered=true,upward=true,facing=west": { "model": "create:block/extractor/vertical_wireless_powered", "y": 90, "x": 180 },
"powered=false,upward=false,facing=south": { "y": 180 }, "powered=false,upward=false,facing=south": { "model": "create:block/extractor/vertical_wireless", "y": 180 },
"powered=false,upward=false,facing=east": { "y": 90 }, "powered=false,upward=false,facing=east": { "model": "create:block/extractor/vertical_wireless", "y": 90 },
"powered=false,upward=false,facing=north": { "y": 0 }, "powered=false,upward=false,facing=north": { "model": "create:block/extractor/vertical_wireless", "y": 0 },
"powered=false,upward=false,facing=west": { "y": 270 }, "powered=false,upward=false,facing=west": { "model": "create:block/extractor/vertical_wireless", "y": 270 },
"powered=false,upward=true,facing=south": { "y": 0, "x": 180 }, "powered=false,upward=true,facing=south": { "model": "create:block/extractor/vertical_wireless", "y": 0, "x": 180 },
"powered=false,upward=true,facing=east": { "y": 270, "x": 180 }, "powered=false,upward=true,facing=east": { "model": "create:block/extractor/vertical_wireless", "y": 270, "x": 180 },
"powered=false,upward=true,facing=north": { "y": 180, "x": 180 }, "powered=false,upward=true,facing=north": { "model": "create:block/extractor/vertical_wireless", "y": 180, "x": 180 },
"powered=false,upward=true,facing=west": { "y": 90, "x": 180 } "powered=false,upward=true,facing=west": { "model": "create:block/extractor/vertical_wireless", "y": 90, "x": 180 }
} }
} }

View File

@ -1,8 +1,4 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/transposer/vertical_linked"
},
"variants": { "variants": {
"powered=true,upward=true,facing=south": { "model": "create:block/transposer/vertical_linked_powered", "y": 180, "x": 270 }, "powered=true,upward=true,facing=south": { "model": "create:block/transposer/vertical_linked_powered", "y": 180, "x": 270 },
@ -13,15 +9,15 @@
"powered=true,upward=false,facing=east": { "model": "create:block/transposer/vertical_linked_powered", "y": 270, "x": 90 }, "powered=true,upward=false,facing=east": { "model": "create:block/transposer/vertical_linked_powered", "y": 270, "x": 90 },
"powered=true,upward=false,facing=north": { "model": "create:block/transposer/vertical_linked_powered", "y": 180, "x": 90 }, "powered=true,upward=false,facing=north": { "model": "create:block/transposer/vertical_linked_powered", "y": 180, "x": 90 },
"powered=true,upward=false,facing=west": { "model": "create:block/transposer/vertical_linked_powered", "y": 90, "x": 90 }, "powered=true,upward=false,facing=west": { "model": "create:block/transposer/vertical_linked_powered", "y": 90, "x": 90 },
"powered=false,upward=true,facing=south": { "y": 180, "x": 270 }, "powered=false,upward=true,facing=south": { "model": "create:block/transposer/vertical_linked", "y": 180, "x": 270 },
"powered=false,upward=true,facing=east": { "y": 90, "x": 270 }, "powered=false,upward=true,facing=east": { "model": "create:block/transposer/vertical_linked", "y": 90, "x": 270 },
"powered=false,upward=true,facing=north": { "y": 0, "x": 270 }, "powered=false,upward=true,facing=north": { "model": "create:block/transposer/vertical_linked", "y": 0, "x": 270 },
"powered=false,upward=true,facing=west": { "y": 270, "x": 270 }, "powered=false,upward=true,facing=west": { "model": "create:block/transposer/vertical_linked", "y": 270, "x": 270 },
"powered=false,upward=false,facing=south": { "y": 0, "x": 90 }, "powered=false,upward=false,facing=south": { "model": "create:block/transposer/vertical_linked", "y": 0, "x": 90 },
"powered=false,upward=false,facing=east": { "y": 270, "x": 90 }, "powered=false,upward=false,facing=east": { "model": "create:block/transposer/vertical_linked", "y": 270, "x": 90 },
"powered=false,upward=false,facing=north": { "y": 180, "x": 90 }, "powered=false,upward=false,facing=north": { "model": "create:block/transposer/vertical_linked", "y": 180, "x": 90 },
"powered=false,upward=false,facing=west": { "y": 90, "x": 90 } "powered=false,upward=false,facing=west": { "model": "create:block/transposer/vertical_linked", "y": 90, "x": 90 }
} }
} }

View File

@ -1,8 +1,4 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/transposer/default"
},
"variants": { "variants": {
"powered=true,upward=true,facing=south": { "model": "create:block/transposer/default_powered", "y": 180, "x": 270 }, "powered=true,upward=true,facing=south": { "model": "create:block/transposer/default_powered", "y": 180, "x": 270 },
@ -13,15 +9,15 @@
"powered=true,upward=false,facing=east": { "model": "create:block/transposer/default_powered", "y": 270, "x": 90 }, "powered=true,upward=false,facing=east": { "model": "create:block/transposer/default_powered", "y": 270, "x": 90 },
"powered=true,upward=false,facing=north": { "model": "create:block/transposer/default_powered", "y": 180, "x": 90 }, "powered=true,upward=false,facing=north": { "model": "create:block/transposer/default_powered", "y": 180, "x": 90 },
"powered=true,upward=false,facing=west": { "model": "create:block/transposer/default_powered", "y": 90, "x": 90 }, "powered=true,upward=false,facing=west": { "model": "create:block/transposer/default_powered", "y": 90, "x": 90 },
"powered=false,upward=true,facing=south": { "y": 180, "x": 270 }, "powered=false,upward=true,facing=south": { "model": "create:block/transposer/default", "y": 180, "x": 270 },
"powered=false,upward=true,facing=east": { "y": 90, "x": 270 }, "powered=false,upward=true,facing=east": { "model": "create:block/transposer/default", "y": 90, "x": 270 },
"powered=false,upward=true,facing=north": { "y": 0, "x": 270 }, "powered=false,upward=true,facing=north": { "model": "create:block/transposer/default", "y": 0, "x": 270 },
"powered=false,upward=true,facing=west": { "y": 270, "x": 270 }, "powered=false,upward=true,facing=west": { "model": "create:block/transposer/default", "y": 270, "x": 270 },
"powered=false,upward=false,facing=south": { "y": 0, "x": 90 }, "powered=false,upward=false,facing=south": { "model": "create:block/transposer/default", "y": 0, "x": 90 },
"powered=false,upward=false,facing=east": { "y": 270, "x": 90 }, "powered=false,upward=false,facing=east": { "model": "create:block/transposer/default", "y": 270, "x": 90 },
"powered=false,upward=false,facing=north": { "y": 180, "x": 90 }, "powered=false,upward=false,facing=north": { "model": "create:block/transposer/default", "y": 180, "x": 90 },
"powered=false,upward=false,facing=west": { "y": 90, "x": 90 } "powered=false,upward=false,facing=west": { "model": "create:block/transposer/default", "y": 90, "x": 90 }
} }
} }

View File

@ -1,14 +1,8 @@
{ {
"forge_marker": 1,
"defaults": {
"model": "create:block/water_wheel"
},
"variants": { "variants": {
"facing": { "facing=north": { "model": "create:block/water_wheel", "x": 90 },
"north": { "x": 90 }, "facing=east": { "model": "create:block/water_wheel", "x": 90, "y": 90 },
"east": { "x": 90, "y": 90 }, "facing=south": { "model": "create:block/water_wheel", "x": 90, "y": 180 },
"south": { "x": 90, "y": 180 }, "facing=west": { "model": "create:block/water_wheel", "x": 90, "y": 270 }
"west": { "x": 90, "y": 270 }
}
} }
} }

View File

@ -1,13 +1,7 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "type=top": { "model":"create:block/palettes/weathered_limestone_bricks_slab_top" },
"uvlock": true "type=bottom": { "model":"create:block/palettes/weathered_limestone_bricks_slab" },
}, "type=double": { "model":"create:block/palettes/weathered_limestone_bricks" }
"variants": { }
"type": { }
"top": { "model":"create:block/palettes/weathered_limestone_bricks_slab_top" },
"bottom": { "model":"create:block/palettes/weathered_limestone_bricks_slab" },
"double": { "model":"create:block/palettes/weathered_limestone_bricks" }
}
}
}

View File

@ -1,7 +1,7 @@
{ {
"variants": { "variants": {
"axis=z": { "model": "create:block/palettes/weathered_limestone_pillar", "x": 90 }, "axis=z": { "model": "create:block/palettes/weathered_limestone_pillar", "x": 90 },
"axis=y": { "model": "create:block/palettes/weathered_limestone_pillar" }, "axis=y": { "model": "create:block/palettes/weathered_limestone_pillar" },
"axis=x": { "model": "create:block/palettes/weathered_limestone_pillar", "x": 90, "y": 90 } "axis=x": { "model": "create:block/palettes/weathered_limestone_pillar", "x": 90, "y": 90 }
} }
} }

View File

@ -1,13 +1,7 @@
{ {
"forge_marker": 1, "variants": {
"defaults": { "type=top": { "model":"create:block/palettes/weathered_limestone_slab_top" },
"uvlock": true "type=bottom": { "model":"create:block/palettes/weathered_limestone_slab" },
}, "type=double": { "model":"create:block/palettes/weathered_limestone" }
"variants": { }
"type": { }
"top": { "model":"create:block/palettes/weathered_limestone_slab_top" },
"bottom": { "model":"create:block/palettes/weathered_limestone_slab" },
"double": { "model":"create:block/palettes/weathered_limestone" }
}
}
}