Fix custom item entities not showing on the client
Fix crystal growth not syncing
This commit is contained in:
@@ -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
-1
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:crafting_cube",
|
||||
"type": "16k_storage"
|
||||
"type": "storage_16k"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:crafting_cube",
|
||||
"type": "1k_storage"
|
||||
"type": "storage_1k"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:crafting_cube",
|
||||
"type": "4k_storage"
|
||||
"type": "storage_4k"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:crafting_cube",
|
||||
"type": "64k_storage"
|
||||
"type": "storage_64k"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user