FrozenBlock / Configurable-Everything

https://modrinth.com/mod/configurable-everything
GNU General Public License v3.0
3 stars 1 forks source link

Scripting enhancements #23

Closed Treetrain1 closed 5 months ago

Treetrain1 commented 5 months ago

Simplifies the process of modifying typed entries via scripts

Before, a copy of the typed entry would have to be created

This is the new format:

ConfigData.STRUCTURE.modify { config ->
   config.removedStructures.add(ResourceLocation("minecraft:ancient_city"))
}

Much simpler