Skip to content

Commit

Permalink
Merge pull request #69 from ViolaFlower/0.5.3/dev
Browse files Browse the repository at this point in the history
0.5.3 also now exists on 1.20.4, most notably
  • Loading branch information
omo50 committed Jun 7, 2024
2 parents 8203094 + 9b18d6b commit dbd8a7a
Show file tree
Hide file tree
Showing 104 changed files with 1,628 additions and 358 deletions.
2 changes: 2 additions & 0 deletions versions/fabric/1.20.4/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
* -text
5 changes: 5 additions & 0 deletions versions/fabric/1.20.4/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Exclude exported CurseForge zip files
/*.zip

# Exclude exported Modrinth modpacks
/*.mrpack
5 changes: 5 additions & 0 deletions versions/fabric/1.20.4/.packwizignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports
# See https://git-scm.com/docs/gitignore

# Exclude README
/README.md
79 changes: 79 additions & 0 deletions versions/fabric/1.20.4/config/badoptimizations.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# BadOptimizations configuration
# Here you can configure stuff, mostly enabling/disabling specific optimizations.

# Whether we should cancel updating the lightmap if not needed.
enable_lightmap_caching: true
# How much the in-game time must change in ticks (1/20th of a second)
# for the lightmap to immediately update.
# Higher values will result in less frequent updates
# to block lighting, but better performance.
# Values below 2 will disable hte optimization.
lightmap_time_change_needed_for_update: 90

# Whether the sky's color should be cached unless you're on a biome border.
enable_sky_color_caching: true
# How much the in-game time must change in ticks for the sky color to
# be recalculated with our own calculation. Higher values will result in
# the sky updating less frequently, but slightly better performance.
# Values below 2 will all have the same effect.
skycolor_time_change_needed_for_update: 20

# Whether we should avoid calling debug renderers
# and their calculations if there are no debug entries to render
enable_debug_renderer_disable_if_not_needed: true

#
# Micro optimizations
#

# Whether String.format should be redirected to a faster
# StringBuilder when calculating the FPS string.
enable_fps_string_optimization: true
# Whether we should avoid calling the particle manager
# and its calculations if there are no particles.
enable_particle_manager_optimization: true
# Whether we should avoid calling the toast manager
# if there are no toasts
enable_toast_optimizations: true
# Whether the result of getSkyAngle should be cached
# for the entire frame during rendering
enable_sky_angle_caching_in_worldrenderer: true
# Whether entity renderers should be stored directly in EntityType
# instead of a HashMap.
# Disable to fix compatibility with Twilight Forest
enable_entity_renderer_caching: true
# Whether block entity renderers should be stored in BlockEntityType
# instead of a HashMap.
enable_block_entity_renderer_caching: true
# Whether entity flags should be cached instead of
# calling DataTracker.
# Also removes the unnecessary thread lock in DataTracker
# however this is also done by Lithium (they don't conflict, however).
enable_entity_flag_caching: true
# Whether we should avoid calling FOV calculations
# if the FOV effect scale is zero.
enable_remove_redundant_fov_calculations: true
# Don't tick the tutorial if the game is not in demo mode.
enable_remove_tutorial_if_not_demo: true

#
# Other
#

# Whether BadOptimizations <version> should be added onto
# the left text of the F3 menu.
show_f3_text: false

# Some config options will be force-disabled if certain mods are present
# due to incompatibilities (e.g. entity rendering caching
# is disabled w/ Twilight Forest).
# However, if you still want to use the optimizations, you can override it
# by setting this to true. Beware of crashes. And Herobrine.
ignore_mod_incompatibilities: false

# Whether to log the entire config into console when booting up.
# If you plan on reporting an issue, please keep this on.
log_config: true

# Do not change this
config_version: 2
4 changes: 4 additions & 0 deletions versions/fabric/1.20.4/config/betterhurtcam.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
enabled = true
multiplier = 0.7999999999999999
heartBlink = true
type = "YAW_BASED"
39 changes: 39 additions & 0 deletions versions/fabric/1.20.4/config/bobby.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Delete regions from the cache when they have not been loaded for X days.
#
# The cache for a given world is cleaned up whenever you disconnect from the server.
# Entire worlds are cleaned up when the game starts and you have not visited them for X days.
#
# Set to -1 to disabled.
# Set to 0 to clean up everything after every disconnect.
delete-unused-regions-after-days=-1
# Enables support for servers with multiple identically-named worlds.
#
# When enabled, a new local cache is started on each world change. If there are enough chunks with similar content in two caches, they will automatically be merged.
# This does mean that you may need to walk around a little before Bobby loads in cached chunks if there is little identifying information in your world (e.g. flat worlds).
#
# You may need to delete your existing cache if it is comprised of multiple worlds to prevent Bobby from merging into it.
# Requires a `/bobby upgrade` after enabling with existing cache.
dynamic-multi-world=false
enabled=true
# Changes the maximum value configurable for Render Distance.
#
# Requires Sodium.
max-render-distance=64
# Do not load block entities (e.g. chests) in fake chunks.
# These need updating every tick which can add up.
#
# Enabled by default because the render distance for block entities is usually smaller than the server-view distance anyway.
no-block-entities=true
# Reduces the light levels in fake chunks so you can tell the difference from real ones.
taint-fake-chunks=false
# Delays the unloading of chunks which are outside your view distance.
# Saves you from having to reload all chunks when leaving the area for a short moment (e.g. cut scenes).
# Does not work across dimensions.
unload-delay-secs=60
# Overwrites the view-distance of the integrated server.
# This allows Bobby to be useful in Singleplayer.
#
# Disabled when at 0.
# Bobby is active in singleplayer only if this is enabled.
# Requires re-log to en-/disable.
view-distance-overwrite=0
17 changes: 17 additions & 0 deletions versions/fabric/1.20.4/config/clean-debug.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"hardwareMode": "REDUCED",
"hideActiveRenderer": true,
"hideTags": true,
"hideDebugHints": true,
"shyFluids": true,
"hideHelpShortcut": true,
"hideNoiseRouter": true,
"hideSodium": true,
"hideIris": true,
"hideLitematica": true,
"hideEntityCulling": true,
"hideViaFabric": true,
"hidePresenceFootsteps": true,
"hideDistantHorizons": true,
"hideModernFix": true
}
1 change: 1 addition & 0 deletions versions/fabric/1.20.4/config/debugify-descriptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"MC-105068":"Attacking a shield-blocking player always plays the player hurts sound","MC-93018":"Wild wolves show breeding hearts but do not breed","MC-127970":"Using Riptide on a trident with an item in your off-hand causes visual glitch with said item","MC-200418":"Cured baby zombie villagers stay as jockey variant","MC-199467":"Certain entity animations stop after they\u0027ve existed in world for too long","MC-159163":"Quickly pressing the sneak key causes the sneak animation to play twice","MC-121903":"Command block minecarts do not save execution cooldown to NBT","MC-119754":"Firework boosting on elytra continues in spectator mode","MC-129909":"Players in spectator mode continue to consume foods and liquids shortly after switching game modes","MC-206922":"Items dropped by entities that are killed by lightning instantly disappear","MC-121706":"Skeletons and illusioners aren\u0027t looking up / down at their target while strafing","MC-55347":"Title with long duration shows in other world","MC-80859":"Starting to drag item stacks over other compatible stacks makes the latter invisible until appearance change (stack size increases)","MC-93384":"Bubbles appear at the feet of drowning mobs","MC-88371":"Ender Dragon flies down in the void when the exit portal is destroyed","MC-108948":"Boats / boats with chest on top of slime blocks hover over block","MC-8187":"Two-by-two arrangements of jungle or spruce saplings cannot grow when there are adjacent blocks located north or west of the sapling formation","MC-122477":"Linux/GNU: Opening chat sometimes writes \u0027t\u0027","MC-89146":"Pistons forget update when being reloaded","MC-122627":"Tab suggestion box has missing padding on right side","MC-577":"Mouse buttons block all inventory controls that are not default","MC-135971":"Can\u0027t use CTRL+Q in crafting table","MC-143474":"Respawning causes your hotbar to reset to the first space","MC-237493":"Telemetry cannot be disabled","MC-79545":"The experience bar disappears when too many levels are given to the player","MC-30391":"Chickens, blazes and the wither emit particles when landing from a height, despite falling slowly","MC-90683":"\"Received unknown passenger\" - Entities with differing render distances as passengers outputs error","MC-72151":"Snow Golem\u0027s snowballs damage wolves instead of pushing them","MC-217716":"The green nausea overlay isn\u0027t removed when switching into spectator mode","MC-46766":"Mining a block in Survival, then changing to Spectator creates a breaking animation and sound","MC-100991":"Killing entities with a fishing rod doesn\u0027t count as a kill","MC-197260":"Armor Stand renders itself and armor dark if its head is in a solid block","MC-183776":"After switching game modes using F3+F4, you need to press F3 twice to toggle the debug screen","MC-224729":"Partially generated chunks are not saved in some situations","MC-4490":"Fishing line not attached to fishing rod in third person while crouching","MC-215530":"The freezing effect isn\u0027t immediately removed upon switching into spectator mode","MC-231743":"\"minecraft.used:minecraft.\u003cPOTTABLE_PLANT\u003e\" doesn\u0027t increase when placing plants into flower pots","MC-193343":"Soul Speed effect remains after switching to spectator mode","MC-215531":"The carved pumpkin overlay is rendered in spectator mode","MC-7569":"RCON output has newlines removed","MC-14923":"Players can be kicked for spamming in a singleplayer world with cheats disabled","MC-179072":"Creepers do not defuse when switching from Survival to Creative/Spectator","MC-232869":"Adult striders can spawn with saddles in peaceful mode","MC-12829":"Flying through climbable blocks in creative mode slows you down","MC-176559":"Breaking process resets when a pickaxe enchanted with Mending mends by XP / Mending slows down breaking blocks again","MC-227169":"The main hand is positioned incorrectly when holding a loaded crossbow in your offhand","MC-119417":"A spectator can occupy a bed if they enter it and then are switched to spectator mode","MC-31819":"Hunger saturation depletes on Peaceful","MC-132878":"Armor stands destroyed by explosions/lava/fire don\u0027t produce particles","MC-263865":"Fullscreen state isn\u0027t saved","MC-231097":"Holding the \"Use\" button continues to slow down the player even after the used item has been dropped","MC-111516":"Player flickers/turns invisible when flying at high speeds","MC-69216":"Switching to spectator mode while fishing keeps rod cast","MC-22882":"Ctrl + Q won\u0027t work on Mac","MC-124117":"Nbt Tags doesn\u0027t work?","MC-160095":"End Rods only break Cactus when moved by pistons","MC-116379":"Punching with a cast fishing rod in the off-hand detaches fishing line from rod","MC-223153":"Block of Raw Copper uses stone sounds instead of copper sounds","MC-59810":"Cannot break blocks while sprinting (Ctrl+Click \u003d right click on macOS)","MC-165381":"Block breaking can be delayed by dropping/throwing the tool while breaking a block","MC-155509":"Dying puffed pufferfish can still sting players","MC-183990":"Group AI of some mobs breaks when their target dies","MC-112730":"Beacon beam and structure block render twice per frame","MC-2025":"Mobs going out of fenced areas/suffocate in blocks when loading chunks"}
25 changes: 25 additions & 0 deletions versions/fabric/1.20.4/config/dynamic_fps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"states": {
"hovered": {
"frame_rate_target": -1,
"volume_multipliers": {},
"graphics_state": "default",
"show_toasts": true,
"run_garbage_collector": false
},
"unfocused": {
"frame_rate_target": 2,
"volume_multipliers": {},
"graphics_state": "default",
"show_toasts": true,
"run_garbage_collector": true
},
"invisible": {
"frame_rate_target": 0,
"volume_multipliers": {},
"graphics_state": "default",
"show_toasts": true,
"run_garbage_collector": true
}
}
}
4 changes: 4 additions & 0 deletions versions/fabric/1.20.4/config/enhanced_bes.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sign_ao=true
shulker_box_ao=true
chest_ao=true
bed_ao=true
4 changes: 4 additions & 0 deletions versions/fabric/1.20.4/config/entityculling.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"sleepDelay": 70,
"hitboxLimit": 65
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#Indigo properties file
#Thu May 30 20:40:03 CDT 2024
always-tesselate-blocks=auto
ambient-occlusion-mode=hybrid
debug-compare-lighting=auto
fix-exterior-vertex-lighting=auto
fix-luminous-block-ambient-occlusion=auto
fix-mean-light-calculation=auto
fix-smooth-lighting-offset=auto
15 changes: 15 additions & 0 deletions versions/fabric/1.20.4/config/fabric_loader_dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": 1,
"overrides": {
"infinite-music": {
"-depends": {
"minecraft": ""
}
},
"indium": {
"-depends": {
"sodium": ""
}
}
}
}
5 changes: 5 additions & 0 deletions versions/fabric/1.20.4/config/fastquit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
renderSavingScreen = false
showToasts = false
showSavingTime = "TRUE"
backgroundPriority = 5
allowMultipleServers = true
1 change: 1 addition & 0 deletions versions/fabric/1.20.4/config/ferritecore.mixin.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
useSmallThreadingDetector = true
8 changes: 8 additions & 0 deletions versions/fabric/1.20.4/config/fsb-interop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mode": "NATIVE",
"interoperability": true,
"debug_mode": false,
"prefer_f_s_b_native": true,
"process_opti_fine": true,
"process_m_c_patcher": false
}
4 changes: 4 additions & 0 deletions versions/fabric/1.20.4/config/indium-renderer.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Indium properties file
#Thu May 30 20:40:04 CDT 2024
always-tesselate-blocks=auto
ambient-occlusion-mode=auto
1 change: 1 addition & 0 deletions versions/fabric/1.20.4/config/lithium.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mixin.experimental=true
3 changes: 3 additions & 0 deletions versions/fabric/1.20.4/config/midnightlib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"config_screen_list": "FALSE"
}
15 changes: 15 additions & 0 deletions versions/fabric/1.20.4/config/modernfix-mixins.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This config file is taken from Simply Optimized 6.2.2, and the following
# patches that SO enables are removed for stability and compatibility:
# mixin.bugfix.packet_leak | experimental
# mixin.perf.clear_fabric_mapping_tables | may be incompatible with other mods
# mixin.perf.remove_spawn_chunks | breaks vanilla parity
# mixin.perf.clear_mixin_classinfo | may be incompatible with other mods
#
# Thanks HyperSoop for allowing me to modify the config file for Adrenaline :)
#
# For more information on the ModernFix patches and what they do, see the
# wiki on the Git repo: https://github.com/embeddedt/ModernFix/wiki

mixin.perf.dynamic_entity_renderers=true
mixin.perf.dynamic_resources=true
mixin.perf.faster_item_rendering=true
30 changes: 30 additions & 0 deletions versions/fabric/1.20.4/config/modmenu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"sorting": "ascending",
"count_libraries": true,
"compact_list": false,
"count_children": true,
"mods_button_style": "classic",
"game_menu_button_style": "replace_bugs",
"count_hidden_mods": true,
"mod_count_location": "title_screen",
"hide_mod_links": false,
"show_libraries": false,
"hide_mod_license": false,
"hide_badges": false,
"hide_mod_credits": false,
"easter_eggs": true,
"modify_title_screen": true,
"modify_game_menu": true,
"hide_config_buttons": false,
"random_java_colors": false,
"translate_names": true,
"translate_descriptions": true,
"config_mode": false,
"disable_drag_and_drop": false,
"hidden_mods": [],
"hidden_configs": [],
"disable_update_checker": [],
"update_checker": true,
"button_update_badge": true,
"quick_configure": true
}
30 changes: 30 additions & 0 deletions versions/fabric/1.20.4/config/simplemenu.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
// Whether a custom window title should be set. Uses the value set in 'customWindowTitle'.
"setCustomWindowTitle": true,
// The custom window title that's used when 'setCustomWindowTitle' is enabled.
"customWindowTitle": "Re-Console",
// If a custom window icon should be set. Two files are needed. Both in PNG format. One a 16 pixel square called 'icon_16x16.png', and one a 32 pixel square called 'icon_32x32.png'. Located in './config/simplemenu/icon'.
"setCustomWindowIcon": true,
// If a custom main menu logo should be rendered. This will replace the 'Minecraft' text. A 'logo.png' file is needed. Located in './config/simplemenu/logo'. By default the image dimensions are 1024x256. To remove it completely, use an empty .png file.
"replaceMainMenuLogo": false,
// If a custom main menu 'edition' logo should be rendered. This will replace the 'Java Edition' text. An 'edition.png' file is needed. Located in './config/simplemenu/logo'. By default the image dimensions are 512x64. To remove it completely, use an empty .png file.
"replaceMainMenuEditionLogo": false,
// If a custom background should be rendered. A 'background.png' file is needed. Located in './config/simplemenu/background/'.
"setCustomBackground": false,
// If the Minecraft Realms button should be hidden from the main menu. Enabled by default, since modded Minecraft is incompatible with it.
"hideMinecraftRealmsButton": true,
// Whether the Minecraft Realms button should be replaced by a serverhosting promo button.
"enableServerPromoButton": false,
// The default server promo button text.
"serverPromoButtonTextDefault": "Need a Server?",
// The server promo button text shown when hovering it.
"serverPromoButtonTextOnHover": "Use code PROMO for 25% off",
// The URL that's being navigated to when clicking the server promo button.
"serverPromoButtonClickURL": "https://localhost/exampleurl",
// Whether the splash text should be hidden on the main menu.
"hideSplashText": false,
// Whether experimental/beta mod loader text should be removed from the main menu.
"removeExperimentalModLoaderText": false,
// Whether the text in the bottom left should be removed from the main menu.
"removeTextBottomLeft": false
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions versions/fabric/1.20.4/config/sodium-options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"advanced": {
"cpu_render_ahead_limit": 4
}
}
8 changes: 8 additions & 0 deletions versions/fabric/1.20.4/config/threadtweak.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"threadPriority": {
"game": 8,
"main": 3,
"io": 5,
"integratedServer": 8
}
}
13 changes: 13 additions & 0 deletions versions/fabric/1.20.4/config/yosbr/options.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version:3839
biomeBlendRadius:1
enableVsync:false
fullscreen:true
gamma:0.0
maxFps:240
renderDistance:18
simulationDistance:5
toggleCrouch:true
resourcePacks:["vanilla","fabric","programmer_art","file/re-console_resources.zip","file/PACP 1.8 Beta 3 Comparity Version.zip"]
notificationDisplayTime:1.2
attackIndicator:0
joinedFirstServer:true
Loading

0 comments on commit dbd8a7a

Please sign in to comment.