Silk moth AI upgrade, silk harvesting, hives
This commit is contained in:
parent
2f2b6dc654
commit
778977a869
15 changed files with 237 additions and 14 deletions
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"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 }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue