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

default: drop papyrus->paper recipe as ugly workaround for moreblocks conflict

parent 931b283a
No related branches found
No related tags found
No related merge requests found
Pipeline #897 failed
......@@ -587,14 +587,14 @@ minetest.register_craft({
{'default:brick'},
}
})
--[[
minetest.register_craft({
output = 'default:paper',
recipe = {
{'default:papyrus', 'default:papyrus', 'default:papyrus'},
}
})
]]
minetest.register_craft({
output = 'default:book',
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