MercuriusXeno / Goo

A Minecraft mod about Goo, and making stuff with it.
MIT License
7 stars 3 forks source link

Bulbs not taking enchantments after placement #101

Closed MercuriusXeno closed 3 years ago

MercuriusXeno commented 3 years ago

The way bulbs track their enchantments is hot, hot garbage.

The item is checking on tick for discrepancies in the enchantment, which is a war crime.

It's also just dumb.

Skyboy has a suggestion to make this less dumb. Need to fix it because it's broken, but need it to be not dumb also.

MercuriusXeno commented 3 years ago

Skyboy seems to have inadvertently fixed this in our latest with some cleanup during a refactor, we take those.