Thaumcraft Goggles upgrade for Living Helmet
Combine a Living Helmet with an undamaged Goggles of Revealing in an anvil (+1 level) to combine the two. Currently no way to split afterwards. Thoughts: - Tweak level requirement to be higher? 1 was chosen in order to make it work. - Require full set of armor to be worn? This would keep it in line with all the other upgrades. - I only used the full Thaumcraft jar because the uploaded API is a zip which does not work as a Gradle library.
This commit is contained in:
parent
332e16a585
commit
c1aeb2e7f6
6 changed files with 68 additions and 9 deletions
|
@ -4,6 +4,7 @@ import lombok.Getter;
|
|||
import net.minecraft.block.Block;
|
||||
import net.minecraft.item.Item;
|
||||
import net.minecraft.potion.Potion;
|
||||
import net.minecraftforge.fml.common.registry.GameRegistry;
|
||||
|
||||
import java.util.Locale;
|
||||
|
||||
|
@ -128,6 +129,9 @@ public class Constants
|
|||
public static final String WAILA_CONFIG_ALTAR = Mod.MODID + ".bloodAltar";
|
||||
public static final String WAILA_CONFIG_TELEPOSER = Mod.MODID + ".teleposer";
|
||||
public static final String WAILA_CONFIG_RITUAL = Mod.MODID + ".ritualController";
|
||||
|
||||
public static final String THAUMCRAFT_HAS_GOGGLES = "hasGoggles";
|
||||
public static final Item THAUMCRAFT_GOGGLES = GameRegistry.findItem("Thaumcraft", "goggles");
|
||||
}
|
||||
|
||||
public static class Misc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue