2022-01-23 23:35:02 +08:00
|
|
|
# Configuration file
|
|
|
|
|
|
|
|
integrations {
|
|
|
|
# Enable/Disable the JEI integration
|
|
|
|
B:enableJEIIntegration=true
|
|
|
|
|
|
|
|
# Enable/Disable the ProjectE integration
|
|
|
|
B:enableProjectEIntegration=false
|
|
|
|
|
|
|
|
# Enable/Disable the Tinkers' Construct integration
|
|
|
|
B:enableTConstructIntegration=false
|
|
|
|
|
|
|
|
# Enable/Disable the The One Probe integration
|
|
|
|
B:enableTOPIntegration=false
|
|
|
|
|
|
|
|
# Draconic Evolution: Set the chaos resistance of the [Ender Dragon, Guardian, Super Star] armor
|
|
|
|
# Min: 0.8999999761581421
|
|
|
|
# Max: 0.9900000095367432
|
|
|
|
D:normalChaosResistance=0.8999999761581421
|
|
|
|
|
|
|
|
# Draconic Evolution: enable/disable the chaos immunity of the [Ultimate] armor
|
|
|
|
B:ultimateChaosImmunity=true
|
|
|
|
|
|
|
|
tconstruct {
|
2022-02-05 00:52:48 +08:00
|
|
|
# Enable/Disable ender dragon scale material.
|
2022-01-23 23:35:02 +08:00
|
|
|
B:enableEnderDragonMaterial=true
|
2022-02-05 00:52:48 +08:00
|
|
|
|
|
|
|
# Enable/Disable guardian scale material.
|
2022-01-23 23:35:02 +08:00
|
|
|
B:enableGuardianScaleMaterial=true
|
2022-02-05 00:52:48 +08:00
|
|
|
|
|
|
|
# Enable/Disable wither bone material.
|
2022-01-23 23:35:02 +08:00
|
|
|
B:enableWitherBoneMaterial=true
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|