stfwi / redstonepen

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

[Feature Request] Compatibility with Moving Elevators #5

Closed rabrunos closed 2 years ago

rabrunos commented 2 years ago

Is there anything that can be done to fix this?

https://github.com/SuperMartijn642/MovingElevators/issues/98

stfwi commented 2 years ago

Hi man, the track unfortunately needs a block entity to work. IIRC a Relay is just a block and could go outside the elevator so that is it not seen in the cabin. Have to honestly admit I have no idea if that will work with moving blocks however - can you give me feedback in case it crashes ;)?

rabrunos commented 2 years ago

I tried it here, but unfortunately the Elevator mod limits us a lot because of its mechanics. I ended up giving up.

stfwi commented 2 years ago

Aye, Minecraft makes moving parts very hard to handle for mods - no blame attaches, Mojang implements what they need, and Martin tries to make the best out of it in the elevator mod, but there are limitations what mods can do there :/. Maybe moving parts have other opportunities in future MC versions.

rabrunos commented 2 years ago

Yes, I even tried using another elevator mod, but Martin's mod is irreplaceable, at least for me! So I'll look for other ways to do this!