-
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.
engraved -> carved gutou color based renames Signed-off-by: LocusAzzurro <[email protected]>
- Loading branch information
1 parent
0f980f4
commit 9b36fe5
Showing
37 changed files
with
434 additions
and
434 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
30 changes: 30 additions & 0 deletions
30
src/generated/resources/assets/ultramarine/blockstates/blue_and_yellow_gutou.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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"variants": { | ||
"facing=down": { | ||
"model": "ultramarine:block/blue_and_yellow_gutou", | ||
"x": 180 | ||
}, | ||
"facing=up": { | ||
"model": "ultramarine:block/blue_and_yellow_gutou" | ||
}, | ||
"facing=north": { | ||
"model": "ultramarine:block/blue_and_yellow_gutou", | ||
"x": 90 | ||
}, | ||
"facing=south": { | ||
"model": "ultramarine:block/blue_and_yellow_gutou", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=west": { | ||
"model": "ultramarine:block/blue_and_yellow_gutou", | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"facing=east": { | ||
"model": "ultramarine:block/blue_and_yellow_gutou", | ||
"x": 90, | ||
"y": 90 | ||
} | ||
} | ||
} |
108 changes: 108 additions & 0 deletions
108
src/generated/resources/assets/ultramarine/blockstates/carved_dark_oak_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 |
---|---|---|
@@ -0,0 +1,108 @@ | ||
{ | ||
"variants": { | ||
"facing=down,type=left": { | ||
"model": "ultramarine:block/carved_dark_oak_beam", | ||
"x": 180 | ||
}, | ||
"facing=up,type=left": { | ||
"model": "ultramarine:block/carved_dark_oak_beam" | ||
}, | ||
"facing=north,type=left": { | ||
"model": "ultramarine:block/carved_dark_oak_beam", | ||
"x": 90 | ||
}, | ||
"facing=south,type=left": { | ||
"model": "ultramarine:block/carved_dark_oak_beam", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=west,type=left": { | ||
"model": "ultramarine:block/carved_dark_oak_beam", | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"facing=east,type=left": { | ||
"model": "ultramarine:block/carved_dark_oak_beam", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=down,type=right": { | ||
"model": "ultramarine:block/carved_dark_oak_beam_mirrored", | ||
"x": 180 | ||
}, | ||
"facing=up,type=right": { | ||
"model": "ultramarine:block/carved_dark_oak_beam_mirrored" | ||
}, | ||
"facing=north,type=right": { | ||
"model": "ultramarine:block/carved_dark_oak_beam_mirrored", | ||
"x": 90 | ||
}, | ||
"facing=south,type=right": { | ||
"model": "ultramarine:block/carved_dark_oak_beam_mirrored", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=west,type=right": { | ||
"model": "ultramarine:block/carved_dark_oak_beam_mirrored", | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"facing=east,type=right": { | ||
"model": "ultramarine:block/carved_dark_oak_beam_mirrored", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=down,type=top": { | ||
"model": "ultramarine:block/carved_dark_oak_beam", | ||
"x": 180 | ||
}, | ||
"facing=up,type=top": { | ||
"model": "ultramarine:block/carved_dark_oak_beam" | ||
}, | ||
"facing=north,type=top": { | ||
"model": "ultramarine:block/carved_dark_oak_beam", | ||
"x": 90 | ||
}, | ||
"facing=south,type=top": { | ||
"model": "ultramarine:block/carved_dark_oak_beam", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=west,type=top": { | ||
"model": "ultramarine:block/carved_dark_oak_beam", | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"facing=east,type=top": { | ||
"model": "ultramarine:block/carved_dark_oak_beam", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=down,type=bottom": { | ||
"model": "ultramarine:block/carved_dark_oak_beam_mirrored", | ||
"x": 180 | ||
}, | ||
"facing=up,type=bottom": { | ||
"model": "ultramarine:block/carved_dark_oak_beam_mirrored" | ||
}, | ||
"facing=north,type=bottom": { | ||
"model": "ultramarine:block/carved_dark_oak_beam_mirrored", | ||
"x": 90 | ||
}, | ||
"facing=south,type=bottom": { | ||
"model": "ultramarine:block/carved_dark_oak_beam_mirrored", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=west,type=bottom": { | ||
"model": "ultramarine:block/carved_dark_oak_beam_mirrored", | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"facing=east,type=bottom": { | ||
"model": "ultramarine:block/carved_dark_oak_beam_mirrored", | ||
"x": 90, | ||
"y": 90 | ||
} | ||
} | ||
} |
Oops, something went wrong.