Fix fishing junk loot

This commit is contained in:
drcrazy 2022-06-13 00:55:16 +03:00
parent ea40f55430
commit e4d398e600

View file

@ -96,7 +96,7 @@ public class ModLoot {
LootTableEvents.MODIFY.register((resourceManager, lootManager, id, tableBuilder, source) -> {
String stringId = id.toString();
if (!stringId.startsWith("minecraft:chests")) {
if (!stringId.startsWith("minecraft:gameplay") && !stringId.startsWith("minecraft:chests")) {
return;
}