kettingpowered / Ketting-1-20-x

A fork of MinecraftForge with added Bukkit & Spigot patches
Other
60 stars 14 forks source link

Container contents don't persist on create contraptions #276

Open pkseverance opened 3 weeks ago

pkseverance commented 3 weeks ago

Basic questions:

What Minecraft Version is your Server on?

1.20.1

Full Ketting Version

1.20.1-0.2.23

Description of behavior

When a create contraption returns to a static state any containers on the contraption lose their inventory contents. Expected behavior is for container contents to persist between static and moving states.

Reproduction Steps

Steps to reproduce the behavior:
1. Use above Version with create-1.20.1-0.5.1.f
2. Run the server
3. Build a create contraption with a chest or any other container. Put some items in the container. Turn the contraption on. Open the container while the contraption is moving to verify that items are still there. Turn the contraption off. Open the container. The items should now be missing.

Logs

https://mclo.gs/zgWmcn5

Additional context

No response