Storage Drawers: Natura Pack

Storage Drawers: Natura Pack

9M Downloads

[1.12] Compacting Drawers miss behaving

SnowShock35 opened this issue ยท 5 comments

commented

Hi @jaquadro,

Another, what I believe to be, issue for you. Here's the details;

Issue Information

  • Minecraft 1.12
  • Minecraft Forge 14.21.0.2234 (Latest at current time)
  • Chameleon 1.12-4.0.0
  • Storage Drawers 1.12-5.0.4

Issues Details

When placing either gold or iron ingots/blocks into the compacting drawers only the block/ingot is added and not the nugget. The only way for the nugget to appear is if you add the nugget first.

Steps to Reproduce

  1. Place down compacting drawer
  2. Add Iron/Gold Ingot/Block
  3. Result?

Issue Media

commented

There's some debug logging you can enable for the compacting drawer which would be helpful. See the author's comment here:

#477 (comment)

commented

@codewarrior0 Good idea, thanks for that :-) I'll get that log information right now

commented

Updated the post. Now with debug log under issue media. cc @codewarrior0 :-)

commented

Yeah, something with the descending lookups broke with the recipe system changes. Still need to dig into it.

commented

Fixed in 5.0.5.

I had to adapt to the new ingredient system in 1.12. On one hand, it's a bigger pain to parse through the ingredients to match. On the other, I got to remove a massive amount of code.