Add missing textures, recipe, etc

master
BlockMen 2014-05-16 06:10:33 +02:00
parent 6b69a89756
commit c50e5991eb
6 changed files with 14 additions and 0 deletions

View File

@ -14,6 +14,13 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = 'default:conifer_wood 4',
recipe = {
{'default:conifer'},
}
})
minetest.register_craft({
output = 'default:stick 4',
recipe = {

View File

@ -241,6 +241,13 @@ minetest.register_node("default:junglewood", {
sounds = default.node_sound_wood_defaults(),
})
minetest.register_node("default:conifer_wood", {
description = "Conifer Planks",
tiles = {"default_wood_conifer.png"},
groups = {choppy=2,oddly_breakable_by_hand=2,flammable=3,wood=1},
sounds = default.node_sound_wood_defaults(),
})
minetest.register_node("default:jungleleaves", {
description = "Jungle Leaves",
drawtype = "allfaces_optional",

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 810 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B