BetterEnd/src/main/resources/assets/betterend/blockstates/silk_moth_hive.json
2021-03-18 16:53:25 +03:00

20 lines
1.4 KiB
JSON

{
"variants": {
"facing=north,fullness=0": { "model": "betterend:block/silk_moth_hive" },
"facing=south,fullness=0": { "model": "betterend:block/silk_moth_hive", "y": 180 },
"facing=east,fullness=0": { "model": "betterend:block/silk_moth_hive", "y": 90 },
"facing=west,fullness=0": { "model": "betterend:block/silk_moth_hive", "y": 270 },
"facing=north,fullness=1": { "model": "betterend:block/silk_moth_hive" },
"facing=south,fullness=1": { "model": "betterend:block/silk_moth_hive", "y": 180 },
"facing=east,fullness=1": { "model": "betterend:block/silk_moth_hive", "y": 90 },
"facing=west,fullness=1": { "model": "betterend:block/silk_moth_hive", "y": 270 },
"facing=north,fullness=2": { "model": "betterend:block/silk_moth_hive" },
"facing=south,fullness=2": { "model": "betterend:block/silk_moth_hive", "y": 180 },
"facing=east,fullness=2": { "model": "betterend:block/silk_moth_hive", "y": 90 },
"facing=west,fullness=2": { "model": "betterend:block/silk_moth_hive", "y": 270 },
"facing=north,fullness=3": { "model": "betterend:block/silk_moth_hive_silk" },
"facing=south,fullness=3": { "model": "betterend:block/silk_moth_hive_silk", "y": 180 },
"facing=east,fullness=3": { "model": "betterend:block/silk_moth_hive_silk", "y": 90 },
"facing=west,fullness=3": { "model": "betterend:block/silk_moth_hive_silk", "y": 270 }
}
}