-
Notifications
You must be signed in to change notification settings - Fork 71
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
4f5e7ad
commit c7eaf33
Showing
627 changed files
with
8,149 additions
and
8,179 deletions.
There are no files selected for viewing
118 changes: 118 additions & 0 deletions
118
src/main/generated/assets/spectrum/blockstates/black_button.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,118 @@ | ||
{ | ||
"variants": { | ||
"face=ceiling,facing=east,powered=false": { | ||
"model": "spectrum:block/black_button", | ||
"x": 180, | ||
"y": 270 | ||
}, | ||
"face=ceiling,facing=east,powered=true": { | ||
"model": "spectrum:block/black_button_pressed", | ||
"x": 180, | ||
"y": 270 | ||
}, | ||
"face=ceiling,facing=north,powered=false": { | ||
"model": "spectrum:block/black_button", | ||
"x": 180, | ||
"y": 180 | ||
}, | ||
"face=ceiling,facing=north,powered=true": { | ||
"model": "spectrum:block/black_button_pressed", | ||
"x": 180, | ||
"y": 180 | ||
}, | ||
"face=ceiling,facing=south,powered=false": { | ||
"model": "spectrum:block/black_button", | ||
"x": 180 | ||
}, | ||
"face=ceiling,facing=south,powered=true": { | ||
"model": "spectrum:block/black_button_pressed", | ||
"x": 180 | ||
}, | ||
"face=ceiling,facing=west,powered=false": { | ||
"model": "spectrum:block/black_button", | ||
"x": 180, | ||
"y": 90 | ||
}, | ||
"face=ceiling,facing=west,powered=true": { | ||
"model": "spectrum:block/black_button_pressed", | ||
"x": 180, | ||
"y": 90 | ||
}, | ||
"face=floor,facing=east,powered=false": { | ||
"model": "spectrum:block/black_button", | ||
"y": 90 | ||
}, | ||
"face=floor,facing=east,powered=true": { | ||
"model": "spectrum:block/black_button_pressed", | ||
"y": 90 | ||
}, | ||
"face=floor,facing=north,powered=false": { | ||
"model": "spectrum:block/black_button" | ||
}, | ||
"face=floor,facing=north,powered=true": { | ||
"model": "spectrum:block/black_button_pressed" | ||
}, | ||
"face=floor,facing=south,powered=false": { | ||
"model": "spectrum:block/black_button", | ||
"y": 180 | ||
}, | ||
"face=floor,facing=south,powered=true": { | ||
"model": "spectrum:block/black_button_pressed", | ||
"y": 180 | ||
}, | ||
"face=floor,facing=west,powered=false": { | ||
"model": "spectrum:block/black_button", | ||
"y": 270 | ||
}, | ||
"face=floor,facing=west,powered=true": { | ||
"model": "spectrum:block/black_button_pressed", | ||
"y": 270 | ||
}, | ||
"face=wall,facing=east,powered=false": { | ||
"model": "spectrum:block/black_button", | ||
"uvlock": true, | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"face=wall,facing=east,powered=true": { | ||
"model": "spectrum:block/black_button_pressed", | ||
"uvlock": true, | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"face=wall,facing=north,powered=false": { | ||
"model": "spectrum:block/black_button", | ||
"uvlock": true, | ||
"x": 90 | ||
}, | ||
"face=wall,facing=north,powered=true": { | ||
"model": "spectrum:block/black_button_pressed", | ||
"uvlock": true, | ||
"x": 90 | ||
}, | ||
"face=wall,facing=south,powered=false": { | ||
"model": "spectrum:block/black_button", | ||
"uvlock": true, | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"face=wall,facing=south,powered=true": { | ||
"model": "spectrum:block/black_button_pressed", | ||
"uvlock": true, | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"face=wall,facing=west,powered=false": { | ||
"model": "spectrum:block/black_button", | ||
"uvlock": true, | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"face=wall,facing=west,powered=true": { | ||
"model": "spectrum:block/black_button_pressed", | ||
"uvlock": true, | ||
"x": 90, | ||
"y": 270 | ||
} | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
src/main/generated/assets/spectrum/blockstates/black_fence.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,48 @@ | ||
{ | ||
"multipart": [ | ||
{ | ||
"apply": { | ||
"model": "spectrum:block/black_fence_post" | ||
} | ||
}, | ||
{ | ||
"apply": { | ||
"model": "spectrum:block/black_fence_side", | ||
"uvlock": true | ||
}, | ||
"when": { | ||
"north": "true" | ||
} | ||
}, | ||
{ | ||
"apply": { | ||
"model": "spectrum:block/black_fence_side", | ||
"uvlock": true, | ||
"y": 90 | ||
}, | ||
"when": { | ||
"east": "true" | ||
} | ||
}, | ||
{ | ||
"apply": { | ||
"model": "spectrum:block/black_fence_side", | ||
"uvlock": true, | ||
"y": 180 | ||
}, | ||
"when": { | ||
"south": "true" | ||
} | ||
}, | ||
{ | ||
"apply": { | ||
"model": "spectrum:block/black_fence_side", | ||
"uvlock": true, | ||
"y": 270 | ||
}, | ||
"when": { | ||
"west": "true" | ||
} | ||
} | ||
] | ||
} |
80 changes: 80 additions & 0 deletions
80
src/main/generated/assets/spectrum/blockstates/black_fence_gate.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,80 @@ | ||
{ | ||
"variants": { | ||
"facing=east,in_wall=false,open=false": { | ||
"model": "spectrum:block/black_fence_gate", | ||
"uvlock": true, | ||
"y": 270 | ||
}, | ||
"facing=east,in_wall=false,open=true": { | ||
"model": "spectrum:block/black_fence_gate_open", | ||
"uvlock": true, | ||
"y": 270 | ||
}, | ||
"facing=east,in_wall=true,open=false": { | ||
"model": "spectrum:block/black_fence_gate_wall", | ||
"uvlock": true, | ||
"y": 270 | ||
}, | ||
"facing=east,in_wall=true,open=true": { | ||
"model": "spectrum:block/black_fence_gate_wall_open", | ||
"uvlock": true, | ||
"y": 270 | ||
}, | ||
"facing=north,in_wall=false,open=false": { | ||
"model": "spectrum:block/black_fence_gate", | ||
"uvlock": true, | ||
"y": 180 | ||
}, | ||
"facing=north,in_wall=false,open=true": { | ||
"model": "spectrum:block/black_fence_gate_open", | ||
"uvlock": true, | ||
"y": 180 | ||
}, | ||
"facing=north,in_wall=true,open=false": { | ||
"model": "spectrum:block/black_fence_gate_wall", | ||
"uvlock": true, | ||
"y": 180 | ||
}, | ||
"facing=north,in_wall=true,open=true": { | ||
"model": "spectrum:block/black_fence_gate_wall_open", | ||
"uvlock": true, | ||
"y": 180 | ||
}, | ||
"facing=south,in_wall=false,open=false": { | ||
"model": "spectrum:block/black_fence_gate", | ||
"uvlock": true | ||
}, | ||
"facing=south,in_wall=false,open=true": { | ||
"model": "spectrum:block/black_fence_gate_open", | ||
"uvlock": true | ||
}, | ||
"facing=south,in_wall=true,open=false": { | ||
"model": "spectrum:block/black_fence_gate_wall", | ||
"uvlock": true | ||
}, | ||
"facing=south,in_wall=true,open=true": { | ||
"model": "spectrum:block/black_fence_gate_wall_open", | ||
"uvlock": true | ||
}, | ||
"facing=west,in_wall=false,open=false": { | ||
"model": "spectrum:block/black_fence_gate", | ||
"uvlock": true, | ||
"y": 90 | ||
}, | ||
"facing=west,in_wall=false,open=true": { | ||
"model": "spectrum:block/black_fence_gate_open", | ||
"uvlock": true, | ||
"y": 90 | ||
}, | ||
"facing=west,in_wall=true,open=false": { | ||
"model": "spectrum:block/black_fence_gate_wall", | ||
"uvlock": true, | ||
"y": 90 | ||
}, | ||
"facing=west,in_wall=true,open=true": { | ||
"model": "spectrum:block/black_fence_gate_wall_open", | ||
"uvlock": true, | ||
"y": 90 | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/spectrum/blockstates/black_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "spectrum:block/black_planks" | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/main/generated/assets/spectrum/blockstates/black_pressure_plate.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": { | ||
"powered=false": { | ||
"model": "spectrum:block/black_pressure_plate" | ||
}, | ||
"powered=true": { | ||
"model": "spectrum:block/black_pressure_plate_down" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
src/main/generated/assets/spectrum/blockstates/black_slab.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,13 @@ | ||
{ | ||
"variants": { | ||
"type=bottom": { | ||
"model": "spectrum:block/black_slab" | ||
}, | ||
"type=double": { | ||
"model": "spectrum:block/black_planks" | ||
}, | ||
"type=top": { | ||
"model": "spectrum:block/black_slab_top" | ||
} | ||
} | ||
} |
Oops, something went wrong.