mirror of
https://github.com/mt-mods/basic_materials.git
synced 2024-11-22 06:03:42 +01:00
remove duplicate recipe
This commit is contained in:
parent
db8d5f382b
commit
ec649a0aea
11
misc.lua
11
misc.lua
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user