-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10bc758
commit ce4bd4e
Showing
116 changed files
with
545 additions
and
504 deletions.
There are no files selected for viewing
56 changes: 56 additions & 0 deletions
56
src/main/generated/assets/spectrum/blockstates/chestnut_noxwood_amphora.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,56 @@ | ||
{ | ||
"variants": { | ||
"facing=down,open=false": { | ||
"model": "spectrum:block/chestnut_noxwood_amphora", | ||
"x": 180 | ||
}, | ||
"facing=down,open=true": { | ||
"model": "spectrum:block/chestnut_noxwood_amphora_open", | ||
"x": 180 | ||
}, | ||
"facing=east,open=false": { | ||
"model": "spectrum:block/chestnut_noxwood_amphora", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=east,open=true": { | ||
"model": "spectrum:block/chestnut_noxwood_amphora_open", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=north,open=false": { | ||
"model": "spectrum:block/chestnut_noxwood_amphora", | ||
"x": 90 | ||
}, | ||
"facing=north,open=true": { | ||
"model": "spectrum:block/chestnut_noxwood_amphora_open", | ||
"x": 90 | ||
}, | ||
"facing=south,open=false": { | ||
"model": "spectrum:block/chestnut_noxwood_amphora", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=south,open=true": { | ||
"model": "spectrum:block/chestnut_noxwood_amphora_open", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=up,open=false": { | ||
"model": "spectrum:block/chestnut_noxwood_amphora" | ||
}, | ||
"facing=up,open=true": { | ||
"model": "spectrum:block/chestnut_noxwood_amphora_open" | ||
}, | ||
"facing=west,open=false": { | ||
"model": "spectrum:block/chestnut_noxwood_amphora", | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"facing=west,open=true": { | ||
"model": "spectrum:block/chestnut_noxwood_amphora_open", | ||
"x": 90, | ||
"y": 270 | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/main/generated/assets/spectrum/blockstates/chestnut_noxwood_lamp.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,10 @@ | ||
{ | ||
"variants": { | ||
"lit=false": { | ||
"model": "spectrum:block/chestnut_noxwood_lamp_off" | ||
}, | ||
"lit=true": { | ||
"model": "spectrum:block/chestnut_noxwood_lamp_on" | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/main/generated/assets/spectrum/blockstates/chestnut_noxwood_lantern.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,28 @@ | ||
{ | ||
"variants": { | ||
"diagonal=false,hanging=false,tall=false": { | ||
"model": "spectrum:block/chestnut_noxwood_lantern_small" | ||
}, | ||
"diagonal=false,hanging=false,tall=true": { | ||
"model": "spectrum:block/chestnut_noxwood_lantern_tall" | ||
}, | ||
"diagonal=false,hanging=true,tall=false": { | ||
"model": "spectrum:block/chestnut_noxwood_lantern_hanging_small" | ||
}, | ||
"diagonal=false,hanging=true,tall=true": { | ||
"model": "spectrum:block/chestnut_noxwood_lantern_hanging_tall" | ||
}, | ||
"diagonal=true,hanging=false,tall=false": { | ||
"model": "spectrum:block/chestnut_noxwood_lantern_diagonal_small" | ||
}, | ||
"diagonal=true,hanging=false,tall=true": { | ||
"model": "spectrum:block/chestnut_noxwood_lantern_diagonal_tall" | ||
}, | ||
"diagonal=true,hanging=true,tall=false": { | ||
"model": "spectrum:block/chestnut_noxwood_lantern_hanging_diagonal_small" | ||
}, | ||
"diagonal=true,hanging=true,tall=true": { | ||
"model": "spectrum:block/chestnut_noxwood_lantern_hanging_diagonal_tall" | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
src/main/generated/assets/spectrum/blockstates/chestnut_noxwood_light.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,16 @@ | ||
{ | ||
"variants": { | ||
"axis=x": { | ||
"model": "spectrum:block/chestnut_noxwood_light", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=y": { | ||
"model": "spectrum:block/chestnut_noxwood_light" | ||
}, | ||
"axis=z": { | ||
"model": "spectrum:block/chestnut_noxwood_light", | ||
"x": 90 | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -13,4 +13,4 @@ | |
"x": 90 | ||
} | ||
} | ||
} | ||
} |
56 changes: 56 additions & 0 deletions
56
src/main/generated/assets/spectrum/blockstates/ebony_noxwood_amphora.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,56 @@ | ||
{ | ||
"variants": { | ||
"facing=down,open=false": { | ||
"model": "spectrum:block/ebony_noxwood_amphora", | ||
"x": 180 | ||
}, | ||
"facing=down,open=true": { | ||
"model": "spectrum:block/ebony_noxwood_amphora_open", | ||
"x": 180 | ||
}, | ||
"facing=east,open=false": { | ||
"model": "spectrum:block/ebony_noxwood_amphora", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=east,open=true": { | ||
"model": "spectrum:block/ebony_noxwood_amphora_open", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=north,open=false": { | ||
"model": "spectrum:block/ebony_noxwood_amphora", | ||
"x": 90 | ||
}, | ||
"facing=north,open=true": { | ||
"model": "spectrum:block/ebony_noxwood_amphora_open", | ||
"x": 90 | ||
}, | ||
"facing=south,open=false": { | ||
"model": "spectrum:block/ebony_noxwood_amphora", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=south,open=true": { | ||
"model": "spectrum:block/ebony_noxwood_amphora_open", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=up,open=false": { | ||
"model": "spectrum:block/ebony_noxwood_amphora" | ||
}, | ||
"facing=up,open=true": { | ||
"model": "spectrum:block/ebony_noxwood_amphora_open" | ||
}, | ||
"facing=west,open=false": { | ||
"model": "spectrum:block/ebony_noxwood_amphora", | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"facing=west,open=true": { | ||
"model": "spectrum:block/ebony_noxwood_amphora_open", | ||
"x": 90, | ||
"y": 270 | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/main/generated/assets/spectrum/blockstates/ebony_noxwood_lamp.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,10 @@ | ||
{ | ||
"variants": { | ||
"lit=false": { | ||
"model": "spectrum:block/ebony_noxwood_lamp_off" | ||
}, | ||
"lit=true": { | ||
"model": "spectrum:block/ebony_noxwood_lamp_on" | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/main/generated/assets/spectrum/blockstates/ebony_noxwood_lantern.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,28 @@ | ||
{ | ||
"variants": { | ||
"diagonal=false,hanging=false,tall=false": { | ||
"model": "spectrum:block/ebony_noxwood_lantern_small" | ||
}, | ||
"diagonal=false,hanging=false,tall=true": { | ||
"model": "spectrum:block/ebony_noxwood_lantern_tall" | ||
}, | ||
"diagonal=false,hanging=true,tall=false": { | ||
"model": "spectrum:block/ebony_noxwood_lantern_hanging_small" | ||
}, | ||
"diagonal=false,hanging=true,tall=true": { | ||
"model": "spectrum:block/ebony_noxwood_lantern_hanging_tall" | ||
}, | ||
"diagonal=true,hanging=false,tall=false": { | ||
"model": "spectrum:block/ebony_noxwood_lantern_diagonal_small" | ||
}, | ||
"diagonal=true,hanging=false,tall=true": { | ||
"model": "spectrum:block/ebony_noxwood_lantern_diagonal_tall" | ||
}, | ||
"diagonal=true,hanging=true,tall=false": { | ||
"model": "spectrum:block/ebony_noxwood_lantern_hanging_diagonal_small" | ||
}, | ||
"diagonal=true,hanging=true,tall=true": { | ||
"model": "spectrum:block/ebony_noxwood_lantern_hanging_diagonal_tall" | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
src/main/generated/assets/spectrum/blockstates/ebony_noxwood_light.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,16 @@ | ||
{ | ||
"variants": { | ||
"axis=x": { | ||
"model": "spectrum:block/ebony_noxwood_light", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=y": { | ||
"model": "spectrum:block/ebony_noxwood_light" | ||
}, | ||
"axis=z": { | ||
"model": "spectrum:block/ebony_noxwood_light", | ||
"x": 90 | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -13,4 +13,4 @@ | |
"x": 90 | ||
} | ||
} | ||
} | ||
} |
56 changes: 56 additions & 0 deletions
56
src/main/generated/assets/spectrum/blockstates/ivory_noxwood_amphora.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,56 @@ | ||
{ | ||
"variants": { | ||
"facing=down,open=false": { | ||
"model": "spectrum:block/ivory_noxwood_amphora", | ||
"x": 180 | ||
}, | ||
"facing=down,open=true": { | ||
"model": "spectrum:block/ivory_noxwood_amphora_open", | ||
"x": 180 | ||
}, | ||
"facing=east,open=false": { | ||
"model": "spectrum:block/ivory_noxwood_amphora", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=east,open=true": { | ||
"model": "spectrum:block/ivory_noxwood_amphora_open", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=north,open=false": { | ||
"model": "spectrum:block/ivory_noxwood_amphora", | ||
"x": 90 | ||
}, | ||
"facing=north,open=true": { | ||
"model": "spectrum:block/ivory_noxwood_amphora_open", | ||
"x": 90 | ||
}, | ||
"facing=south,open=false": { | ||
"model": "spectrum:block/ivory_noxwood_amphora", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=south,open=true": { | ||
"model": "spectrum:block/ivory_noxwood_amphora_open", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=up,open=false": { | ||
"model": "spectrum:block/ivory_noxwood_amphora" | ||
}, | ||
"facing=up,open=true": { | ||
"model": "spectrum:block/ivory_noxwood_amphora_open" | ||
}, | ||
"facing=west,open=false": { | ||
"model": "spectrum:block/ivory_noxwood_amphora", | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"facing=west,open=true": { | ||
"model": "spectrum:block/ivory_noxwood_amphora_open", | ||
"x": 90, | ||
"y": 270 | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/main/generated/assets/spectrum/blockstates/ivory_noxwood_lamp.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,10 @@ | ||
{ | ||
"variants": { | ||
"lit=false": { | ||
"model": "spectrum:block/ivory_noxwood_lamp_off" | ||
}, | ||
"lit=true": { | ||
"model": "spectrum:block/ivory_noxwood_lamp_on" | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/main/generated/assets/spectrum/blockstates/ivory_noxwood_lantern.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,28 @@ | ||
{ | ||
"variants": { | ||
"diagonal=false,hanging=false,tall=false": { | ||
"model": "spectrum:block/ivory_noxwood_lantern_small" | ||
}, | ||
"diagonal=false,hanging=false,tall=true": { | ||
"model": "spectrum:block/ivory_noxwood_lantern_tall" | ||
}, | ||
"diagonal=false,hanging=true,tall=false": { | ||
"model": "spectrum:block/ivory_noxwood_lantern_hanging_small" | ||
}, | ||
"diagonal=false,hanging=true,tall=true": { | ||
"model": "spectrum:block/ivory_noxwood_lantern_hanging_tall" | ||
}, | ||
"diagonal=true,hanging=false,tall=false": { | ||
"model": "spectrum:block/ivory_noxwood_lantern_diagonal_small" | ||
}, | ||
"diagonal=true,hanging=false,tall=true": { | ||
"model": "spectrum:block/ivory_noxwood_lantern_diagonal_tall" | ||
}, | ||
"diagonal=true,hanging=true,tall=false": { | ||
"model": "spectrum:block/ivory_noxwood_lantern_hanging_diagonal_small" | ||
}, | ||
"diagonal=true,hanging=true,tall=true": { | ||
"model": "spectrum:block/ivory_noxwood_lantern_hanging_diagonal_tall" | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
src/main/generated/assets/spectrum/blockstates/ivory_noxwood_light.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,16 @@ | ||
{ | ||
"variants": { | ||
"axis=x": { | ||
"model": "spectrum:block/ivory_noxwood_light", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=y": { | ||
"model": "spectrum:block/ivory_noxwood_light" | ||
}, | ||
"axis=z": { | ||
"model": "spectrum:block/ivory_noxwood_light", | ||
"x": 90 | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -13,4 +13,4 @@ | |
"x": 90 | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.