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
|
||||
bucket
|
||||
doors
|
||||
farming
|
||||
stairs
|
||||
xpanes
|
||||
fire?
|
||||
|
2
mod.conf
2
mod.conf
@ -1,4 +1,4 @@
|
||||
name = xdecor
|
||||
depends = default, bucket, doors, stairs, xpanes
|
||||
depends = default, bucket, doors, farming, stairs, xpanes
|
||||
optional_depends = fire, oresplus, moreblocks, mesecons
|
||||
description = A decoration mod meant to be simple and well-featured.
|
||||
|
@ -66,9 +66,9 @@ minetest.register_craft({
|
||||
minetest.register_craft({
|
||||
output = "xdecor:cobweb",
|
||||
recipe = {
|
||||
{"farming:cotton", "", "farming:cotton"},
|
||||
{"", "farming:cotton", ""},
|
||||
{"farming:cotton", "", "farming:cotton"}
|
||||
{"farming:string", "", "farming:string"},
|
||||
{"", "farming:string", ""},
|
||||
{"farming:string", "", "farming:string"}
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user