Update Fork #9

Merged
chmodsayshello merged 403 commits from MineClone5/MineClone5:master into master 2022-08-02 15:50:37 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit f052e26e0c - Show all commits

View File

@ -71,7 +71,7 @@ minetest.register_node("mcl_beds:respawn_anchor_charged_1",{
})
minetest.register_node("mcl_beds:respawn_anchor_charged_2",{
description="Respawn Anchor",
description=S("Respawn Anchor"),
tiles = {
"portal.png",
"respawn_anchor_bottom.png",
@ -105,7 +105,7 @@ minetest.register_node("mcl_beds:respawn_anchor_charged_2",{
})
minetest.register_node("mcl_beds:respawn_anchor_charged_3",{
description=S("Respawn Anchor")
description=S("Respawn Anchor"),
tiles = {
"portal.png",
"respawn_anchor_bottom.png",