MineTweaker 3 Problem

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here

reddvilzz

New Member
Jul 29, 2019
376
0
1
Hello, I tried configuring recipes to make TiC Bronze turn into Gregtech Bronze since I added gregtech to my own Monster modpack since the problem within TiC and Greg that makes TiC Ingots and Ores unable to be processed in the Greg's machines. And I have configure this in my script

var ticBronze = <14276:13>;
var gregBronze = <30067:2>;
recipes.addShaped(gregBronze * 2, [[ticBronze, null], [null,ticBronze]]);

and it seems didn't work. The log showed up this
INFO: Removing command minetweaker
INFO: Adding command minetweaker
INFO: Removing command minetweaker
INFO: Adding command minetweaker
INFO: Removing command minetweaker
INFO: Adding command minetweaker

where are the mistakes I have made?
 

Qazplm601

Lord of the Tumbleweeds
Sep 21, 2013
2,754
3,282
308
Where else?
Hello, I tried configuring recipes to make TiC Bronze turn into Gregtech Bronze since I added gregtech to my own Monster modpack since the problem within TiC and Greg that makes TiC Ingots and Ores unable to be processed in the Greg's machines. And I have configure this in my script

var ticBronze = <14276:13>;
var gregBronze = <30067:2>;
recipes.addShaped(gregBronze * 2, [[ticBronze, null], [null,ticBronze]]);

and it seems didn't work. The log showed up this
INFO: Removing command minetweaker
INFO: Adding command minetweaker
INFO: Removing command minetweaker
INFO: Adding command minetweaker
INFO: Removing command minetweaker
INFO: Adding command minetweaker

where are the mistakes I have made?
Try using a shapeless recipie?
 
  • Like
Reactions: reddvilzz

reddvilzz

New Member
Jul 29, 2019
376
0
1
Okay that didn't work as well changed it into shapeless

Sent from my Nexus 5 using Tapatalk