Minecraft-like flammability blocks
This commit is contained in:
parent
f2798ac11e
commit
05b0978cd5
11 changed files with 51 additions and 51 deletions
|
@ -164,7 +164,7 @@ minetest.register_node("crafting:workbench", {
|
|||
"crafting_workbench_side.png", "crafting_workbench_front.png", "crafting_workbench_front.png"},
|
||||
paramtype2 = "facedir",
|
||||
paramtype = "light",
|
||||
groups = {choppy=2,oddly_breakable_by_hand=2,flammable=2,deco_block=1},
|
||||
groups = {choppy=2,oddly_breakable_by_hand=2,deco_block=1},
|
||||
on_rightclick = function(pos, node, clicker, itemstack)
|
||||
set_workbench(clicker)
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue