Stack max 1 on a lucky hairball.

master
James Stevenson 2019-01-17 02:23:30 -05:00
parent 098c1818a8
commit de9e769972
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ local hairball_items = {
minetest.register_craftitem("mobs:hairball", {
description = S("Lucky Hairball"),
inventory_image = "farming_string.png^(farming_string.png^[transformFYR90)",
stack_max = 1,
on_use = function(itemstack, user, pointed_thing)
local pos = user:get_pos()
local dir = user:get_look_dir()