Gonna try to copy paste the code somewhere and recreate a script, gonna see if it helps
Posts by Mine_Sasha
-
-
XD , kk Invultri, gonna try ( try ) XD , can't we share a private Dropbox folder with the updated pack on it only available for all the ppl whitelisted on Kirara ? Or is it not "legal" modpack Wise ? I can open one if you want ( if it is "legal", not sure )
-
Still pretty cool, make sure to bring me with you so you can use the super SashaQuarry, intelligent and faster than ever , just gimme food, Equipment ( for space ) , and an energy source
-
If someone nice reupload the pack, sure , ( too lazy to update it XD )
-
This would be very OP, making it like the ExNihilo sifter ( just have a cobble gen, some kind of grinder, and now, you have infnite ores at the cost of completely renewable energy, like water mills, and a cobble gen... ) NO, just NO, But I would be ok if this was a feature disabled by default / addon, could be very useful in skyblock maps
-
Derp, my bad, it's a non updated version of the pack, Still gonna wait for this mysterious guy to repost an update of the pack :3
-
Ah, you ( don't remember who ) deleted the download link for the Kirara update to fast , I wanted to upgrade my computer :c
-
http://paste.ee/p/lARTw Still crashing, this time with better script :
PS : Why does the last line doesn't work, I also have an OD error at line 374, but I can't find/understand it, and for some reason, the quartz recipe in the enricher doesn't work
Anyone still wanting to help me ;c ?
-
KK thx , sorry, I'm kinda a starter, and I try to learn from Chocohead
-
Kk, here, wait can't upload it doesn't accept the extension.... Gonna upload it in a txt file :
-
I don't really understand ? Sorry, I'm not that experimented :c
Edit : The script was good & stuff, working, and then when I tried to add a new recipe, it crashed, and now I can't reload it or add recipes, do I need to redownload the mods and keep the script ? Or the problem is the script ?
-
But why do I crash, I can't reload recipes :c , Have I done something wrong with my script, or do I need to redownload Minetweaker, because when I reload my scripts, Minetweaker say null error something ( don't remember exactly ) and then crash my game. Is Minetweaker the problem or ModTweaker ?
-
Guys ? Halp/Whelp ? XD
-
Last thing : This part ( the addShaped part ) doesn't work, everything seems fine though, and Minetweaker doesn't tell me there's an error :
mods.railcraft.Rolling.removeRecipe(rebar * 1);
mods.railcraft.Rolling.removeRecipe(rebar * 1);
mods.railcraft.Rolling.removeRecipe(rebar * 1);
mods.railcraft.Rolling.removeRecipe(rebar * 1);
mods.railcraft.Rolling.removeRecipe(rebar * 1);
mods.railcraft.Rolling.addShaped(rebar * 32, [[null, null, <IC2:itemPartAlloy>], [null, <IC2:itemPartAlloy>, null], [null, null, <IC2:itemPartAlloy>]]);Edit : For some reasons, when I try to add a recipe, I crash, well great, and I have no idea what cause this, if anyone is interested to see what is the problem, here is the crash log : http://paste.ee/p/hXBIT
-
For some reasons, I get a null point exception now, help me :c
It started when I tried your proposition Greg, can a doube remove recipe cause that ?
Restarted minecraft, every works now, thx Greg
-
Wait, now I cant even reload it, what have I done now
-
Gonna try, thx Greg
Edit : Doesn't work, I get a null exception error, any other suggestions
-
Another question : How do I remove all the Rebar recipes from the Rolling Machine, I typed :
mods.railcraft.Rolling.removeRecipe(rebar);
To remove all the recipes, only works on the steel one, then I tried :
mods.railcraft.Rolling.removeRecipe(rebar * 4);
Only removes the iron recipe, then :
mods.railcraft.Rolling.removeRecipe(rebar * 8);
Only removes the steel recipe, then :
mods.railcraft.Rolling.removeRecipe(rebar * 4);
mods.railcraft.Rolling.removeRecipe(rebar * 8);Together, but doesn't remove iron one, help
mods.railcraft.Rolling.addShaped(rebar * 32, [[null, null, alloy], [null, alloy, null], [null, null, alloy]]);
This is the last part of the code, should add advanced alloy as a recipe.
But for now, the question is, how do I remove it -
But thx for the help, I will remember that, I don't forgive, I don't forget
-
Although it isn't really GT, can someone help me with my Minetweaker code ? I can't figure out what is wrong :
#Nerf Project.Red pipes
var diamond_chipset = <BuildCraft|Silicon:redstoneChipset:3>;
var advancedlogi_pipe = <ProjRed|Transportation:projectred.transportation.pipe:0>;recipes.remove(advancedlogi_pipe);
recipes.addShaped(advancedlogi_pipe, [[diamond_chipset, sorter, diamond_chipset], [logi_pipe, Mekanism:ControlCircuit:2, logi_pipe], [diamond_chipset, sorter, diamond_chipset]]);Edit : I forgot <> , silly me
RE EDIT : You ninjad me