1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Update src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/TalismanListener.java

Co-authored-by: svr333 <vanrompaey.senne@protonmail.com>
This commit is contained in:
Sfiguz7 2021-10-06 21:40:11 +02:00 committed by GitHub
parent 6e24269c59
commit 0eeaa777c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -366,7 +366,7 @@ public class TalismanListener implements Listener {
} }
} }
// We also want to double crops // Handle double drops for Farmer Talisman
if (SlimefunTag.FARMER_TALISMAN_TRIGGERS.isTagged(type)) { if (SlimefunTag.FARMER_TALISMAN_TRIGGERS.isTagged(type)) {
Collection<Item> drops = e.getItems(); Collection<Item> drops = e.getItems();