Remove bogus saddle recipe

This commit is contained in:
Wuzzy 2020-05-09 00:40:54 +02:00
parent 555d21263d
commit 0c96e512d7
1 changed files with 0 additions and 11 deletions

View File

@ -262,17 +262,6 @@ if c("saddle") then
})
end
if c("saddle") and c("lether") and c("string") and c("iron_ingot") then
minetest.register_craft({
output = "mobs_mc:saddle",
recipe = {
{"mobs:leather", "mobs:leather", "mobs:leather"},
{"farming:string", "", "farming:string"},
{"default:steel_ingot", "", "default:steel_ingot"}
},
})
end
-- Horse Armor
local horse_armor_use = S("Place it on a horse to put on the horse armor. Donkeys and mules can't wear horse armor.")
-- TODO: Balance the horse armor strength, compare with MC armor strength