mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-03 00:20:25 +02:00
* Replace minetestforfun_game by latest minetest_game stable (0.4.16) as a submodule.
- Customizations made by MFF are moved to other mods. This would permit next upgrades to be more easier. - Cherry trees moved to cherry_tree mod as a submodule maintained by sys4-fr. - Custom MFF beds, boats, buckets, liquid sources, fences, tools, meze and other nodes/craft definitions moved to nalc mod. - Move nyancat mod to mods folder because nyancats no longer exist in minetest_game. * Move colouredstonebricks mod as a submodule * Move farming redo mod as a submodule * Move h2omes mod as a submodule * Add missing mobs_dung and mese_dragon_inv textures * Move moreblocks mod as a submodule * Move moreores mod as a submodule * Move pipeworks mod as a submodule * Move player_physics mod as a submodule * Fix unified_inventory mod (depends.txt) * Remove definitively watershed mod that was never used in NALC
This commit is contained in:
@ -6,7 +6,7 @@ local cable_entry = "^technic_cable_connection_overlay.png"
|
||||
|
||||
minetest.register_craft({
|
||||
recipe = {
|
||||
{"default:mithrilblock", "pipeworks:filter", "default:mithrilblock"},
|
||||
{"moreores:mithril_block", "pipeworks:filter", "moreores:mithril_block"},
|
||||
{"technic:motor", "technic:quarry", "technic:diamond_drill_head"},
|
||||
{"technic:quarry", "technic:hv_cable", "technic:quarry"}},
|
||||
output = "nalc:superquarry",
|
||||
|
Reference in New Issue
Block a user