From 0ee41e0d8329787d8c0ae57d8d06ccecd5a6b402 Mon Sep 17 00:00:00 2001 From: tchncs Date: Wed, 29 Jun 2016 09:58:46 +0200 Subject: [PATCH] adjust farming_plus to farming and add it to depends.txt --- crafting.lua | 4 +--- depends.txt | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/crafting.lua b/crafting.lua index da938c8..63f0c2f 100644 --- a/crafting.lua +++ b/crafting.lua @@ -243,12 +243,10 @@ minetest.register_craft({ }, }) --- teleport portal recipe - minetest.register_craft({ output = 'teleport_potion:potion', recipe = { - {"mobs_slimes:lava_slime", "farming_plus:rhubarb_item", "mobs_slimes:green_slimeball"}, + {"mobs_slimes:lava_slime", "farming:rhubarb", "mobs_slimes:green_slimeball"}, {"", "mobs_sandworm:spice", ""}, {"", "default:mese_crystal", ""}, }, diff --git a/depends.txt b/depends.txt index 28d196b..815bb0d 100644 --- a/depends.txt +++ b/depends.txt @@ -1,5 +1,6 @@ default irc +farming ? darkage ? building_blocks ? teleport_potion ?