EngineHub / WorldEdit

🗺️ Minecraft map editor and mod
https://enginehub.org/worldedit/
Other
3.05k stars 826 forks source link

Bring back the Sponge module, updated for 1.20.6 #2538

Closed avaruus1 closed 1 month ago

avaruus1 commented 1 month ago

Adds back the Sponge module, updated to the latest version.

Additionally fixes the issue where copying and pasting block entities removed their data. This was caused by the fact that setting the block state after the data resets the data in the BlockEntityArchetype builder.

I had to add neoform and vanilla gradle to build logic, as they both apply the IDEA ext plugin. For more information on why: Joni recently asked about this on Discord.