Skip to content

Ace-codes-swift/FlyTale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlyTale

Installation Instructions

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

File Structure

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

Contributing Guidelines

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a feature branch: git checkout -b feature/YourFeature
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/YourFeature
  5. Open a Pull Request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors