amot-dev / endshards

A Minecraft Mod expanding the endgame with 3 new armor sets, a new dimension, and a new boss!
GNU General Public License v3.0
0 stars 0 forks source link

Deprecated endshards:ender_armor_cooldown missing from registry, but requested! #29

Closed amot-dev closed 2 years ago

amot-dev commented 2 years ago

No longer using ender_armor_cooldown as it was replaced with ender_cooldown.

Could not find any instances of ender_armor_cooldown in the project, and yet Minecraft spits out this warning.

amot-dev commented 2 years ago

Turns out this is due to fabric saving the orphaned registry entry and it's per world only. A newly created world would not have this issue!