mirror of
https://github.com/tacigar/maidroid.git
synced 2025-07-04 08:40:23 +02:00
[ADD] Add recipe
This commit is contained in:
13
maidroid_tool/crafting.lua
Normal file
13
maidroid_tool/crafting.lua
Normal file
@ -0,0 +1,13 @@
|
||||
------------------------------------------------------------
|
||||
-- Copyright (c) 2016 tacigar. All rights reserved.
|
||||
-- https://github.com/tacigar/maidroid
|
||||
------------------------------------------------------------
|
||||
|
||||
minetest.register_craft{
|
||||
output = "maidroid_tool:core_writer",
|
||||
recipe = {
|
||||
{"default:steel_ingot", "default:diamond", "default:steel_ingot"},
|
||||
{ "default:cobble", "default:steel_ingot", "default:cobble"},
|
||||
{ "default:cobble", "default:cobble", "default:cobble"},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user