Added machine blocks
This commit is contained in:
parent
f947ef37a4
commit
ee2841b5b1
3 changed files with 6 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class BlockMachineFrame extends BaseBlock implements ITexturedBlock {
|
|||
}
|
||||
|
||||
public static final String[] types = new String[]
|
||||
{"aluminum", "iron", "bronze", "brass", "steel", "titanium"};
|
||||
{"aluminum", "iron", "bronze", "brass", "steel", "titanium", "machine", "advancedMachine"};
|
||||
|
||||
|
||||
public BlockMachineFrame(Material material) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue