FTB MONSTER
Anyone good with MineTweaker Scripts ?
I want to change thr recipe for the Guardian Stone from Geostrata to
Glass Block,RedStone,Glass Block
RedStone,GlowStone,Redstone
Glass Block,RedStone,Glass Block
I tried adding my own script but the server does not seem to load it.
I am sure I was putting it in the correct spot (in the minetweaker folder that is in the config folder)
My server does not have a savegame folder so do I need to create one ?
Taken from the Minetweaker site ---> execute the scripts from the server's savegame minetweaker directory
So does that mean I need a savegame folder with a minetweaker folder inside it ?
Also do I need to add my script name to the main.cfg?
This is what I have for the script I just put together.
recipes.remove(<729>);
recipes.addShaped(<729>, [[<20>,<331>,<20>],[<331>,<348>,<331>],[<20>,<331>,<20>]]);
Reika said it was fine to do so in 1.6 Geostrata
Anyone good with MineTweaker Scripts ?
I want to change thr recipe for the Guardian Stone from Geostrata to
Glass Block,RedStone,Glass Block
RedStone,GlowStone,Redstone
Glass Block,RedStone,Glass Block
I tried adding my own script but the server does not seem to load it.
I am sure I was putting it in the correct spot (in the minetweaker folder that is in the config folder)
My server does not have a savegame folder so do I need to create one ?
Taken from the Minetweaker site ---> execute the scripts from the server's savegame minetweaker directory
So does that mean I need a savegame folder with a minetweaker folder inside it ?
Also do I need to add my script name to the main.cfg?
This is what I have for the script I just put together.
recipes.remove(<729>);
recipes.addShaped(<729>, [[<20>,<331>,<20>],[<331>,<348>,<331>],[<20>,<331>,<20>]]);
Reika said it was fine to do so in 1.6 Geostrata
Last edited: