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

Updated Miner Hologram

This commit is contained in:
TheBusyBiscuit 2019-09-25 14:19:34 +02:00
parent f4e2c97327
commit 98b6607db6

View File

@ -185,12 +185,15 @@ public abstract class GEOMiner extends AContainer implements InventoryBlock, Rec
processing.put(b, r); processing.put(b, r);
progress.put(b, r.getTicks()); progress.put(b, r.getTicks());
OreGenSystem.setSupplies(resource, b.getChunk(), supplies - 1); OreGenSystem.setSupplies(resource, b.getChunk(), supplies - 1);
SimpleHologram.update(b, "&7Mining: &r" + resource.getName());
break; break;
} }
} }
} }
} }
SimpleHologram.update(b, "&7Idling");
} }
} }