Fix custom item entities not showing on the client

Fix crystal growth not syncing
This commit is contained in:
Sebastian Hartte
2020-06-13 20:25:00 +02:00
parent b9381fc2e1
commit 0db7e70722
19 changed files with 111 additions and 51 deletions
@@ -13,3 +13,6 @@ public-f net.minecraft.inventory.container.Slot field_75221_f # yPos
# For JEI registration
public net.minecraft.item.crafting.RecipeManager func_215366_a(Lnet/minecraft/item/crafting/IRecipeType;)Ljava/util/Map; # getRecipes
# To disable water-bobbing of item entities (for growing crystals)
protected net.minecraft.entity.item.ItemEntity func_203043_v()V # applyFloatMotion
@@ -1,4 +1,4 @@
{
"loader": "appliedenergistics2:crafting_cube",
"type": "16k_storage"
"type": "storage_16k"
}
@@ -1,4 +1,4 @@
{
"loader": "appliedenergistics2:crafting_cube",
"type": "1k_storage"
"type": "storage_1k"
}
@@ -1,4 +1,4 @@
{
"loader": "appliedenergistics2:crafting_cube",
"type": "4k_storage"
"type": "storage_4k"
}
@@ -1,4 +1,4 @@
{
"loader": "appliedenergistics2:crafting_cube",
"type": "64k_storage"
"type": "storage_64k"
}