With Cubyz Addons you can easily add content to the game.
Unlike modding, writing an Addon doesn't require any programming experience.
Here you can find an instruction on how to make addon files. At the end of this page you will find a list of links to existing addons.
How to make your own Addon:
- Locate the
assets
folder(should be inside the location you installed Cubyz in)
- Create a new folder with the name(should not contain any spaces) of your Addon.
- Decide what things you want to add and add the corresponding folder(
items
, blocks
, recipes
, biomes
, tools
, etc.).
- Create a zon ("Zig Object Notation") file in the folder that represent the item/block/biome name(
name.zig.zon
or just name.zon
).
For recipes the file name is not used anywhere in the game and can be used for structuring.
- For examples please check the base game content. I do not have the time to maintain a more extensive tutorial.