Reduce stone_brick recipe output.

Otherwise, you would get 9 stone_brick out of (originally) 1 stone.
This commit is contained in:
Thomas S 2017-02-25 20:38:32 +00:00 committed by adrido
parent 66639b1d28
commit abb5239726
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ minetest.register_craft({
})
minetest.register_craft({
output = "darkage:stone_brick 9",
output = "darkage:stone_brick",
recipe = {
{"default:stone_block"},
}