From 304cdd5d9ac82934933693c0646cfc4e91cda698 Mon Sep 17 00:00:00 2001 From: iZeeh Date: Sat, 9 Dec 2023 16:35:21 -0500 Subject: [PATCH] Update XPCollection.java --- .../me/desht/modularrouters/integration/XPCollection.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/me/desht/modularrouters/integration/XPCollection.java b/src/main/java/me/desht/modularrouters/integration/XPCollection.java index c17eaf59..1244145e 100644 --- a/src/main/java/me/desht/modularrouters/integration/XPCollection.java +++ b/src/main/java/me/desht/modularrouters/integration/XPCollection.java @@ -55,7 +55,9 @@ public enum XPCollectionType { BOTTLE_O_ENCHANTING(true, 7, "minecraft:experience_bottle"), MEMORY_ESSENCE(false, 20, "pneumaticcraft:memory_essence"), CYCLIC_XP_JUICE(false, 20, "cyclic:xpjuice"), - IF_ESSENCE(false, 20, "industrialforegoing:essence"); + IF_ESSENCE(false, 20, "industrialforegoing:essence"), + NUGGET_OF_EXPERIENCE(true, 7, "create:experience_nugget"), + BLOCK_OF_EXPERIENCE(true, 63, "create:experience_block"); // TODO 1.15 other mod exp levels... should be in config or data pack, really // XPJUICE(20, "xpjuice"), // Enderio/Openblocks/Cyclic/Reliquary