Minetweaker

  • 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

QuantumAngel

New Member
Jul 29, 2019
2
0
0
Hey Guys,
i just wanted to know why i can't edit recipes with Minetweaker. if i remove a recipe it works perfectly fine, but if i add another recipe for the item thats recipe got deleted, the old recipe appears again, someone knows what the issue is? i think its a bug
(here the configcode):

Ultra Aqueous Accumulator

minetweaker.remove(<3942:8>);

recipes.addShaped(<3942:8>, [[null,<399>,null],[<20264:2048>,<20262>,<20264:2048>],[<31970>,<20263:192>,<31970>]])

FTB Forums were down for sum reason...
 

buggirlexpres

Relatable Gamer
Trusted User
Retired Staff
Nov 24, 2012
3,937
7,362
663
she/her
twitter.com
You didn't include the spaces, or the semicolon at the end of the line.

recipes.addShaped(<3942:8>, [[null, <399>, null], [<20264:2048>, <20262>, <20264:2048>], [<31970>, <20263:192>, <31970>]]);

As well, are you using MT2 or MT3?