To install the project, download and unzip the release .zip file and put it these directorys:
Win: C:\Users\<username>\AppData\Roaming\Hytale\mods
MacOS: /Users/(username)/Library/Application Support/Hytale/mods
The project structure is as follows:
AJ.FlyTale/
├── manifest.json
├── model (1).blockymodel
├── texture (3).png
├── Common/
│ ├── Blocks/
│ │ └── Physics_Infuser/
│ │ ├── model.blockymodel
│ │ └── texture.png
│ ├── Icons/
│ │ └── icon.png
│ └── Models/
│ └── Physics_Infuser/
│ └── model.blockymodel
└── Server/
├── Item/
│ └── Physics_Infuser.json
└── Languages/
└── en_us.json
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a feature branch:
git checkout -b feature/YourFeature - Make your changes and commit them:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/YourFeature - Open a Pull Request.