Dust

Dust

12.9k Downloads

v0.003.6c - Pedestal Linking

Mowmaster opened this issue ยท 2 comments

commented

Basically, after linking 2 like colored pedestals if you break the receiving one and replace it any other colored one, it can still accept items...

Dev Note: Maybe when checking if a location exists to send items to, if a location doesnt exist at all then remove it from list.
Could check if pedestals match each send, but idk, could effect performance too...

OR: Leave this as is as a "Feature" as a way around the system a bit???

commented

https://github.com/Mowmaster/Dust/blob/1.12/src/main/java/com/mowmaster/dust/tiles/TilePedestal.java#L310

This checks for the right pedestal, so maybe add it to this:
https://github.com/Mowmaster/Dust/blob/1.12/src/main/java/com/mowmaster/dust/tiles/TilePedestal.java#L393

this way if it can still send to this pedestal itll do so, if not maybe remove the connection?

commented

fixed : 8e76548