Fix fishing junk loot
This commit is contained in:
parent
ea40f55430
commit
e4d398e600
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue