first commit
This commit is contained in:
26
config/compatemon/MODULES.cfg
Normal file
26
config/compatemon/MODULES.cfg
Normal file
@ -0,0 +1,26 @@
|
||||
# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
|
||||
|
||||
# Compatemon Module Control
|
||||
|
||||
# This file allows individual modules to be enabled or disabled. If the mod isn't loaded, it will automatically be set to false, and so long as it remains unloaded, will not do anything even if it's set to true.
|
||||
|
||||
|
||||
general {
|
||||
# Enables the COMPATEMON Module
|
||||
# Default: true
|
||||
B:"Enable COMPATEMON Module"=true
|
||||
|
||||
# Enables the PEHKUI Module
|
||||
# Default: true
|
||||
B:"Enable PEHKUI Module"=true
|
||||
|
||||
# Enables the APOTHEOSIS Module
|
||||
# Default: false
|
||||
B:"Enable APOTHEOSIS Module"=false
|
||||
|
||||
# Enables the SOPHISTICATEDSTORAGE Module
|
||||
# Default: false
|
||||
B:"Enable SOPHISTICATEDSTORAGE Module"=false
|
||||
}
|
||||
|
||||
|
15
config/compatemon/compatemon.cfg
Normal file
15
config/compatemon/compatemon.cfg
Normal file
@ -0,0 +1,15 @@
|
||||
# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
|
||||
|
||||
# Compatemon Configuration
|
||||
|
||||
# This file contains settings that are non-specific to any particular mod other than Cobblemon or Vanilla Minecraft.
|
||||
|
||||
|
||||
nickname {
|
||||
# Max Length of Pokemon Nicknames. Used both in the actual nickname of a pokemon as well as in the Summary screen to set a pokemon's nickname as the max field length.
|
||||
# Cobblemon's Default is 12.
|
||||
# Default: 32; Range: [12 ~ 32]
|
||||
I:"Nickname length"=32
|
||||
}
|
||||
|
||||
|
27
config/compatemon/pehkui.cfg
Normal file
27
config/compatemon/pehkui.cfg
Normal file
@ -0,0 +1,27 @@
|
||||
# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
|
||||
|
||||
# Compatemon - Pehkui Configuration
|
||||
|
||||
size {
|
||||
# Should Pokemon sizes be randomized?
|
||||
# Default: true
|
||||
B:"Pokemon Sizing"=true
|
||||
|
||||
# The standard deviation of unprovided pokemon sizes
|
||||
# Default: 0.2; Range: [0.0 ~ 1.0]
|
||||
S:"Size Standard Deviation"=0.2
|
||||
|
||||
# The average size of most pokemon. Change to modify the scaling across the board!
|
||||
# Default: 1.0; Range: [0.01 ~ 10.0]
|
||||
S:"Default Size Scale"=1.0
|
||||
|
||||
# The min size percentage for unprovided pokemon sizes, where 1.0 is 100% of the size scale.
|
||||
# Default: 0.25; Range: [0.01 ~ 10.0]
|
||||
S:"Minimum Size"=0.25
|
||||
|
||||
# The max size percentage for unprovided pokemon sizes, where 1.0 is 100% of the size scale.
|
||||
# Default: 1.75; Range: [0.01 ~ 10.0]
|
||||
S:"Maximum Size"=1.75
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user