-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d95af5d
commit 863ac4d
Showing
10 changed files
with
175 additions
and
13 deletions.
There are no files selected for viewing
12 changes: 8 additions & 4 deletions
12
src/generated/resources/.cache/171e510db94907b4e0ae3ec8c2888a9721eddd1e
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,4 +1,8 @@ | ||
// 1.21 2024-08-03T01:13:59.9045726 Global Loot Modifiers : seidr | ||
b96a1c0bdb959e665bcc5b47474394305d4ea5f3 data/neoforge/loot_modifiers/global_loot_modifiers.json | ||
1fdd6144e2cba6d5491dac4dbebdf706877e6643 data/seidr/loot_modifiers/mineshaft_loot_modifiers.json | ||
49f03a6c5409a669c4827452551f2e0db73e597a data/seidr/loot_modifiers/nether_loot_modifiers.json | ||
// 1.21 2024-08-03T01:51:15.7445003 Global Loot Modifiers : seidr | ||
12f94d0d927116c0ec8da14931a3f5b664966165 data/neoforge/loot_modifiers/global_loot_modifiers.json | ||
092e34967416adbe75f92dd6ab81651991be46b5 data/seidr/loot_modifiers/ancient_city_loot_modifiers.json | ||
1d2c83c836f044226834e460f4ad52e8730e3d7c data/seidr/loot_modifiers/buried_treasure_loot_modifiers.json | ||
63bcafd9c3f2bff911c4fdfc383fd67cb58f5aa0 data/seidr/loot_modifiers/end_city_loot_modifiers.json | ||
f87fd0569bb71ece0e7e0745315386ccd26a61c9 data/seidr/loot_modifiers/mineshaft_loot_modifiers.json | ||
902c4d7f512d03fccf2a1ed23bbbdfcdbca7ee76 data/seidr/loot_modifiers/nether_loot_modifiers.json | ||
b1e635b64b745290f3265f8934e46ec43608db37 data/seidr/loot_modifiers/sea_loot_modifiers.json |
6 changes: 5 additions & 1 deletion
6
src/generated/resources/data/neoforge/loot_modifiers/global_loot_modifiers.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,7 +1,11 @@ | ||
{ | ||
"entries": [ | ||
"seidr:mineshaft_loot_modifiers", | ||
"seidr:nether_loot_modifiers" | ||
"seidr:end_city_loot_modifiers", | ||
"seidr:nether_loot_modifiers", | ||
"seidr:ancient_city_loot_modifiers", | ||
"seidr:sea_loot_modifiers", | ||
"seidr:buried_treasure_loot_modifiers" | ||
], | ||
"replace": false | ||
} |
27 changes: 27 additions & 0 deletions
27
src/generated/resources/data/seidr/loot_modifiers/ancient_city_loot_modifiers.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,27 @@ | ||
{ | ||
"type": "seidr:ancient_city_loot", | ||
"chanceToSpawn": 0.9, | ||
"conditions": [ | ||
{ | ||
"condition": "neoforge:loot_table_id", | ||
"loot_table_id": "minecraft:chests/ancient_city" | ||
} | ||
], | ||
"items": [ | ||
{ | ||
"data": { | ||
"count": 1, | ||
"id": "seidr:sound_blast_tablet" | ||
}, | ||
"weight": 30 | ||
}, | ||
{ | ||
"data": { | ||
"count": 1, | ||
"id": "seidr:complete_resistance_tablet" | ||
}, | ||
"weight": 70 | ||
} | ||
], | ||
"totalWeight": 100 | ||
} |
20 changes: 20 additions & 0 deletions
20
src/generated/resources/data/seidr/loot_modifiers/buried_treasure_loot_modifiers.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,20 @@ | ||
{ | ||
"type": "seidr:ancient_city_loot", | ||
"chanceToSpawn": 0.9, | ||
"conditions": [ | ||
{ | ||
"condition": "neoforge:loot_table_id", | ||
"loot_table_id": "minecraft:chests/buried_treasure" | ||
} | ||
], | ||
"items": [ | ||
{ | ||
"data": { | ||
"count": 1, | ||
"id": "seidr:complete_walking_tablet" | ||
}, | ||
"weight": 100 | ||
} | ||
], | ||
"totalWeight": 100 | ||
} |
27 changes: 27 additions & 0 deletions
27
src/generated/resources/data/seidr/loot_modifiers/end_city_loot_modifiers.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,27 @@ | ||
{ | ||
"type": "seidr:ancient_city_loot", | ||
"chanceToSpawn": 0.9, | ||
"conditions": [ | ||
{ | ||
"condition": "neoforge:loot_table_id", | ||
"loot_table_id": "minecraft:chests/end_city_treasure" | ||
} | ||
], | ||
"items": [ | ||
{ | ||
"data": { | ||
"count": 1, | ||
"id": "seidr:incomplete_resistance_tablet" | ||
}, | ||
"weight": 70 | ||
}, | ||
{ | ||
"data": { | ||
"count": 1, | ||
"id": "seidr:complete_undead_tablet" | ||
}, | ||
"weight": 30 | ||
} | ||
], | ||
"totalWeight": 100 | ||
} |
4 changes: 2 additions & 2 deletions
4
src/generated/resources/data/seidr/loot_modifiers/mineshaft_loot_modifiers.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
6 changes: 3 additions & 3 deletions
6
src/generated/resources/data/seidr/loot_modifiers/nether_loot_modifiers.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
36 changes: 36 additions & 0 deletions
36
src/generated/resources/data/seidr/loot_modifiers/sea_loot_modifiers.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,36 @@ | ||
{ | ||
"type": "seidr:ancient_city_loot", | ||
"chanceToSpawn": 0.9, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:any_of", | ||
"terms": [ | ||
{ | ||
"condition": "neoforge:loot_table_id", | ||
"loot_table_id": "minecraft:chests/shipwreck_supply" | ||
}, | ||
{ | ||
"condition": "neoforge:loot_table_id", | ||
"loot_table_id": "minecraft:chests/underwater_ruin_big" | ||
} | ||
] | ||
} | ||
], | ||
"items": [ | ||
{ | ||
"data": { | ||
"count": 1, | ||
"id": "seidr:damaged_walking_tablet" | ||
}, | ||
"weight": 70 | ||
}, | ||
{ | ||
"data": { | ||
"count": 1, | ||
"id": "seidr:effect_remove_tablet" | ||
}, | ||
"weight": 30 | ||
} | ||
], | ||
"totalWeight": 100 | ||
} |
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