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,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"
}