remove duplicate recipe

This commit is contained in:
Vanessa Dannenberg 2018-11-05 18:13:31 -05:00
parent db8d5f382b
commit ec649a0aea
1 changed files with 0 additions and 11 deletions

View File

@ -92,17 +92,6 @@ minetest.register_craft({
cooktime = 8
})
minetest.register_craft( {
type = "shapeless",
output = "basic_materials:terracotta_base 8",
recipe = {
"default:dirt",
"default:clay_lump",
"bucket:bucket_water"
},
replacements = { {"bucket:bucket_water", "bucket:bucket_empty"}, },
})
-- aliases
minetest.register_alias("homedecor:oil_extract", "basic_materials:oil_extract")