mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-26 11:15:22 +01:00
coloredwood is now in the "craft guide inventory"
remove every « not_in_creative_inventory=1 »
This commit is contained in:
2
mods/coloredwood/fence.lua
Executable file → Normal file
2
mods/coloredwood/fence.lua
Executable file → Normal file
@@ -8,7 +8,7 @@ local colored_block_description = "Wooden Fence"
|
||||
local neutral_block = "default:fence_wood"
|
||||
local colored_block_sunlight = "false"
|
||||
local colored_block_walkable = "true"
|
||||
local colored_block_groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=2, not_in_creative_inventory=1}
|
||||
local colored_block_groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=2}
|
||||
local colored_block_sound = "default.node_sound_wood_defaults()"
|
||||
|
||||
for shade = 1, 3 do
|
||||
|
||||
Reference in New Issue
Block a user