latibro / Swap-Mod

Minecraft mod to swap blocks
https://www.curseforge.com/minecraft/mc-mods/swap
GNU General Public License v3.0
0 stars 0 forks source link

Target in another chunks than swapper #4

Closed latibro closed 2 years ago

latibro commented 2 years ago

Need to handle what happens when the target is in another chunks than the swapper, as that other chunk might not be loaded, when the swapper wants to swap.

latibro commented 2 years ago

Think the swap should just be canceled if the swap target is not loaded.

latibro commented 2 years ago

Fixed by latibro/Swap-Mod#20