Rezepte bearbeitet, nicht verwendete mods gelöscht, Höhlen schöner gemacht
This commit is contained in:
parent
cf017b2ca1
commit
11f0b9fb09
695 changed files with 3432 additions and 15035 deletions
|
@ -804,7 +804,7 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
if minetest.get_modpath("ethereal") then
|
||||
if x_farming.ethereal then
|
||||
minetest.register_craft({
|
||||
output = 'x_farming:rope',
|
||||
recipe = {
|
||||
|
@ -815,7 +815,7 @@ if minetest.get_modpath("ethereal") then
|
|||
})
|
||||
end
|
||||
|
||||
if minetest.get_modpath("farming") and farming.mod == "redo" then
|
||||
if x_farming.farming and farming.mod == "redo" then
|
||||
minetest.register_alias_force("farming:hemp_rope","x_farming:rope")
|
||||
minetest.register_craft({
|
||||
output = 'x_farming:rope',
|
||||
|
@ -954,7 +954,7 @@ minetest.register_craft({
|
|||
recipe = { 'group:food_rice', 'group:food_seaweed', 'group:fish' }
|
||||
})
|
||||
|
||||
if not(minetest.get_modpath("ethereal")) then
|
||||
if not x_farming.ethereal then
|
||||
|
||||
minetest.register_craft({
|
||||
type = 'shapeless',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue