Weird numbers appearing in chat when I load a world + recipes changes not working.
dragon3025 opened this issue · 6 comments
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
I need the crafttweaker.log
…On Oct 6, 2017 9:09 PM, "dragon3025" ***@***.***> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/jaredlll08/CraftTweaker/issues/346>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AFS9xTTpJMOH8AmjSlhH2cD3Du5_8AACks5spnrygaJpZM4Pw6WJ>
.
it isn't in the logs folder.
http://crafttweaker.readthedocs.io/en/latest/#Getting_Started/
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
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
It seems that @kindlich figured out the problem.