Skip to content
Snippets Groups Projects
Commit 876e8bc1 authored by Milan's avatar Milan
Browse files

drop obsolete recipes

parent 2472b65e
No related branches found
No related tags found
No related merge requests found
......@@ -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"}
}
})
\ No newline at end of file
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment