mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-23 00:20:17 +01:00
re-add fan blades
(lost during The Big Split)
This commit is contained in:
parent
a9cfef8fba
commit
c6ef999591
@ -143,7 +143,19 @@ homedecor.register("radiator", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
-- crafting
|
-- crafting
|
||||||
|
minetest.register_craftitem(":homedecor:fan_blades", {
|
||||||
|
description = S("Fan blades"),
|
||||||
|
inventory_image = "homedecor_fan_blades.png"
|
||||||
|
})
|
||||||
|
|
||||||
|
minetest.register_craft( {
|
||||||
|
output = "homedecor:fan_blades 2",
|
||||||
|
recipe = {
|
||||||
|
{ "", "basic_materials:plastic_sheet", "" },
|
||||||
|
{ "", "default:steel_ingot", "" },
|
||||||
|
{ "basic_materials:plastic_sheet", "", "basic_materials:plastic_sheet" }
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "homedecor:air_conditioner",
|
output = "homedecor:air_conditioner",
|
||||||
|
BIN
homedecor_climate_control/textures/homedecor_fan_blades.png
Normal file
BIN
homedecor_climate_control/textures/homedecor_fan_blades.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 372 B |
Loading…
Reference in New Issue
Block a user