[6.0.0] Updated Minecraft and remade pack

This commit is contained in:
Aethrexal
2024-08-01 02:14:41 +02:00
commit f2eca75a00
119 changed files with 5851 additions and 0 deletions

20
config/waystones-client.toml Executable file
View File

@ -0,0 +1,20 @@
[client]
#The x position of the warp button in the inventory.
teleportButtonX = 58
#The y position of the warp button in the inventory.
teleportButtonY = 60
#The x position of the warp button in the creative menu.
creativeWarpButtonX = 88
#The y position of the warp button in the creative menu.
creativeWarpButtonY = 33
#If enabled, activated waystones will not emit particles.
disableParticles = true
#If enabled, the text overlay on waystones will no longer always render at full brightness.
disableTextGlow = false
#The volume of the sound played when teleporting.
#Range: 0.0 ~ 1.0
soundVolume = 0.10000000149011612
#If enabled, JourneyMap waypoints will be created for each activated waystone.
displayWaystonesOnJourneyMap = false