mirror of
				https://github.com/tacigar/maidroid.git
				synced 2025-10-31 11:15:22 +01:00 
			
		
		
		
	Fix item use bug
This commit is contained in:
		| @@ -263,9 +263,10 @@ function maidroid.register_egg(egg_name, def) | ||||
| 		inventory_image = def.inventory_image, | ||||
| 		stack_max       = 1, | ||||
|  | ||||
| 		on_use = function(item_stack, user, pointed_thing) | ||||
| 		on_use = function(itemstack, user, pointed_thing) | ||||
| 			if pointed_thing.above ~= nil and def.product_name ~= nil then | ||||
| 				minetest.add_entity(pointed_thing.above, def.product_name) | ||||
| 				itemstack:take_item() | ||||
| 				return itemstack | ||||
| 			end | ||||
| 			return nil | ||||
|   | ||||
		Reference in New Issue
	
	Block a user