Rework of HUD element system

Allows configuration because that's probably a good thing. The values in
the json config are percentages of the screen.
This commit is contained in:
Nicholas Ignoffo 2018-06-28 20:37:53 -07:00
parent 47b88b95b0
commit e3d65a9e3a
21 changed files with 894 additions and 311 deletions

View file

@ -29,7 +29,7 @@ import org.apache.commons.lang3.tuple.Pair;
import java.io.File;
import java.util.List;
@Mod(modid = BloodMagic.MODID, name = BloodMagic.NAME, version = BloodMagic.VERSION, dependencies = BloodMagic.DEPEND)
@Mod(modid = BloodMagic.MODID, name = BloodMagic.NAME, version = BloodMagic.VERSION, dependencies = BloodMagic.DEPEND, guiFactory = "WayofTime.bloodmagic.client.gui.GuiBloodMagicConfig$Factory")
public class BloodMagic {
public static final String MODID = "bloodmagic";
public static final String NAME = "Blood Magic: Alchemical Wizardry";