Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Generate Germanium fully again (#793)
Browse files Browse the repository at this point in the history
generate germanium fully again
  • Loading branch information
chochem authored Dec 7, 2023
1 parent 7b59daa commit f76e3dd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/main/java/gtPlusPlus/core/item/ModItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ public static void init() {
MaterialGenerator.generate(ELEMENT.getInstance().RHODIUM);
MaterialGenerator.generate(ELEMENT.getInstance().RHENIUM);
MaterialGenerator.generate(ELEMENT.getInstance().THALLIUM);
MaterialGenerator.generate(ELEMENT.getInstance().GERMANIUM);

// RADIOACTIVE ELEMENTS
MaterialGenerator.generateNuclearMaterial(ELEMENT.getInstance().POLONIUM, false);
Expand Down Expand Up @@ -866,13 +867,6 @@ public static void registerCustomMaterialComponents() {
Materials.Lanthanum.mElement.name(),
Utils.rgbtoHexValue(106, 127, 163));
}
if (!ItemUtils.checkForInvalidItems(ItemUtils.getItemStackOfAmountFromOreDictNoBroken("dustGermanium", 1))) {
ItemUtils.generateSpecialUseDusts(
"Germanium",
"Germanium",
"Ge",
ELEMENT.getInstance().GERMANIUM.getRgbAsHex());
}

// Just an unusual plate needed for some black magic.
if (ItemUtils.getItemStackOfAmountFromOreDictNoBroken("plateClay", 1) == null) {
Expand Down

0 comments on commit f76e3dd

Please sign in to comment.