stfwi / redstonepen

Minecraft mod adding a pen to draw Redstone tracks in all directions, a PLC for Redstone, and relays.
MIT License
14 stars 2 forks source link

Redstone Tracks cannot stick to blocks using the super glue of Create mod #23

Closed XiaoLey closed 1 year ago

XiaoLey commented 1 year ago

The super glue of the Create mod cannot affect the redstone track, which means that the redstone track cannot be attached to the structure formed by create like the original redstone, but other items provided by the redstone pen mod, such as the redstone relay, can be attached well.

stfwi commented 1 year ago

Hi, thanks for reaching out. I'm aware of that problem, unfortunately I don't have a proper technical solution for it. The reason why this is problematic is that the Redstone Tracks of the mod require Block Entities to work - otherwise the mod would use an enormous amount of RAM for models (generated when the game is starting), and would also suffer performance, which is especially on smaller servers an unwanted side effect. The relays are only blocks (without Block Entities), Create can easily handle those without a problem.

In future Minecraft versions there may be a proper way to handle these situations, for the moment I'll have to defer handling that issue. Cheers,-

XiaoLey commented 1 year ago

Oh, I see, thanks for your reply.

XiaoLey commented 1 year ago

After the Create mod was updated to version 0.5.0g, this issue was resolved.

stfwi commented 1 year ago

Wow, so they must have found a stable way to "simulate" a static context for block entities in Create contraption? That is pretty cool. Thanks for the info xiaoley, Cheers,-