Bug fixes, New Cow model

This commit is contained in:
ElCeejo 2022-10-21 15:53:00 -07:00
parent d21634af0e
commit 1bc8aa8e75
12 changed files with 117 additions and 110 deletions

View file

@ -573,6 +573,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
if fields.drp_font_scale then
animalia.libri_font_size[plyr_name] = fields.drp_font_scale
local page = libri_players[plyr_name]
if not page then return end
minetest.show_formspec(plyr_name, "animalia:libri_" .. page, get_page(page, meta, plyr_name))
end
if fields.quit or fields.key_enter then