• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

How to create a SDX Recipes mod

Bazante

New member
I need help to create a SDX Recipes Mod, with my Custon Recipes, or blocks, itens, loot, xui, widows.

Any Idea?

 
I need help to create a SDX Recipes Mod, with my Custon Recipes, or blocks, itens, loot, xui, widows.Any Idea?
Take a look at the CubeSample, which has a Config file which allows you to add a block and a recipe to modify it.

https://github.com/7D2DSDX/Mods/tree/master/CubeSample

For a UI, take a look at this example, of RainUI.

https://github.com/7D2DSDX/Mods/tree/master/RainUI

For an example of adding items, take a look here:

https://github.com/7D2DSDX/Mods/tree/master/AdminNailgun

 
Back
Top