Dynamic Lights

Dynamic Lights

17M Downloads

[1.21.10] Forge removing runtime string substitutions

Closed this issue ยท 1 comments

commented

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.

commented

Thanks for the info. Updated the mods
2d8e91c
d2f2b3d
89fbd51
88442d6
c0903d5
4e9defd