mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-05 01:30:21 +01:00
Remove wood group
This commit is contained in:
parent
ed11bf3281
commit
c4fe467e6f
2
init.lua
2
init.lua
|
@ -813,7 +813,7 @@ else
|
|||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
sunlight_propagates = true,
|
||||
groups = {wood = 1, oddly_breakable_by_hand = 1, flammable = 3},
|
||||
groups = {oddly_breakable_by_hand = 1, flammable = 3},
|
||||
node_box = {
|
||||
type = "wallmounted",
|
||||
wall_top = {-0.4375, 0.4375, -0.3125, 0.4375, 0.5, 0.3125},
|
||||
|
|
Loading…
Reference in New Issue
Block a user