[1.21.10] Forge removing runtime string substitutions
Closed this issue ยท 1 comments
As of 60.0.6, we've removed the undocumented/internal ability to do runtime string substitution in the mods.toml (as well as forge's internal usages of it) MinecraftForge/MinecraftForge#10698, spurred by MinecraftForge/MinecraftForge#10696.
This change will not be backported due to it being breaking.
As a result, modders will need to update their processResources block in the build.gradle. Basically it's the same as the neo format, stuff from gradle.properties gets subbed into the mods.toml. The MDK has a good representation of it if you need a visual thing.