The-Nexus-Project / Limitless-6

Limitless 6 modpack maintained and developed by Gbergz.
10 stars 1 forks source link

[Issue]: Shulker Shells won't stack with Apotheosis Affixes #49

Closed DreamingLamb closed 1 year ago

DreamingLamb commented 1 year ago

What happened?

A mod (I'm not sure which, maybe Quark) changes Shulker Shells to be able to be used as a helmet, with this, Apotheosis then adds affixes to them when dropped by killing a Shulker. While this could be useful, it also mean that Shulker Shells with affixes are non-stackable.

Pack Version

Version: 1.13.2

To Reproduce

  1. Kill a bunch of Shulkers
  2. Witness the loss of inventory space

Are you using OptiFine, Rubidium, or Oculus?

Are you on a Server?

Relevant log output / crash report.

N/A

Anything else to add?

Fix:

Update '..\config\apotheosis\adventure.cfg' from line:38

# A list of type overrides for the affix loot system.  Format is <itemname>|chance|<type>.  Types are SWORD, TRIDENT, SHIELD, HEAVY_WEAPON, BREAKER, CROSSBOW, BOW [default: [minecraft:iron_sword|SWORD]]
S:"Equipment Type Overrides" <
    minecraft:iron_sword|SWORD
    minecraft:shulker_shell|NONE
 >
Gbergz commented 1 year ago

Fixing for next update. 👍