Rename and cleanup

This commit is contained in:
paulevsGitch 2020-10-30 22:09:13 +03:00
parent 37cd89d3f2
commit 581c04c4a2
8 changed files with 15 additions and 26 deletions

View file

@ -1,13 +1,11 @@
package ru.betterend.blocks;
import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings;
import net.minecraft.block.Block;
import net.minecraft.block.BlockState;
import net.minecraft.block.Blocks;
import net.minecraft.state.StateManager;
import net.minecraft.state.property.BooleanProperty;
import ru.betterend.blocks.basis.BlockBase;
import ru.betterend.registry.EndBlocks;