Skip to content
Snippets Groups Projects
Commit 7eb2c245 authored by Milan's avatar Milan
Browse files

drop recipe for itemframe again

parent 876e8bc1
No related branches found
No related tags found
No related merge requests found
......@@ -157,15 +157,4 @@ minetest.register_entity("xdecor:f_item", {
end
return ""
end
})
-- Recipes
--[[
minetest.register_craft({
output = "xdecor:itemframe",
recipe = {
{"group:stick", "group:stick", "group:stick"},
{"group:stick", "default:paper", "group:stick"},
{"group:stick", "group:stick", "group:stick"}
}
})]]
})
\ No newline at end of file
......@@ -121,7 +121,7 @@ minetest.register_craft({
{"default:obsidian", "default:obsidian", "default:obsidian"}
}
})
--[[
minetest.register_craft({
output = "xdecor:itemframe",
recipe = {
......@@ -130,7 +130,7 @@ minetest.register_craft({
{"group:stick", "group:stick", "group:stick"}
}
})
--]]
minetest.register_craft({
output = "xdecor:hammer",
recipe = {
......
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