Sorted out blocks between tiers

This commit is contained in:
drcrazy 2018-04-27 18:06:57 +03:00
parent 97e8fd7270
commit de61d24082
23 changed files with 26 additions and 26 deletions

View file

@ -26,7 +26,7 @@ package techreborn.itemblocks;
import net.minecraft.block.Block;
import reborncore.common.itemblock.ItemBlockBase;
import techreborn.blocks.BlockPlayerDetector;
import techreborn.blocks.tier1.BlockPlayerDetector;
import techreborn.init.ModBlocks;
public class ItemBlockPlayerDetector extends ItemBlockBase {