forked from mtcontrib/darkage
changed reziep to aviod problems with moreblocks
This commit is contained in:
parent
0f03fe2dac
commit
f459607392
7
init.lua
7
init.lua
|
@ -410,10 +410,11 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'darkage:stone_brick 3',
|
||||
output = 'darkage:stone_brick 9',--changed bacause conflicts with moreblocks
|
||||
recipe = {
|
||||
{'default:cobble','default:cobble'},
|
||||
{'default:cobble','default:cobble'},
|
||||
{'default:cobble','default:cobble','default:cobble'},--changed bacause conflicts with moreblocks
|
||||
{'default:cobble','default:cobble','default:cobble'},--changed bacause conflicts with moreblocks
|
||||
{'default:cobble','default:cobble','default:cobble'},--changed bacause conflicts with moreblocks
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user