Minetweaker3 not loading in world

  • 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

xKazlyn

New Member
Jul 29, 2019
83
0
0
Im in the process of creating a modpack, and these configs will not load into the world, no matter what i try.. im using Minetweaker3-1.6.4-3.0.3, ill post my mod list if needed.

http://pastebin.com/QPhmSNYb this is my minetweaker code
http://paste.ee/p/E8Zek this is my loading log, in case i missed something

the file is simply just main.cfg in the minetweaker config file

Im running minecraft 1.6.4 forge 9.1.11.965 and im testing on a singleplayer world, but ive put the configs in both config directory and world save to test, still nothing.
 

Yusunoha

New Member
Jul 29, 2019
6,440
-4
0
Im in the process of creating a modpack, and these configs will not load into the world, no matter what i try.. im using Minetweaker3-1.6.4-3.0.3, ill post my mod list if needed.

http://pastebin.com/QPhmSNYb this is my minetweaker code
http://paste.ee/p/E8Zek this is my loading log, in case i missed something

the file is simply just main.cfg in the minetweaker config file

Im running minecraft 1.6.4 forge 9.1.11.965 and im testing on a singleplayer world, but ive put the configs in both config directory and world save to test, still nothing.

saw your problem right away when looking at your code...

Code:
# See the forum post for example and documentation.
version 2;

if I read it correctly, scrips from Minetweaker 2 do not work in Minetweaker 3, so you'll have to recode those scripts using the new codes
 

xKazlyn

New Member
Jul 29, 2019
83
0
0
saw your problem right away when looking at your code...

Code:
# See the forum post for example and documentation.
version 2;

if I read it correctly, scrips from Minetweaker 2 do not work in Minetweaker 3, so you'll have to recode those scripts using the new codes

Went in and changed that to version 3; I then noticed I had both a MT2 and 3 in my mods, so i removed 2, then forge didnt detect a minetweaker version, so i reverted back to v2, changed the version number, and now its not working again; it worked 1 time with the nether brick recipe, i had to change it since i realised it was wrong, so it no longer works again either, i changed some code to make it more forceful in its deletion method (i.e. minetweaker.remove() instead of remove.recipeShaped([[][][]]) and the same with furnace) and still no dice, so im wondering what the issue could be, later today im going to go through and recheck all my item name for capitalization consistancy.

http://pastebin.com/6YXV2Vst new minetweaker config, using minetweaker2.3.1
http://paste.ee/p/eBBkO new (basically same) forge log

Edit: Update: All the furnace removal recipes and the new nether brick recipe works, the only one not working now is the furnace recipe change.

Edit2:Update: Everything is working now, thanks for the help @Yusunoha
 
Last edited: