Skip to content

Commit

Permalink
Actually fixed Thermal Tuning exclusivity
Browse files Browse the repository at this point in the history
  • Loading branch information
Forstride committed Sep 15, 2024
1 parent de18615 commit 45d49ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 1.21.1 2024-08-25T05:09:20.7510417 Registries
// 1.21.1 2024-09-15T13:24:42.7248409 Registries
55b6780cec82f4d4f609e750902d114649d4a8ad data/toughasnails/damage_type/hyperthermia.json
eae6d7bc6de6b808206268351a4eb97746f013bf data/toughasnails/damage_type/thirst.json
a532ac48cf501e9d5025919020cae649732b61b0 data/toughasnails/enchantment/thermal_tuning.json
0b83414be2d208b5f29e5575e1b11fe45ee59319 data/toughasnails/enchantment/thermal_tuning.json
776078f24c4c010fd0186baa0a3b13d7cef2ac12 data/toughasnails/enchantment/water_cleansing.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"description": {
"translate": "enchantment.toughasnails.thermal_tuning"
},
"exclusive_set": "#minecraft:exclusive_set/armor",
"max_cost": {
"base": 75,
"per_level_above_first": 25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public static void bootstrap(BootstrapContext<Enchantment> context)
Enchantment.enchantment(
Enchantment.definition(itemGetter.getOrThrow(ItemTags.CHEST_ARMOR_ENCHANTABLE), 2, 1, Enchantment.dynamicCost(25, 25), Enchantment.dynamicCost(75, 25), 4, EquipmentSlotGroup.CHEST)
)
.exclusiveWith(enchantmentGetter.getOrThrow(EnchantmentTags.ARMOR_EXCLUSIVE))
);

register(
Expand Down

0 comments on commit 45d49ef

Please sign in to comment.