1
0
의 미러 https://github.com/minetest-mods/technic.git synced 2025-09-16 12:45:35 +02:00

Revert "hv furnace"

This reverts commit d129ecd48a.
This commit is contained in:
Thomas Rudin
2018-11-09 11:10:07 +01:00
부모 4cf9439ffd
커밋 0c8d4f5e60
8개의 변경된 파일0개의 추가작업 그리고 14개의 파일을 삭제

파일 보기

@@ -1,13 +0,0 @@
-- HV Electric Furnace
minetest.register_craft({
output = 'technic:hv_electric_furnace',
recipe = {
{'technic:stainless_steel_ingot', 'technic:mv_electric_furnace', 'technic:stainless_steel_ingot'},
{'pipeworks:tube_1', 'technic:hv_transformer', 'pipeworks:tube_1'},
{'technic:stainless_steel_ingot', 'technic:hv_cable', 'technic:stainless_steel_ingot'},
}
})
technic.register_electric_furnace({tier="HV", upgrade=1, tube=1, demand={4000, 2000, 1000}, speed=8})

파일 보기

@@ -15,5 +15,4 @@ dofile(path.."/generator.lua")
-- Machines
dofile(path.."/quarry.lua")
dofile(path.."/forcefield.lua")
dofile(path.."/electric_furnace.lua")

Binary file not shown.

Before

Width:  |  Height:  |  크기: 427 B

Binary file not shown.

Before

Width:  |  Height:  |  크기: 555 B

Binary file not shown.

Before

Width:  |  Height:  |  크기: 536 B

Binary file not shown.

Before

Width:  |  Height:  |  크기: 421 B

Binary file not shown.

Before

Width:  |  Height:  |  크기: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  크기: 1.7 KiB