Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Give 4 obsidianbrick for 4 obsidian
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
mods/default/crafting.lua
|
@@ -581,7 +581,7 @@ minetest.register_craft({ |
|
|
}) |
|
|
|
|
|
minetest.register_craft({ |
|
|
output = 'default:obsidianbrick', |
|
|
output = 'default:obsidianbrick 4', |
|
|
recipe = { |
|
|
{'default:obsidian', 'default:obsidian'}, |
|
|
{'default:obsidian', 'default:obsidian'} |
|
|