mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 15:20:37 +02:00
Rework some recipes to use more varied ingredients
This commit is contained in:
@ -8,9 +8,9 @@ local S = technic.getter
|
||||
minetest.register_craft({
|
||||
output = 'technic:tool_workshop',
|
||||
recipe = {
|
||||
{'group:wood', 'default:diamond', 'group:wood'},
|
||||
{'group:wood', 'technic:machine_casing', 'group:wood'},
|
||||
{'default:stone', 'technic:mv_cable0', 'default:stone'},
|
||||
{'group:wood', 'default:diamond', 'group:wood'},
|
||||
{'mesecons_pistons:piston_sticky_off', 'technic:machine_casing', 'technic:carbon_cloth'},
|
||||
{'default:obsidian', 'technic:mv_cable0', 'default:obsidian'},
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user