summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic_materials/misc.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/basic_materials/misc.lua b/basic_materials/misc.lua
index 8df6b19..2d00258 100644
--- a/basic_materials/misc.lua
+++ b/basic_materials/misc.lua
@@ -83,10 +83,12 @@ minetest.register_craft( {
minetest.register_craft({
type = "shapeless",
- output = "basic_materials:wet_cement 2",
+ output = "basic_materials:wet_cement 3",
recipe = {
"default:dirt",
- "farming:flour",
+ "dye:dark_grey",
+ "dye:dark_grey",
+ "dye:dark_grey",
"bucket:bucket_water"
},
replacements = {{'bucket:bucket_water', 'bucket:bucket_empty'},},