Added Netherite nugget, texture thanks to Spearkiller

This commit is contained in:
Ayutac 2022-05-02 19:07:57 +02:00
parent c46e03b19f
commit 283460c3c8
9 changed files with 144 additions and 2 deletions

View file

@ -1150,8 +1150,9 @@ public class TRContent {
public enum Nuggets implements ItemConvertible, TagConvertible<Item> {
ALUMINUM, BRASS, BRONZE, CHROME(CHROME_TAG_NAME_BASE), COPPER(Items.COPPER_INGOT, false), DIAMOND(Items.DIAMOND, true),
ELECTRUM, EMERALD(Items.EMERALD, true), HOT_TUNGSTENSTEEL, INVAR, IRIDIUM, LEAD, NICKEL,
PLATINUM, REFINED_IRON, SILVER, STEEL, TIN, TITANIUM, TUNGSTEN, TUNGSTENSTEEL, ZINC;
ELECTRUM, EMERALD(Items.EMERALD, true), HOT_TUNGSTENSTEEL, INVAR, IRIDIUM, LEAD,
NETHERITE, /* We do NOT link to the netherite ingot here, because we want custom conversion recipes! */
NICKEL, PLATINUM, REFINED_IRON, SILVER, STEEL, TIN, TITANIUM, TUNGSTEN, TUNGSTENSTEEL, ZINC;
private final String name;
private final Item item;