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-05-14 20:07:18 +02:00
parent c2fb42b721
commit 886121e226
2 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,7 @@
* Fixed #1891
* Fixed #1893
* Fixed #1897
* Fixed #1908
## Release Candidate 11 (25 Apr 2020)

View File

@ -17,6 +17,7 @@ import io.github.thebusybiscuit.slimefun4.utils.holograms.SimpleHologram;
import me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config;
import me.mrCookieSlime.Slimefun.SlimefunPlugin;
import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem;
import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AReactor;
import me.mrCookieSlime.Slimefun.Objects.handlers.GeneratorTicker;
import me.mrCookieSlime.Slimefun.api.BlockStorage;
import me.mrCookieSlime.Slimefun.api.Slimefun;
@ -221,6 +222,8 @@ public class EnergyNet extends Network {
if (generator.explode(source)) {
exploded.add(source);
BlockStorage.clearBlockInfo(source);
AReactor.processing.remove(source);
AReactor.progress.remove(source);
Slimefun.runSync(() -> {
source.getBlock().setType(Material.LAVA);