Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sculk Transmitter Shulker Box Dupe. #274

Closed
ChrisR-25 opened this issue Feb 14, 2024 · 4 comments
Closed

Sculk Transmitter Shulker Box Dupe. #274

ChrisR-25 opened this issue Feb 14, 2024 · 4 comments
Labels
bug Something isn't working fabric Related to Fabric forge Related to Forge

Comments

@ChrisR-25
Copy link

Minecraft Version: 1.20.1
Mod Version: 1.2.1
Mod Loader: forge

Description:
Dupe glitch, with Sculk Transmitter and Shulker Box
If a Shulker Box is broken while a player is using a Sculk Transmitter access it, the inventory is not closed and items, that now are within the broken shulker, can be removed from the non existent inventory.

To Reproduce:
Steps to reproduce the behavior:

  1. Open a Shulker Box with a Sculk Transmitter.
  2. Break the Shulker Box
  3. Remove any items from the box.
  4. Place the dropped Shulker Box
  5. You now have duped the item.
@ChrisR-25 ChrisR-25 added the bug Something isn't working label Feb 14, 2024
@NewJumper NewJumper added the forge Related to Forge label Feb 14, 2024
@NewJumper
Copy link
Member

confirmed. this happens because the transmitter isn't constantly checking if the block exists or not. it only checks when opening the transmitter.
there are two possible fixes:

  • make shulker boxes not supported with transmitters
  • find a way to continuously check if the block exists while using the transmitter

@NewJumper
Copy link
Member

is this an issue for fabric?

@NewJumper
Copy link
Member

fixed for forge in d32baa2

@Pedro270707
Copy link
Contributor

Fixed on Fabric

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fabric Related to Fabric forge Related to Forge
Projects
None yet
Development

No branches or pull requests

3 participants