This is a 3d voxel game made I made during covid, using Processing. It is heavily based off of Minecraft.
To play the game, visit the releases. Download the correct zip according to your operating system. Once downloaded, extract the files, and go inside the game folder, RaymonGame, and run the executable.
Hello
To add a block, follow these steps:
- Add block texture to texture atlas.
- Go to the blocks folder and create a file with the name of the block.
-
- Line 1: Block id
- Line 2: Block id of dropped block
- Go to items folder and create a new file with the name of the item.
-
- Line 1: Item id
- Line 2: Stack amount size
- Line 3: Left click functionality
- Line 4: Right clock functionality
- (Optional) Line 5: Breaking speed
- Go to code, add texture coordinates of the block.
- Add an icon for the item of the block in the icons folder.