Silk moth AI upgrade, silk harvesting, hives

This commit is contained in:
paulevsGitch 2021-03-18 16:53:25 +03:00
parent 2f2b6dc654
commit 778977a869
15 changed files with 237 additions and 14 deletions

View file

@ -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 }
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"down": "betterend:block/moth_hive_side",
"east": "betterend:block/moth_hive_side",
"north": "betterend:block/moth_hive_front",
"particle": "betterend:block/moth_hive_side",
"south": "betterend:block/moth_hive_side",
"up": "betterend:block/moth_hive_side",
"west": "betterend:block/moth_hive_side"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"down": "betterend:block/moth_hive_side",
"east": "betterend:block/moth_hive_side",
"north": "betterend:block/moth_hive_front_silk",
"particle": "betterend:block/moth_hive_side",
"south": "betterend:block/moth_hive_side",
"up": "betterend:block/moth_hive_side",
"west": "betterend:block/moth_hive_side"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "betterend:block/silk_moth_hive"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B