forked from luanti-org/minetest_game
		
	Player API: Set eye height property for new player model
Correct the collisionbox height.
This commit is contained in:
		| @@ -15,6 +15,7 @@ player_api.register_model("character.b3d", { | ||||
| 	}, | ||||
| 	collisionbox = {-0.3, 0.0, -0.3, 0.3, 1.7, 0.3}, | ||||
| 	stepheight = 0.6, | ||||
| 	eye_height = 1.47, | ||||
| }) | ||||
|  | ||||
| -- Update appearance when the player joins | ||||
|   | ||||
		Reference in New Issue
	
	Block a user