Skip to content

Commit

Permalink
turn off uvlock on roof models
Browse files Browse the repository at this point in the history
  • Loading branch information
woodiertexas committed Aug 9, 2023
1 parent 8dceecf commit 3908aff
Showing 1 changed file with 35 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
}
}
}

0 comments on commit 3908aff

Please sign in to comment.