-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
dd5210b
commit c72e042
Showing
57 changed files
with
8,535 additions
and
0 deletions.
There are no files selected for viewing
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,22 @@ | ||
id: uhc_loot | ||
name: UHC Loot | ||
version: 1.0.X | ||
|
||
data_pack: | ||
load: . | ||
|
||
pipeline: | ||
- gm4.plugins.extend.module | ||
|
||
meta: | ||
gm4: | ||
versioning: | ||
schedule_loops: [main] | ||
website: | ||
description: Modifies loot tables for the gm4 1.20 UHC! | ||
recommended: [] | ||
video: null | ||
wiki: null | ||
credits: | ||
Creator: | ||
- n/a |
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,4 @@ | ||
execute unless score uhc_loot gm4_modules matches 1 run data modify storage gm4:log queue append value {type:"install",module:"UHC Loot"} | ||
scoreboard players set uhc_loot gm4_modules 1 | ||
|
||
#$moduleUpdateList |
50 changes: 50 additions & 0 deletions
50
gm4_uhc_loot/data/gm4_uhc_loot/loot_tables/gm4_combat_expanded_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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"type": "minecraft:generic", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_combat_expanded:armor/material/chainmail/head", | ||
"weight": 3 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_combat_expanded:armor/material/chainmail/chest", | ||
"weight": 3 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_combat_expanded:armor/material/chainmail/legs", | ||
"weight": 3 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_combat_expanded:armor/material/chainmail/feet", | ||
"weight": 3 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_combat_expanded:armor/material/iron/head", | ||
"weight": 1 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_combat_expanded:armor/material/iron/chest", | ||
"weight": 1 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_combat_expanded:armor/material/iron/legs", | ||
"weight": 1 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_combat_expanded:armor/material/iron/feet", | ||
"weight": 1 | ||
} | ||
] | ||
} | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
gm4_uhc_loot/data/gm4_uhc_loot/loot_tables/gm4_combat_expanded_weapon.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,30 @@ | ||
{ | ||
"type": "minecraft:generic", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_combat_expanded:weapon/axe/iron", | ||
"weight": 3 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_combat_expanded:weapon/sword/iron", | ||
"weight": 3 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_combat_expanded:weapon/axe/gold", | ||
"weight": 1 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_combat_expanded:weapon/sword/gold", | ||
"weight": 1 | ||
} | ||
] | ||
} | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
gm4_uhc_loot/data/gm4_uhc_loot/loot_tables/gm4_heart_canisters.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": "minecraft:generic", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_heart_canisters:items/tier_1_heart_canister", | ||
"weight": 10 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_heart_canisters:items/tier_2_heart_canister", | ||
"weight": 1 | ||
} | ||
] | ||
} | ||
] | ||
} |
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,24 @@ | ||
{ | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:loot_table", | ||
"weight": 60, | ||
"name": "gm4_uhc_loot:gm4_uhc_gear" | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"weight": 25, | ||
"name": "gm4_uhc_loot:gm4_uhc_potions" | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"weight": 15, | ||
"name": "gm4_uhc_loot:gm4_uhc_other" | ||
} | ||
] | ||
} | ||
] | ||
} |
84 changes: 84 additions & 0 deletions
84
gm4_uhc_loot/data/gm4_uhc_loot/loot_tables/gm4_metallurgy.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,84 @@ | ||
{ | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "loot_table", | ||
"name": "gm4_arborenda_shamir:band", | ||
"weight": 1 | ||
}, | ||
{ | ||
"type": "loot_table", | ||
"name": "gm4_vibro_shamir:band", | ||
"weight": 2 | ||
}, | ||
{ | ||
"type": "loot_table", | ||
"name": "gm4_defuse_shamir:band", | ||
"weight": 3 | ||
}, | ||
{ | ||
"type": "loot_table", | ||
"name": "gm4_ender_bolt_shamir:band", | ||
"weight": 2 | ||
}, | ||
{ | ||
"type": "loot_table", | ||
"name": "gm4_forterra_shamir:band", | ||
"weight": 2 | ||
}, | ||
{ | ||
"type": "loot_table", | ||
"name": "gm4_hypexperia_shamir:band", | ||
"weight": 1 | ||
}, | ||
{ | ||
"type": "loot_table", | ||
"name": "gm4_musical_shamir:band", | ||
"weight": 1 | ||
}, | ||
{ | ||
"type": "loot_table", | ||
"name": "gm4_sensus_shamir:band", | ||
"weight": 1 | ||
}, | ||
{ | ||
"type": "loot_table", | ||
"name": "gm4_infinitas_shamir:band", | ||
"weight": 1 | ||
}, | ||
{ | ||
"type": "loot_table", | ||
"name": "gm4_helious_shamir:band", | ||
"weight": 3 | ||
}, | ||
{ | ||
"type": "loot_table", | ||
"name": "gm4_percurro_shamir:band", | ||
"weight": 2 | ||
}, | ||
{ | ||
"type": "loot_table", | ||
"name": "gm4_fulcio_shamir:band", | ||
"weight": 1 | ||
}, | ||
{ | ||
"type": "loot_table", | ||
"name": "gm4_iacio_shamir:band", | ||
"weight": 2 | ||
}, | ||
{ | ||
"type": "loot_table", | ||
"name": "gm4_lumos_shamir:band", | ||
"weight": 1 | ||
}, | ||
{ | ||
"type": "loot_table", | ||
"name": "gm4_celaro_shamir:band", | ||
"weight": 2 | ||
} | ||
] | ||
} | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
gm4_uhc_loot/data/gm4_uhc_loot/loot_tables/gm4_tnt_landmines.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,30 @@ | ||
{ | ||
"type": "minecraft:generic", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_tnt_landmines:items/crafting_table_landmine", | ||
"weight": 5 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_tnt_landmines:items/dirt_landmine", | ||
"weight": 1 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_tnt_landmines:items/grass_landmine", | ||
"weight": 3 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_tnt_landmines:items/stone_landmine", | ||
"weight": 3 | ||
} | ||
] | ||
} | ||
] | ||
} |
35 changes: 35 additions & 0 deletions
35
gm4_uhc_loot/data/gm4_uhc_loot/loot_tables/gm4_uhc_gear.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,35 @@ | ||
{ | ||
"type": "minecraft:generic", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_uhc_loot:gm4_combat_expanded_armor", | ||
"weight": 30 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_uhc_loot:gm4_combat_expanded_weapon", | ||
"weight": 10 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_uhc_loot:gm4_metallurgy", | ||
"weight": 30 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_uhc_loot:gm4_heart_canisters", | ||
"weight": 15 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_boots_of_ostara:items/boots_of_ostara", | ||
"weight": 15 | ||
} | ||
] | ||
} | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
gm4_uhc_loot/data/gm4_uhc_loot/loot_tables/gm4_uhc_other.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,34 @@ | ||
{ | ||
"type": "minecraft:generic", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:loot_table", | ||
"weight": 35, | ||
"name": "gm4_zauber_cauldrons:recipes/precursors/enchanted_prismarine_shard", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 1, | ||
"max": 4 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"weight": 40, | ||
"name": "gm4_uhc_loot:gm4_tnt_landmines" | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"weight": 25, | ||
"name": "gm4_relocators:items/relocator_empty" | ||
} | ||
] | ||
} | ||
] | ||
} |
25 changes: 25 additions & 0 deletions
25
gm4_uhc_loot/data/gm4_uhc_loot/loot_tables/gm4_uhc_potions.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,25 @@ | ||
{ | ||
"type": "minecraft:generic", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_lightning_in_a_bottle:items/splash_bottle_of_lightning", | ||
"weight": 20 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_uhc_loot:gm4_zauber_potions", | ||
"weight": 60 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_potion_liquids:splash_floating_potion", | ||
"weight": 20 | ||
} | ||
] | ||
} | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
gm4_uhc_loot/data/gm4_uhc_loot/loot_tables/gm4_zauber_potions.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": "minecraft:generic", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_zauber_cauldrons:recipes/potions/splash/jump_boost", | ||
"weight": 1 | ||
}, | ||
{ | ||
"type": "minecraft:loot_table", | ||
"name": "gm4_zauber_cauldrons:recipes/potions/splash/speed", | ||
"weight": 3 | ||
} | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.