Remove some things from craft guide

master
CraigyDavi 2014-09-03 12:06:17 +01:00
parent 394489b80b
commit 382c8eb51d
6 changed files with 51 additions and 51 deletions

View File

@ -63,7 +63,7 @@ for number = 1, 15 do
stairsplus:register_all("colouredstonebricks", colour2, "colouredstonebricks:"..colour2, {
description = colour.." Stone Brick",
tiles = {"colouredstonebricks_"..colour2..".png"},
groups = {cracky=3},
groups = {cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
sounds = default.node_sound_defaults(),
sunlight_propagates = true,
})

View File

@ -107,49 +107,49 @@ function darkage.register_stairs(modname, item, groups, images, description)
end
darkage.register_stairs("darkage","basalt_cobble",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_basalt_cobble.png"},
"Basalt Cobble"
)
darkage.register_stairs("darkage","slate_tile",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_slate_tile.png"},
"Slate Tile"
)
darkage.register_stairs("darkage","straw",
{snappy=3, flammable=2},
{snappy=3, flammable=2, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_straw.png"},
"Straw"
)
darkage.register_stairs("darkage","stone_brick",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_stone_brick.png"},
"Stone Brick"
)
darkage.register_stairs("darkage","marble",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_marble.png"},
"Marble"
)
darkage.register_stairs("darkage","marble_tile",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_marble_tile.png"},
"Marble Tile"
)
darkage.register_stairs("darkage","ors_cobble",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_ors_cobble.png"},
"Old Red Sandstone"
)
darkage.register_stairs("darkage","serpentine",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_serpentine.png"},
"Serpentine"
)

View File

@ -13,61 +13,61 @@ function darkage.register_stairs(modname, subname, groups, images, desc)
register_micro(modname, subname, recipeitem, groups, images, desc_micro, drop)
end
darkage.register_stairs("darkage","basalt_cobble",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_basalt_cobble.png"},
"Basalt Cobble"
)
darkage.register_stairs("darkage","slate_tile",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_slate_tile.png"},
"Slate Tile"
)
darkage.register_stairs("darkage","straw",
{snappy=3, flammable=2},
{snappy=3, flammable=2, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_straw.png"},
"Straw"
)
darkage.register_stairs("darkage","stone_brick",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_stone_brick.png"},
"Stone Brick"
)
darkage.register_stairs("darkage","ors_cobble",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_ors_cobble.png"},
"Old Red Sandstone"
)
darkage.register_stairs("darkage","slate_cobble",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_slate_cobble.png"},
"Slate Cobble"
)
darkage.register_stairs("darkage","marble",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_marble.png"},
"Marble"
)
darkage.register_stairs("darkage","marble_tile",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_marble_tile.png"},
"Marble Tile"
)
darkage.register_stairs("darkage","gneiss_cobble",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_gneiss_cobble.png"},
"Gneiss Cobble"
)
darkage.register_stairs("darkage","serpentine",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"darkage_serpentine.png"},
"Serpentine"
)

View File

@ -226,7 +226,7 @@ if minetest.get_modpath("moreblocks") then
"gloopblocks_oerkkiblock_sides.png",
"gloopblocks_oerkkiblock_front.png"
},
groups = {cracky=2, not_in_creative_inventory=1},
groups = {cracky=2, not_in_creative_inventory=1, not_in_craft_guide=1},
sounds = default.node_sound_stone_defaults(),
sunlight_propagates = true,
})
@ -234,7 +234,7 @@ if minetest.get_modpath("moreblocks") then
stairsplus:register_all("gloopblocks", "mossy_stone_brick", "gloopblocks:stone_brick_mossy", {
description = "Mossy Stone Brick",
tiles = {"gloopblocks_stone_brick_mossy.png"},
groups = {cracky=1, not_in_creative_inventory=1},
groups = {cracky=1, not_in_creative_inventory=1, not_in_craft_guide=1},
sounds = default.node_sound_stone_defaults(),
sunlight_propagates = true,
})
@ -242,7 +242,7 @@ if minetest.get_modpath("moreblocks") then
stairsplus:register_all("gloopblocks", "stone_mossy", "gloopblocks:stone_mossy", {
description = "Mossy Stone",
tiles = {"gloopblocks_stone_mossy.png"},
groups = {cracky=1, not_in_creative_inventory=1},
groups = {cracky=1, not_in_creative_inventory=1, not_in_craft_guide=1},
sounds = default.node_sound_stone_defaults(),
sunlight_propagates = true,
})
@ -250,7 +250,7 @@ if minetest.get_modpath("moreblocks") then
stairsplus:register_all("gloopblocks", "cobble_road", "gloopblocks:cobble_road", {
description = "Cobblestone Roadbed",
tiles = {"gloopblocks_cobble_road.png"},
groups = {cracky=3, stone=1, not_in_creative_inventory=1},
groups = {cracky=3, stone=1, not_in_creative_inventory=1, not_in_craft_guide=1},
sounds = default.node_sound_stone_defaults(),
sunlight_propagates = true,
})
@ -258,7 +258,7 @@ if minetest.get_modpath("moreblocks") then
stairsplus:register_all("gloopblocks", "cobble_road_mossy", "gloopblocks:cobble_road_mossy", {
description = "Mossy Cobblestone Roadbed",
tiles = {"gloopblocks_cobble_road_mossy.png"},
groups = {cracky=3, stone=1, not_in_creative_inventory=1},
groups = {cracky=3, stone=1, not_in_creative_inventory=1, not_in_craft_guide=1},
sounds = default.node_sound_stone_defaults(),
sunlight_propagates = true,
})
@ -266,7 +266,7 @@ if minetest.get_modpath("moreblocks") then
stairsplus:register_all("gloopblocks", "cement", "gloopblocks:cement", {
description = "Cement",
tiles = {"gloopblocks_cement.png"},
groups = {cracky=2, not_in_creative_inventory=1},
groups = {cracky=2, not_in_creative_inventory=1, not_in_craft_guide=1},
sounds = default.node_sound_stone_defaults(),
sunlight_propagates = true,
})
@ -274,7 +274,7 @@ if minetest.get_modpath("moreblocks") then
stairsplus:register_all("gloopblocks", "pavement", "gloopblocks:pavement", {
description = "Pavement",
tiles = {"gloopblocks_pavement.png"},
groups = {cracky=2, not_in_creative_inventory=1},
groups = {cracky=2, not_in_creative_inventory=1, not_in_craft_guide=1},
sounds = default.node_sound_stone_defaults(),
sunlight_propagates = true,
})
@ -282,7 +282,7 @@ if minetest.get_modpath("moreblocks") then
stairsplus:register_all("gloopblocks", "rainbow_block", "gloopblocks:rainbow_block", {
description = "Rainbow Block",
tiles = {"gloopblocks_rainbow_block.png"},
groups = {cracky=3, not_in_creative_inventory=1},
groups = {cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
sounds = default.node_sound_defaults(),
sunlight_propagates = true,
})
@ -290,7 +290,7 @@ if minetest.get_modpath("moreblocks") then
stairsplus:register_all("gloopblocks", "evil_block", "gloopblocks:evil_block", {
description = "Evil Block",
tiles = {"gloopblocks_evil_block.png"},
groups = {cracky=3, not_in_creative_inventory=1},
groups = {cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
sounds = default.node_sound_defaults(),
light_source = 5,
sunlight_propagates = true,
@ -319,7 +319,7 @@ if minetest.get_modpath("moreblocks") then
local colordesc = colorlist[i][2]
register_stair_slab_panel_micro( "wool", color, "wool:"..color,
{ snappy=2, choppy=2, oddly_breakable_by_hand=3, flammable=3, wool=1, not_in_creative_inventory=1 },
{ snappy=2, choppy=2, oddly_breakable_by_hand=3, flammable=3, wool=1, not_in_creative_inventory=1, not_in_craft_guide=1 },
{ "wool_"..color..".png" },
S(colordesc.." Wool"),
color,

View File

@ -213,77 +213,77 @@ function stairs.register_stair_and_slab(subname, recipeitem, groups, images, des
end
stairs.register_stair_and_slab("wood", "default:wood",
{snappy=2,choppy=2,oddly_breakable_by_hand=2,flammable=3},
{snappy=2,choppy=2,oddly_breakable_by_hand=2,flammable=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"default_wood.png"},
"Wooden Stair",
"Wooden Slab",
default.node_sound_wood_defaults())
stairs.register_stair_and_slab("stone", "default:stone",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"default_stone.png"},
"Stone Stair",
"Stone Slab",
default.node_sound_stone_defaults())
stairs.register_stair_and_slab("cobble", "default:cobble",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"default_cobble.png"},
"Cobblestone Stair",
"Cobblestone Slab",
default.node_sound_stone_defaults())
stairs.register_stair_and_slab("desert_stone", "default:desert_stone",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"default_desert_stone.png"},
"Desertstone Stair",
"Desertstone Slab",
default.node_sound_stone_defaults())
stairs.register_stair_and_slab("desert_cobble", "default:desert_cobble",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"default_desert_cobble.png"},
"Desert Cobblestone Stair",
"Desert Cobblestone Slab",
default.node_sound_stone_defaults())
stairs.register_stair_and_slab("desert_stonebrick", "default:desert_stonebrick",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"default_desert_stone_brick.png"},
"Desert Stone Brick Stair",
"Desert Stone Brick Slab",
default.node_sound_stone_defaults())
stairs.register_stair_and_slab("brick", "default:brick",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"default_brick.png"},
"Brick Stair",
"Brick Slab",
default.node_sound_stone_defaults())
stairs.register_stair_and_slab("sandstone", "default:sandstone",
{crumbly=2,cracky=2},
{crumbly=2,cracky=2, not_in_creative_inventory=1, not_in_craft_guide=1},
{"default_sandstone.png"},
"Sandstone Stair",
"Sandstone Slab",
default.node_sound_stone_defaults())
stairs.register_stair_and_slab("sandstonebrick", "default:sandstonebrick",
{crumbly=2,cracky=2},
{crumbly=2,cracky=2, not_in_creative_inventory=1, not_in_craft_guide=1},
{"default_sandstone_brick.png"},
"Sandstone Brick Stair",
"Sandstone Brick Slab",
default.node_sound_stone_defaults())
stairs.register_stair_and_slab("junglewood", "default:junglewood",
{snappy=2,choppy=2,oddly_breakable_by_hand=2,flammable=3},
{snappy=2,choppy=2,oddly_breakable_by_hand=2,flammable=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"default_junglewood.png"},
"Junglewood Stair",
"Junglewood Slab",
default.node_sound_wood_defaults())
stairs.register_stair_and_slab("stonebrick", "default:stonebrick",
{cracky=3},
{cracky=3, not_in_creative_inventory=1, not_in_craft_guide=1},
{"default_stone_brick.png"},
"Stone Brick Stair",
"Stone Brick Slab",

View File

@ -47,7 +47,7 @@ end
minetest.register_craftitem(":dye:lime", {
description = S("Lime Dye"),
inventory_image = "unifieddyes_lime.png",
groups = { dye=1, excolor_lime=1, unicolor_lime=1, not_in_creative_inventory=1 }
groups = { dye=1, excolor_lime=1, unicolor_lime=1, not_in_creative_inventory=1, not_in_craft_guide=1 }
})
minetest.register_craft( {
@ -64,7 +64,7 @@ minetest.register_craft( {
minetest.register_craftitem(":dye:aqua", {
description = S("Aqua Dye"),
inventory_image = "unifieddyes_aqua.png",
groups = { dye=1, excolor_aqua=1, unicolor_aqua=1, not_in_creative_inventory=1 }
groups = { dye=1, excolor_aqua=1, unicolor_aqua=1, not_in_creative_inventory=1, not_in_craft_guide=1 }
})
minetest.register_craft( {
@ -81,7 +81,7 @@ minetest.register_craft( {
minetest.register_craftitem(":dye:skyblue", {
description = S("Sky-blue Dye"),
inventory_image = "unifieddyes_skyblue.png",
groups = { dye=1, excolor_sky_blue=1, unicolor_sky_blue=1, not_in_creative_inventory=1 }
groups = { dye=1, excolor_sky_blue=1, unicolor_sky_blue=1, not_in_creative_inventory=1, not_in_craft_guide=1 }
})
minetest.register_craft( {
@ -98,7 +98,7 @@ minetest.register_craft( {
minetest.register_craftitem(":dye:redviolet", {
description = S("Red-violet Dye"),
inventory_image = "unifieddyes_redviolet.png",
groups = { dye=1, excolor_red_violet=1, unicolor_red_violet=1, not_in_creative_inventory=1 }
groups = { dye=1, excolor_red_violet=1, unicolor_red_violet=1, not_in_creative_inventory=1, not_in_craft_guide=1 }
})
minetest.register_craft( {
@ -116,7 +116,7 @@ minetest.register_craft( {
minetest.register_craftitem(":dye:light_grey", {
description = S("Light Grey Dye"),
inventory_image = "unifieddyes_lightgrey.png",
groups = { dye=1, excolor_lightgrey=1, unicolor_light_grey=1, not_in_creative_inventory=1 }
groups = { dye=1, excolor_lightgrey=1, unicolor_light_grey=1, not_in_creative_inventory=1, not_in_craft_guide=1 }
})
minetest.register_craft( {
@ -323,40 +323,40 @@ for i = 1, 12 do
minetest.register_craftitem("unifieddyes:dark_" .. hue .. "_s50", {
description = S("Dark " .. hue2 .. " Dye (low saturation)"),
inventory_image = "unifieddyes_dark_" .. hue .. "_s50.png",
groups = { dye=1, ["unicolor_dark_"..hue.."_s50"]=1, not_in_creative_inventory=1 }
groups = { dye=1, ["unicolor_dark_"..hue.."_s50"]=1, not_in_creative_inventory=1, not_in_craft_guide=1 }
})
if hue ~= "green" then
minetest.register_craftitem("unifieddyes:dark_" .. hue, {
description = S("Dark " .. hue2 .. " Dye"),
inventory_image = "unifieddyes_dark_" .. hue .. ".png",
groups = { dye=1, ["unicolor_dark_"..hue]=1, not_in_creative_inventory=1 }
groups = { dye=1, ["unicolor_dark_"..hue]=1, not_in_creative_inventory=1, not_in_craft_guide=1 }
})
end
minetest.register_craftitem("unifieddyes:medium_" .. hue .. "_s50", {
description = S("Medium " .. hue2 .. " Dye (low saturation)"),
inventory_image = "unifieddyes_medium_" .. hue .. "_s50.png",
groups = { dye=1, ["unicolor_medium_"..hue.."_s50"]=1, not_in_creative_inventory=1 }
groups = { dye=1, ["unicolor_medium_"..hue.."_s50"]=1, not_in_creative_inventory=1, not_in_craft_guide=1 }
})
minetest.register_craftitem("unifieddyes:medium_" .. hue, {
description = S("Medium " .. hue2 .. " Dye"),
inventory_image = "unifieddyes_medium_" .. hue .. ".png",
groups = { dye=1, ["unicolor_medium_"..hue]=1, not_in_creative_inventory=1 }
groups = { dye=1, ["unicolor_medium_"..hue]=1, not_in_creative_inventory=1, not_in_craft_guide=1 }
})
minetest.register_craftitem("unifieddyes:" .. hue .. "_s50", {
description = S(hue2 .. " Dye (low saturation)"),
inventory_image = "unifieddyes_" .. hue .. "_s50.png",
groups = { dye=1, ["unicolor_"..hue.."_s50"]=1, not_in_creative_inventory=1 }
groups = { dye=1, ["unicolor_"..hue.."_s50"]=1, not_in_creative_inventory=1, not_in_craft_guide=1 }
})
if hue ~= "red" then
minetest.register_craftitem("unifieddyes:light_" .. hue, {
description = S("Light " .. hue2 .. " Dye"),
inventory_image = "unifieddyes_light_" .. hue .. ".png",
groups = { dye=1, ["unicolor_light_"..hue]=1, not_in_creative_inventory=1 }
groups = { dye=1, ["unicolor_light_"..hue]=1, not_in_creative_inventory=1, not_in_craft_guide=1 }
})
end
minetest.register_alias("unifieddyes:"..hue, "dye:"..hue)