Smaragdant crystal shards

This commit is contained in:
paulevsGitch 2021-03-08 15:39:42 +03:00
parent e12ec53c01
commit 48c21395a6
17 changed files with 166 additions and 12 deletions

View file

@ -1,5 +1,8 @@
package ru.betterend.blocks;
import java.util.Objects;
import java.util.Random;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings;
@ -36,9 +39,6 @@ import ru.betterend.interfaces.TeleportingEntity;
import ru.betterend.registry.EndParticles;
import ru.betterend.registry.EndPortals;
import java.util.Objects;
import java.util.Random;
public class EndPortalBlock extends NetherPortalBlock implements IRenderTypeable, IColorProvider {
public static final IntProperty PORTAL = BlockProperties.PORTAL;