diff --git a/src/main/resources/assets/architecture_extensions/templates/blockstate/template_roof.json b/src/main/resources/assets/architecture_extensions/templates/blockstate/template_roof.json index bf9f93b..ae2f729 100644 --- a/src/main/resources/assets/architecture_extensions/templates/blockstate/template_roof.json +++ b/src/main/resources/assets/architecture_extensions/templates/blockstate/template_roof.json @@ -2,16 +2,14 @@ "variants": { "facing=east,half=bottom,shape=inner_left": { "model": "{model}_inner", - "y": 270, - "uvlock": true + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "{model}_inner" }, "facing=east,half=bottom,shape=outer_left": { "model": "{model}_outer", - "y": 270, - "uvlock": true + "y": 270 }, "facing=east,half=bottom,shape=outer_right": { "model": "{model}_outer" @@ -21,189 +19,156 @@ }, "facing=east,half=top,shape=inner_left": { "model": "{model}_inner", - "x": 180, - "uvlock": true + "x": 180 }, "facing=east,half=top,shape=inner_right": { "model": "{model}_inner", "x": 180, - "y": 90, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "{model}_outer", - "x": 180, - "uvlock": true + "x": 180 }, "facing=east,half=top,shape=outer_right": { "model": "{model}_outer", "x": 180, - "y": 90, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=straight": { "model": "{model}", - "x": 180, - "uvlock": true + "x": 180 }, "facing=north,half=bottom,shape=inner_left": { "model": "{model}_inner", - "y": 180, - "uvlock": true + "y": 180 }, "facing=north,half=bottom,shape=inner_right": { "model": "{model}_inner", - "y": 270, - "uvlock": true + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "{model}_outer", - "y": 180, - "uvlock": true + "y": 180 }, "facing=north,half=bottom,shape=outer_right": { "model": "{model}_outer", - "y": 270, - "uvlock": true + "y": 270 }, "facing=north,half=bottom,shape=straight": { "model": "{model}", - "y": 270, - "uvlock": true + "y": 270 }, "facing=north,half=top,shape=inner_left": { "model": "{model}_inner", "x": 180, - "y": 270, - "uvlock": true + "y": 270 }, "facing=north,half=top,shape=inner_right": { "model": "{model}_inner", - "x": 180, - "uvlock": true + "x": 180 }, "facing=north,half=top,shape=outer_left": { "model": "{model}_outer", "x": 180, - "y": 270, - "uvlock": true + "y": 270 }, "facing=north,half=top,shape=outer_right": { "model": "{model}_outer", - "x": 180, - "uvlock": true + "x": 180 }, "facing=north,half=top,shape=straight": { "model": "{model}", "x": 180, - "y": 270, - "uvlock": true + "y": 270 }, "facing=south,half=bottom,shape=inner_left": { "model": "{model}_inner" }, "facing=south,half=bottom,shape=inner_right": { "model": "{model}_inner", - "y": 90, - "uvlock": true + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "{model}_outer" }, "facing=south,half=bottom,shape=outer_right": { "model": "{model}_outer", - "y": 90, - "uvlock": true + "y": 90 }, "facing=south,half=bottom,shape=straight": { "model": "{model}", - "y": 90, - "uvlock": true + "y": 90 }, "facing=south,half=top,shape=inner_left": { "model": "{model}_inner", "x": 180, - "y": 90, - "uvlock": true + "y": 90 }, "facing=south,half=top,shape=inner_right": { "model": "{model}_inner", "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, "facing=south,half=top,shape=outer_left": { "model": "{model}_outer", "x": 180, - "y": 90, - "uvlock": true + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "{model}_outer", "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, "facing=south,half=top,shape=straight": { "model": "{model}", "x": 180, - "y": 90, - "uvlock": true + "y": 90 }, "facing=west,half=bottom,shape=inner_left": { "model": "{model}_inner", - "y": 90, - "uvlock": true + "y": 90 }, "facing=west,half=bottom,shape=inner_right": { "model": "{model}_inner", - "y": 180, - "uvlock": true + "y": 180 }, "facing=west,half=bottom,shape=outer_left": { "model": "{model}_outer", - "y": 90, - "uvlock": true + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "{model}_outer", - "y": 180, - "uvlock": true + "y": 180 }, "facing=west,half=bottom,shape=straight": { "model": "{model}", - "y": 180, - "uvlock": true + "y": 180 }, "facing=west,half=top,shape=inner_left": { "model": "{model}_inner", "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, "facing=west,half=top,shape=inner_right": { "model": "{model}_inner", "x": 180, - "y": 270, - "uvlock": true + "y": 270 }, "facing=west,half=top,shape=outer_left": { "model": "{model}_outer", "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, "facing=west,half=top,shape=outer_right": { "model": "{model}_outer", "x": 180, - "y": 270, - "uvlock": true + "y": 270 }, "facing=west,half=top,shape=straight": { "model": "{model}", "x": 180, - "y": 180, - "uvlock": true + "y": 180 } } }