Skip to content

Commit

Permalink
Merge pull request #4669 from TelepathicGrunt/patch-2
Browse files Browse the repository at this point in the history
Add Bumblezone's special items to Quark's enchanting tooltip config
  • Loading branch information
IThundxr authored Feb 15, 2024
2 parents d26620a + 0c9efef commit d745ca5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ public class ImprovedTooltipsModule extends ZetaModule {
public static List<String> enchantingStacks = Lists.newArrayList("minecraft:diamond_sword", "minecraft:diamond_pickaxe", "minecraft:diamond_shovel", "minecraft:diamond_axe", "minecraft:diamond_hoe",
"minecraft:diamond_helmet", "minecraft:diamond_chestplate", "minecraft:diamond_leggings", "minecraft:diamond_boots",
"minecraft:shears", "minecraft:bow", "minecraft:fishing_rod", "minecraft:crossbow", "minecraft:trident", "minecraft:elytra", "minecraft:shield",
"quark:pickarang", "supplementaries:slingshot", "supplementaries:bubble_blower", "farmersdelight:diamond_knife");
"quark:pickarang", "supplementaries:slingshot", "supplementaries:bubble_blower", "farmersdelight:diamond_knife", "the_bumblezone:stinger_spear",
"the_bumblezone:crystal_cannon", "the_bumblezone:honey_crystal_shield", "the_bumblezone:honey_bee_leggings_2");

@Config(
description = "A list of additional stacks to display on each enchantment\n"
Expand Down

0 comments on commit d745ca5

Please sign in to comment.