forked from mtcontrib/homedecor_modpack
		
	add craft recipe for globe
This commit is contained in:
		| @@ -3039,6 +3039,24 @@ minetest.register_craft({ | ||||
| 	}, | ||||
| }) | ||||
|  | ||||
| minetest.register_craft({ | ||||
| 	output = "homedecor:desk_globe", | ||||
| 	recipe = { | ||||
| 		{ "group:stick", "homedecor:plastic_sheeting", "dye:green" }, | ||||
| 		{ "group:stick", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }, | ||||
| 		{ "group:stick", "stairs:slab_wood", "dye:blue" } | ||||
| 	}, | ||||
| }) | ||||
|  | ||||
| minetest.register_craft({ | ||||
| 	output = "homedecor:desk_globe", | ||||
| 	recipe = { | ||||
| 		{ "group:stick", "homedecor:plastic_sheeting", "dye:green" }, | ||||
| 		{ "group:stick", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }, | ||||
| 		{ "group:stick", "stairs:slab_wood", "dye:blue" } | ||||
| 	}, | ||||
| }) | ||||
|  | ||||
| if (minetest.get_modpath("technic") and minetest.get_modpath("dye") and minetest.get_modpath("bees")) then | ||||
| 	technic.register_separating_recipe({ input = {"bees:wax 1"}, output = {"homedecor:oil_extract 2","dye:yellow 1"} }) | ||||
| end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user