Mon Sep 17 16:10:09 EEST 2018 Maintenance commit
This commit is contained in:
parent
1756ce7afd
commit
0cd26caf4c
@ -549,6 +549,8 @@ minetest.register_node("metal_melter:metal_caster", {
|
||||
tube = pipeworks,
|
||||
})
|
||||
|
||||
fluid_lib.register_node("metal_melter:metal_caster")
|
||||
|
||||
for i,v in pairs(metal_caster.casts) do
|
||||
metal_caster.register_cast(i, v)
|
||||
end
|
||||
|
@ -491,6 +491,9 @@ minetest.register_node("metal_melter:metal_melter_filled", {
|
||||
tube = pipeworks,
|
||||
})
|
||||
|
||||
fluid_lib.register_node("metal_melter:metal_melter")
|
||||
fluid_lib.register_node("metal_melter:metal_melter_filled")
|
||||
|
||||
-- Set a spec
|
||||
function metal_melter.set_spec(specname, value)
|
||||
metal_melter.spec[specname] = value
|
||||
|
@ -12,8 +12,11 @@ function part_builder.get_formspec()
|
||||
"image[4,1.5;1,1;gui_furnace_arrow_bg.png^[transformR270]"..
|
||||
"list[current_player;main;0,4.25;8,1;]"..
|
||||
"list[current_player;main;0,5.5;8,3;8]"..
|
||||
"listring[current_player;main]"..
|
||||
"listring[context;pattern]"..
|
||||
"listring[current_player;main]"..
|
||||
"listring[context;input]"..
|
||||
"listring[current_player;main]"..
|
||||
"listring[context;output]"..
|
||||
"listring[current_player;main]"..
|
||||
default.get_hotbar_bg(0, 4.25)
|
||||
|
@ -31,7 +31,9 @@ function pattern_table.get_formspec()
|
||||
"list[current_player;main;0,4.25;8,1;]"..
|
||||
"list[current_player;main;0,5.5;8,3;8]"..
|
||||
pattern_list..
|
||||
"listring[current_player;main]"..
|
||||
"listring[context;input]"..
|
||||
"listring[current_player;main]"..
|
||||
"listring[context;output]"..
|
||||
"listring[current_player;main]"..
|
||||
default.get_hotbar_bg(0, 4.25)
|
||||
|
@ -70,7 +70,9 @@ function tool_station.get_formspec(comp_list)
|
||||
"list[current_player;main;0,4.25;8,1;]"..
|
||||
"list[current_player;main;0,5.5;8,3;8]"..
|
||||
tool_list_cache..
|
||||
"listring[current_player;main]"..
|
||||
"listring[context;input]"..
|
||||
"listring[current_player;main]"..
|
||||
"listring[context;output]"..
|
||||
"listring[current_player;main]"..
|
||||
default.get_hotbar_bg(0, 4.25)
|
||||
|
Loading…
Reference in New Issue
Block a user