mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-11-04 13:05:31 +01:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			2019-06-02
			...
			2018-11-26
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					400113b8e4 | 
@@ -1541,7 +1541,7 @@ minetest.register_craft( {
 | 
				
			|||||||
    recipe = {
 | 
					    recipe = {
 | 
				
			||||||
		{ "default:steel_ingot", "default:steel_ingot", "basic_materials:ic" },
 | 
							{ "default:steel_ingot", "default:steel_ingot", "basic_materials:ic" },
 | 
				
			||||||
		{ "default:steel_ingot", "bucket:bucket_water", "default:steel_ingot" },
 | 
							{ "default:steel_ingot", "bucket:bucket_water", "default:steel_ingot" },
 | 
				
			||||||
		{ "default:steel_ingot", "technic:motor", "default:steel_ingot" }
 | 
							{ "default:steel_ingot", "basic_materials:motor", "default:steel_ingot" }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1558,7 +1558,7 @@ minetest.register_craft( {
 | 
				
			|||||||
    output = "homedecor:dryer",
 | 
					    output = "homedecor:dryer",
 | 
				
			||||||
    recipe = {
 | 
					    recipe = {
 | 
				
			||||||
		{ "default:steel_ingot", "default:steel_ingot", "basic_materials:ic" },
 | 
							{ "default:steel_ingot", "default:steel_ingot", "basic_materials:ic" },
 | 
				
			||||||
		{ "default:steel_ingot", "bucket:bucket_empty", "technic:motor" },
 | 
							{ "default:steel_ingot", "bucket:bucket_empty", "basic_materials:motor" },
 | 
				
			||||||
		{ "default:steel_ingot", "basic_materials:heating_element", "default:steel_ingot" }
 | 
							{ "default:steel_ingot", "basic_materials:heating_element", "default:steel_ingot" }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
@@ -1587,7 +1587,7 @@ minetest.register_craft( {
 | 
				
			|||||||
    output = "homedecor:dishwasher",
 | 
					    output = "homedecor:dishwasher",
 | 
				
			||||||
    recipe = {
 | 
					    recipe = {
 | 
				
			||||||
		{ "basic_materials:ic", "homedecor:fence_chainlink", "default:steel_ingot",  },
 | 
							{ "basic_materials:ic", "homedecor:fence_chainlink", "default:steel_ingot",  },
 | 
				
			||||||
		{ "default:steel_ingot", "homedecor:shower_head", "technic:motor" },
 | 
							{ "default:steel_ingot", "homedecor:shower_head", "basic_materials:motor" },
 | 
				
			||||||
		{ "default:steel_ingot", "basic_materials:heating_element", "bucket:bucket_water" }
 | 
							{ "default:steel_ingot", "basic_materials:heating_element", "bucket:bucket_water" }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
@@ -1888,8 +1888,8 @@ minetest.register_craft({
 | 
				
			|||||||
    output = "homedecor:air_conditioner",
 | 
					    output = "homedecor:air_conditioner",
 | 
				
			||||||
    recipe = {
 | 
					    recipe = {
 | 
				
			||||||
		{ "default:steel_ingot", "building_blocks:grate", "default:steel_ingot" },
 | 
							{ "default:steel_ingot", "building_blocks:grate", "default:steel_ingot" },
 | 
				
			||||||
		{ "default:steel_ingot", "technic:motor", "default:steel_ingot" },
 | 
							{ "default:steel_ingot", "basic_materials:motor", "default:steel_ingot" },
 | 
				
			||||||
		{ "default:steel_ingot", "technic:motor", "default:steel_ingot" },
 | 
							{ "default:steel_ingot", "basic_materials:motor", "default:steel_ingot" },
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1905,7 +1905,7 @@ minetest.register_craft({
 | 
				
			|||||||
minetest.register_craft({
 | 
					minetest.register_craft({
 | 
				
			||||||
    output = "homedecor:ceiling_fan",
 | 
					    output = "homedecor:ceiling_fan",
 | 
				
			||||||
    recipe = {
 | 
					    recipe = {
 | 
				
			||||||
		{ "technic:motor" },
 | 
							{ "basic_materials:motor" },
 | 
				
			||||||
		{ "homedecor:fan_blades" },
 | 
							{ "homedecor:fan_blades" },
 | 
				
			||||||
		{ "homedecor:glowlight_small_cube" }
 | 
							{ "homedecor:glowlight_small_cube" }
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -1989,7 +1989,7 @@ minetest.register_craft({
 | 
				
			|||||||
    output = "homedecor:dvd_player 2",
 | 
					    output = "homedecor:dvd_player 2",
 | 
				
			||||||
    recipe = {
 | 
					    recipe = {
 | 
				
			||||||
		{ "", "basic_materials:plastic_sheet", "" },
 | 
							{ "", "basic_materials:plastic_sheet", "" },
 | 
				
			||||||
		{ "default:obsidian_glass", "technic:motor", "technic:motor" },
 | 
							{ "default:obsidian_glass", "basic_materials:motor", "basic_materials:motor" },
 | 
				
			||||||
		{ "default:mese_crystal_fragment", "basic_materials:ic", "basic_materials:energy_crystal_simple" },
 | 
							{ "default:mese_crystal_fragment", "basic_materials:ic", "basic_materials:energy_crystal_simple" },
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user