-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💥 queti blocks block state direction definition flipped
- Loading branch information
1 parent
f91d273
commit 6dec9e5
Showing
11 changed files
with
90 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
src/generated/resources/assets/ultramarine/blockstates/carved_stone_beam.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"variants": { | ||
"facing=north,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_beam", | ||
"y": 180 | ||
"model": "ultramarine:block/carved_stone_beam" | ||
}, | ||
"facing=south,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_beam" | ||
"model": "ultramarine:block/carved_stone_beam", | ||
"y": 180 | ||
}, | ||
"facing=west,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_beam", | ||
"y": 90 | ||
"y": 270 | ||
}, | ||
"facing=east,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_beam", | ||
"y": 270 | ||
"y": 90 | ||
}, | ||
"facing=north,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_beam", | ||
"y": 180 | ||
"model": "ultramarine:block/carved_stone_beam" | ||
}, | ||
"facing=south,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_beam" | ||
"model": "ultramarine:block/carved_stone_beam", | ||
"y": 180 | ||
}, | ||
"facing=west,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_beam", | ||
"y": 90 | ||
"y": 270 | ||
}, | ||
"facing=east,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_beam", | ||
"y": 270 | ||
"y": 90 | ||
} | ||
} | ||
} |
20 changes: 10 additions & 10 deletions
20
src/generated/resources/assets/ultramarine/blockstates/carved_stone_panel_edge.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"variants": { | ||
"facing=north,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_panel_edge", | ||
"y": 180 | ||
"model": "ultramarine:block/carved_stone_panel_edge" | ||
}, | ||
"facing=south,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_panel_edge" | ||
"model": "ultramarine:block/carved_stone_panel_edge", | ||
"y": 180 | ||
}, | ||
"facing=west,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_panel_edge", | ||
"y": 90 | ||
"y": 270 | ||
}, | ||
"facing=east,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_panel_edge", | ||
"y": 270 | ||
"y": 90 | ||
}, | ||
"facing=north,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_panel_edge", | ||
"y": 180 | ||
"model": "ultramarine:block/carved_stone_panel_edge" | ||
}, | ||
"facing=south,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_panel_edge" | ||
"model": "ultramarine:block/carved_stone_panel_edge", | ||
"y": 180 | ||
}, | ||
"facing=west,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_panel_edge", | ||
"y": 90 | ||
"y": 270 | ||
}, | ||
"facing=east,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_panel_edge", | ||
"y": 270 | ||
"y": 90 | ||
} | ||
} | ||
} |
20 changes: 10 additions & 10 deletions
20
src/generated/resources/assets/ultramarine/blockstates/carved_stone_queti.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"variants": { | ||
"facing=north,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_queti", | ||
"y": 180 | ||
"model": "ultramarine:block/carved_stone_queti" | ||
}, | ||
"facing=south,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_queti" | ||
"model": "ultramarine:block/carved_stone_queti", | ||
"y": 180 | ||
}, | ||
"facing=west,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_queti", | ||
"y": 90 | ||
"y": 270 | ||
}, | ||
"facing=east,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_queti", | ||
"y": 270 | ||
"y": 90 | ||
}, | ||
"facing=north,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_queti", | ||
"y": 180 | ||
"model": "ultramarine:block/carved_stone_queti" | ||
}, | ||
"facing=south,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_queti" | ||
"model": "ultramarine:block/carved_stone_queti", | ||
"y": 180 | ||
}, | ||
"facing=west,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_queti", | ||
"y": 90 | ||
"y": 270 | ||
}, | ||
"facing=east,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_queti", | ||
"y": 270 | ||
"y": 90 | ||
} | ||
} | ||
} |
20 changes: 10 additions & 10 deletions
20
src/generated/resources/assets/ultramarine/blockstates/carved_stone_queti_part.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"variants": { | ||
"facing=north,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_queti_part", | ||
"y": 180 | ||
"model": "ultramarine:block/carved_stone_queti_part" | ||
}, | ||
"facing=south,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_queti_part" | ||
"model": "ultramarine:block/carved_stone_queti_part", | ||
"y": 180 | ||
}, | ||
"facing=west,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_queti_part", | ||
"y": 90 | ||
"y": 270 | ||
}, | ||
"facing=east,waterlogged=false": { | ||
"model": "ultramarine:block/carved_stone_queti_part", | ||
"y": 270 | ||
"y": 90 | ||
}, | ||
"facing=north,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_queti_part", | ||
"y": 180 | ||
"model": "ultramarine:block/carved_stone_queti_part" | ||
}, | ||
"facing=south,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_queti_part" | ||
"model": "ultramarine:block/carved_stone_queti_part", | ||
"y": 180 | ||
}, | ||
"facing=west,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_queti_part", | ||
"y": 90 | ||
"y": 270 | ||
}, | ||
"facing=east,waterlogged=true": { | ||
"model": "ultramarine:block/carved_stone_queti_part", | ||
"y": 270 | ||
"y": 90 | ||
} | ||
} | ||
} |
20 changes: 10 additions & 10 deletions
20
src/generated/resources/assets/ultramarine/blockstates/horizontal_gilded_dark_oak_queti.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"variants": { | ||
"facing=north,waterlogged=false": { | ||
"model": "ultramarine:block/horizontal_gilded_dark_oak_queti", | ||
"y": 180 | ||
"model": "ultramarine:block/horizontal_gilded_dark_oak_queti" | ||
}, | ||
"facing=south,waterlogged=false": { | ||
"model": "ultramarine:block/horizontal_gilded_dark_oak_queti" | ||
"model": "ultramarine:block/horizontal_gilded_dark_oak_queti", | ||
"y": 180 | ||
}, | ||
"facing=west,waterlogged=false": { | ||
"model": "ultramarine:block/horizontal_gilded_dark_oak_queti", | ||
"y": 90 | ||
"y": 270 | ||
}, | ||
"facing=east,waterlogged=false": { | ||
"model": "ultramarine:block/horizontal_gilded_dark_oak_queti", | ||
"y": 270 | ||
"y": 90 | ||
}, | ||
"facing=north,waterlogged=true": { | ||
"model": "ultramarine:block/horizontal_gilded_dark_oak_queti", | ||
"y": 180 | ||
"model": "ultramarine:block/horizontal_gilded_dark_oak_queti" | ||
}, | ||
"facing=south,waterlogged=true": { | ||
"model": "ultramarine:block/horizontal_gilded_dark_oak_queti" | ||
"model": "ultramarine:block/horizontal_gilded_dark_oak_queti", | ||
"y": 180 | ||
}, | ||
"facing=west,waterlogged=true": { | ||
"model": "ultramarine:block/horizontal_gilded_dark_oak_queti", | ||
"y": 90 | ||
"y": 270 | ||
}, | ||
"facing=east,waterlogged=true": { | ||
"model": "ultramarine:block/horizontal_gilded_dark_oak_queti", | ||
"y": 270 | ||
"y": 90 | ||
} | ||
} | ||
} |
20 changes: 10 additions & 10 deletions
20
src/generated/resources/assets/ultramarine/blockstates/short_thick_glazed_queti.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"variants": { | ||
"facing=north,waterlogged=false": { | ||
"model": "ultramarine:block/short_thick_glazed_queti", | ||
"y": 180 | ||
"model": "ultramarine:block/short_thick_glazed_queti" | ||
}, | ||
"facing=south,waterlogged=false": { | ||
"model": "ultramarine:block/short_thick_glazed_queti" | ||
"model": "ultramarine:block/short_thick_glazed_queti", | ||
"y": 180 | ||
}, | ||
"facing=west,waterlogged=false": { | ||
"model": "ultramarine:block/short_thick_glazed_queti", | ||
"y": 90 | ||
"y": 270 | ||
}, | ||
"facing=east,waterlogged=false": { | ||
"model": "ultramarine:block/short_thick_glazed_queti", | ||
"y": 270 | ||
"y": 90 | ||
}, | ||
"facing=north,waterlogged=true": { | ||
"model": "ultramarine:block/short_thick_glazed_queti", | ||
"y": 180 | ||
"model": "ultramarine:block/short_thick_glazed_queti" | ||
}, | ||
"facing=south,waterlogged=true": { | ||
"model": "ultramarine:block/short_thick_glazed_queti" | ||
"model": "ultramarine:block/short_thick_glazed_queti", | ||
"y": 180 | ||
}, | ||
"facing=west,waterlogged=true": { | ||
"model": "ultramarine:block/short_thick_glazed_queti", | ||
"y": 90 | ||
"y": 270 | ||
}, | ||
"facing=east,waterlogged=true": { | ||
"model": "ultramarine:block/short_thick_glazed_queti", | ||
"y": 270 | ||
"y": 90 | ||
} | ||
} | ||
} |
20 changes: 10 additions & 10 deletions
20
src/generated/resources/assets/ultramarine/blockstates/thick_carved_queti.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"variants": { | ||
"facing=north,waterlogged=false": { | ||
"model": "ultramarine:block/thick_carved_queti", | ||
"y": 180 | ||
"model": "ultramarine:block/thick_carved_queti" | ||
}, | ||
"facing=south,waterlogged=false": { | ||
"model": "ultramarine:block/thick_carved_queti" | ||
"model": "ultramarine:block/thick_carved_queti", | ||
"y": 180 | ||
}, | ||
"facing=west,waterlogged=false": { | ||
"model": "ultramarine:block/thick_carved_queti", | ||
"y": 90 | ||
"y": 270 | ||
}, | ||
"facing=east,waterlogged=false": { | ||
"model": "ultramarine:block/thick_carved_queti", | ||
"y": 270 | ||
"y": 90 | ||
}, | ||
"facing=north,waterlogged=true": { | ||
"model": "ultramarine:block/thick_carved_queti", | ||
"y": 180 | ||
"model": "ultramarine:block/thick_carved_queti" | ||
}, | ||
"facing=south,waterlogged=true": { | ||
"model": "ultramarine:block/thick_carved_queti" | ||
"model": "ultramarine:block/thick_carved_queti", | ||
"y": 180 | ||
}, | ||
"facing=west,waterlogged=true": { | ||
"model": "ultramarine:block/thick_carved_queti", | ||
"y": 90 | ||
"y": 270 | ||
}, | ||
"facing=east,waterlogged=true": { | ||
"model": "ultramarine:block/thick_carved_queti", | ||
"y": 270 | ||
"y": 90 | ||
} | ||
} | ||
} |
Oops, something went wrong.