forked from mtcontrib/plantlife_modpack
Merge branch 'vines-typo' into 'master'
Fix typo in vines/init.lua See merge request VanessaE/plantlife_modpack!4
This commit is contained in:
commit
07b6fc48ea
@ -13,7 +13,7 @@ local S = plantlife_i18n.gettext
|
|||||||
minetest.register_craftitem("vines:vines", {
|
minetest.register_craftitem("vines:vines", {
|
||||||
description = S("Vines"),
|
description = S("Vines"),
|
||||||
inventory_image = "vines_item.png",
|
inventory_image = "vines_item.png",
|
||||||
group = {vines = 1, flammable = 2}
|
groups = {vines = 1, flammable = 2}
|
||||||
})
|
})
|
||||||
|
|
||||||
-- FUNCTIONS
|
-- FUNCTIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user