CraftTweaker

CraftTweaker

151M Downloads

Weird numbers appearing in chat when I load a world + recipes changes not working.

dragon3025 opened this issue · 6 comments

commented

Issue Description: Every time I load up a world or create a new one I get this long set of numbers that appear in the game's chat. At the same time, I'm noticing that the recipe changes I made aren't there. The numbers that appear are in my latest log at line 204: https://pastebin.com/qHhUrP3U

What happens: Long sets of numbers appear.

What you expected to happen: No long sets of numbers appearing

Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue): https://pastebin.com/Q0XeU0pg

Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue): I can't find any in the logs file, and I did a search for it in the modded minecraft folder and it didn't show up.


Affected Versions (Do not use "latest"):

  • Minecraft: 1.12.1
  • Forge: 1.12.1-forge.1.12.1-14.22.1.2478
  • Crafttweaker: CraftTweaker2-1.12-4.0.8

Your most recent log file where the issue was present: https://pastebin.com/qHhUrP3U

commented
commented

How do I get it though, it doesn't appear in the logs folder.

commented
commented

First of all, you have an error at line 30: recipes.remove(<cyclicmagic:uncrafting_block); (you forgot the >)
Second, the issue is that it tries to convert an IItemStack to IData, I believe it's where you multiply the IItemStack at line 37 recipes.addShapeless(<cyclicmagic:magic_net> * 5, [<randomthings:summoningpendulum>]);

Try commenting out those two lines

commented

Oh no wonder, the new issue instructions say to look for minetweaker.log so I didn't notice the crafttweaker.log file in the folder. Here it is: https://pastebin.com/xPxjNEwv

commented

It seems that @kindlich figured out the problem.