Minecraft-like flammability blocks
This commit is contained in:
parent
f2798ac11e
commit
05b0978cd5
11 changed files with 51 additions and 51 deletions
|
@ -77,7 +77,7 @@ minetest.register_node("mcl_jukebox:jukebox", {
|
|||
description = "Jukebox",
|
||||
tiles = {"mcl_jukebox_top.png", "mcl_jukebox_side.png", "mcl_jukebox_side.png"},
|
||||
sounds = mcl_core.node_sound_wood_defaults(),
|
||||
groups = {oddly_breakable_by_hand=1, flammable=1, choppy=3, deco_block=1},
|
||||
groups = {oddly_breakable_by_hand=1, choppy=3, deco_block=1},
|
||||
on_construct = function(pos)
|
||||
local meta = minetest.get_meta(pos)
|
||||
local inv = meta:get_inventory()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue