9
0
mirror of https://github.com/Samsuik/Sakura.git synced 2026-01-03 14:12:23 +00:00

Fix configure items that can that drop from explosions diff

This commit is contained in:
Samsuik
2025-09-27 16:05:47 +01:00
parent 327b163829
commit 632be894a4

View File

@@ -43,7 +43,7 @@
+ if (explosionItemDrops.contains(stackCollector.stack.getItem()) != whitelist) {
+ continue;
+ }
+ // Sakura start - configure items that can that drop from explosions
+ // Sakura end - configure items that can that drop from explosions
Block.popResource(this.level, stackCollector.pos, stackCollector.stack);
}
}