Added day&night cycle. Also fixed world loading
Build / build (push) Has been cancelled

This commit is contained in:
milkwx3
2026-07-07 22:02:10 +03:00
parent 7ab2d5a083
commit 04d1969084
25 changed files with 3018 additions and 888 deletions
+6 -8
View File
@@ -14,12 +14,14 @@ speed_up: Fly faster
fly: Toggle flying
chat: Open chat
swap_mouse: Swap LMB/RMB
inventory: Open inventory
# Menu
select_level: Singleplayer
multiplayer: Multiplayer
join: Join
exit: Exit
options: Options
create_world: Create world
# Multiplayer errors
error_notfound: Host not found!
error_internal: Internal enet error!
@@ -41,21 +43,17 @@ item.dirt: "Dirt"
item.sand: "Sand"
item.water: "Water"
item.planks: "Wooden Planks"
item.gray_bricks: "Gray Bricks"
item.red_bricks: "Red Bricks"
item.blue_bricks: "Blue Bricks"
item.green_bricks: "Green Bricks"
item.stone_bricks: "Stone Bricks"
item.copper_block: "Copper Block"
item.silver_block: "Silver Block"
item.gold_block: "Gold Block"
item.glass: "Glass"
item.log: "Log"
item.spruce_planks: "Spruce Planks"
item.red_block: "Red Block"
item.green_block: "Green Block"
item.blue_block: "Blue Block"
item.yellow_block: "Yellow Block"
item.cyan_block: "Cyan Block"
item.magenta_block: "Magenta Block"
item.white_block: "White Block"
item.black_block: "Black Block"
item.leaves: "Leaves"
item.copper_ore: "Copper Ore"
item.silver_ore: "Silver Ore"