CaffeineMC / hydrogen-fabric

Things of which are too dangerous to put in Lithium.
GNU Lesser General Public License v3.0
510 stars 66 forks source link

Incompatible with WorldEdit #17

Closed Bendimester23 closed 3 years ago

Bendimester23 commented 3 years ago

https://paste.enginehub.org/pRnKwzLN0

when i use the //setbiome, it didn't work.

Snivine commented 3 years ago

can confirm this, seems to be the inmutable map of hydrogen causing issues with the world edit part of worldedit

coderbot16 commented 3 years ago

The sanest solution for now is probably to copy the configuration system from Lithium, and have WorldEdit disable this patch for the time being. In the future, perhaps there could be better integration between the two mods: WorldEdit could signal to Hydrogen that it needs the unpacked biome array, WorldEdit could do its thing, then Hydrogen could re-pack the biome array.

jellysquid3 commented 3 years ago

This is no longer relevant for the 1.17.x version (as the patch was implemented into vanilla) so we can close this.