Browse Source

fixed banestone roll times

lakebane-mine-tele
FatBoy-DOTC 2 months ago
parent
commit
10f95fb0d9
  1. 2
      src/engine/objects/ItemFactory.java

2
src/engine/objects/ItemFactory.java

@ -215,7 +215,7 @@ public class ItemFactory { @@ -215,7 +215,7 @@ public class ItemFactory {
pi.setAmount(itemsToRoll);
pi.setRandom(false);
ItemQueue produced = ItemQueue.borrow(pi, (long) (time * Float.parseFloat(ConfigManager.MB_PRODUCTION_RATE.getValue())));
ItemQueue produced = ItemQueue.borrow(pi, (long) time);
ItemProductionManager.send(produced);
return ml;

Loading…
Cancel
Save