-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed what items Water Cleansing can be applied to
- Loading branch information
Showing
7 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
common/src/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// 1.21 2024-06-15T11:33:35.2140093 Registries | ||
// 1.21 2024-08-25T04:56:09.8876885 Registries | ||
55b6780cec82f4d4f609e750902d114649d4a8ad data/toughasnails/damage_type/hyperthermia.json | ||
eae6d7bc6de6b808206268351a4eb97746f013bf data/toughasnails/damage_type/thirst.json | ||
a532ac48cf501e9d5025919020cae649732b61b0 data/toughasnails/enchantment/thermal_tuning.json | ||
82349ce5d9533bbc75097c13464c0e4df56b37ed data/toughasnails/enchantment/water_cleansing.json | ||
c98a3ade2cbc06276713dd4aa533473ba0060618 data/toughasnails/enchantment/water_cleansing.json |
3 changes: 2 additions & 1 deletion
3
common/src/generated/resources/.cache/9dc2e1bbb6dbc88d629e62ed955e4c156b6652a3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
common/src/generated/resources/data/toughasnails/tags/item/enchantable/canteen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"values": [ | ||
"toughasnails:empty_leather_canteen", | ||
"toughasnails:leather_dirty_water_canteen", | ||
"toughasnails:leather_water_canteen", | ||
"toughasnails:leather_purified_water_canteen", | ||
"toughasnails:empty_copper_canteen", | ||
"toughasnails:copper_dirty_water_canteen", | ||
"toughasnails:copper_water_canteen", | ||
"toughasnails:copper_purified_water_canteen", | ||
"toughasnails:empty_iron_canteen", | ||
"toughasnails:iron_dirty_water_canteen", | ||
"toughasnails:iron_water_canteen", | ||
"toughasnails:iron_purified_water_canteen", | ||
"toughasnails:empty_gold_canteen", | ||
"toughasnails:gold_dirty_water_canteen", | ||
"toughasnails:gold_water_canteen", | ||
"toughasnails:gold_purified_water_canteen", | ||
"toughasnails:empty_diamond_canteen", | ||
"toughasnails:diamond_dirty_water_canteen", | ||
"toughasnails:diamond_water_canteen", | ||
"toughasnails:diamond_purified_water_canteen", | ||
"toughasnails:empty_netherite_canteen", | ||
"toughasnails:netherite_dirty_water_canteen", | ||
"toughasnails:netherite_water_canteen", | ||
"toughasnails:netherite_purified_water_canteen" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters