mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-10-31 05:45:24 +01:00 
			
		
		
		
	minor typo in basket recipe
This commit is contained in:
		| @@ -1,7 +1,7 @@ | |||||||
| -- Basket | -- Basket | ||||||
|  |  | ||||||
| minetest.register_craft({ | minetest.register_craft({ | ||||||
|     output = ":bushes:basket_empty", |     output = "bushes:basket_empty", | ||||||
|     recipe = { |     recipe = { | ||||||
| 	{ "default:stick", "default:stick", "default:stick" }, | 	{ "default:stick", "default:stick", "default:stick" }, | ||||||
| 	{ "", "default:stick", "" }, | 	{ "", "default:stick", "" }, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user