## License

### Source Code
- **License:** CC BY-NC-SA 4.0  
- **File:** [LICENSE-CODE](./LICENSE-CODE)  
- **Scope:** Applies only to the Java source code in this repository.

### Assets
- **License:** All Rights Reserved  
- **File:** [LICENSE-ASSETS](./LICENSE-ASSETS)  
- **Scope:** Applies only to all non-code assets, including but not limited to:
  images, models, textures, sounds, translations, shaders, native libraries,
  and any other files located under `src/main/resources/assets`.

### Important Notice
- The license applied to the source code **does NOT apply** to any assets.
- Open-source licenses (including GPL or GPL-compatible rules), if present, **do not grant**
  any rights to use, redistribute, modify, or extract assets covered by **All Rights Reserved**.

### **You CAN**

- Use this mod in a modpack.
- Write your own code that uses this code as a dependency (such as addons, resource packs or datapacks).
- Submit Pull Requests to this repository.
- Fork and modify the code as long as modifications are not distributed publicly.
- Third-party redistribution is allowed only if all the following conditions are met:
    - All assets under `src/main/resources/assets` are removed and replaced with custom, original-made assets.
    - The mod got released publicly.
    - The mod and project use a different name to avoid confusion with One_World_Weapons.
    - Credit and a link to the original One_World project are provided.
    - You grant the One_World project a non-exclusive, royalty-free, worldwide license to use, copy, modify, and
      distribute your modifications, provided that appropriate credit or attribution is given to you.

### **You CANNOT**

- Redistribute ANY assets from this mod (located under `src/main/resources/assets`).
    - **Note:** You may replace all original assets with your own to redistribute your fork publicly.
- Sell addons, mods, or other derivative works that use any One_World_Weapons assets, including but not limited to animations,
  textures, sounds, or models.