forked from TAIGA/TAIGA
added modifier key to right click actions of traits, now requires default LCONTROL to be pressed. fixes #112
Signed-off-by: Giovanni Harting <539@idlegandalf.com>
This commit is contained in:
@@ -58,6 +58,7 @@ public class TAIGA {
|
||||
@EventHandler
|
||||
public void init(FMLInitializationEvent e) {
|
||||
proxy.registerModels(); // Registers models on the client side
|
||||
proxy.regsiterKeyBindings();
|
||||
|
||||
Fluids.registerfromItem(); // Registers some special smeltery recipes (not alloying)
|
||||
GameRegistry.registerWorldGenerator(WorldGen.getInstance(), 100); // Generates ores
|
||||
|
||||
Reference in New Issue
Block a user