Massive rework of creative inventory categories
This commit is contained in:
parent
1275af7903
commit
09b09b1c44
43 changed files with 281 additions and 202 deletions
|
@ -479,6 +479,8 @@ minetest.register_abm({
|
|||
minetest.register_craftitem("mcl_hoppers:hopper_item", {
|
||||
description = "Hopper",
|
||||
inventory_image = "mcl_hoppers_item.png",
|
||||
-- TODO: Move to redstone category
|
||||
groups = { deco_block = 1 },
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
local pos = pointed_thing.under
|
||||
local pos2 = pointed_thing.above
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue