Start re-adding the extra hearts function

This commit is contained in:
zontreck 2023-12-15 19:41:18 -07:00
parent f1fce3fbaa
commit bbf4e41abc
7 changed files with 252 additions and 4 deletions

View file

@ -54,7 +54,7 @@ minecraft {
// However, it must be at "META-INF/accesstransformer.cfg" in the final mod jar to be loaded by Forge.
// This default location is a best practice to automatically put the file in the right place in the final jar.
// See https://docs.minecraftforge.net/en/latest/advanced/accesstransformers/ for more information.
// accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
// Default run configurations.
// These can be tweaked, removed, or duplicated as needed.