mirror of
https://github.com/MinetestForFun/fishing.git
synced 2025-07-21 09:32:37 +02:00
Remove seed_wheat craft
This commit is contained in:
@ -101,15 +101,6 @@ if minetest.get_modpath("mobs_fish") ~= nil then
|
|||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
-----------------------------------------------------------------------------------------------
|
|
||||||
-- Wheat Seed
|
|
||||||
-----------------------------------------------------------------------------------------------
|
|
||||||
minetest.register_craft({
|
|
||||||
type = "shapeless",
|
|
||||||
output = "farming:seed_wheat",
|
|
||||||
recipe = {"farming:wheat"},
|
|
||||||
})
|
|
||||||
|
|
||||||
-----------------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------------
|
||||||
-- Sushi
|
-- Sushi
|
||||||
-----------------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user