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 | ZipPack: true # Whether to zip the pack after completion. Required for deployment.
|
18 | LegacyNoteblocksSupport: true # Supports noteblocks id from Oraxen. Disabling it will allow to use the harp instrument and increasing the limit of 800 maximum blocks to 1150
|
19 |
|
20 | #================================================================================
|
21 | # Automatic Deployment Options
|
22 | # - Used to automatically deploy the pack to an end-point once it's generated
|
23 | #================================================================================
|
24 | Deployment:
|
25 | Enabled: true # Whether to enable automatic deployment
|
26 | Type: SELFHOST # Can currently be SELFHOST or S3
|
27 | SelfHosting:
|
28 | Port: 26652
|
29 | S3:
|
30 | Storage:
|
31 | Key: pack
|
32 | Bucket: packs
|
33 | Authentication:
|
34 | Endpoint: ''
|
35 | AccessKey: ''
|
36 | SecretKey: ''
|
37 | AutoSend: # Automatically sending the pack to players
|
38 | Enabled: true
|
39 | SendOnUpdate: true
|
40 | PublicURL: http://[**.**.**.**]:26652
|
41 | Force: false #Force players to accept the pack or be kicked
|
42 | Prompt: "CooleyCraft requires a resource pack to play!" #Prompt to send to players when being sent resource pack
|
43 |
|
44 | #================================================================================
|
45 | # Custom Armor Generation Settings
|
46 | # - These settings affect custom armor generation.
|
47 | #================================================================================
|
48 | CustomArmor:
|
49 | DefaultMethod: TRIMS
|
50 | GenerateOptifineFiles: true
|
51 | Trims:
|
52 | Enabled: true
|
53 | GenerateDataPack: true
|
54 | HideBaseArmor:
|
55 | - CHAINMAIL
|
56 | ConvertBaseArmor: true
|
57 | Shaders:
|
58 | Enabled: false
|
59 | Shader: lessfancypants
|
60 |
|
61 | #================================================================================
|
62 | # Font Image Generation Settings
|
63 | #================================================================================
|
64 | FontImages:
|
65 | StartingCharacter: "\u5001"
|