forked from mtcontrib/plantlife_modpack
Fix two typos
This commit is contained in:
parent
156f068ead
commit
824a77672c
|
@ -67,7 +67,7 @@ minetest.register_node("cavestuff:desert_pebble_2",{
|
||||||
tiles = {"default_desert_stone.png"},
|
tiles = {"default_desert_stone.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
groups = {cracky=3, stone=1, not_in_creative__inventory=1},
|
groups = {cracky=3, stone=1, not_in_creative_inventory=1},
|
||||||
selection_box = cbox,
|
selection_box = cbox,
|
||||||
collision_box = cbox,
|
collision_box = cbox,
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
|
|
|
@ -35,7 +35,7 @@ minetest.register_craft({
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "trunks:twig_1 4",
|
output = "trunks:twig_1 4",
|
||||||
recipe = {{"bushes:bushbranches2a"}}
|
recipe = {{"bushes:bushbranches2"}}
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "trunks:twig_1 4",
|
output = "trunks:twig_1 4",
|
||||||
|
@ -130,4 +130,4 @@ minetest.register_craft({ -- twigs blocks --> twigs_roof_corner_2's
|
||||||
{"trunks:twigs", "" ,"trunks:twigs"},
|
{"trunks:twigs", "" ,"trunks:twigs"},
|
||||||
{ "" ,"trunks:twigs", "" },
|
{ "" ,"trunks:twigs", "" },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user