mirror of
https://github.com/minetest-mods/global_exchange.git
synced 2025-07-04 00:30:23 +02:00
Craft recipe update
This commit is contained in:
10
atm.lua
10
atm.lua
@ -204,3 +204,13 @@ minetest.register_node("global_exchange:atm", {
|
||||
minetest.show_formspec(p_name, atm_form, main_menu)
|
||||
end,
|
||||
})
|
||||
|
||||
|
||||
minetest.register_craft( {
|
||||
output = "global_exchange:atm",
|
||||
recipe = {
|
||||
{ "default:stone", "default:stone", "default:stone" },
|
||||
{ "default:stone", "default:gold_ingot", "default:stone" },
|
||||
{ "default:stone", "default:stone", "default:stone" },
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user