This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/ars_nouveau-client.toml

47 lines
1.8 KiB
TOML
Raw Normal View History

2023-11-02 12:32:44 -05:00
#Lighting
[lights]
#If dynamic lights are enabled
lightsEnabled = false
#How bright the touch light is
#Range: 0 ~ 15
touchLightLuminance = 8
#How long the touch light lasts in ticks
#Range: 0 ~ 40
touchLightDuration = 8
#Light level an entity should emit when dynamic lights are on
#Example entry: minecraft:blaze=15
entity_lights = ["minecraft:blaze=10", "ars_nouveau:orbit=15", "ars_nouveau:linger=15", "ars_nouveau:spell_proj=15", "minecraft:magma_cube=8", "ars_nouveau:flying_item=10", "minecraft:spectral_arrow=8", "ars_nouveau:follow_proj=10"]
#Light level an item should emit when held when dynamic lights are on
#Example entry: minecraft:stick=15
item_lights = ["minecraft:redstone_torch=10", "minecraft:soul_lantern=12", "minecraft:glow_ink_sac=10", "minecraft:blaze_rod=10", "minecraft:shroomlight=10", "minecraft:lantern=14", "minecraft:soul_torch=10", "minecraft:glow_berries=8", "minecraft:glowstone_dust=8", "minecraft:nether_star=14", "minecraft:glowstone=15", "minecraft:torch=14", "minecraft:lava_bucket=15"]
#Show the supporter message. This is set to false after the first time.
showSupporterMessage = true
#Overlay
[overlays]
#X offset for the tooltip
#Range: > -2147483648
xTooltip = 20
#Y offset for the tooltip
#Range: > -2147483648
yTooltip = 0
#X offset for the Mana Bar
#Range: > -2147483648
xManaBar = 0
#Y offset for the Mana Bar
#Range: > -2147483648
yManaBar = 0
#If the Storage Lectern should show the recipe book icon
showRecipeBook = true
#Inform the player of Dynamic lights once.
informLights = false
#Misc
[misc]
#Use simplified renderer for Warp Portals
no_end_portal_render = false
#Disables the skyweave renderer. Disable if your sky is broken with shaders.
disable_skyweave = false