Skip to content

Commit

Permalink
0.1.2+1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBossMagnus committed Jan 12, 2024
1 parent 163d141 commit 59df567
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 18 deletions.
6 changes: 3 additions & 3 deletions src/1.20.1/fabric/config/yosbr/config/c2me.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3
[clientSideConfig]
[clientSideConfig.modifyMaxVDConfig]
version = 3
[clientSideConfig]
[clientSideConfig.modifyMaxVDConfig]
enabled = false
1 change: 1 addition & 0 deletions src/1.20.1/fabric/config/yosbr/config/lithium.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mixin.experimental=true
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
mixin.bugfix.packet_leak=true
mixin.feature.measure_time=false
mixin.feature.snapshot_easter_egg=false
clear_fabric_mapping_tables=true
mixin.perf.clear_fabric_mapping_tables=true
mixin.perf.clear_mixin_classinfo=true
mixin.perf.deduplicate_climate_parameters=true
mixin.perf.dynamic_block_codecs=true
mixin.perf.dynamic_resources=true
mixin.perf.dynamic_entity_renderers=true
mixin.perf.dynamic_resources=true
mixin.perf.faster_item_rendering=true
mixin.perf.remove_spawn_chunks=true
8 changes: 4 additions & 4 deletions src/1.20.1/fabric/config/yosbr/config/moreculling.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
itemFrameLODRange = 48
itemFrame3FaceCullingRange = 0.0
includeMangroveRoots = true
leavesCullingMode = "CHECK"
itemFrameLODRange = 48
itemFrame3FaceCullingRange = 0.0
includeMangroveRoots = true
leavesCullingMode = "CHECK"
entityModelCulling = true
14 changes: 7 additions & 7 deletions src/1.20.1/fabric/config/yosbr/config/sodium-options.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"advanced": {
"cpu_render_ahead_limit": 5
},
"performance": {
"use_entity_culling": false
}
{
"advanced": {
"cpu_render_ahead_limit": 5
},
"performance": {
"use_entity_culling": false
}
}
6 changes: 5 additions & 1 deletion src/1.20.1/fabric/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ hash = "6bd59873ad94c9a07604af1001c1c45c09f510f9f8006e4c1819e370960955e3"
file = "config/yosbr/config/lambdynlights.toml"
hash = "5c371f888faf5479736b19c2d23ea3a9385f01d2260ec26498fad5a2267f08da"

[[files]]
file = "config/yosbr/config/lithium.properties"
hash = "e5b0cbdba61b5bb019e9bf19333ace14c2da739baa936d3506b5edab3186ecf4"

[[files]]
file = "config/yosbr/config/modernfix-mixins.properties"
hash = "0472259fee949625d5edc7f516f8c52bb841b199e4a8461a806341a5f8870e0b"
hash = "4dec09217ac824a854d58d8fd62e522c19080f7efbb887ad13cb8f3e233b6614"

[[files]]
file = "config/yosbr/config/moreculling.toml"
Expand Down
2 changes: 1 addition & 1 deletion src/1.20.1/fabric/pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "64f58e903b9e10e797158a6edbf6ad538aed785cdea55c0d95afa261ce87e084"
hash = "6ade69c6aa55754b2ba6da6ec68f493dfda6ec91fe2fd3ba79f9091f12a8dc9b"

[versions]
fabric = "0.15.3"
Expand Down

0 comments on commit 59df567

Please sign in to comment.