mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2025-03-14 16:50:23 +01:00
last two crafts
This commit is contained in:
parent
7d119aa607
commit
e0e75af28d
@ -3,7 +3,7 @@ local materials = xcompat.materials
|
||||
minetest.register_craft({
|
||||
output = "home_workshop_misc:tool_cabinet",
|
||||
recipe = {
|
||||
{ "basic_materials:motor", "default:axe_steel", "default:pick_steel" },
|
||||
{ "basic_materials:motor", materials.axe_steel, materials.pick_steel },
|
||||
{ materials.steel_ingot, "home_workshop_misc:drawer_small", materials.steel_ingot },
|
||||
{ materials.steel_ingot, "home_workshop_misc:drawer_small", materials.steel_ingot }
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user