Update ModLoot.java

This commit is contained in:
Ayutac 2022-05-25 21:36:31 +02:00
parent 381820d2f4
commit 6e46807c05

View file

@ -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);
}
}