mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-07-20 22:33:59 -04:00
Bug fixes, New Cow model
This commit is contained in:
parent
d21634af0e
commit
1bc8aa8e75
12 changed files with 117 additions and 110 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue