mirror of
https://codeberg.org/usrib/emeraldbank.git
synced 2024-12-23 06:32:25 +01:00
new bank recipe
This commit is contained in:
parent
8f29ac6509
commit
4283f14d18
6
bank.lua
6
bank.lua
@ -52,9 +52,9 @@ if bankcraft then
|
|||||||
core.register_craft({
|
core.register_craft({
|
||||||
output = "emeraldbank:bank",
|
output = "emeraldbank:bank",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"mcl_core:emerald", "mcl_core:emerald", "mcl_core:emerald"},
|
{"", "mcl_core:emerald", ""},
|
||||||
{"mcl_core:emerald", "mcl_core:ironblock", "mcl_core:emerald"},
|
{"", "mcl_core:ironblock", ""},
|
||||||
{"mcl_core:emerald", "mcl_core:emerald", "mcl_core:emerald"},
|
{"", "", ""},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user