Update cobweb craft to use farming:string (#130)
Add `farming` to depends, since it was missing
This commit is contained in:
parent
841a033983
commit
e26e4fde05
@ -1,6 +1,7 @@
|
|||||||
default
|
default
|
||||||
bucket
|
bucket
|
||||||
doors
|
doors
|
||||||
|
farming
|
||||||
stairs
|
stairs
|
||||||
xpanes
|
xpanes
|
||||||
fire?
|
fire?
|
||||||
|
2
mod.conf
2
mod.conf
@ -1,4 +1,4 @@
|
|||||||
name = xdecor
|
name = xdecor
|
||||||
depends = default, bucket, doors, stairs, xpanes
|
depends = default, bucket, doors, farming, stairs, xpanes
|
||||||
optional_depends = fire, oresplus, moreblocks, mesecons
|
optional_depends = fire, oresplus, moreblocks, mesecons
|
||||||
description = A decoration mod meant to be simple and well-featured.
|
description = A decoration mod meant to be simple and well-featured.
|
||||||
|
@ -66,9 +66,9 @@ minetest.register_craft({
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "xdecor:cobweb",
|
output = "xdecor:cobweb",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"farming:cotton", "", "farming:cotton"},
|
{"farming:string", "", "farming:string"},
|
||||||
{"", "farming:cotton", ""},
|
{"", "farming:string", ""},
|
||||||
{"farming:cotton", "", "farming:cotton"}
|
{"farming:string", "", "farming:string"}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user