Skip to content

Commit

Permalink
doors: add groups to the door craftitem
Browse files Browse the repository at this point in the history
  • Loading branch information
cx384 authored and SmallJoker committed Mar 29, 2017
1 parent 7c42c41 commit b847888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/doors/init.lua
Expand Up @@ -254,6 +254,7 @@ function doors.register(name, def)
minetest.register_craftitem(":" .. name, {
description = def.description,
inventory_image = def.inventory_image,
groups = def.groups,

on_place = function(itemstack, placer, pointed_thing)
local pos
Expand Down

0 comments on commit b847888

Please sign in to comment.