diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/blockstates/campfire.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/blockstates/campfire.json')
| -rwxr-xr-x | assets/minecraft/blockstates/campfire.json | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/campfire.json b/assets/minecraft/blockstates/campfire.json new file mode 100755 index 00000000..f7766535 --- /dev/null +++ b/assets/minecraft/blockstates/campfire.json | |||
| @@ -0,0 +1,64 @@ | |||
| 1 | { | ||
| 2 | "variants": { | ||
| 3 | "facing=east,lit=false,signal_fire=false": { | ||
| 4 | "model": "minecraft:block/campfire_off", | ||
| 5 | "y": 270 | ||
| 6 | }, | ||
| 7 | "facing=east,lit=true,signal_fire=false": { | ||
| 8 | "model": "minecraft:block/campfire", | ||
| 9 | "y": 270 | ||
| 10 | }, | ||
| 11 | "facing=north,lit=false,signal_fire=false": { | ||
| 12 | "model": "minecraft:block/campfire_off", | ||
| 13 | "y": 180 | ||
| 14 | }, | ||
| 15 | "facing=north,lit=true,signal_fire=false": { | ||
| 16 | "model": "minecraft:block/campfire", | ||
| 17 | "y": 180 | ||
| 18 | }, | ||
| 19 | "facing=south,lit=false,signal_fire=false": { | ||
| 20 | "model": "minecraft:block/campfire_off" | ||
| 21 | }, | ||
| 22 | "facing=south,lit=true,signal_fire=false": { | ||
| 23 | "model": "minecraft:block/campfire" | ||
| 24 | }, | ||
| 25 | "facing=west,lit=false,signal_fire=false": { | ||
| 26 | "model": "minecraft:block/campfire_off", | ||
| 27 | "y": 90 | ||
| 28 | }, | ||
| 29 | "facing=west,lit=true,signal_fire=false": { | ||
| 30 | "model": "minecraft:block/campfire", | ||
| 31 | "y": 90 | ||
| 32 | }, | ||
| 33 | "facing=east,lit=false,signal_fire=true": { | ||
| 34 | "model": "minecraft:block/campfire_off", | ||
| 35 | "y": 270 | ||
| 36 | }, | ||
| 37 | "facing=east,lit=true,signal_fire=true": { | ||
| 38 | "model": "minecraft:block/campfire_signal", | ||
| 39 | "y": 270 | ||
| 40 | }, | ||
| 41 | "facing=north,lit=false,signal_fire=true": { | ||
| 42 | "model": "minecraft:block/campfire_off", | ||
| 43 | "y": 180 | ||
| 44 | }, | ||
| 45 | "facing=north,lit=true,signal_fire=true": { | ||
| 46 | "model": "minecraft:block/campfire_signal", | ||
| 47 | "y": 180 | ||
| 48 | }, | ||
| 49 | "facing=south,lit=false,signal_fire=true": { | ||
| 50 | "model": "minecraft:block/campfire_off" | ||
| 51 | }, | ||
| 52 | "facing=south,lit=true,signal_fire=true": { | ||
| 53 | "model": "minecraft:block/campfire_signal" | ||
| 54 | }, | ||
| 55 | "facing=west,lit=false,signal_fire=true": { | ||
| 56 | "model": "minecraft:block/campfire_off", | ||
| 57 | "y": 90 | ||
| 58 | }, | ||
| 59 | "facing=west,lit=true,signal_fire=true": { | ||
| 60 | "model": "minecraft:block/campfire_signal", | ||
| 61 | "y": 90 | ||
| 62 | } | ||
| 63 | } | ||
| 64 | } \ No newline at end of file | ||