mirror of
https://github.com/adrido/darkage.git
synced 2025-03-20 11:10:24 +01:00
Reduce stone_brick recipe output.
Otherwise, you would get 9 stone_brick out of (originally) 1 stone.
This commit is contained in:
parent
66639b1d28
commit
abb5239726
2
init.lua
2
init.lua
@ -271,7 +271,7 @@ minetest.register_craft({
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "darkage:stone_brick 9",
|
||||
output = "darkage:stone_brick",
|
||||
recipe = {
|
||||
{"default:stone_block"},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user