MineTweaker 3 Problem

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

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?
 
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