master
Victor Hackeridze 2012-04-05 15:48:52 +06:00
parent aed57084bc
commit 6020961e5b
3 changed files with 7 additions and 7 deletions

View File

@ -70,7 +70,7 @@ minetest.register_node("conifers:trunk", {
snappy = 2, snappy = 2,
choppy = 2, choppy = 2,
oddly_breakable_by_hand = 3 oddly_breakable_by_hand = 3
} },
stack_max = 128, stack_max = 128,
}) })
@ -98,7 +98,7 @@ minetest.register_node("conifers:trunk_reversed", {
snappy = 2, snappy = 2,
choppy = 2, choppy = 2,
oddly_breakable_by_hand = 3 oddly_breakable_by_hand = 3
} },
stack_max = 128, stack_max = 128,
}) })
@ -150,7 +150,7 @@ minetest.register_node("conifers:leaves_special", {
items = {'conifers:leaves_special'}, items = {'conifers:leaves_special'},
} }
} }
} },
stack_max = 128, stack_max = 128,
}) })
@ -166,7 +166,7 @@ minetest.register_node("conifers:sapling", {
groups = { groups = {
snappy = 2, snappy = 2,
dig_immediate = 3 dig_immediate = 3
} },
stack_max = 128, stack_max = 128,
}) })

View File

@ -5,7 +5,7 @@ minetest.register_node("lazurite:lazurite_ore", {
material = minetest.digprop_stonelike(1.2), material = minetest.digprop_stonelike(1.2),
groups = {cracky=3}, groups = {cracky=3},
sounds = default.node_sound_stone_defaults(), sounds = default.node_sound_stone_defaults(),
drop = "lazurite:lazurite 4" drop = "lazurite:lazurite 4",
stack_max = 128, stack_max = 128,
}) })
@ -22,7 +22,7 @@ minetest.register_node("lazurite:lazurite_block", {
minetest.register_craftitem("lazurite:lazurite", { minetest.register_craftitem("lazurite:lazurite", {
description = "Lazurite", description = "Lazurite",
image = "dye_blue.png", image = "dye_blue.png",
groups = {dye = 1} groups = {dye = 1},
stack_max = 128, stack_max = 128,
}) })

View File

@ -29,7 +29,7 @@ minetest.register_craft({
minetest.register_craftitem("moarcraft_rtmmp:char_coal", { minetest.register_craftitem("moarcraft_rtmmp:char_coal", {
description = "Char coal", description = "Char coal",
inventory_image = "default_coal_lump.png", inventory_image = "default_coal_lump.png",
groups = {coal = 1} groups = {coal = 1},
stack_max = 128, stack_max = 128,
}) })
minetest.register_craft({ minetest.register_craft({