-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add models for all candelabra colours Add recipes for all candelabra colours Remove all paper lanterns except for red paper lantern
- Loading branch information
Showing
740 changed files
with
16,029 additions
and
127 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
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/728a4d9ddd2b1d11e36e95a6531306e1de7dee8c
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
68 changes: 67 additions & 1 deletion
68
src/main/generated/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e
Large diffs are not rendered by default.
Oops, something went wrong.
308 changes: 307 additions & 1 deletion
308
src/main/generated/.cache/f3798f81c7b6fecad2cbfec741314f8a66c0eca3
Large diffs are not rendered by default.
Oops, something went wrong.
260 changes: 260 additions & 0 deletions
260
src/main/generated/assets/furnishings/blockstates/black_candelabra.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,260 @@ | ||
{ | ||
"variants": { | ||
"candles=1,face=floor,facing=east,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_1", | ||
"y": 90 | ||
}, | ||
"candles=1,face=floor,facing=east,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_1_lit", | ||
"y": 90 | ||
}, | ||
"candles=1,face=floor,facing=north,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_1", | ||
"y": 0 | ||
}, | ||
"candles=1,face=floor,facing=north,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_1_lit", | ||
"y": 0 | ||
}, | ||
"candles=1,face=floor,facing=south,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_1", | ||
"y": 180 | ||
}, | ||
"candles=1,face=floor,facing=south,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_1_lit", | ||
"y": 180 | ||
}, | ||
"candles=1,face=floor,facing=west,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_1", | ||
"y": 270 | ||
}, | ||
"candles=1,face=floor,facing=west,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_1_lit", | ||
"y": 270 | ||
}, | ||
"candles=1,face=wall,facing=east,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_1", | ||
"y": 90 | ||
}, | ||
"candles=1,face=wall,facing=east,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_1_lit", | ||
"y": 90 | ||
}, | ||
"candles=1,face=wall,facing=north,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_1", | ||
"y": 0 | ||
}, | ||
"candles=1,face=wall,facing=north,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_1_lit", | ||
"y": 0 | ||
}, | ||
"candles=1,face=wall,facing=south,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_1", | ||
"y": 180 | ||
}, | ||
"candles=1,face=wall,facing=south,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_1_lit", | ||
"y": 180 | ||
}, | ||
"candles=1,face=wall,facing=west,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_1", | ||
"y": 270 | ||
}, | ||
"candles=1,face=wall,facing=west,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_1_lit", | ||
"y": 270 | ||
}, | ||
"candles=2,face=floor,facing=east,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_2", | ||
"y": 90 | ||
}, | ||
"candles=2,face=floor,facing=east,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_2_lit", | ||
"y": 90 | ||
}, | ||
"candles=2,face=floor,facing=north,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_2", | ||
"y": 0 | ||
}, | ||
"candles=2,face=floor,facing=north,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_2_lit", | ||
"y": 0 | ||
}, | ||
"candles=2,face=floor,facing=south,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_2", | ||
"y": 180 | ||
}, | ||
"candles=2,face=floor,facing=south,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_2_lit", | ||
"y": 180 | ||
}, | ||
"candles=2,face=floor,facing=west,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_2", | ||
"y": 270 | ||
}, | ||
"candles=2,face=floor,facing=west,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_2_lit", | ||
"y": 270 | ||
}, | ||
"candles=2,face=wall,facing=east,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_2", | ||
"y": 90 | ||
}, | ||
"candles=2,face=wall,facing=east,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_2_lit", | ||
"y": 90 | ||
}, | ||
"candles=2,face=wall,facing=north,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_2", | ||
"y": 0 | ||
}, | ||
"candles=2,face=wall,facing=north,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_2_lit", | ||
"y": 0 | ||
}, | ||
"candles=2,face=wall,facing=south,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_2", | ||
"y": 180 | ||
}, | ||
"candles=2,face=wall,facing=south,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_2_lit", | ||
"y": 180 | ||
}, | ||
"candles=2,face=wall,facing=west,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_2", | ||
"y": 270 | ||
}, | ||
"candles=2,face=wall,facing=west,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_2_lit", | ||
"y": 270 | ||
}, | ||
"candles=3,face=floor,facing=east,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_3", | ||
"y": 90 | ||
}, | ||
"candles=3,face=floor,facing=east,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_3_lit", | ||
"y": 90 | ||
}, | ||
"candles=3,face=floor,facing=north,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_3", | ||
"y": 0 | ||
}, | ||
"candles=3,face=floor,facing=north,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_3_lit", | ||
"y": 0 | ||
}, | ||
"candles=3,face=floor,facing=south,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_3", | ||
"y": 180 | ||
}, | ||
"candles=3,face=floor,facing=south,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_3_lit", | ||
"y": 180 | ||
}, | ||
"candles=3,face=floor,facing=west,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_3", | ||
"y": 270 | ||
}, | ||
"candles=3,face=floor,facing=west,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_3_lit", | ||
"y": 270 | ||
}, | ||
"candles=3,face=wall,facing=east,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_3", | ||
"y": 90 | ||
}, | ||
"candles=3,face=wall,facing=east,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_3_lit", | ||
"y": 90 | ||
}, | ||
"candles=3,face=wall,facing=north,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_3", | ||
"y": 0 | ||
}, | ||
"candles=3,face=wall,facing=north,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_3_lit", | ||
"y": 0 | ||
}, | ||
"candles=3,face=wall,facing=south,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_3", | ||
"y": 180 | ||
}, | ||
"candles=3,face=wall,facing=south,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_3_lit", | ||
"y": 180 | ||
}, | ||
"candles=3,face=wall,facing=west,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_3", | ||
"y": 270 | ||
}, | ||
"candles=3,face=wall,facing=west,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_3_lit", | ||
"y": 270 | ||
}, | ||
"candles=4,face=floor,facing=east,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_4", | ||
"y": 90 | ||
}, | ||
"candles=4,face=floor,facing=east,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_4_lit", | ||
"y": 90 | ||
}, | ||
"candles=4,face=floor,facing=north,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_4", | ||
"y": 0 | ||
}, | ||
"candles=4,face=floor,facing=north,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_4_lit", | ||
"y": 0 | ||
}, | ||
"candles=4,face=floor,facing=south,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_4", | ||
"y": 180 | ||
}, | ||
"candles=4,face=floor,facing=south,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_4_lit", | ||
"y": 180 | ||
}, | ||
"candles=4,face=floor,facing=west,lit=false": { | ||
"model": "furnishings:block/black_candelabra_floor_4", | ||
"y": 270 | ||
}, | ||
"candles=4,face=floor,facing=west,lit=true": { | ||
"model": "furnishings:block/black_candelabra_floor_4_lit", | ||
"y": 270 | ||
}, | ||
"candles=4,face=wall,facing=east,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_4", | ||
"y": 90 | ||
}, | ||
"candles=4,face=wall,facing=east,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_4_lit", | ||
"y": 90 | ||
}, | ||
"candles=4,face=wall,facing=north,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_4", | ||
"y": 0 | ||
}, | ||
"candles=4,face=wall,facing=north,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_4_lit", | ||
"y": 0 | ||
}, | ||
"candles=4,face=wall,facing=south,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_4", | ||
"y": 180 | ||
}, | ||
"candles=4,face=wall,facing=south,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_4_lit", | ||
"y": 180 | ||
}, | ||
"candles=4,face=wall,facing=west,lit=false": { | ||
"model": "furnishings:block/black_candelabra_wall_4", | ||
"y": 270 | ||
}, | ||
"candles=4,face=wall,facing=west,lit=true": { | ||
"model": "furnishings:block/black_candelabra_wall_4_lit", | ||
"y": 270 | ||
} | ||
} | ||
} |
Oops, something went wrong.