Fixed a compile time error with imports

Changes to be committed:
	modified:   src/main/java/org/dimdev/dimdoors/world/gateway/SandstonePillarsGateway.java
This commit is contained in:
SD 2020-08-15 08:49:09 +05:30
parent 164be5bd75
commit 1285b239d4
No known key found for this signature in database
GPG key ID: E36B57EE08544BC5

View file

@ -1,8 +1,5 @@
package org.dimdev.dimdoors.world.gateway;
import net.minecraft.world.biome.Biome;
import net.minecraft.world.biome.Biomes;
public class SandstonePillarsGateway extends BaseSchematicGateway {
public SandstonePillarsGateway() {
super("sandstone_pillars");