You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The java version of Cubyz is deprecated and won't receive any more updates. Newer versions of the game can be found here: https://github.com/PixelGuys/Cubyz
Cubyz
Cubyz is a sandbox 3D voxel video game(aka minecraft clone). It is different to most other voxel games because it uses procedural content generation to make every single world unique in many ways(including ores, materials and tools).
Cubyz can easily be forked or modded to create a new game with 3D sandbox aspect.
Cubyz is tested to compile and run with maven and eclipse.
maven
Install git and maven.
Clone Cubyz from github:
Either run git clone https://github.com/PixelGuys/Cubyz
Or download and unzip Cubyz master branch from github.
Go into the directory: cd Cubyz
Run mvn clean compile to compile Cubyz.
Run mvn exec:java to run Cubyz after compilation.
eclipse
Install and open eclipse.
Import the project from github:
Select(in the menu bar) File/import/Git/"Projects from Git"
Select clone URI
Copy https://github.com/PixelGuys/Cubyz into the field URI
Press next a couple times and maybe choose a custom Destination Directory.
Wait some time for eclipse to download the project. If the source code shows any errors try refreshing the project(right click on project, refresh).
Run Main to start the game.
Requirements
Vary a lot depending on your render distance.
All you need is a computer that runs java.
Contributing
Textures
If you want to add new textures, make sure they fit the style of the game.
If any of the following points are ignored, your texture will be rejected:
The size of block and item textures must be 16×16 Pixels.
There must be at most 16 different colors in the entire texture.
Textures should be shaded with hue shifting instead of darkening only.
If you are not sure how to use hue shifting, here is a good video explaining it.