increase saddled horse stepheight to 1.2

This commit is contained in:
tenplus1 2023-10-09 07:21:14 +01:00
parent a97f7e04bb
commit cf4bf3df99
1 changed files with 1 additions and 1 deletions

View File

@ -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")