(lost during The Big Split)
This commit is contained in:
Vanessa Dannenberg 2019-05-25 01:10:29 -04:00
parent a9cfef8fba
commit c6ef999591
2 ha cambiato i file con 12 aggiunte e 0 eliminazioni

Vedi File

@ -143,7 +143,19 @@ homedecor.register("radiator", {
})
-- 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({
output = "homedecor:air_conditioner",

File binario non mostrato.

Dopo

Larghezza:  |  Altezza:  |  Dimensione: 372 B