Platymemo / alaskanativecraft

Alaska Native Craft is a mod looking to bring Alaska Native cultures to Minecraft!
Creative Commons Zero v1.0 Universal
9 stars 12 forks source link

[BUG] Items do not Stack right #41

Closed quiqueck closed 3 years ago

quiqueck commented 3 years ago

Describe the bug Items Stacking is broken since 7e12ad2b

To Reproduce Steps to reproduce the behavior:

  1. Get 64 torches in your hotbar
  2. Place one torch
  3. Mine and pickup the placed torch

Expected behavior When you pick up the torch, it should be merged with the remaining 63 torches in the hotbar. However, the torch is placed on a free spot of the inventory.

Mod Versions (please complete the following information):

quiqueck commented 3 years ago

Looks like the DurabilityMultiplier changes add an empty tag-entry to items in the inventory which prevents stacking.

Platymemo commented 3 years ago

Fixed with #42