1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00
This commit is contained in:
TheBusyBiscuit 2020-11-01 20:12:34 +01:00
parent e64cd9c140
commit 6ced4d166e
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@
* Fixed #2469
* Fixed #2509
* Fixed #2499
* Fixed #2527
## Release Candidate 17 (17 Oct 2020)

View File

@ -57,7 +57,7 @@ public class FisherAndroid extends ProgrammableAndroid {
if (ThreadLocalRandom.current().nextInt(100) < 10 * getTier()) {
ItemStack drop = fishingLoot.getRandom();
menu.pushItem(drop, getOutputSlots());
menu.pushItem(drop.clone(), getOutputSlots());
}
}