Disabled item rail until tgame14 has a chance to finish it
This commit is contained in:
parent
78ba973732
commit
a3e04fe15a
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ public class Electrical
|
||||||
itemQuantumGlyph = contentRegistry.createItem(ItemQuantumGlyph.class);
|
itemQuantumGlyph = contentRegistry.createItem(ItemQuantumGlyph.class);
|
||||||
|
|
||||||
//Railings
|
//Railings
|
||||||
itemRailing = contentRegistry.createItem(ItemItemRailing.class);
|
//itemRailing = contentRegistry.createItem(ItemItemRailing.class);
|
||||||
|
|
||||||
Settings.CONFIGURATION.save();
|
Settings.CONFIGURATION.save();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue