Creating a Clothing Mod: Difference between revisions

From SkyCorp Global
Jump to navigation Jump to search
(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...")
 
No edit summary
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: