possibly final?

This commit is contained in:
gabetoo 2024-12-26 17:23:58 -05:00
parent 377546c2bc
commit a3167301d0
10 changed files with 473 additions and 3 deletions

29
config/bclib/client.json Normal file
View file

@ -0,0 +1,29 @@
{
"version": {
"didShowWelcome [default: false]": true,
"check [default: true]": false
},
"ui": {
"showUpdateInfo [default: true]": true,
"useModrinthForUpdates [default: false]": false,
"forceBetterXPreset [default: true]": true,
"suppressExperimentalDialogOnLoad [default: false]": false,
"notTheDonorType [default: true]": true
},
"auto_sync": {
"enabled [default: true]": true,
"acceptConfigs [default: true]": true,
"acceptFiles [default: true]": true,
"acceptMods [default: true]": true,
"displayModInfo [default: true]": true,
"debugHashes [default: false]": false
},
"rendering": {
"customFogRendering [default: true]": false,
"netherThickFog [default: true]": true,
"FogDensity [default: 1.0]": 1.0
},
"infos": {
"survives_on_hint [default: true]": true
}
}

View file

@ -0,0 +1,15 @@
{
"enabled": false,
"strafeRollStrength": 2.5,
"strafeYawStrength": 1.0,
"strafeDoStrafe": true,
"smoothing": {
"smoothingEnabled": true,
"strafeSmoothingEnabled": true,
"values": {
"pitch": 0.5,
"yaw": 0.5,
"roll": 0.5
}
}
}

View file

@ -0,0 +1,90 @@
# Simple Voice Chat client config v1.20.1-2.5.27
# If the voice chat onboarding process has been finished
onboarding_finished=false
# The voice chat volume
voice_chat_volume=1.0
# The threshold for the voice activation method (in dB)
voice_activation_threshold=-50.0
# The voice chat microphone amplification
microphone_amplification=1.0
# The microphone activation method
# Valid values are 'PTT' and 'VOICE'
microphone_activation_type=PTT
# The size of the audio output buffer (in packets)
# Higher values mean a higher latency but less crackling
# Increase this value if you have an unstable internet connection
output_buffer_size=5
# The maximum number of audio packets that should be held back if a packet arrives out of order or is dropped
# This prevents audio packets that are only slightly out of order from being discarded
# Set this to 0 to disable
audio_packet_threshold=3
# The time it takes for the microphone to deactivate when using voice activation
# A value of 1 means 20 milliseconds, 2=40 ms, 3=60 ms, and so on
voice_deactivation_delay=25
# The microphone used by the voice chat
# Leave blank to use the default device
microphone=
# The speaker used by the voice chat
# Leave blank to use the default device
speaker=
# If the microphone is muted (only relevant for the voice activation method)
muted=true
# If the voice chat is disabled (both sound and microphone off)
disabled=false
# If the voice chat HUD, group chat HUD, and other in-game icons should be hidden
hide_icons=false
# If the group chat HUD should be visible
show_group_hud=true
# If your own player icon should be displayed in the group chat HUD when you are in a group
show_own_group_icon=true
# The scale of the player icons in the group chat HUD
group_hud_icon_scale=2.0
# The orientation of the player icons in the group chat HUD
# Valid values are 'VERTICAL' and 'HORIZONTAL'
group_player_icon_orientation=VERTICAL
# The X position of the player icons in the group chat HUD
# Negative values mean anchoring to the right instead
group_player_icon_pos_x=4
# The Y position of the player icons in the group chat HUD
# Negative values mean anchoring to the bottom instead
group_player_icon_pos_y=4
# The X position of the icons in the voice chat HUD
# Negative values mean anchoring to the right instead
hud_icon_pos_x=16
# The Y position of the icons in the voice chat HUD
# Negative values mean anchoring to the bottom instead
hud_icon_pos_y=-16
# The scale of the icons in the voice chat HUD, such as microphone or connection status
hud_icon_scale=1.0
# The location where recordings should be saved
# Leave blank to use the default location
recording_destination=
# The quality of the recorded voice chat audio
# 0 = highest quality, 9 = lowest quality
recording_quality=2
# If noise suppression should be enabled
denoiser=true
# If the voice chat should work in singleplayer or in worlds shared over LAN
run_local_server=true
# Whether to use the Java implementation of microphone capture instead of OpenAL
java_microphone_implementation=false
# If the mod should check for microphone permissions (macOS only)
macos_check_microphone_permission=true
# If fake players should have the disconnected icon above their head
show_fake_players_disconnected=false
# If the volume adjustment interface should also display offline players
offline_player_volume_adjustment=false
# The 3D audio type
# Valid values are 'NORMAL', 'REDUCED', and 'OFF'
audio_type=NORMAL
# If the mod should load native libraries on the client
# When disabled, the Java Opus implementation will be used instead, the denoiser won't be available, and you won't be able to record the voice chat audio
use_natives=true
# How listening to other players should work when using freecam mods
# Valid values are 'CAMERA' and 'PLAYER'
# CAMERA: You will hear the voice chat around your camera. Whether you will still be able to hear the voice chat when the camera is far away from your character depends on the voice chat broadcast range of the server
# PLAYER: You will hear the voice chat around your character no matter where your camera is
freecam_mode=PLAYER
# If enabled, you will be automatically muted when joining a world
mute_on_join=false

View file

@ -20,6 +20,10 @@ hash = "0acf51cddc16eacd4ff54239f6413f7ff651129bec6fd8c50c8c1836e5702a79"
file = "config/ambientsounds-client.json" file = "config/ambientsounds-client.json"
hash = "a5a48d2e3b9e851be1a0e7b99a518b34fbb2b47ecff4ee06a4261d84ab50655e" hash = "a5a48d2e3b9e851be1a0e7b99a518b34fbb2b47ecff4ee06a4261d84ab50655e"
[[files]]
file = "config/bclib/client.json"
hash = "51ea41bb630e8879457254ffc4967e3942dc75a9643b689373a745d1f47f3bb2"
[[files]] [[files]]
file = "config/itemswapper.json" file = "config/itemswapper.json"
hash = "f4800ff252692c27fef48552f202466b09a452226871bbccc77b5c73ca557eaa" hash = "f4800ff252692c27fef48552f202466b09a452226871bbccc77b5c73ca557eaa"
@ -33,6 +37,10 @@ metafile = true
file = "config/openloader/resources/what.zip" file = "config/openloader/resources/what.zip"
hash = "7f995abd928962f16f4a90030d128c6965358e5b2044944858fdd48441a55d06" hash = "7f995abd928962f16f4a90030d128c6965358e5b2044944858fdd48441a55d06"
[[files]]
file = "config/rolling_down_in_the_deep-client.json"
hash = "ea32ed173ef2e077b8c93bba37b168b675b379279b0380f1ac7223ae4d489aee"
[[files]] [[files]]
file = "config/tectonic.json" file = "config/tectonic.json"
hash = "218ea6c228b0df801483570b610481acdb9591037cad7cc074e41c839e4020c9" hash = "218ea6c228b0df801483570b610481acdb9591037cad7cc074e41c839e4020c9"
@ -45,6 +53,10 @@ hash = "af85f2909fde8c0dbea201fb6fb4afc5070be875c24266b47887f33f03c19321"
file = "config/treechop-client.toml" file = "config/treechop-client.toml"
hash = "b03b349044903a4e07956a31142161b8f6eb2c6ea161f3a4ebfaf90f7644c4f2" hash = "b03b349044903a4e07956a31142161b8f6eb2c6ea161f3a4ebfaf90f7644c4f2"
[[files]]
file = "config/voicechat/voicechat-client.properties"
hash = "72fb8efcf83899e98a113ac72a95d9580ba59a9b923ab0c511b598afc37a1f88"
[[files]] [[files]]
file = "mods/advancement-frames.pw.toml" file = "mods/advancement-frames.pw.toml"
hash = "7ce890cee57c2c46044b9b999bdf786ade69e26a08ef820fdd6e9d4eef5eecc1" hash = "7ce890cee57c2c46044b9b999bdf786ade69e26a08ef820fdd6e9d4eef5eecc1"
@ -105,6 +117,11 @@ file = "mods/athena-ctm.pw.toml"
hash = "db0cf0e8fa916c1f982e0e3b84f3bed423b7f68e24446508e6dd4374d578fdab" hash = "db0cf0e8fa916c1f982e0e3b84f3bed423b7f68e24446508e6dd4374d578fdab"
metafile = true metafile = true
[[files]]
file = "mods/audioplayer.pw.toml"
hash = "51fc6770999b30492643e31053c99069fc0eee276ba6337dfc10e185a3681b8f"
metafile = true
[[files]] [[files]]
file = "mods/azurelib-armor.pw.toml" file = "mods/azurelib-armor.pw.toml"
hash = "26a5cee35b797140d098a3e8c039b868edd1779e28d4a2cba1cd73e8ed32ca34" hash = "26a5cee35b797140d098a3e8c039b868edd1779e28d4a2cba1cd73e8ed32ca34"
@ -300,6 +317,11 @@ file = "mods/continuity.pw.toml"
hash = "ca80c5f6b0faca95bbc06192a3da36446ff396b5e6e0304f6779269b60bbdd9d" hash = "ca80c5f6b0faca95bbc06192a3da36446ff396b5e6e0304f6779269b60bbdd9d"
metafile = true metafile = true
[[files]]
file = "mods/copper-horns.pw.toml"
hash = "8124a427c47da646c66180b5ab0c46417a0cfb239c08663203a0a395d374b946"
metafile = true
[[files]] [[files]]
file = "mods/coroutil.pw.toml" file = "mods/coroutil.pw.toml"
hash = "429284603e4c5ca44777cb4ce2455477fcc1eee4dc9a4ae2f759c4895bf332e7" hash = "429284603e4c5ca44777cb4ce2455477fcc1eee4dc9a4ae2f759c4895bf332e7"
@ -965,6 +987,11 @@ file = "mods/notenoughcrashes.pw.toml"
hash = "752c3a959b3876308515a053d90ee632b4ebedc2f021f9ee79c57f1eafdbdff8" hash = "752c3a959b3876308515a053d90ee632b4ebedc2f021f9ee79c57f1eafdbdff8"
metafile = true metafile = true
[[files]]
file = "mods/nullscape.pw.toml"
hash = "e5e76b305f6e8fd611fb70695f42014c62e5f46b926d626eaf5ca0c78e394c5c"
metafile = true
[[files]] [[files]]
file = "mods/obscure-api.pw.toml" file = "mods/obscure-api.pw.toml"
hash = "8f6b83625e06798510048832addd6b1bf709b5d5e7dba438d002fe2dc110981b" hash = "8f6b83625e06798510048832addd6b1bf709b5d5e7dba438d002fe2dc110981b"
@ -1449,3 +1476,7 @@ metafile = true
file = "mods/zoomify.pw.toml" file = "mods/zoomify.pw.toml"
hash = "548772ed4c11f15dfac400681ba5893e73956b6daa9762ed57f5ad4bee05e041" hash = "548772ed4c11f15dfac400681ba5893e73956b6daa9762ed57f5ad4bee05e041"
metafile = true metafile = true
[[files]]
file = "options.txt"
hash = "cc684d40decbe635909c8c613acbbfca2b3a5675618e68149611f6cca5978e6e"

13
mods/audioplayer.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "AudioPlayer"
filename = "audioplayer-fabric-1.20.1-1.13.1.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/7LsFhSCP/audioplayer-fabric-1.20.1-1.13.1.jar"
hash-format = "sha512"
hash = "c0f895773b34ecb05b9563a75b4a66171372eb65a63be6e32b4858e27f3bf08d468288b85e7c25d2927a1535f587b072a6d30f85fa347170327e2e170edd54dc"
[update]
[update.modrinth]
mod-id = "SRlzjEBS"
version = "7LsFhSCP"

13
mods/copper-horns.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Return Copper Horns"
filename = "copper-horns-1.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ile7qLGI/versions/ymvfrJys/copper-horns-1.0.2.jar"
hash-format = "sha512"
hash = "43cd3ad3c512024e31caada97f5224030acda8aed092c4b881aa0bc707d66f7de433f523dd772f8017f43a57e9f622882dd60df72339d4603de4945aab2e7f06"
[update]
[update.modrinth]
mod-id = "ile7qLGI"
version = "ymvfrJys"

13
mods/nullscape.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Nullscape"
filename = "Nullscape_1.20.x_v1.2.8.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/LPjGiSO4/versions/QsRKydVt/Nullscape_1.20.x_v1.2.8.jar"
hash-format = "sha512"
hash = "fcd11f20ab1b374a219e915156c8439f2d6fcabb060406f4d0a11392f945228e1c6e375f8e9e3048ac01c3a351c88bde4327e1f958bfd5ef4ab81c178f9e35da"
[update]
[update.modrinth]
mod-id = "LPjGiSO4"
version = "QsRKydVt"

266
options.txt Normal file
View file

@ -0,0 +1,266 @@
version:3465
quilt_available_resource_packs:["vanilla","high_contrast","programmer_art","createfood/farmers_delight","railways/legacy_semaphore","railways/green_signals","createfood/rustic_delight","createfood/expanded_delight","minecraft/supporteatinganimation","itemswapper/classic","createfood/ubes_delight","createfood/cultural_delight","createfood/ends_delight","create/legacy_copper","itemswapper/default","createfood/farmers_respite","createfood/create","continuity/default","minecraft/estrogenprogrammerart","supplementaries/darker_ropes","immersive_weathering/visual_waxed_iron_items","seasons/seasonal_lush_caves","railways/legacy_palettes","elytratrims/legacy","continuity/glass_pane_culling_fix","minecraft/udsupporteatinganimation","resources/PixelTwemojiMC-9.zip","resources/what.zip","classic_icons","white_icons","black_icons","Moonlight Mods Dynamic Assets"]
autoJump:false
operatorItemsTab:false
autoSuggestions:true
chatColors:true
chatLinks:true
chatLinksPrompt:true
enableVsync:true
entityShadows:true
forceUnicodeFont:false
discrete_mouse_scroll:false
invertYMouse:false
realmsNotifications:true
reducedDebugInfo:false
showSubtitles:false
directionalAudio:false
touchscreen:false
fullscreen:false
bobView:true
toggleCrouch:false
toggleSprint:false
darkMojangStudiosBackground:false
hideLightningFlashes:false
mouseSensitivity:0.5
fov:0.5
screenEffectScale:1.0
fovEffectScale:1.0
darknessEffectScale:1.0
glintSpeed:0.5
glintStrength:0.75
damageTiltStrength:1.0
highContrast:false
gamma:0.5
renderDistance:12
simulationDistance:12
entityDistanceScaling:1.0
guiScale:2
particles:0
maxFps:260
graphicsMode:1
ao:true
prioritizeChunkUpdates:0
biomeBlendRadius:2
renderClouds:"true"
resourcePacks:["minecraft/supporteatinganimation","itemswapper/default","seasons/seasonal_lush_caves","minecraft/udsupporteatinganimation"]
incompatibleResourcePacks:[]
lastServer:
lang:en_us
soundDevice:""
chatVisibility:0
chatOpacity:1.0
chatLineSpacing:0.0
textBackgroundOpacity:0.5
backgroundForChatOnly:true
hideServerAddress:false
advancedItemTooltips:false
pauseOnLostFocus:true
overrideWidth:0
overrideHeight:0
chatHeightFocused:1.0
chatDelay:0.0
chatHeightUnfocused:0.4375
chatScale:1.0
chatWidth:1.0
notificationDisplayTime:1.0
mipmapLevels:4
useNativeTransport:true
mainHand:"right"
attackIndicator:1
narrator:0
tutorialStep:none
mouseWheelSensitivity:1.0
rawMouseInput:true
glDebugVerbosity:1
skipMultiplayerWarning:false
skipRealms32bitWarning:false
hideMatchedNames:true
joinedFirstServer:false
hideBundleTutorial:false
syncChunkWrites:false
showAutosaveIndicator:true
allowServerListing:true
onlyShowSecureChat:false
panoramaScrollSpeed:1.0
telemetryOptInExtra:false
onboardAccessibility:false
key_key.attack:key.mouse.left
key_key.use:key.mouse.right
key_key.forward:key.keyboard.w
key_key.left:key.keyboard.a
key_key.back:key.keyboard.s
key_key.right:key.keyboard.d
key_key.jump:key.keyboard.space
key_key.sneak:key.keyboard.left.shift
key_key.sprint:key.keyboard.left.control
key_key.drop:key.keyboard.q
key_key.inventory:key.keyboard.e
key_key.chat:key.keyboard.t
key_key.playerlist:key.keyboard.tab
key_key.pickItem:key.mouse.middle
key_key.command:key.keyboard.slash
key_key.socialInteractions:key.keyboard.p
key_key.screenshot:key.keyboard.f2
key_key.togglePerspective:key.keyboard.f5
key_key.smoothCamera:key.keyboard.unknown
key_key.fullscreen:key.keyboard.f11
key_key.spectatorOutlines:key.keyboard.unknown
key_key.swapOffhand:key.keyboard.f
key_key.saveToolbarActivator:key.keyboard.c
key_key.loadToolbarActivator:key.keyboard.x
key_key.advancements:key.keyboard.l
key_key.hotbar.1:key.keyboard.1
key_key.hotbar.2:key.keyboard.2
key_key.hotbar.3:key.keyboard.3
key_key.hotbar.4:key.keyboard.4
key_key.hotbar.5:key.keyboard.5
key_key.hotbar.6:key.keyboard.6
key_key.hotbar.7:key.keyboard.7
key_key.hotbar.8:key.keyboard.8
key_key.hotbar.9:key.keyboard.9
key_key.estrogen.dash:key.keyboard.x
key_key.dynamic_fps.toggle_forced:key.keyboard.unknown
key_key.dynamic_fps.toggle_disabled:key.keyboard.unknown
key_key.perspectivemod.toggle:key.keyboard.f4
key_key.itemswapper.itemswitcher:key.keyboard.r
key_key.itemswapper.openInventory:key.keyboard.unknown
key_treechop.key.toggle_chopping:key.keyboard.unknown
key_treechop.key.toggle_felling:key.keyboard.unknown
key_treechop.key.cycle_sneak_behavior:key.keyboard.unknown
key_treechop.key.open_settings_overlay:key.keyboard.n
key_key.replaymod.playeroverview:key.keyboard.b
key_key.replaymod.lighting:key.keyboard.z
key_key.replaymod.quickmode:key.keyboard.q
key_key.replaymod.settings:key.keyboard.unknown
key_key.replaymod.marker:key.keyboard.m
key_key.replaymod.thumbnail:key.keyboard.n
key_key.replaymod.playpause:key.keyboard.p
key_key.replaymod.rollclockwise:key.keyboard.l
key_key.replaymod.rollcounterclockwise:key.keyboard.j
key_key.replaymod.resettilt:key.keyboard.k
key_key.replaymod.pathpreview:key.keyboard.h
key_key.replaymod.keyframerepository:key.keyboard.x
key_key.replaymod.clearkeyframes:key.keyboard.c
key_key.replaymod.synctimeline:key.keyboard.v
key_key.replaymod.positionkeyframe:key.keyboard.i
key_key.replaymod.positiononlykeyframe:key.keyboard.unknown
key_key.replaymod.timekeyframe:key.keyboard.o
key_key.replaymod.bothkeyframes:key.keyboard.unknown
key_key.fog.toggle:key.keyboard.unknown
key_key.mousewheelie.open_config_screen:key.keyboard.unknown
key_key.mousewheelie.sort_inventory:key.mouse.middle
key_key.mousewheelie.scroll_up:key.amecsapi.mouse.scroll.up
key_key.mousewheelie.scroll_down:key.amecsapi.mouse.scroll.down
key_key.mousewheelie.pick_tool:key.keyboard.unknown
key_key.mousewheelie.whole_stack_modifier:key.keyboard.left.shift
key_key.mousewheelie.all_of_kind_modifier:key.keyboard.left.control
key_key.mousewheelie.drop_modifier:key.keyboard.left.alt
key_key.mousewheelie.deposit_modifier:key.keyboard.space
key_key.mousewheelie.restock_modifier:key.keyboard.space
key_supplementaries.keybind.quiver:key.keyboard.v
key_key.extraalchemy.magnetism_toggle:key.keyboard.n
key_key.extraalchemy.potion_bag_mode:key.keyboard.k
key_key.extraalchemy.toggle_extra_inv_rings:key.keyboard.y
key_key.entityculling.toggle:key.keyboard.unknown
key_orthocamera.key.toggle:key.keyboard.keypad.4
key_orthocamera.key.scale_increase:key.keyboard.keypad.subtract
key_orthocamera.key.scale_decrease:key.keyboard.keypad.add
key_orthocamera.key.options:key.keyboard.unknown
key_orthocamera.key.fix_camera:key.keyboard.keypad.multiply
key_orthocamera.key.fixed_camera_rotate_up:key.keyboard.unknown
key_orthocamera.key.fixed_camera_rotate_down:key.keyboard.unknown
key_orthocamera.key.fixed_camera_rotate_left:key.keyboard.unknown
key_orthocamera.key.fixed_camera_rotate_right:key.keyboard.unknown
key_key.freecam.toggle:key.keyboard.f4
key_key.freecam.playerControl:key.keyboard.unknown
key_key.freecam.tripodReset:key.keyboard.unknown
key_key.freecam.configGui:key.keyboard.unknown
key_key.do_a_barrel_roll.toggle_enabled:key.keyboard.i
key_key.do_a_barrel_roll.toggle_thrust:key.keyboard.unknown
key_key.do_a_barrel_roll.open_config:key.keyboard.unknown
key_key.do_a_barrel_roll.pitch_up:key.keyboard.unknown
key_key.do_a_barrel_roll.pitch_down:key.keyboard.unknown
key_key.do_a_barrel_roll.yaw_left:key.keyboard.a
key_key.do_a_barrel_roll.yaw_right:key.keyboard.d
key_key.do_a_barrel_roll.roll_left:key.keyboard.unknown
key_key.do_a_barrel_roll.roll_right:key.keyboard.unknown
key_key.do_a_barrel_roll.thrust_forward:key.keyboard.w
key_key.do_a_barrel_roll.thrust_backward:key.keyboard.unknown
key_Skip Forward:key.keyboard.unknown
key_Skip Previous:key.keyboard.unknown
key_Toggle Playing:key.keyboard.unknown
key_Toggle Craftify HUD:key.keyboard.unknown
key_create.keyinfo.toolmenu:key.keyboard.left.alt
key_create.keyinfo.toolbelt:key.keyboard.left.alt
key_create.keyinfo.ponder:key.keyboard.w
key_key.modmenu.open_menu:key.keyboard.unknown
key_tcdcommons.key.refresh_current_screen:key.keyboard.unknown
key_key.damageful.config_screen:key.keyboard.h
key_key.jade.config:key.keyboard.keypad.0
key_key.jade.show_overlay:key.keyboard.keypad.1
key_key.jade.toggle_liquid:key.keyboard.keypad.2
key_key.jade.narrate:key.keyboard.keypad.5
key_key.jade.show_details_alternative:key.keyboard.unknown
key_key.picohud.show:key.keyboard.left.alt
key_railways.keyinfo.bogey_menu:key.keyboard.left.alt
key_railways.keyinfo.cycle_menu:key.keyboard.left.alt
key_key.beansbackpacks.action:key.keyboard.unknown
key_key.beansbackpacks.inventory:key.keyboard.unknown
key_key.antique_atlas.open:key.keyboard.m
key_zoomify.key.zoom:key.keyboard.c
key_zoomify.key.zoom.secondary:key.keyboard.f6
key_ping-wheel.key.ping-location:key.mouse.middle
key_ping-wheel.key.open-settings:key.keyboard.unknown
key_ping-wheel.key.name-labels:key.keyboard.left.alt
key_key.beetlebox.elytra_boost:key.keyboard.left.control
key_key.beetlebox.wall_climb:key.keyboard.j
key_key.beetlebox.bp_t_attack:key.keyboard.unknown
key_key.beetlebox.bp_t_flight:key.keyboard.unknown
key_key.beetlebox.bp_t_intake:key.keyboard.unknown
key_key.beetlebox.bp_open:key.keyboard.b
key_keybindings.spell_engine.bypass_spell_hotbar:key.keyboard.left.alt
key_keybindings.spell_engine.spell_hotbar_1:key.keyboard.unknown
key_keybindings.spell_engine.spell_hotbar_2:key.keyboard.unknown
key_keybindings.spell_engine.spell_hotbar_3:key.keyboard.unknown
key_keybindings.spell_engine.spell_hotbar_4:key.keyboard.unknown
key_keybindings.spell_engine.spell_hotbar_5:key.keyboard.unknown
key_keybindings.spell_engine.spell_hotbar_6:key.keyboard.unknown
key_keybindings.spell_engine.spell_hotbar_7:key.keyboard.unknown
key_keybindings.spell_engine.spell_hotbar_8:key.keyboard.unknown
key_keybindings.spell_engine.spell_hotbar_9:key.keyboard.unknown
key_key.eugenes_horse_whistle.whistle:key.keyboard.h
key_key.createbigcannons.pitch_mode:key.keyboard.c
key_key.createbigcannons.fire_controlled_cannon:key.mouse.left
key_key.push_to_talk:key.mouse.5
key_key.whisper:key.keyboard.unknown
key_key.mute_microphone:key.keyboard.unknown
key_key.disable_voice_chat:key.keyboard.n
key_key.hide_icons:key.keyboard.unknown
key_key.voice_chat:key.keyboard.v
key_key.voice_chat_settings:key.keyboard.unknown
key_key.voice_chat_group:key.keyboard.g
key_key.voice_chat_toggle_recording:key.keyboard.unknown
key_key.voice_chat_adjust_volumes:key.keyboard.unknown
key_key.projectsavethepets.allowdamage:key.keyboard.unknown
key_iris.keybind.reload:key.keyboard.unknown
key_iris.keybind.toggleShaders:key.keyboard.k
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
key_iris.keybind.wireframe:key.keyboard.unknown
soundCategory_master:1.0
soundCategory_music:1.0
soundCategory_record:1.0
soundCategory_weather:1.0
soundCategory_block:1.0
soundCategory_hostile:1.0
soundCategory_neutral:1.0
soundCategory_player:1.0
soundCategory_ambient:1.0
soundCategory_voice:1.0
modelPart_cape:true
modelPart_jacket:true
modelPart_left_sleeve:true
modelPart_right_sleeve:true
modelPart_left_pants_leg:true
modelPart_right_pants_leg:true
modelPart_hat:true

View file

@ -1,12 +1,12 @@
name = "DH Test" name = "Vanilla Plus Plus"
author = "gabetoo" author = "gabetoo & snedmore"
version = "1.0.0" version = "1.0.0"
pack-format = "packwiz:1.1.0" pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "cafeb7bb0ed0facfeabe748aa9963b4e02a1d0c363f507f5dc0cc4138b32e3f9" hash = "acf66e860f36a38c931f776785374c5e5369a1c6ff8f504de9134dd331f5361f"
[versions] [versions]
minecraft = "1.20.1" minecraft = "1.20.1"