Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicCrucible MythicCrucible
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 56
    • Issues 56
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicCrucibleMythicCrucible
  • Wiki
  • ResourcePack Generator

ResourcePack Generator · Changes

Page history
Clarified/Expanded pack merging directory structure and usage authored Dec 20, 2024 by Brickgard's avatar Brickgard
Show whitespace changes
Inline Side-by-side
Showing with 15 additions and 1 deletion
+15 -1
  • ResourcePack-Generator.md ResourcePack-Generator.md +15 -1
  • No files found.
ResourcePack-Generator.md
View page @ b89dc4df
......@@ -18,7 +18,21 @@ And all of the generated files will be put into the `Generation/` folder inside
The resulting resourcepack will be put in `../plugins/MythicMobs/Generation/resource_pack.zip`.
## Merging
A resource pack in `MythicMobs/Generation/merge` will automatically be merged into the generated pack, including any item overrides and atlases
A resource pack's assets in `MythicMobs/Generation/merge/assets/` will automatically be merged into the generated pack, including any item overrides and atlases.
```
MythicMobs
|-- Generation
|-- merge
|-- assets (.json or .bbmodel files, can use subfolders to organize)
|-- minecraft
|-- models
|-- textures
|-- pack.mcmeta
|-- pack.png
```
For example, `MythicMobs/Generation/merge/assets/minecraft/textures/item/diamond_sword.png` would override the vanilla diamond sword texture in your Crucible's pack output.\
Top-level elements, such as `pack.png` and `pack.mcmeta` can also be merged, but still require the asset folder present to activate merging even if it has no asset contents.
# Packs
[Packs] can now contain an "Assets" folder with the following layout:
......
Clone repository
Home
Changelogs
Commands / Permissions
API
FAQ / Common Issues
Guides

Usage
  • Installation
  • Items
    • Item Options
    • Item Skills
    • Item Durability
  • Augments
  • Item Sets
  • Crafting Recipes
    • Workbenches
  • Item Updater
  • Ammo System / Guns
  • Dynamic Lore Generation
  • World Generation
  • Loot Generation

ResourcePack Generator

Item Types
  • Blocks
  • Furniture
    • Paint Brush
  • Bags
  • Hats
  • Augments

Mechanics
  • Mechanics
  • Targeters
  • Triggers
  • Conditions

Placeholders
  • Placeholders