mirror of
https://github.com/minetest-mods/more_chests.git
synced 2024-11-15 14:50:34 +01:00
Fixed a typo
This commit is contained in:
parent
650c7755e7
commit
ef694367a8
|
@ -19,7 +19,7 @@ local function formspec(string)
|
||||||
"button[6,9;2,1;submit;submit]"
|
"button[6,9;2,1;submit;submit]"
|
||||||
end
|
end
|
||||||
|
|
||||||
minetest.register_node("chests_0gb_us:shared", {
|
minetest.register_node("more_chests:shared", {
|
||||||
description = "Shared Chest",
|
description = "Shared Chest",
|
||||||
tiles = {"default_chest_top.png", "default_chest_top.png", "default_chest_side.png",
|
tiles = {"default_chest_top.png", "default_chest_top.png", "default_chest_side.png",
|
||||||
"default_chest_side.png", "default_chest_side.png", "shared_front.png"},
|
"default_chest_side.png", "default_chest_side.png", "shared_front.png"},
|
||||||
|
@ -101,7 +101,7 @@ minetest.register_node("chests_0gb_us:shared", {
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'chests_0gb_us:shared',
|
output = 'more_chests:shared',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:wood','default:leaves','default:wood'},
|
{'default:wood','default:leaves','default:wood'},
|
||||||
{'default:wood','default:steel_ingot','default:wood'},
|
{'default:wood','default:steel_ingot','default:wood'},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user