mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-10-31 05:45:24 +01:00 
			
		
		
		
	Fix typo in vines/init.lua
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