Update ModLoot.java
This commit is contained in:
parent
381820d2f4
commit
6e46807c05
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ public class ModLoot {
|
|||
"minecraft:chest/underwater_ruin_big",
|
||||
"minecraft:chests/pillager_outpost"
|
||||
-> supplier.withPool(poolAdvanced);
|
||||
case "minecraft:chests/woodland_mansion"
|
||||
case "minecraft:chests/woodland_mansion",
|
||||
"minecraft:chests/ancient_city"
|
||||
-> supplier.withPool(poolIndustrial);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue