Open Master-Bw3 opened 2 months ago
replaces {{ modid }}ModDependencies with {{ classname|lower }}ModDependencies to match
{{ modid }}ModDependencies
{{ classname|lower }}ModDependencies
val extension = extensions.create<{{ classname }}ModDependenciesExtension>("{{ classname|lower }}ModDependencies")
note: I did not test this as I have no clue how to
update: I figured out how to test it and the change works as expected
replaces
{{ modid }}ModDependencies
with{{ classname|lower }}ModDependencies
to matchnote: I did not test this as I have no clue how to