More WIP
This commit is contained in:
parent
426001251f
commit
cc27a1ed14
18 changed files with 332 additions and 20 deletions
|
@ -59,7 +59,6 @@ import java.util.Random;
|
|||
*/
|
||||
public abstract class BlockTransformer extends BaseTileBlock {
|
||||
public static PropertyDirection FACING = PropertyDirection.create("facing", Facings.ALL);
|
||||
protected final String prefix = "techreborn:blocks/machines/energy/";
|
||||
public String name;
|
||||
|
||||
public BlockTransformer(String name) {
|
||||
|
|
|
@ -255,7 +255,7 @@ public class ModBlocks {
|
|||
GameRegistry.registerTileEntity(TileChemicalReactor.class, "TileChemicalReactorTR");
|
||||
|
||||
INTERDIMENSIONAL_SU = new BlockInterdimensionalSU();
|
||||
registerBlock(INTERDIMENSIONAL_SU, "inderdimensional_su");
|
||||
registerBlock(INTERDIMENSIONAL_SU, "interdimensional_su");
|
||||
GameRegistry.registerTileEntity(TileInterdimensionalSU.class, "TileInterdimensionalSUTR");
|
||||
|
||||
ADJUSTABLE_SU = new BlockAdjustableSU();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue