mirror of
https://github.com/minetest-mods/i3.git
synced 2024-12-26 19:00:39 +01:00
Tweak value
This commit is contained in:
parent
eefd2967b8
commit
1455b1ff05
2
init.lua
2
init.lua
@ -1748,7 +1748,7 @@ local function get_inventory_mode(player, fs, data, full_height)
|
||||
local name = player:get_player_name()
|
||||
|
||||
--fs("style[player_model;bgcolor=black]")
|
||||
fs(fmt("model", 0.2, 0.2, 4, 5.4, "player_model",
|
||||
fs(fmt("model", 0.2, 0.2, 4, 5.5, "player_model",
|
||||
props.mesh, concat(props.textures, ","), "0,-150", "false", "false", "0,80"))
|
||||
|
||||
local extras = __3darmor or __skinsdb
|
||||
|
Loading…
Reference in New Issue
Block a user