mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-10-31 13:55:25 +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", { | ||||
| 	description = S("Vines"), | ||||
| 	inventory_image = "vines_item.png", | ||||
| 	group = {vines = 1, flammable = 2} | ||||
| 	groups = {vines = 1, flammable = 2} | ||||
| }) | ||||
|  | ||||
| -- FUNCTIONS | ||||
|   | ||||
		Reference in New Issue
	
	Block a user