User: joe Date: 20 Oct 25 13:46 Revision: 3f914457e1a535024dc2eb9fb0d94ae75141755c Summary: Merge branch '2025.1' into 2025.2 TeamCity URL: http://ci.mcdev.io:80/viewModification.html?tab=vcsModificationFiles&modId=10182&personal=false Index: build.gradle.kts =================================================================== --- build.gradle.kts (revision a67f9a240a38c00860640bb97005d97f9bda7d6b) +++ build.gradle.kts (revision 3f914457e1a535024dc2eb9fb0d94ae75141755c) @@ -188,11 +188,6 @@ } tasks.processResources { - for (lang in arrayOf("", "_en")) { - from("src/main/resources/messages.MinecraftDevelopment_en_US.properties") { - rename { "messages.MinecraftDevelopment$lang.properties" } - } - } // These templates aren't allowed to be in a directory structure in the output jar // But we have a lot of templates that would get real hard to deal with if we didn't have some structure // So this just flattens out the fileTemplates/j2ee directory in the jar, while still letting us have directories