forked from mtcontrib/homedecor_modpack
		
	add recipe for towel rod with towel.
This commit is contained in:
		| @@ -1475,3 +1475,11 @@ minetest.register_craft({ | ||||
| 	replacements = { {"bucket:bucket_water", "bucket:bucket_empty"} } | ||||
| }) | ||||
|  | ||||
| minetest.register_craft({ | ||||
|     output = "homedecor:towel_rod", | ||||
|     recipe = { | ||||
| 		{ "default:wood", "default:stick", "default:wood" }, | ||||
| 		{ "", "building_blocks:terrycloth_towel", "" }, | ||||
|     }, | ||||
| }) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user