default: drop papyrus->paper recipe as ugly workaround for moreblocks conflict
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user