some options for you

This commit is contained in:
Hexugory 2025-10-01 13:09:14 -05:00
parent 16cdabb63a
commit c8200fc5ca
6 changed files with 67 additions and 45 deletions

View File

@ -1,40 +0,0 @@
[general]
#Whether to display disclaimer GUI
DisclaimerShow = false
#Whether to print animation roulette play message
PrintAnimationRouletteMsg = false
#Prevents rendering of self player's model
DisableSelfModel = false
#Prevents rendering of other player's model
DisableOtherModel = false
#Prevents rendering of self player's hand
DisableSelfHands = false
#Prevents rendering of arrows model
DisableArrowsModel = false
#The default model ID when a player first enters the game
DefaultModelId = "steve"
#The default model texture when a player first enters the game
DefaultModelTexture = "default"
#If rendering errors occur, try turning on this.
UseCompatibilityRenderer = false
#The amount of volume when the animation is played.
#Range: 0.0 ~ 100.0
SoundVolume = 100.0
[extra_player_render]
#Whether to display player
DisablePlayerRender = false
#Player position x in screen
#Range: > 0
PlayerPosX = 10
#Player position y in screen
#Range: > 0
PlayerPosY = 10
#Player scale in screen
#Range: 8.0 ~ 360.0
PlayerScale = 40.0
#Player yaw offset in screen
#Range: 4.9E-324 ~ 1.7976931348623157E308
PlayerYawOffset = 5.0

View File

@ -0,0 +1,21 @@
#The default model ID when a player first enters the game
DefaultModelId = "steve"
#The default model texture when a player first enters the game
DefaultModelTexture = "default"
#Whether or not players are allowed to switch models
CanSwitchModel = true
#Models that are not displayed on the client model selection screen
#Example: ["default", "misc_3_default_boy", "misc_1_alex", "misc_2_steve", "wine_fox_1_taisho_maid", "wine_fox_7_jk"]
ClientNotDisplayModels = []
[server_scheduler]
#Concurrent level for processing models. Value 0 means AUTO.
#Range: 0 ~ 15
ThreadCount = 0
#Bandwidth limitation during distributing models to players.(In Mbps)
#Range: 1 ~ 999
BandwidthLimit = 5
#Timeout for players to respond to synchronization. Value not greater than 10 means AUTO.(In seconds)
#Range: 0 ~ 120
PlayerSyncTimeout = 0

View File

@ -68,14 +68,14 @@ hash = "49079e6264ca7a44880a2d372522877b3888a80d8fe83208ea38880fca494285"
file = "config/sedparties/active-preset.json"
hash = "e11d480369c538ce983a60c6bd5333448b941b801eee281cc0fd6ca05ba6ff22"
[[files]]
file = "config/yes_steve_model-common.toml"
hash = "18fc60b6cec05b2d4fe0a91612e9ff0bb59084c78a1b3409a2626de0896f008a"
[[files]]
file = "defaultconfigs/solcarrot-server.toml"
hash = "115976da6856475c8b5107c674b9883d46935d8bb8fd9f8be59a7c9b44ad2981"
[[files]]
file = "defaultconfigs/yes_steve_model-server.toml"
hash = "94c54a75688ce67bd6b1c51caa7672d9d2f096d299ac0f6f5357afdd89d99af7"
[[files]]
file = "mods/abnormals-delight.pw.toml"
hash = "26ebcc24106ded2bec288547aba566a6ca92fd685c23d1a6221765f6f3f3e5c9"
@ -371,6 +371,11 @@ file = "mods/fast-ip-ping.pw.toml"
hash = "06580e84bd3c27a84c743ebe0c45e3bd7ce6e1b6377e39f15774634a7663130b"
metafile = true
[[files]]
file = "mods/figura.pw.toml"
hash = "7b411f636c4a61db20882904e79625750ff1230c83763a0a426c04a8bbf8d7f1"
metafile = true
[[files]]
file = "mods/framework.pw.toml"
hash = "376f8a190f00bd120193d7a665ebe1b03dfe329cc395f7d944f7216c1182c84d"
@ -865,3 +870,7 @@ metafile = true
file = "shaderpacks/makeup-ultra-fast-shaders.pw.toml"
hash = "98146b3c9311635f180bfd250781986b88516f930ee652fcbd234788b64ba3b6"
metafile = true
[[files]]
file = "unsup.toml"
hash = "9496f2becf8be585e1e1df82efc2e7f7304f9851978a9c12f2868fb2fdf570a7"

13
mods/figura.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Figura"
filename = "figura-0.1.2+1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/s9gIPDom/versions/8892Wqoi/figura-0.1.2%2B1.20.1.jar"
hash-format = "sha512"
hash = "64c7757ca16cc41be6e5c2949991381b09e74c324975fe6371f74fb3e3fff4cf039c3f20f6171319499efbc34f5a15e6cb79bf51ea1a7f88fc1ddfa4280f757b"
[update]
[update.modrinth]
mod-id = "s9gIPDom"
version = "8892Wqoi"

View File

@ -6,11 +6,12 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "f8e1236dd2a220fbcb2999acd21f658ebc691ae3a7efec94ed48154607cd9efa"
hash = "4a9a9cea8cbb507e2bf20ef25ada737a0f682b4aaf94f4141768fa4282f4ff19"
[versions]
forge = "47.4.9"
minecraft = "1.20.1"
unsup = "1.1.6"
[options]
datapack-folder = "config/paxi/datapacks"

18
unsup.toml Normal file
View File

@ -0,0 +1,18 @@
[flavor_groups.player_model]
name = "Player Model Mod"
description = "Which player model mod you'd like to use."
side = "client"
[[flavor_groups.player_model.choices]]
id = "figura"
name = "Figura"
description = "Install Figura."
[[flavor_groups.player_model.choices]]
id = "ysm"
name = "Yes Steve Model"
description = "Install Yes Steve Model."
[metafile.figura]
flavors = "figura"
[metafile.yes-steve-model]
flavors = "ysm"