Revert using internal API
This commit is contained in:
@@ -42,7 +42,7 @@ public class BlockChargedQuartzOre extends BlockQuartzOre
|
||||
// @Override
|
||||
// public Item getItemDropped( final BlockState state, final Random rand, final int fortune )
|
||||
// {
|
||||
// return Api.INSTANCE
|
||||
// return AEApi.instance()
|
||||
// .definitions()
|
||||
// .materials()
|
||||
// .certusQuartzCrystalCharged()
|
||||
@@ -53,7 +53,7 @@ public class BlockChargedQuartzOre extends BlockQuartzOre
|
||||
// @Override
|
||||
// public int damageDropped( final BlockState state )
|
||||
// {
|
||||
// return Api.INSTANCE
|
||||
// return AEApi.instance()
|
||||
// .definitions()
|
||||
// .materials()
|
||||
// .certusQuartzCrystalCharged()
|
||||
@@ -65,7 +65,7 @@ public class BlockChargedQuartzOre extends BlockQuartzOre
|
||||
// @Override
|
||||
// public ItemStack getPickBlock( BlockState state, RayTraceResult target, World world, BlockPos pos, PlayerEntity player )
|
||||
// {
|
||||
// return Api.INSTANCE
|
||||
// return AEApi.instance()
|
||||
// .definitions()
|
||||
// .blocks()
|
||||
// .quartzOreCharged()
|
||||
|
||||
@@ -74,7 +74,7 @@ public class BlockQuartzOre extends AEBaseBlock
|
||||
// @Override
|
||||
// public Item getItemDropped( final BlockState state, final Random rand, final int fortune )
|
||||
// {
|
||||
// return Api.INSTANCE
|
||||
// return AEApi.instance()
|
||||
// .definitions()
|
||||
// .materials()
|
||||
// .certusQuartzCrystal()
|
||||
@@ -86,7 +86,7 @@ public class BlockQuartzOre extends AEBaseBlock
|
||||
// @Override
|
||||
// public int damageDropped( final BlockState state )
|
||||
// {
|
||||
// return Api.INSTANCE
|
||||
// return AEApi.instance()
|
||||
// .definitions()
|
||||
// .materials()
|
||||
// .certusQuartzCrystal()
|
||||
|
||||
Reference in New Issue
Block a user