1
0
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:
Ombridride
2014-11-15 01:42:06 +01:00
parent 559003a494
commit bd50c46fc2
275 changed files with 6 additions and 6 deletions

2
mods/coloredwood/fence.lua Executable file → Normal file
View 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