mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-11-22 17:35:41 +01:00
Compare commits
1 Commits
70b562c371
...
cf18cd43de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf18cd43de |
4
api.lua
4
api.lua
@@ -25,7 +25,7 @@ local use_cmi = minetest.global_exists("cmi")
|
||||
|
||||
mobs = {
|
||||
mod = "redo",
|
||||
version = "20230607",
|
||||
version = "20230609",
|
||||
intllib = S,
|
||||
invis = minetest.global_exists("invisibility") and invisibility or {}
|
||||
}
|
||||
@@ -1392,7 +1392,7 @@ function mob_class:breed()
|
||||
local pos = self.object:get_pos() ; if not pos then return end
|
||||
local ent = self.object:get_luaentity()
|
||||
|
||||
pos.y = pos.y + (ent.collisionbox[2] * -1) - 0.4
|
||||
pos.y = pos.y + (ent.collisionbox[2] * -1)
|
||||
|
||||
self.object:set_pos(pos)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user