Difference between revisions of "Creating a Clothing Mod"

From SkyCorp Global
(Creating advanced clothes)
 
Line 13: Line 13:
 
* Then, refer to [[Clothing JSON Mod Format]].
 
* Then, refer to [[Clothing JSON Mod Format]].
 
* See the simple samples above.
 
* See the simple samples above.
* TODO: Advanced sample
+
* See [[Weight Pendant]] for an example of an item with code (ie, cursed transformative item).
* TODO: links to transformation & curse systems once implemented.
+
* TODO: links to species transformation systems / sample once implemented.

Latest revision as of 04:12, 30 December 2017

Creating a clothing mod is essentially the same as creating an entity, as clothing is a special type of entity with a few more parameters.

Creating simple clothes

If you only want to make very simple clothes, you can probably just use one of the 'Simple clothing examples' below and modify slightly to your needs.

Simple clothing examples:

Creating advanced clothes

However, if you want to create clothing with functionality, like cursed transformative collars, follow these steps: