T. Luke Cloninger
Results
2
issues of
T. Luke Cloninger
I'm trying to use Architectury Loom for a 1.19.2 Forge mod. I downloaded the Forge template from [Architectury Templates](https://github.com/architectury/architectury-templates/releases/tag/release_build_1660373701170). I changed the following values in `gradle.properties` ```diff -minecraft_version=1.18.1 +minecraft_version=1.19.2 ......
### Description When I use `processResources` to substitute `${version}` with my mod version in `mods.toml` I get the following error when I launch the Minecraft Client debugger: ``` Exception in...