1 | #
|
2 | # Generation Configuration Options
|
3 | #
|
4 | # More information about Mythic pack generation features can be found here:
|
5 | # https://git.mythiccraft.io/mythiccraft/mythiccrucible/-/wikis/ResourcePack-Generator
|
6 | #
|
7 | Generation:
|
8 |
|
9 | #================================================================================
|
10 | # General Generator Options
|
11 | #================================================================================
|
12 | Namespace: mythic # Namespace to save everything under
|
13 | GenerateOnStartup: true # If the pack should auto-generate on server startup
|
14 | MergeModelEngine: true # Whether to merge ModelEngine files if available
|
15 | MergeHappyHUD: true # Whether to merge HappyHUD files if available
|
16 | MergeMythicHUD: true
|
17 | MergeEmojy: false # Whether to merge Emojy files if available
|
18 | ZipPack: true # Whether to zip the pack after completion. Required for deployment.
|
19 | LegacyNoteblocksSupport: false # Supports noteblocks id from Oraxen. Disabling it will allow to use the harp instrument and increasing the limit of 800 maximum blocks to 1150
|
20 |
|
21 | #================================================================================
|
22 | # Automatic Deployment Options
|
23 | # - Used to automatically deploy the pack to an end-point once it's generated
|
24 | #================================================================================
|
25 | Deployment:
|
26 | Enabled: true # Whether to enable automatic deployment
|
27 | Type: SELFHOST # Can currently be SELFHOST or S3
|
28 | SelfHosting:
|
29 | Port: 26652
|
30 | S3:
|
31 | Storage:
|
32 | Key: pack
|
33 | Bucket: packs
|
34 | Authentication:
|
35 | Endpoint: ''
|
36 | AccessKey: ''
|
37 | SecretKey: ''
|
38 | AutoSend: # Automatically sending the pack to players
|
39 | Enabled: false
|
40 | SendOnUpdate: false
|
41 | PublicURL: http://[**.**.**.**]:26652
|
42 | Force: false #Force players to accept the pack or be kicked
|
43 | Prompt: "CooleyCraft requires a resource pack to play!" #Prompt to send to players when being sent resource pack
|
44 |
|
45 | #================================================================================
|
46 | # Custom Armor Generation Settings
|
47 | # - These settings affect custom armor generation.
|
48 | #================================================================================
|
49 | CustomArmor:
|
50 | DefaultMethod: VANILLA
|
51 | GenerateOptifineFiles: true
|
52 | Trims:
|
53 | Enabled: false
|
54 | GenerateDataPack: true
|
55 | HideBaseArmor: []
|
56 | ConvertBaseArmor: false
|
57 | Shaders:
|
58 | Enabled: false
|
59 | Shader: lessfancypants
|
60 |
|
61 | #================================================================================
|
62 | # Font Image Generation Settings
|
63 | #================================================================================
|
64 | FontImages:
|
65 | StartingCharacter: "\u5001"
|