FallingColors / hexdummy

Template for making a multiloader addon for the Hex Casting Minecraft mod using Architectury.
MIT License
2 stars 5 forks source link

Fix Incorrect identifier in build.gradle.kts #5

Open Master-Bw3 opened 2 months ago

Master-Bw3 commented 2 months ago

replaces {{ modid }}ModDependencies with {{ classname|lower }}ModDependencies to match

val extension = extensions.create<{{ classname }}ModDependenciesExtension>("{{ classname|lower }}ModDependencies")

note: I did not test this as I have no clue how to

Master-Bw3 commented 2 months ago

update: I figured out how to test it and the change works as expected