-
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.
Added damage source for dying of thirst, tweaked hydration values for…
… various drinks, reorganized TAN creative tab
- Loading branch information
Showing
22 changed files
with
109 additions
and
88 deletions.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
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,2 +1,3 @@ | ||
// 1.20.4 2023-12-31T23:39:17.4498631 Registries | ||
// 1.20.4 2024-01-03T09:43:41.1956977 Registries | ||
55b6780cec82f4d4f609e750902d114649d4a8ad data/toughasnails/damage_type/hyperthermia.json | ||
eae6d7bc6de6b808206268351a4eb97746f013bf data/toughasnails/damage_type/thirst.json |
14 changes: 7 additions & 7 deletions
14
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
5 changes: 3 additions & 2 deletions
5
common/src/generated/resources/.cache/d5932a16d3f0544ba1e8cda3b77d0d46f353493b
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,2 +1,3 @@ | ||
// 1.20.4 2023-12-25T10:07:37.6385032 Tags for minecraft:damage_type mod id toughasnails | ||
38c38aa2296b3985a81eeeb8cfc6a4a99b2f142d data/minecraft/tags/damage_type/bypasses_armor.json | ||
// 1.20.4 2024-01-03T09:43:41.1966981 Tags for minecraft:damage_type mod id toughasnails | ||
114a24c8e8dfc4dca5477ef3ceb9cdce6f35c49d data/minecraft/tags/damage_type/bypasses_armor.json | ||
7bc5233723c7bfc14215cd1f26c7fd14f2da6c81 data/minecraft/tags/damage_type/bypasses_effects.json |
3 changes: 2 additions & 1 deletion
3
common/src/generated/resources/data/minecraft/tags/damage_type/bypasses_armor.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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"values": [ | ||
"toughasnails:hyperthermia" | ||
"toughasnails:hyperthermia", | ||
"toughasnails:thirst" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/generated/resources/data/minecraft/tags/damage_type/bypasses_effects.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,5 @@ | ||
{ | ||
"values": [ | ||
"toughasnails:thirst" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/generated/resources/data/toughasnails/damage_type/thirst.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,5 @@ | ||
{ | ||
"exhaustion": 0.0, | ||
"message_id": "toughasnails.thirst", | ||
"scaling": "when_caused_by_living_non_player" | ||
} |
4 changes: 3 additions & 1 deletion
4
.../src/generated/resources/data/toughasnails/tags/items/hydration/100_hydration_drinks.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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{ | ||
"values": [] | ||
"values": [ | ||
"toughasnails:cactus_juice" | ||
] | ||
} |
3 changes: 1 addition & 2 deletions
3
...n/src/generated/resources/data/toughasnails/tags/items/hydration/30_hydration_drinks.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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"values": [ | ||
"minecraft:milk_bucket", | ||
"toughasnails:pumpkin_juice" | ||
"minecraft:milk_bucket" | ||
] | ||
} |
4 changes: 3 additions & 1 deletion
4
...n/src/generated/resources/data/toughasnails/tags/items/hydration/40_hydration_drinks.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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{ | ||
"values": [] | ||
"values": [ | ||
"toughasnails:pumpkin_juice" | ||
] | ||
} |
8 changes: 1 addition & 7 deletions
8
...n/src/generated/resources/data/toughasnails/tags/items/hydration/50_hydration_drinks.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 |
---|---|---|
@@ -1,11 +1,5 @@ | ||
{ | ||
"values": [ | ||
"toughasnails:purified_water_bottle", | ||
"toughasnails:leather_purified_water_canteen", | ||
"toughasnails:copper_purified_water_canteen", | ||
"toughasnails:iron_purified_water_canteen", | ||
"toughasnails:gold_purified_water_canteen", | ||
"toughasnails:diamond_purified_water_canteen", | ||
"toughasnails:netherite_purified_water_canteen" | ||
"toughasnails:apple_juice" | ||
] | ||
} |
1 change: 0 additions & 1 deletion
1
...n/src/generated/resources/data/toughasnails/tags/items/hydration/60_hydration_drinks.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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"values": [ | ||
"toughasnails:apple_juice", | ||
"toughasnails:melon_juice" | ||
] | ||
} |
8 changes: 7 additions & 1 deletion
8
...n/src/generated/resources/data/toughasnails/tags/items/hydration/80_hydration_drinks.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"values": [ | ||
"toughasnails:cactus_juice" | ||
"toughasnails:purified_water_bottle", | ||
"toughasnails:leather_purified_water_canteen", | ||
"toughasnails:copper_purified_water_canteen", | ||
"toughasnails:iron_purified_water_canteen", | ||
"toughasnails:gold_purified_water_canteen", | ||
"toughasnails:diamond_purified_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
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
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
Oops, something went wrong.