mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-19 16:25:47 +01:00
coloredwood is now in the "craft guide inventory"
remove every « not_in_creative_inventory=1 »
This commit is contained in:
8
mods/coloredwood/stick.lua
Executable file → Normal file
8
mods/coloredwood/stick.lua
Executable file → Normal file
@@ -41,13 +41,13 @@ for shade = 1, 3 do
|
||||
minetest.register_craftitem(colorname, {
|
||||
description = itemdesc,
|
||||
inventory_image = pngname,
|
||||
groups = { coloredsticks=1, not_in_creative_inventory=1 }
|
||||
groups = { coloredsticks=1}
|
||||
})
|
||||
|
||||
minetest.register_craftitem(s50colorname, {
|
||||
description = s50itemdesc,
|
||||
inventory_image = s50pngname,
|
||||
groups = { coloredsticks=1, not_in_creative_inventory=1 }
|
||||
groups = { coloredsticks=1}
|
||||
})
|
||||
|
||||
minetest.register_craft( {
|
||||
@@ -82,7 +82,7 @@ for hue = 1, 12 do
|
||||
minetest.register_craftitem(colorname, {
|
||||
description = itemdesc,
|
||||
inventory_image = pngname,
|
||||
groups = { coloredsticks=1, not_in_creative_inventory=1 }
|
||||
groups = { coloredsticks=1}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
@@ -121,7 +121,7 @@ for grey = 1,5 do
|
||||
minetest.register_craftitem(greyshadename, {
|
||||
description = itemdesc,
|
||||
inventory_image = pngname,
|
||||
groups = { coloredsticks=1, not_in_creative_inventory=1 }
|
||||
groups = { coloredsticks=1}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
||||
Reference in New Issue
Block a user