-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
Issue type:
- 🐛 Bug
Short description:
When using the Player Simulator with a Variable Card in the Click Item slot to right click a block with an item, it spawn an ItemEntity with minecraft:air every tick.
Steps to reproduce the problem:
- Place a block that need to be right clicked with a non stackable item to work
- Place a Logic Cable at a side of it
- Connect a Player Simulator faced to the block
- Add the Variable Card configured with the item needed for the right click interaction
- Add a Chest at a side of the Logic Cable with your item needed in it
- Add an Item Interface facing the chest from the Logic Cable
- Check the nearest item entity tag with
/data get entity @e[type=item,limit=1,sort=nearest], you should see an "Air" ItemEntity
Expected behaviour:
Player Simulator right clicking the block without any empty ItemEntity spawned in the world
Versions:
- This mod: Integrated Tunnels 1.9.0
- Minecraft: 1.21.1
- Mod loader version: NeoForge 21.1.209
Log file:
With KJS implementation to gather the stack trace of the spawned ItemEntity it gives this: https://hastebin.com/share/nolotugasi.bash
Metadata
Metadata
Assignees
Type
Projects
Status
Done