Add missing enchantments from the treasure/non_treasure tags

This commit is contained in:
Sergeant Acoustic 2026-03-11 16:21:31 +00:00
parent 37555954f5
commit df81379b45
2 changed files with 7 additions and 1 deletions

View file

@ -5,6 +5,7 @@
"mc_rebalance:whallop", "mc_rebalance:whallop",
"mc_rebalance:exploit", "mc_rebalance:exploit",
"mc_rebalance:windup", "mc_rebalance:windup",
"mc_rebalance:smack" "mc_rebalance:smack",
"mc_rebalance:collapse"
] ]
} }

View file

@ -0,0 +1,5 @@
{
"values": [
"mc_rebalance:crumble"
]
}