Fill the crater with water in case there is some adjacent water (#4430)

* Fill the crater with water in case there is some adjacent water
* Removed whitelist/blacklist tags
This commit is contained in:
yueh
2020-06-25 20:52:25 +02:00
committed by GitHub
parent d7a09f70ef
commit fd1dd982c1
10 changed files with 311 additions and 265 deletions
@@ -39,8 +39,8 @@ import appeng.items.AEBaseItem;
import appeng.util.Platform;
import appeng.worldgen.meteorite.CraterType;
import appeng.worldgen.meteorite.MeteoritePlacer;
import appeng.worldgen.meteorite.MeteoriteSpawner;
import appeng.worldgen.meteorite.PlacedMeteoriteSettings;
import appeng.worldgen.meteorite.debug.MeteoriteSpawner;
public class MeteoritePlacerItem extends AEBaseItem {