first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

View 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
}

View 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
}

View 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
}