CraftTweaker

CraftTweaker

151M Downloads

"/mt recipes" has incorrect data in some of the dumped recipes

dshadowwolf opened this issue ยท 0 comments

commented

Intro:

The "/mt recipes" command has incorrect output for some recipes.

Issue Description:

In using "/mt recipes" to dump all known, dumpable recipes for working on a challenge pack, it was found that ingot->nugget and block->ingot recipes, which should be at, in general, a 1:9 ratio of input to output were instead listed in the recipes as 1:1

What happens:

Use a mod that adds materials with classic modded nugget->ingot/ingot->nugget recipes and standard vanilla ingot->block/block->ingot recipes and issue the command. The result, in the pack I have been working on building, is similar to the following:

recipes.addShapeless(modernmetals:uranium_nugget, [modernmetals:uranium_ingot]);
recipes.addShapeless(modernmetals:uranium_ingot, [modernmetals:uranium_block]);

What you expected to happen:

For the recipes to be in the form of:
recipes.addShapeless(modernmetals:uranium_nugget*9, [modernmetals:uranium_ingot]);
recipes.addShapeless(modernmetals:uranium_ingot*9, [modernmetals:uranium_block]);

Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue):

Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue):


Affected Versions (Do not use "latest"):

  • Minecraft: 1.10.2
  • Forge: 12.18.3.2254
  • Crafttweaker: 3.0.25

Your most recent log file where the issue was present: