Skip to content

Commit

Permalink
Spawn items a bit higher
Browse files Browse the repository at this point in the history
  • Loading branch information
NO411 committed Aug 1, 2022
1 parent 785fd9b commit 4f62bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local wait_time = 30 + 1
local timer = 0
local clock = 0
local timer_hud = {}
local item_pos = { x = 0, y = 0.5, z = 0 }
local item_pos = { x = 0, y = 1, z = 0 }
local mcl_core_mod = minetest.get_modpath("mcl_core")

local function set_ppos(player)
Expand Down

0 comments on commit 4f62bae

Please sign in to comment.