mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
fix typo
This commit is contained in:
parent
8b111febd3
commit
2d35e19932
@ -644,7 +644,7 @@ columnia.register_column_ia("wood", "default:wood",
|
||||
default.node_sound_wood_defaults())
|
||||
|
||||
columnia.register_column_ia("tree", "default:tree",
|
||||
{choppy = 2, oddly_breakable_by_hande = 1, flammable = 2},
|
||||
{choppy = 2, oddly_breakable_by_hand = 1, flammable = 2},
|
||||
{"default_tree.png"},
|
||||
"Tree Column",
|
||||
"Tree Column Top",
|
||||
|
@ -105,7 +105,7 @@ minetest.register_node("mobs:pumpking_spawner", {
|
||||
"farming_pumpkin_face_on.png"
|
||||
},
|
||||
is_ground_content = false,
|
||||
groups = {unbkreakable = 1, mob_spawner=1},
|
||||
groups = {unbreakable = 1, mob_spawner=1},
|
||||
sounds = default.node_sound_stone_defaults({
|
||||
dug = {name="mobs_king", gain=0.25}
|
||||
})
|
||||
|
@ -64,7 +64,7 @@ minetest.register_node("cavestuff:desert_pebble_2",{
|
||||
tiles = {"default_desert_stone.png"},
|
||||
paramtype = "light",
|
||||
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,
|
||||
collision_box = cbox,
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
|
Loading…
Reference in New Issue
Block a user