mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-18 07:40:39 +02:00
Merge branch 'master' into nalc-1.2
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user