Update output from Gitea Actions
This commit is contained in:
43
overrides/config/yes_steve_model-common.toml
Normal file
43
overrides/config/yes_steve_model-common.toml
Normal file
@@ -0,0 +1,43 @@
|
||||
[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.
|
||||
# Default: 100.0
|
||||
# Range: 0.0 ~ 100.0
|
||||
SoundVolume = 100.0
|
||||
|
||||
[extra_player_render]
|
||||
#Whether to display player
|
||||
DisablePlayerRender = true
|
||||
#Player position x in screen
|
||||
# Default: 10
|
||||
# Range: > 0
|
||||
PlayerPosX = 10
|
||||
#Player position y in screen
|
||||
# Default: 10
|
||||
# Range: > 0
|
||||
PlayerPosY = 10
|
||||
#Player scale in screen
|
||||
# Default: 40.0
|
||||
# Range: 8.0 ~ 360.0
|
||||
PlayerScale = 40.0
|
||||
#Player yaw offset in screen
|
||||
# Default: 5.0
|
||||
# Range: 4.9E-324 ~ 1.7976931348623157E308
|
||||
PlayerYawOffset = 5.0
|
||||
Reference in New Issue
Block a user