Skip to content

Commit

Permalink
fix: 🧩[Elementium Sword] return to registry but make uncraftable
Browse files Browse the repository at this point in the history
Fix #378
Also should fix #363
  • Loading branch information
Krutoy242 committed Jun 11, 2024
1 parent 7f22b06 commit 03bfec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/malekremoveregistries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ animus:kama_wood
botania:elementiumpick
botania:elementiumshears
botania:elementiumshovel
botania:elementiumsword
botania:glasspick
botania:manasteelaxe
botania:manasteelpick
Expand Down
2 changes: 2 additions & 0 deletions scripts/mods/botania.zs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import crafttweaker.item.IItemStack;

// ----- Orechid progression -----#

Purge(<botania:elementiumsword>);

// Remove unused ORE
mods.botania.Orechid.removeOre('oreTungsten');

Expand Down

0 comments on commit 03bfec5

Please sign in to comment.