mirror of
https://codeberg.org/tenplus1/mob_horse.git
synced 2025-07-22 18:10:29 +02:00
increase saddled horse stepheight to 1.2
This commit is contained in:
2
init.lua
2
init.lua
@ -156,7 +156,7 @@ mobs:register_mob("mob_horse:horse", {
|
||||
|
||||
self.saddle = true
|
||||
self.order = "stand"
|
||||
self.object:set_properties({stepheight = 1.1})
|
||||
self.object:set_properties({stepheight = 1.2})
|
||||
|
||||
-- take saddle from inventory
|
||||
inv:remove_item("main", "mobs:saddle")
|
||||
|
Reference in New Issue
Block a user