V4 is out. The download links will be moved to CurseForge once it works; it is for now on MediaFire.
Sweet. Does it cause a wailia crash like v3? If not, im "suggesting" itV4 is out. The download links will be moved to CurseForge once it works; it is for now on MediaFire.
Crash with minetweaker 3.0.9 .(not editing anything from your mod, just crashing with http://paste.ee/p/K1o9q )V4 is out. The download links will be moved to CurseForge once it works; it is for now on MediaFire.
You have a broken line in your zs script somewhere. I am using the two fine.Crash with minetweaker 3.0.9 .(not editing anything from your mod, just crashing with http://paste.ee/p/K1o9q )
I don't think creosote oil works like that. Not that Reika's mods are super realistic, but Creosote oil is not used as a lube in RL so I don't think Reika will make it so you can with RoC.I know its too late for v4, but is there any possibility of being able to turn creosote into lubricant like you can with oil, but maybe with the MFR biofuel-to-ethanol ratio? I've currently got a tonne of creosote just kinda sitting around not being used, and it'd be cool to turn it into emergency lube.
You have a broken line in your zs script somewhere. I am using the two fine.
Done.
Restarting minecraft a few times seemed to have fixed the issue for me, for whatever reason. Also for me it was just that whenever I tried to load a world it just stopped loading and returned me to the title screen, I didn't crash.it works fine without your mods. @SkeletonPunk is also having this issue.
(this is the only one loaded)
val wheatseeds = <minecraft:wheat_seeds>;
val wheat = <minecraft:wheat>;
recipes.addShapeless(wheatseeds, [wheat]);
Yes, my parser is choking, but neither line there would even trigger.it works fine without your mods. @SkeletonPunk is also having this issue.
(this is the only one loaded)
val wheatseeds = <minecraft:wheat_seeds>;
val wheat = <minecraft:wheat>;
recipes.addShapeless(wheatseeds, [wheat]);
Right now, nothing.What exactly does enabling "Tutorial Mode" in the RotaryCraft config do?
what do you mean? this works fine with just MT.Yes, my parser is choking, but neither line there would even trigger.
The only thing wrong with that scipt is improper camelCase, which I already scolded him on. There is no reason for that scipt to fail, much less kill minecraft.Yes, my parser is choking, but neither line there would even trigger.
Try removing lines to test which one is broken.what do you mean? this works fine with just MT.
it appears to happen whenever i try to add a recipe using a value.Try removing lines to test which one is broken.
And now I know what is going wrong. The parser was never designed for this, because I did not even know this was possible.it appears to happen whenever i try to add a recipe using a value.
val dirt = <minecraft:dirt>;
works,
recipes.addShapeless(<minecraft:dirt>, [<minecraft:dirt>]);
works,
val dirt = <minecraft:dirt>;
recipes.addShapeless(<minecraft:dirt>, [<minecraft:dirt>]);
works,
val dirt = <minecraft:dirt>;
recipes.addShapeless(dirt, [dirt]);
kicks to the title.
...Aaaaand back to v3d I go.
Values in Minetweaker would be kinda pointless if that wasn't possible.And now I know what is going wrong. The parser was never designed for this, because I did not even know this was possible.
Fixed. V4b is coming shortly.it appears to happen whenever i try to add a recipe using a value.
val dirt = <minecraft:dirt>;
works,
recipes.addShapeless(<minecraft:dirt>, [<minecraft:dirt>]);
works,
val dirt = <minecraft:dirt>;
recipes.addShapeless(<minecraft:dirt>, [<minecraft:dirt>]);
works,
val dirt = <minecraft:dirt>;
recipes.addShapeless(dirt, [dirt]);
kicks to the title.