MineTweaker/ModTweaker - A help and suggestions thread.

Pyth

New Member
Jul 29, 2019
39
0
0
Changed to

recipes.addShaped(<RealisticTorches:TorchUnlit> * 4, [
[Coal, <minecraft:string>],
[Stick, null]]);

etc.
It doesn't work.
 

Pyth

New Member
Jul 29, 2019
39
0
0
I found out that recipes don't work at all! When I had another map everithing was fine. I tried to create a new world, but it doesn't help.
I have another pretty simple script, it doesn't work too:
Code:
recipes.remove(<harvestcraft:potItem>);
recipes.remove(<harvestcraft:skilletItem>);
recipes.remove(<harvestcraft:saucepanItem>);

recipes.addShaped(<harvestcraft:skilletItem>,[
[<minecraft:clay:*>, null, null],
[null, <minecraft:clay:*>, null],
[null, null, <minecraft:stick>]]);

recipes.addShaped(<harvestcraft:saucepanItem>,[
[<minecraft:clay:*>, null, null],
[<minecraft:stick>, null, null],
[null, null, null]]);

recipes.addShaped(<harvestcraft:potItem>,[
[<minecraft:stick>, <minecraft:clay:*>, <minecraft:clay:*>],
[null, <minecraft:clay:*>, <minecraft:clay:*>],
[null, null, null]]);
Yes, it's in *.zs file, inside scripts folder. MineTweaker3-1.7.10-3.0.10.
Full minetweaker.log (nothing works for sure):
ERROR: system: Crop is already defined in that package
INFO: Adding command minetweaker
INFO: Adding minetweaker command tooltips
INFO: Adding minetweaker command entities
INFO: Adding minetweaker command ae2
INFO: Adding minetweaker command chiselGroups
INFO: Adding minetweaker command chiselVariations
INFO: Adding minetweaker command railcraft
INFO: Adding minetweaker command mfr
INFO: Removing 1 recipes
INFO: Adding recipe for Trapped Chest
INFO: Removing 1 recipes
INFO: Adding recipe for Dispenser
INFO: Removing 1 recipes
INFO: Adding recipe for Dropper
INFO: Removing 5 recipes
INFO: Adding recipe for Piston
INFO: Removing 2 recipes
INFO: Adding recipe for Sticky Piston
INFO: Removing 2 recipes
INFO: Adding recipe for Track
INFO: Removing 1 recipes
INFO: Adding recipe for Detector Track
INFO: Removing 1 recipes
INFO: Adding recipe for Activator Track
INFO: Removing 1 recipes
INFO: Adding recipe for Note Block
INFO: Removing 1 recipes
INFO: Adding recipe for Jukebox
INFO: Removing 1 recipes
INFO: Adding recipe for Bookshelf
INFO: Removing 1 recipes
INFO: Adding recipe for Trapdoor
INFO: Removing 1 recipes
INFO: Adding recipe for Lever
INFO: Removing 1 recipes
INFO: Adding recipe for Redstone Torch
INFO: Removing 1 recipes
INFO: Adding recipe for Ladder
INFO: Removing 1 recipes
INFO: Adding recipe for Fence
INFO: Removing 1 recipes
INFO: Adding recipe for Fence Gate
INFO: Adding recipe for Iron Bars
INFO: Removing 1 recipes
INFO: Adding recipe for Redstone Lamp
INFO: Removing 1 recipes
INFO: Adding recipe for Ender Chest
INFO: Removing 1 recipes
INFO: Adding recipe for Tripwire Hook
INFO: Removing 1 recipes
INFO: Adding recipe for Beacon
INFO: Removing 1 recipes
INFO: Adding recipe for Anvil
INFO: Removing 2 recipes
INFO: Adding recipe for Daylight Sensor
INFO: Removing 1 recipes
INFO: Adding recipe for Hopper
INFO: Removing 7 recipes
INFO: Adding recipe for Sugar
INFO: Removing 1 recipes
INFO: Adding recipe for Brewing Stand
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Sword
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Shovel
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Pickaxe
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Axe
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Hoe
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Helmet
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Chestplate
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Leggings
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Boots
INFO: Removing 0 recipes
INFO: Adding recipe for Iron Horse Armor
INFO: Removing 0 recipes
INFO: Adding recipe for Gold Horse Armor
INFO: Removing 0 recipes
INFO: Adding recipe for Diamond Horse Armor
INFO: Removing 2 recipes
INFO: Removing 1 recipes
INFO: Removing 2 recipes
INFO: Removing 0 recipes
INFO: Removing 0 recipes
INFO: Removing 7 recipes
INFO: Adding recipe for Unlit Torch
INFO: Adding recipe for Unlit Torch
INFO: Adding recipe for Unlit Torch
INFO: Adding recipe for Unlit Torch
INFO: Adding recipe for Unlit Torch
INFO: Adding recipe for Unlit Torch
INFO: Adding recipe for Unlit Torch
INFO: Adding recipe for Unlit Torch
INFO: Removing 3 recipes
INFO: Removing 3 recipes
INFO: Removing 3 recipes
INFO: Adding recipe for Skillet
INFO: Adding recipe for Saucepan
INFO: Adding recipe for Pot
INFO: Adding minetweaker command tooltips
INFO: Adding minetweaker command entities
INFO: Adding minetweaker command ae2
INFO: Adding minetweaker command chiselGroups
INFO: Adding minetweaker command chiselVariations
INFO: Adding minetweaker command railcraft
 

jordsta95

New Member
Jul 29, 2019
5,056
-4
1
I found out that recipes don't work at all! When I had another map everithing was fine. I tried to create a new world, but it doesn't help.
I have another pretty simple script, it doesn't work too:
Code:
recipes.remove(<harvestcraft:potItem>);
recipes.remove(<harvestcraft:skilletItem>);
recipes.remove(<harvestcraft:saucepanItem>);

recipes.addShaped(<harvestcraft:skilletItem>,[
[<minecraft:clay:*>, null, null],
[null, <minecraft:clay:*>, null],
[null, null, <minecraft:stick>]]);

recipes.addShaped(<harvestcraft:saucepanItem>,[
[<minecraft:clay:*>, null, null],
[<minecraft:stick>, null, null],
[null, null, null]]);

recipes.addShaped(<harvestcraft:potItem>,[
[<minecraft:stick>, <minecraft:clay:*>, <minecraft:clay:*>],
[null, <minecraft:clay:*>, <minecraft:clay:*>],
[null, null, null]]);
Yes, it's in *.zs file, inside scripts folder. MineTweaker3-1.7.10-3.0.10.
Full minetweaker.log (nothing works for sure):
ERROR: system: Crop is already defined in that package
INFO: Adding command minetweaker
INFO: Adding minetweaker command tooltips
INFO: Adding minetweaker command entities
INFO: Adding minetweaker command ae2
INFO: Adding minetweaker command chiselGroups
INFO: Adding minetweaker command chiselVariations
INFO: Adding minetweaker command railcraft
INFO: Adding minetweaker command mfr
INFO: Removing 1 recipes
INFO: Adding recipe for Trapped Chest
INFO: Removing 1 recipes
INFO: Adding recipe for Dispenser
INFO: Removing 1 recipes
INFO: Adding recipe for Dropper
INFO: Removing 5 recipes
INFO: Adding recipe for Piston
INFO: Removing 2 recipes
INFO: Adding recipe for Sticky Piston
INFO: Removing 2 recipes
INFO: Adding recipe for Track
INFO: Removing 1 recipes
INFO: Adding recipe for Detector Track
INFO: Removing 1 recipes
INFO: Adding recipe for Activator Track
INFO: Removing 1 recipes
INFO: Adding recipe for Note Block
INFO: Removing 1 recipes
INFO: Adding recipe for Jukebox
INFO: Removing 1 recipes
INFO: Adding recipe for Bookshelf
INFO: Removing 1 recipes
INFO: Adding recipe for Trapdoor
INFO: Removing 1 recipes
INFO: Adding recipe for Lever
INFO: Removing 1 recipes
INFO: Adding recipe for Redstone Torch
INFO: Removing 1 recipes
INFO: Adding recipe for Ladder
INFO: Removing 1 recipes
INFO: Adding recipe for Fence
INFO: Removing 1 recipes
INFO: Adding recipe for Fence Gate
INFO: Adding recipe for Iron Bars
INFO: Removing 1 recipes
INFO: Adding recipe for Redstone Lamp
INFO: Removing 1 recipes
INFO: Adding recipe for Ender Chest
INFO: Removing 1 recipes
INFO: Adding recipe for Tripwire Hook
INFO: Removing 1 recipes
INFO: Adding recipe for Beacon
INFO: Removing 1 recipes
INFO: Adding recipe for Anvil
INFO: Removing 2 recipes
INFO: Adding recipe for Daylight Sensor
INFO: Removing 1 recipes
INFO: Adding recipe for Hopper
INFO: Removing 7 recipes
INFO: Adding recipe for Sugar
INFO: Removing 1 recipes
INFO: Adding recipe for Brewing Stand
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Sword
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Shovel
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Pickaxe
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Axe
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Hoe
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Helmet
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Chestplate
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Leggings
INFO: Removing 1 recipes
INFO: Adding recipe for Diamond Boots
INFO: Removing 0 recipes
INFO: Adding recipe for Iron Horse Armor
INFO: Removing 0 recipes
INFO: Adding recipe for Gold Horse Armor
INFO: Removing 0 recipes
INFO: Adding recipe for Diamond Horse Armor
INFO: Removing 2 recipes
INFO: Removing 1 recipes
INFO: Removing 2 recipes
INFO: Removing 0 recipes
INFO: Removing 0 recipes
INFO: Removing 7 recipes
INFO: Adding recipe for Unlit Torch
INFO: Adding recipe for Unlit Torch
INFO: Adding recipe for Unlit Torch
INFO: Adding recipe for Unlit Torch
INFO: Adding recipe for Unlit Torch
INFO: Adding recipe for Unlit Torch
INFO: Adding recipe for Unlit Torch
INFO: Adding recipe for Unlit Torch
INFO: Removing 3 recipes
INFO: Removing 3 recipes
INFO: Removing 3 recipes
INFO: Adding recipe for Skillet
INFO: Adding recipe for Saucepan
INFO: Adding recipe for Pot
INFO: Adding minetweaker command tooltips
INFO: Adding minetweaker command entities
INFO: Adding minetweaker command ae2
INFO: Adding minetweaker command chiselGroups
INFO: Adding minetweaker command chiselVariations
INFO: Adding minetweaker command railcraft
Because <minecraft:clay:*> isn't correct?
Shouldn't it be <minecraft:clay>? There is only one type of clay. Unless you are trying to use stained clay? Always use "/mt hand" to get the correct ID, and just paste that into your script (as when you do "/mt hand" it will copy the ID to to your clipboard)
 

Pyth

New Member
Jul 29, 2019
39
0
0
Replaced to
Code:
recipes.remove(<harvestcraft:potItem>);
recipes.remove(<harvestcraft:skilletItem>);
recipes.remove(<harvestcraft:saucepanItem>);

  recipes.addShaped(<harvestcraft:skilletItem>, [
  [<minecraft:clay>, null, null],
  [null, <minecraft:clay>, null],
  [null, null, <minecraft:stick>]]);
 
    recipes.addShaped(<harvestcraft:saucepanItem>, [
  [<minecraft:clay>, null, null],
  [<minecraft:stick>, null, null],
  [null, null, null]]);
 
    recipes.addShaped(<harvestcraft:potItem>, [
  [<minecraft:stick>, <minecraft:clay>, <minecraft:clay>],
  [null, <minecraft:clay>, <minecraft:clay>],
  [null, null, null]]);
Doesn't work.
 

jordsta95

New Member
Jul 29, 2019
5,056
-4
1
Is that the whole script? If not, could you post the whole thing?
When you run "/mt reload" do you get any messages in chat? If not, send us the minetweaker log after you run that command? If so, what do they say?
Do you have any mods that overhaul crafting in a major way? E.g. TerraFirmaCraft
What is it that put that space-like background in NEI? If that is a mod, try removing it an seeing if your recipes work then?
 

DreamMasterXXL

Well-Known Member
Jan 16, 2015
485
86
54
Germany
gtnewhorizons.com
@Pyth
So if you need help i need from you the full minetweaker.log file attached (found in the minecraft main Folder) and the whole script attached not only some lines via copy past here in the Forum. (Scripts folder .zs file)
 

Pyth

New Member
Jul 29, 2019
39
0
0
Thank you so much guys!

>When you run "/mt reload" do you get any messages in chat?
Nope
>Do you have any mods that overhaul crafting in a major way?
GregTech
>What is it that put that space-like background in NEI? If that is a mod, try removing it an seeing if your recipes work then?
Just a resourcepack :/ Yep, I tried to disable it

minetweaker.log http://pastebin.com/B4tAJceB
minecraft.zs http://pastebin.com/Gc7Ei6we
Pams.zs http://pastebin.com/unXSbnBG
 

DreamMasterXXL

Well-Known Member
Jan 16, 2015
485
86
54
Germany
gtnewhorizons.com
@Pyth
So remove this Line form your Code.

import mods.ic2.Extractor;
import mods.gregtech.ImplosionCompressor;

you don't need it and you don't have GTTweaker installed.

Did you using Minetweaker only or Modtweaker too? (Minetweaker 3.10B?)

Did the tweaked recipes are shown or not or the original recipes are shown?

To look where the error ist you have to remove all scripts and add them back recipe by recipe.

If it not show any error (and the recipe not shown) maybe some ordict names are written wrong.
 

Pyth

New Member
Jul 29, 2019
39
0
0
So remove this Line form your Code.
Okay. Nothing changes.
I use MineTweaker3-1.7.10-3.0.10 and ModTweaker2-0.9.3.jar
Everything was fine with this recipes, but then I decide to use tirches from Realistic Torches and changed Enviromine's torch recipes to Realistic Torches.
I deleted and added them back early and it worked with Enviromine. I feel like I do need do it again :/
 

jdog1408

New Member
Jul 29, 2019
958
-11
0
I'm working on a way to make building the vanilla tools and swords more complicated. Not gregtech hard but a little more than vanilla requires.

EDIT: It's basically requires a string and/or flint and/or leather for everything.
 

jordsta95

New Member
Jul 29, 2019
5,056
-4
1
I'm working on a way to make building the vanilla tools and swords more complicated. Not gregtech hard but a little more than vanilla requires.

EDIT: It's basically requires a string and/or flint and/or leather for everything.
Create an ore dict, and have those items in the ore dict. And use the ore dict in the recipes?
 

Steampunkr

New Member
Jul 29, 2019
9
0
0
Is there any way to change an ore's required mining level using mine/modtweaker? Googling hasn't come up with anything.
I play with Iguana's Tinker Tweaks and there are some modded ores that I want to make harder
 

jordsta95

New Member
Jul 29, 2019
5,056
-4
1
Is there any way to change an ore's required mining level using mine/modtweaker? Googling hasn't come up with anything.
I play with Iguana's Tinker Tweaks and there are some modded ores that I want to make harder
If I am correct, Iguana Tweaks allows you to do this natively (no Mine/Modtweaker)... Don't know how though