Skip to content

Commit

Permalink
Add Bumblezone's special items to Quark's enchanting tooltip config
Browse files Browse the repository at this point in the history
These items from Bumblezone disallows and allows a more unique combination of enchantments than normal equivalent items. Having them show in enchantment tooltip would be useful for users.
  • Loading branch information
TelepathicGrunt authored Feb 15, 2024
1 parent d26620a commit 0c9efef
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 0c9efef

Please sign in to comment.