fixed fracture breaking bedrock, closes #35

This commit is contained in:
2016-10-18 20:27:53 +02:00
parent 4e8222a884
commit ae4aef454e
2 changed files with 13 additions and 9 deletions

View File

@@ -48,8 +48,6 @@ public class TAIGA {
public void preInit(FMLPreInitializationEvent e) {
proxy.initConfig();
System.out.println(String.format("init from TAIGA Version %s", VERSION));
Items.register(); // Registers items and its oreDict
Blocks.register(); // Registers blocks and its items form a long with its oreDict
Fluids.register(); // Registers all fluids and its buckets