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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user