Remove seed_wheat craft

This commit is contained in:
Sys Quatre 2020-07-13 14:24:06 +02:00
parent 2a8650bc4b
commit 79ee74ceb4
1 changed files with 0 additions and 9 deletions

View File

@ -101,15 +101,6 @@ if minetest.get_modpath("mobs_fish") ~= nil then
})
end
-----------------------------------------------------------------------------------------------
-- Wheat Seed
-----------------------------------------------------------------------------------------------
minetest.register_craft({
type = "shapeless",
output = "farming:seed_wheat",
recipe = {"farming:wheat"},
})
-----------------------------------------------------------------------------------------------
-- Sushi
-----------------------------------------------------------------------------------------------