Updated @RebornRegister annotation usage
This commit is contained in:
parent
860068b27a
commit
5c7c29f34d
55 changed files with 59 additions and 60 deletions
|
@ -31,7 +31,6 @@ import net.minecraft.block.state.IBlockState;
|
|||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.util.NonNullList;
|
||||
import net.minecraft.util.math.BlockPos;
|
||||
import net.minecraft.world.IBlockAccess;
|
||||
import reborncore.common.registration.RebornRegister;
|
||||
import reborncore.common.registration.impl.ConfigRegistry;
|
||||
import reborncore.common.util.OreDrop;
|
||||
|
@ -39,7 +38,7 @@ import techreborn.TechReborn;
|
|||
import techreborn.init.TRContent;
|
||||
import java.util.Random;
|
||||
|
||||
@RebornRegister(modID = TechReborn.MOD_ID)
|
||||
@RebornRegister(TechReborn.MOD_ID)
|
||||
public class BlockOre extends Block {
|
||||
|
||||
@ConfigRegistry(config = "misc", category = "blocks", key = "rubyMinQuatity", comment = "Minimum quantity of Ruby gems per Ruby ore")
|
||||
|
|
|
@ -61,7 +61,7 @@ import javax.annotation.Nullable;
|
|||
/**
|
||||
* Created by modmuss50 on 19/05/2017.
|
||||
*/
|
||||
@RebornRegister(modID = TechReborn.MOD_ID)
|
||||
@RebornRegister(TechReborn.MOD_ID)
|
||||
public class BlockCable extends BlockContainer {
|
||||
|
||||
public static final BooleanProperty EAST = BooleanProperty.create("east");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue