Difference between revisions of "Creating a Clothing Mod"

From SkyCorp Global
(Created page with "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. First, try Creating an Entity Mod...")
 
Line 4: Line 4:
  
 
Then, refer to [[Clothing JSON Mod Format]].
 
Then, refer to [[Clothing JSON Mod Format]].
 +
 +
Simple clothing examples:
 +
* [[Sample: Holiday Sweater|Holiday Sweater]]
 +
* [[Sample: Slacks|Slacks]]

Revision as of 02:34, 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.

First, try creating an entity mod to learn the essentials.

Then, refer to Clothing JSON Mod Format.

Simple clothing examples: