mirror of
https://github.com/minetest-mods/technic.git
synced 2025-01-03 03:07:36 +01:00
added a recipe for MESE sand tubes
This commit is contained in:
parent
acef4b1f63
commit
b3cf1ab693
@ -54,6 +54,13 @@ minetest.register_craft({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = 'pipeworks:mese_sand_tube_000000',
|
||||||
|
recipe = {
|
||||||
|
{'default:mese_crystal_fragment', 'pipeworks:sand_tube_000000', 'default:mese_crystal_fragment'},
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'pipeworks:teleport_tube_000000',
|
output = 'pipeworks:teleport_tube_000000',
|
||||||
recipe = {
|
recipe = {
|
||||||
|
Loading…
Reference in New Issue
Block a user