Skip to content

Commit

Permalink
fix loot modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
player005 committed Oct 2, 2024
1 parent c2b5c25 commit 78f717b
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"replace": false,
"entries": [
"vegandelight:add_loot_abandoned_mineshaft",
"vegandelight:add_loot_bastion_hoglin_stable",
"vegandelight:add_loot_pillager_outpost",
"vegandelight:add_loot_shipwreck_supply",
"vegandelight:add_loot_simple_dungeon",
"vegandelight:add_loot_village_butcher",
"vegandelight:add_loot_village_desert_house",
"vegandelight:add_loot_village_plains_house",
"vegandelight:add_loot_village_savanna_house",
"vegandelight:add_loot_village_snowy_house",
"vegandelight:add_loot_village_taiga_house"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"conditions":
[
{
"condition": "forge:loot_table_id",
"condition": "porting_lib:loot_table_id",
"loot_table_id": "minecraft:chests/abandoned_mineshaft"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"conditions":
[
{
"condition": "forge:loot_table_id",
"condition": "porting_lib:loot_table_id",
"loot_table_id": "minecraft:chests/bastion_hoglin_stable"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"conditions":
[
{
"condition": "forge:loot_table_id",
"condition": "porting_lib:loot_table_id",
"loot_table_id": "minecraft:chests/pillager_outpost"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"conditions":
[
{
"condition": "forge:loot_table_id",
"condition": "porting_lib:loot_table_id",
"loot_table_id": "minecraft:chests/shipwreck_supply"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"conditions":
[
{
"condition": "forge:loot_table_id",
"condition": "porting_lib:loot_table_id",
"loot_table_id": "minecraft:chests/simple_dungeon"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"conditions":
[
{
"condition": "forge:loot_table_id",
"condition": "porting_lib:loot_table_id",
"loot_table_id": "minecraft:chests/village/village_butcher"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"conditions":
[
{
"condition": "forge:loot_table_id",
"condition": "porting_lib:loot_table_id",
"loot_table_id": "minecraft:chests/village/village_desert_house"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"conditions":
[
{
"condition": "forge:loot_table_id",
"condition": "porting_lib:loot_table_id",
"loot_table_id": "minecraft:chests/village/village_plains_house"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"conditions":
[
{
"condition": "forge:loot_table_id",
"condition": "porting_lib:loot_table_id",
"loot_table_id": "minecraft:chests/village/village_savanna_house"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"conditions":
[
{
"condition": "forge:loot_table_id",
"condition": "porting_lib:loot_table_id",
"loot_table_id": "minecraft:chests/village/village_snowy_house"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"conditions":
[
{
"condition": "forge:loot_table_id",
"condition": "porting_lib:loot_table_id",
"loot_table_id": "minecraft:chests/village/village_taiga_house"
}
],
Expand Down

0 comments on commit 78f717b

Please sign in to comment.