mirror of
https://github.com/adrido/darkage.git
synced 2025-01-09 17:30:19 +01:00
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({
|
minetest.register_craft({
|
||||||
output = 'darkage:stone_brick 3',
|
output = 'darkage:stone_brick 9',--changed bacause conflicts with moreblocks
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:cobble','default:cobble'},
|
{'default:cobble','default:cobble','default:cobble'},--changed bacause conflicts with moreblocks
|
||||||
{'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
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user