mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
parent
c547b4028a
commit
3765f61d06
@ -9,7 +9,7 @@ local neutral_block = "default:fence_wood"
|
|||||||
local colored_block_sunlight = "false"
|
local colored_block_sunlight = "false"
|
||||||
local colored_block_walkable = "true"
|
local colored_block_walkable = "true"
|
||||||
local colored_block_groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=2}
|
local colored_block_groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=2}
|
||||||
local colored_block_sound = "default.node_sound_wood_defaults()"
|
local colored_block_sound = default.node_sound_wood_defaults()
|
||||||
|
|
||||||
for shade = 1, 3 do
|
for shade = 1, 3 do
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ local neutral_block = "default:wood"
|
|||||||
local colored_block_sunlight = "false"
|
local colored_block_sunlight = "false"
|
||||||
local colored_block_walkable = "true"
|
local colored_block_walkable = "true"
|
||||||
local colored_block_groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=2}
|
local colored_block_groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=2}
|
||||||
local colored_block_sound = "default.node_sound_wood_defaults()"
|
local colored_block_sound = default.node_sound_wood_defaults()
|
||||||
|
|
||||||
-- Show the wood planks in the crafting guide:
|
-- Show the wood planks in the crafting guide:
|
||||||
-- Value copy the groups table to another one to pass to stairsplus:register_all()
|
-- Value copy the groups table to another one to pass to stairsplus:register_all()
|
||||||
|
Loading…
Reference in New Issue
Block a user