almost forgot
This commit is contained in:
parent
de763baba6
commit
16cdabb63a
40
config/yes_steve_model-common.toml
Normal file
40
config/yes_steve_model-common.toml
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
|
||||||
|
[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
|
||||||
|
|
||||||
@ -68,6 +68,10 @@ hash = "49079e6264ca7a44880a2d372522877b3888a80d8fe83208ea38880fca494285"
|
|||||||
file = "config/sedparties/active-preset.json"
|
file = "config/sedparties/active-preset.json"
|
||||||
hash = "e11d480369c538ce983a60c6bd5333448b941b801eee281cc0fd6ca05ba6ff22"
|
hash = "e11d480369c538ce983a60c6bd5333448b941b801eee281cc0fd6ca05ba6ff22"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/yes_steve_model-common.toml"
|
||||||
|
hash = "18fc60b6cec05b2d4fe0a91612e9ff0bb59084c78a1b3409a2626de0896f008a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "defaultconfigs/solcarrot-server.toml"
|
file = "defaultconfigs/solcarrot-server.toml"
|
||||||
hash = "115976da6856475c8b5107c674b9883d46935d8bb8fd9f8be59a7c9b44ad2981"
|
hash = "115976da6856475c8b5107c674b9883d46935d8bb8fd9f8be59a7c9b44ad2981"
|
||||||
|
|||||||
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "baf9627faf33922b00c35107d191879cc24697b2b57ce238cde17e1ab605d44b"
|
hash = "f8e1236dd2a220fbcb2999acd21f658ebc691ae3a7efec94ed48154607cd9efa"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.4.9"
|
forge = "47.4.9"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user