default: drop papyrus->paper recipe as ugly workaround for moreblocks conflict
This commit is contained in:
parent
931b283a37
commit
c819aefe7a
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue