drop obsolete recipes

master
Milan 2019-01-12 12:06:46 +01:00
parent 2472b65e92
commit 876e8bc165
1 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ xdecor.register("lever_on", {
})
-- Recipes
--[[
minetest.register_craft({
output = "xdecor:pressure_stone_off",
type = "shapeless",
@ -131,11 +131,11 @@ minetest.register_craft({
type = "shapeless",
recipe = {"group:wood", "group:wood"}
})
]]
minetest.register_craft({
output = "xdecor:lever_off",
recipe = {
{"group:stick"},
{"group:stone"}
}
})
})