Fixed building?
This commit is contained in:
parent
849f68bc94
commit
ec67e9650d
5 changed files with 16 additions and 16 deletions
|
@ -11,9 +11,9 @@ import techreborn.client.GuiHandler;
|
|||
import techreborn.client.TechRebornCreativeTab;
|
||||
import techreborn.tiles.TileAesu;
|
||||
|
||||
public class Block_AESU extends BlockMachineBase implements IRotationTexture {
|
||||
public class BlockAESU extends BlockMachineBase implements IRotationTexture {
|
||||
|
||||
public Block_AESU(Material material) {
|
||||
public BlockAESU(Material material) {
|
||||
super();
|
||||
setUnlocalizedName("techreborn.aesu");
|
||||
setCreativeTab(TechRebornCreativeTab.instance);
|
|
@ -14,10 +14,10 @@ import techreborn.client.GuiHandler;
|
|||
import techreborn.client.TechRebornCreativeTab;
|
||||
import techreborn.tiles.idsu.TileIDSU;
|
||||
|
||||
public class Block_IDSU extends BlockMachineBase implements IAdvancedRotationTexture {
|
||||
public class BlockIDSU extends BlockMachineBase implements IAdvancedRotationTexture {
|
||||
|
||||
|
||||
public Block_IDSU(Material material) {
|
||||
public BlockIDSU(Material material) {
|
||||
super();
|
||||
setUnlocalizedName("techreborn.idsu");
|
||||
setCreativeTab(TechRebornCreativeTab.instance);
|
|
@ -11,10 +11,10 @@ import techreborn.client.GuiHandler;
|
|||
import techreborn.client.TechRebornCreativeTab;
|
||||
import techreborn.tiles.lesu.TileLesu;
|
||||
|
||||
public class Block_LESU extends BlockMachineBase implements IAdvancedRotationTexture {
|
||||
public class BlockLESU extends BlockMachineBase implements IAdvancedRotationTexture {
|
||||
|
||||
|
||||
public Block_LESU(Material material) {
|
||||
public BlockLESU(Material material) {
|
||||
super();
|
||||
setUnlocalizedName("techreborn.lesu");
|
||||
setCreativeTab(TechRebornCreativeTab.instance);
|
|
@ -13,9 +13,9 @@ import reborncore.common.blocks.IAdvancedRotationTexture;
|
|||
import techreborn.client.TechRebornCreativeTab;
|
||||
import techreborn.tiles.lesu.TileLesuStorage;
|
||||
|
||||
public class Block_LESUStorage extends BlockMachineBase implements IAdvancedRotationTexture {
|
||||
public class BlockLESUStorage extends BlockMachineBase implements IAdvancedRotationTexture {
|
||||
|
||||
public Block_LESUStorage(Material material) {
|
||||
public BlockLESUStorage(Material material) {
|
||||
super();
|
||||
setUnlocalizedName("techreborn.lesustorage");
|
||||
setCreativeTab(TechRebornCreativeTab.instance);
|
Loading…
Add table
Add a link
Reference in a new issue