I'm trying to add ex nihilio metals to the smeltery but I'm having some trouble. I keep getting:
ERROR: recipes.zs - 79:1 > a method available but none matches the parameters (minetweaker.item.IItemStack, minetweaker.item.IItemStack, int, minetweaker.item.IItemStack)
Zratrek - That one was also bugged, fixed it in c :P, Probably reason it wasn't working not the optional being bugged xD
And this isn't an NEI Issue I think what is, is that TCon saves it's toolstats as NBT. And it just adds them to creative so the ones in creative will not update in NEI when you reload. You have to do the testing in the tool forge for this, I believe. That's a wild guess though, I could be entirely wrong.
Just wondering, will ModTweaker be adding support for Forestry/Buildcraft, or will that be under the hat of MineTweaker for version 3?
Also, trying to change a mekanism recipe, but getting the following error: ERROR: Error executing Mekanism.zs: java.lang.ClassNotFoundException: [minetweaker/api/item/IIngredient
Could you have a look in your console/log for an error. The MineTweaker errors really aren't very descriptive/helpful.
Unfortunately, apart from that line there are no other errors (apart from the usual spam of missing/using default texture messages that always seem to exist in many mods)
Zratrek, it's being worked on. Pulverizer, Furnace, Crucible and Sawmill are done. If you want early access to it, ModTweaker has a jenkins: http://ci.tterrag.com/job/ModTweaker/
Keep in mind. There will no documentation for anything that's on the jenkins, so you'd have to look at the source. The documentation will only be done before we release an official version.
Got an error while trying to remove something from dungeon chest loot.
The command I used was:
mods.modtweaker.removeChestLoot("dungeonChest", <Talismans:Talisman>);
In the minetweaker log:
INFO: Removing Chest Loot Recipe for :Blank Talisman
ERROR: Error executing recipe.zs: net.minecraftforge.common.ChestGenHooks cannot be cast to java.util.ArrayList
Just tested with ModTweaker-1.7.X-0.6-5 and the problem persists.
Also it seem that the command /minetweaker loot dungeonChest does not output the metadata of items?
Just tested with ModTweaker-1.7.X-0.6-5 and the problem persists.
Also it seem that the command /minetweaker loot dungeonChest does not output the metadata of items?
The amount of times, i've tried to fix it. And then it breaks. And then I fix it and then it breaks. I pretty much give up with the dungeon chests. Something ****ing weird is going on. I even tested it fully last time, and was working perfectly for me. Some mod, must be doing some dumbshit or something.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIt's meant to be a fluid not a block so you would do.
mods.tconstruct.Smeltery.addMelting(<minecraft:dirt>, <liquid:lava> * 1000, 200, <minecraft:dirt>);
Ah, nevermind, I think I got it. liquid:iron.molten is what I'd want (for molten iron, not steel, of course).
Yeah, that was it, I don't get why the name format changes but I was able to find out how to find it out, thanks ;D.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumAnd this isn't an NEI Issue I think what is, is that TCon saves it's toolstats as NBT. And it just adds them to creative so the ones in creative will not update in NEI when you reload. You have to do the testing in the tool forge for this, I believe. That's a wild guess though, I could be entirely wrong.
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttp://minetweaker3.powerofbytes.com/wiki/ModTweaker:Thaumcraft_4_Support:Research
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumAlso, trying to change a mekanism recipe, but getting the following error: ERROR: Error executing Mekanism.zs: java.lang.ClassNotFoundException: [minetweaker/api/item/IIngredient
The code is:
mods.mekanism.Infuser.removeRecipe(<Mekanism:ControlCircuit:0>);
recipes.addShaped(<Mekanism:ControlCircuit:0>,[<minecraft:comparator>,<Mekanism:EnrichedAlloy>,<minecraft:comparator>]);
recipes.addShaped(<Mekanism:ControlCircuit:0>,[<Forestry:thermionicTubes:1>,<Mekanism:EnrichedAlloy>,<Forestry:thermionicTubes>]);
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCould you have a look in your console/log for an error. The MineTweaker errors really aren't very descriptive/helpful.
Unfortunately, apart from that line there are no other errors (apart from the usual spam of missing/using default texture messages that always seem to exist in many mods)
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumHere are the logs I have:
https://dl.dropboxusercontent.com/u/46396473/FTB/fml-client-latest.log (warning, 4 meg)
https://dl.dropboxusercontent.com/u/46396473/FTB/latest.log
Don't worry about this Joshie, discovered I made a major derp. Missed the start and end square brackets in the add recipes.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumZratrek, it's being worked on. Pulverizer, Furnace, Crucible and Sawmill are done. If you want early access to it, ModTweaker has a jenkins: http://ci.tterrag.com/job/ModTweaker/
Keep in mind. There will no documentation for anything that's on the jenkins, so you'd have to look at the source. The documentation will only be done before we release an official version.
I don't think the PneumaticCraft support is working. I'm attempting to add a different crafting recipe for the plastic sheets:mods.pneumaticcraft.Pressure.removeRecipe([<PneumaticCraft:plastic:0>]);mods.pneumaticcraft.Pressure.addRecipe([<PneumaticCraft:plastic:0>], 1, [<minecraft:dye:0>,<minecraft:slime_ball>,<MineFactoryReloaded:item.mfr.plastic.raw>], false);I get no errors, the recipe still shows the original seed recipe.nvm, got the input/output order wrong.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThe command I used was:
mods.modtweaker.removeChestLoot("dungeonChest", <Talismans:Talisman>);
In the minetweaker log:
INFO: Removing Chest Loot Recipe for :Blank Talisman
ERROR: Error executing recipe.zs: net.minecraftforge.common.ChestGenHooks cannot be cast to java.util.ArrayList
Is this a modtweaker bug?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumAlso it seem that the command /minetweaker loot dungeonChest does not output the metadata of items?
I get the same problem.
-
View User Profile
-
View Posts
-
Send Message
Curse Premium