ThePython10110 / ExchangeClone

Equivalent Exchange/ProjectE for Minetest Game and MineClone2/Mineclonia
https://github.com/ThePython10110/ExchangeClone/wiki
GNU General Public License v3.0
3 stars 2 forks source link

[Bug] Gem of Eternal Density doesn't respect actual hotbar size #19

Closed programmerjake closed 7 months ago

programmerjake commented 7 months ago

Describe the bug Using dreambuilder_hotbar and other similar mods, you can set the hotbar to any size you please. Gem of Eternal Density has hardcoded values instead of using player:hud_get_hotbar_itemcount()

Expected behavior use player:hud_get_hotbar_itemcount() to get the correct hotbar size.

Game (e.g. Minetest Game) Minetest Game

ThePython10110 commented 7 months ago

Fixed.