Replace water buckets with empty buckets
This commit is contained in:
parent
daad925c10
commit
930fb212c8
7
init.lua
7
init.lua
@ -72,7 +72,12 @@ end
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "cake:cake",
|
output = "cake:cake",
|
||||||
recipe = {"farming:flour", "group:water_bucket", "group:food_sugar", "group:food_sugar"}
|
recipe = {"farming:flour", "group:water_bucket", "group:food_sugar", "group:food_sugar"},
|
||||||
|
replacements = {
|
||||||
|
-- todo: replace group:water_bucket with bucket:bucket_empty
|
||||||
|
{"bucket:bucket_water", "bucket:bucket_empty"},
|
||||||
|
{"bucket:bucket_river_water", "bucket:bucket_empty"}
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
-- THROWABLE CAKE --
|
-- THROWABLE CAKE --
|
||||||
|
Loading…
x
Reference in New Issue
Block a user