mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-10-31 04:25:32 +01:00 
			
		
		
		
	Broomsticks are stackable by 1
This commit is contained in:
		| @@ -8,6 +8,7 @@ local privs = {} | ||||
| minetest.register_craftitem("broomstick:broomstick", { | ||||
| 	description = "Broomstick", | ||||
| 	inventory_image = "broomstick.png", | ||||
| 	stack_max = 1, | ||||
| 	on_use = function(itemstack, user, pointed_thing) | ||||
| 		local playername = user:get_player_name() | ||||
| 		if mana.get(playername) >= broomstick_mana then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user