Skip to content

Commit

Permalink
Tagged Water Cleansing/Thermal Tuning as tradeable
Browse files Browse the repository at this point in the history
  • Loading branch information
Forstride committed Sep 8, 2024
1 parent 31a0215 commit bae912d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
// 1.21.1 2024-08-25T05:09:20.7545617 Tags for minecraft:enchantment mod id vanilla
// 1.21.1 2024-09-08T16:27:07.7039549 Tags for minecraft:enchantment mod id vanilla
0ef1512d105fb2b8c0f389b6cc5fffd07ba5c820 data/minecraft/tags/enchantment/on_random_loot.json
0ef1512d105fb2b8c0f389b6cc5fffd07ba5c820 data/minecraft/tags/enchantment/tradeable.json
0ef1512d105fb2b8c0f389b6cc5fffd07ba5c820 data/minecraft/tags/enchantment/treasure.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"values": [
"toughasnails:thermal_tuning",
"toughasnails:water_cleansing"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"values": [
"toughasnails:thermal_tuning",
"toughasnails:water_cleansing"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ protected void addTags(HolderLookup.Provider provider)
{
// TAN tags
this.tag(EnchantmentTags.TREASURE).add(TANEnchantments.THERMAL_TUNING).add(TANEnchantments.WATER_CLEANSING);
this.tag(EnchantmentTags.TRADEABLE).add(TANEnchantments.THERMAL_TUNING).add(TANEnchantments.WATER_CLEANSING);
this.tag(EnchantmentTags.ON_RANDOM_LOOT).add(TANEnchantments.THERMAL_TUNING).add(TANEnchantments.WATER_CLEANSING);
}
}

0 comments on commit bae912d

Please sign in to comment.