PaperMC / paperweight

Gradle build system plugin for Paper and Paper forks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow importing of non java files for patching

Machine-Maker opened this issue · comments

This allows us to make changes to the default values. Before 1.19.3 we could do that in code, as the datapacks only overrode values loaded in code, but now all registries are loaded from the files. changing the values in code only affects the datagenerator output, not the actual registries.

Being able to do minecraft data/minecraft/worldgen/noise_settings/overworld.json in dev-imports.txt is what I imagine.