1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 06:30:18 +02:00

mob alias now transfers staticdata (thanks MoNTE48)

This commit is contained in:
TenPlus1
2020-01-23 09:27:27 +00:00
parent c5b74230e5
commit 92ab4eeb2e
2 changed files with 8 additions and 4 deletions

View File

@ -750,7 +750,7 @@ mobs:register_mob("mob_horse:horse", {
if inv:room_for_item("main", "mobs:saddle") then
inv:add_item("main", "mobs:saddle")
else
minetest.add_item(clicker.getpos(), "mobs:saddle")
minetest.add_item(clicker.get_pos(), "mobs:saddle")
end
-- attach player to horse