forked from mtcontrib/homedecor_modpack
		
	alternate recipe for cutlery
This commit is contained in:
		| @@ -2477,3 +2477,11 @@ minetest.register_craft( { | |||||||
|         }, |         }, | ||||||
| }) | }) | ||||||
|  |  | ||||||
|  | minetest.register_craft( { | ||||||
|  |         output = "homedecor:cutlery_set", | ||||||
|  |         recipe = { | ||||||
|  | 			{ "", "vessels:drinking_glass", "" }, | ||||||
|  | 			{ "homedecor:steel_strip", "building_blocks:micro_marble_1", "homedecor:steel_strip" }, | ||||||
|  |         }, | ||||||
|  | }) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user