A Minecraft style clone in Godot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Ryan Reed fc46230dba chore: Split toggle_inventory() for convenience 2 months ago
addons/save_load_system fix: Autosaves not working if saves path does not exist 2 months ago
assets Updating wood texture to reduce tiling seams 3 months ago
autoloads cleanup: Removing testing hotkeys 2 months ago
resources wip: Reworking how inventory is generated (still non-functional) 2 months ago
scenes chore: Split toggle_inventory() for convenience 2 months ago
.gitignore Removing data from gitignore 3 months ago
README.md Updating README 3 months ago
project.godot chore: Bump version 0.1.1 -> 0.1.2 2 months ago

README.md

Skyblock

Overview

Building a Minecraft clone of sorts to learn Godot.

Skyblock Screenshot

Key Bindings

Description Binding
Create block Left Click
Delete/Remove block Right Click
Throw block Q
Change selected block (next) .
Change selected block (previous) ,
Change selected block Scroll Wheel
Crouch Ctrl
Jump Space
Quick Load F6
Quick Save F5
Sprint/Run Shift

Acknowledgements