You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the Item Inventory code from your tutorial as a base for Inventory Pets Chest and Feed Bag pets, but then ran into a nasty and unsolved issue: MinecraftForge/MinecraftForge#4594
Basically, using any inventory item with similar functionality when on a server in creative mode clears the contents of the itemstack inventory. I would remove this example since it has caused significant frustration from players, and does not look like will be solved anytime soon by Minecraft or Forge.
Since you've written this tutorial, all of the above mods, including Botania, have rewritten their code completely as a result.
The text was updated successfully, but these errors were encountered:
capnkirok
changed the title
Item Inventory example bugged
[1.15/1.16] Item Inventory example bugged
Feb 27, 2021
Howdy
Thanks for the updated info. When I get a chance I'll review those and either replace the flowerbag or at least cross-reference it with a warning
Cheers
TGG
I used the Item Inventory code from your tutorial as a base for Inventory Pets Chest and Feed Bag pets, but then ran into a nasty and unsolved issue:
MinecraftForge/MinecraftForge#4594
Basically, using any inventory item with similar functionality when on a server in creative mode clears the contents of the itemstack inventory. I would remove this example since it has caused significant frustration from players, and does not look like will be solved anytime soon by Minecraft or Forge.
Since you've written this tutorial, all of the above mods, including Botania, have rewritten their code completely as a result.
The text was updated successfully, but these errors were encountered: