This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

32
overrides/config/ding.cfg Normal file
View File

@@ -0,0 +1,32 @@
# Configuration file
ding {
# Minecraft name of sound file to play when Minecraft is loaded
# EG: "ui.button.click" or "entity.experience_orb.pickup"
#
# This can also be a mod sound if the mod is installed.
# EG: modname:modsound.boing [default: entity.experience_orb.pickup]
S:name=entity.experience_orb.pickup
# Minecraft name of sound file to play when world is loaded
# EG: "ui.button.click" or "entity.experience_orb.pickup"
#
# This can also be a mod sound if the mod is installed.
# EG: modname:modsound.boing [default: entity.experience_orb.pickup]
S:nameWorld=entity.experience_orb.pickup
# Pitch of the sound to play when Minecraft is loaded [range: 0.0 ~ 10.0, default: 1.0]
S:pitch=1.0
# Pitch of the sound to play when world is loaded [range: 0.0 ~ 10.0, default: 1.0]
S:pitchWorld=1.0
# Play sound on...
# 0 = Nothing (why install the mod though?)
# 1 = MC load
# 2 = World load
# 3 = MC and World load [range: 0 ~ 3, default: 1]
I:playOn=1
}