Creators-of-Create / Create

[Forge Mod] Building Tools and Aesthetic Technology
MIT License
2.68k stars 862 forks source link

Computercraft modems disappear on moving contraptions #4959

Open MythVST opened 1 year ago

MythVST commented 1 year ago

Describe the Bug

To put it simply, Trying to use a wireless (or ender) modem from CC on a moving contraption results in the modem breaking off and disappearing, without so much as an item dropping.

Reproduction Steps

1.Put together a gantry system and attach a wireless or ender modem to a computer. this includes gluing an all of that 2.Rotate the gantry shaft so that the gantry assembly becomes an entity. 3: Allow the system to convert back into blocks

  1. All of the blocks should be there with the notable exception of the wireless modem ...

Expected Result

The gantry assembly with the computer should've held the wireless modem on it like any other block

Screenshots and Videos

Video Demonstration of the issue unfortunately, the file is a little too big for github, so it is hosted on discord

Crash Report or Log

No response

Operating System

Windows 10

Mod Version

0.5.1b

Minecraft Version

1.19.2

Forge Version

43.2.11

Other Mods

CC: Tweaked 1.101.1 (Most Notable) 3dSkinLayers 1.5.2 Immersive Engineering 1.19.2-9.1.0-156 Flywheel 0.6.8.a-14 Just Enough Items 11.5.0.297

Additional Context

No response

copygirl commented 11 months ago

The modem block might need the "create:brittle" block tag added to it, so create will ensure the modem block is placed back in-world after any other blocks, since it needs a block to attach to.

Plite7067 commented 2 months ago

Just made a datapack to fix this: https://github.com/Plite7067/CreateCCModemFix Also this seems to be a duplicate of this issue: https://github.com/Creators-of-Create/Create/issues/2176