FabricMC / fabric-loom

Gradle build system plugin used to automate the setup of a minecraft mod development environment.
MIT License
226 stars 194 forks source link

Exclude all *.existing.json files from jar #1003

Closed JT122406 closed 7 months ago

JT122406 commented 7 months ago

Kinda a extension of excluding .cache files from the jar but excludes the .existing.json files that some use for lang datagen from the jar as they cannot be used by the game

modmuss50 commented 7 months ago

that some use for lang datagen

Is this something that Minecraft generates? Or is it just something that people use in their own mods. If the latter I dont think it should be in loom, its trivial to add to your own mod if needed. I also think its possible that people will have json files named like this that people will want to keep.