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

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.machine;
package techreborn.blocks.tier1;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks;
package techreborn.blocks.tier1;
import net.minecraft.block.state.BlockStateContainer;
import net.minecraft.block.state.IBlockState;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks;
package techreborn.blocks.tier1;
import com.google.common.collect.Lists;
import net.minecraft.block.state.BlockStateContainer;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.machine;
package techreborn.blocks.tier1;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.machine;
package techreborn.blocks.tier1;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.machine;
package techreborn.blocks.tier2;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.machine;
package techreborn.blocks.tier2;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;
@ -40,7 +40,7 @@ public class BlockChemicalReactor extends BlockMachineBase {
public BlockChemicalReactor() {
super();
this.setCreativeTab(TechRebornCreativeTab.instance);
ShootingStar.registerModel(new ModelCompound(ModInfo.MOD_ID, this, "machines/tier1_machines"));
ShootingStar.registerModel(new ModelCompound(ModInfo.MOD_ID, this, "machines/tier2_machines"));
}
@Override

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks;
package techreborn.blocks.tier2;
import net.minecraft.block.state.IBlockState;
import net.minecraft.item.ItemStack;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.advanced_machine;
package techreborn.blocks.tier2;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.advanced_machine;
package techreborn.blocks.tier2;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.advanced_machine;
package techreborn.blocks.tier2;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.advanced_machine;
package techreborn.blocks.tier2;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.advanced_machine;
package techreborn.blocks.tier2;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;
@ -40,7 +40,7 @@ public class BlockIndustrialElectrolyzer extends BlockMachineBase {
public BlockIndustrialElectrolyzer() {
super();
this.setCreativeTab(TechRebornCreativeTab.instance);
ShootingStar.registerModel(new ModelCompound(ModInfo.MOD_ID, this, "machines/tier1_machines"));
ShootingStar.registerModel(new ModelCompound(ModInfo.MOD_ID, this, "machines/tier2_machines"));
}
@Override

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.advanced_machine;
package techreborn.blocks.tier2;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.advanced_machine;
package techreborn.blocks.tier2;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.machine;
package techreborn.blocks.tier2;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.machine;
package techreborn.blocks.tier3;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.advanced_machine;
package techreborn.blocks.tier3;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks.machine;
package techreborn.blocks.tier3;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks;
package techreborn.blocks.tier3;
import net.minecraft.block.state.IBlockState;
import net.minecraft.item.ItemStack;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.blocks;
package techreborn.blocks.tier3;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;