1
0
mirror of https://github.com/MinetestForFun/fishing.git synced 2025-07-22 18:10:27 +02:00

fix unknown flowers_plus node

better prize stuff check
fix indentation
This commit is contained in:
2015-12-21 17:10:47 +01:00
parent fe52e29d0e
commit ae9db8700d
8 changed files with 63 additions and 41 deletions

View File

@ -158,7 +158,7 @@ if minetest.get_modpath("flowers_plus") ~= nil then
minetest.register_craft({
type = "shapeless",
output = "fishing:sushi",
recipe = {"fishing:fish_cooked", "farming:seed_wheat", "flowers:seaweed" },
recipe = {"fishing:fish_cooked", "farming:seed_wheat", "flowers_plus:seaweed" },
})
end