forked from luanti-org/minetest_game
		
	Player_api: Integrate settable player collisionbox
This commit is contained in:
		| @@ -13,6 +13,7 @@ player_api.register_model("character.b3d", { | ||||
| 		walk_mine = { x=200, y=219, }, | ||||
| 		sit       = { x= 81, y=160, }, | ||||
| 	}, | ||||
| 	collisionbox = {-0.3, 0.0, -0.3, 0.3, 1.77, 0.3}, | ||||
| }) | ||||
|  | ||||
| -- Update appearance when the player joins | ||||
|   | ||||
		Reference in New Issue
	
	Block a user