Skip to content

Commit 074a8da

Browse files
committed
feat: add Moonrise
chore: update mods
1 parent 7a5584a commit 074a8da

11 files changed

+129
-45
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Replace the blockstate neighbor table
2+
replaceNeighborLookup = false
3+
# Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled
4+
replacePropertyMap = false
5+
# Cache the predicate instances used in multipart models
6+
cacheMultipartPredicates = true
7+
# Avoid creation of new strings when creating ModelResourceLocations
8+
modelResourceLocations = true
9+
# Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled
10+
multipartDeduplication = true
11+
# Deduplicate cached data for blockstates, most importantly collision and render shapes
12+
blockstateCacheDeduplication = true
13+
# Deduplicate vertex data of baked quads in the basic model implementations
14+
bakedQuadDeduplication = true
15+
# Use smaller data structures for "simple" models, especially models with few side-specific faces
16+
modelSides = true
17+
# Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk!
18+
useSmallThreadingDetector = false
19+
# Use a slightly more compact, but also slightly slower representation for block states
20+
compactFastMap = false
21+
# Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly.
22+
populateNeighborTable = false

config/modernfix-mixins.properties

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# This is the configuration file for ModernFix.
2+
# In general, prefer using the config screen to editing this file. It can be accessed
3+
# via the standard mod menu on your respective mod loader. Changes will, however,
4+
# require restarting the game to take effect.
5+
#
6+
# The following options can be enabled or disabled if there is a compatibility issue.
7+
# Add a line with your option name and =true or =false at the bottom of the file to enable
8+
# or disable a rule. For example:
9+
# mixin.perf.dynamic_resources=true
10+
# Do not include the #. You may reset to defaults by deleting this file.
11+
#
12+
# Available options:
13+
# mixin.bugfix.chunk_deadlock=true # (default)
14+
# mixin.bugfix.concurrency=true # (default)
15+
# mixin.bugfix.ender_dragon_leak=true # (default)
16+
# mixin.bugfix.packet_leak=false # (default)
17+
# mixin.bugfix.paper_chunk_patches=true # (default)
18+
# mixin.bugfix.restore_old_dragon_movement=false # (default)
19+
# mixin.bugfix.world_leaks=true # (default)
20+
# mixin.bugfix.world_screen_skipped=true # (default)
21+
# mixin.devenv=false # (default)
22+
# mixin.feature.branding=true # (default)
23+
# mixin.feature.cause_lag_by_disabling_threads=false # (default)
24+
# mixin.feature.direct_stack_trace=false # (default)
25+
# mixin.feature.disable_unihex_font=false # (default)
26+
# mixin.feature.integrated_server_watchdog=true # (default)
27+
# mixin.feature.measure_time=true # (default)
28+
# mixin.feature.remove_chat_signing=false # (default)
29+
# mixin.feature.snapshot_easter_egg=true # (default)
30+
# mixin.feature.spam_thread_dump=false # (default)
31+
# mixin.feature.spark_profile_launch=false # (default)
32+
# mixin.feature.stalled_chunk_load_detection=false # (default)
33+
# mixin.feature.warn_missing_perf_mods=true # (default)
34+
# mixin.launch.class_search_cache=true # (default)
35+
# mixin.perf.cache_blockstate_cache_arrays=true # (default)
36+
# mixin.perf.cache_model_materials=true # (default)
37+
# mixin.perf.cache_profile_texture_url=true # (default)
38+
# mixin.perf.cache_strongholds=true # (default)
39+
# mixin.perf.clear_fabric_mapping_tables=false # (default)
40+
# mixin.perf.clear_mixin_classinfo=false # (default)
41+
# mixin.perf.compact_bit_storage=true # (default)
42+
# mixin.perf.dedicated_reload_executor=true # (default)
43+
# mixin.perf.deduplicate_climate_parameters=false # (default)
44+
# mixin.perf.deduplicate_location=false # (default)
45+
# mixin.perf.deduplicate_wall_shapes=true # (default)
46+
# mixin.perf.dynamic_entity_renderers=false # (default)
47+
# mixin.perf.dynamic_resources=false # (default)
48+
# mixin.perf.dynamic_sounds=true # (default)
49+
# mixin.perf.dynamic_structure_manager=true # (default)
50+
# mixin.perf.faster_command_suggestions=true # (default)
51+
# mixin.perf.faster_item_rendering=false # (default)
52+
# mixin.perf.faster_texture_stitching=true # (default)
53+
# mixin.perf.fix_loop_spin_waiting=true # (default)
54+
# mixin.perf.model_optimizations=true # (default)
55+
# mixin.perf.mojang_registry_size=true # (default)
56+
# mixin.perf.nbt_memory_usage=true # (default)
57+
# mixin.perf.reduce_blockstate_cache_rebuilds=true # (default)
58+
# mixin.perf.remove_biome_temperature_cache=true # (default)
59+
# mixin.perf.resourcepacks=true # (default)
60+
# mixin.perf.state_definition_construct=true # (default)
61+
# mixin.perf.thread_priorities=true # (default)
62+
# mixin.perf.ticking_chunk_alloc=true # (default)
63+
# mixin.perf.worldgen_allocation=false # (default)
64+
# mixin.safety=true # (default)
65+
#
66+
# User overrides go here.
67+
68+
mixin.bugfix.paper_chunk_patches=false

index.toml

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ hash = "bc064328b41ce9f8ce31896c36aa51abbf03e950a98b609055d5040b6d78dff8"
88
file = ".github/workflows/publish.yml"
99
hash = "c48d2f573d7583cbb0973ef231c415ba4f994d053b1ae576c05f06453cb63ea9"
1010

11+
[[files]]
12+
file = "config/ferritecore.mixin.properties"
13+
hash = "159de407964a39584946e371a0952a8ec9be6e0de223ac3cb9cec928a9d7b168"
14+
15+
[[files]]
16+
file = "config/modernfix-mixins.properties"
17+
hash = "aa151f532d357ba1bbe1ff225a8d49b21409efc4abcea7f025006fe60c84383b"
18+
19+
[[files]]
20+
file = "mods/Moonrise-Fabric-0.1.0-SNAPSHOT+5269b0b.jar"
21+
hash = "216db1e0cf4425ab65afdd43384672eab32f56ab42a8d2bd2cc053b5d57a6a75"
22+
1123
[[files]]
1224
file = "mods/animatica.pw.toml"
1325
hash = "58134b8f4cca95555746efad25cc8a56c39ed57ba05f78d3aa61b603d378180c"
@@ -20,7 +32,7 @@ metafile = true
2032

2133
[[files]]
2234
file = "mods/cloth-config.pw.toml"
23-
hash = "d345d14d9672063419184ece254b77a51386160916058bb24a4af7faabc88d99"
35+
hash = "98f5b3f3a7f8955be1888cafff86619bbb1fa66fe23a5b280878040e30cb7e77"
2436
metafile = true
2537

2638
[[files]]
@@ -40,7 +52,7 @@ metafile = true
4052

4153
[[files]]
4254
file = "mods/fabric-language-kotlin.pw.toml"
43-
hash = "a909422ca28880c8aa967a66ca3b89fba223a9cfc662d98592c234d22361cf33"
55+
hash = "508af0c05e63443f8179d0b5a34731735fc215872318b23e26df4487d260a36b"
4456
metafile = true
4557

4658
[[files]]
@@ -60,19 +72,14 @@ metafile = true
6072

6173
[[files]]
6274
file = "mods/indium.pw.toml"
63-
hash = "ec7ddc7195eaec44adb0a060c48d919bedb82775a3b683f8da21ab2eb6921ab1"
75+
hash = "a36870bfbbd57ea241255c6573a4d129509f5e50dbdcaf12d3a78c57f864bbde"
6476
metafile = true
6577

6678
[[files]]
6779
file = "mods/iris.pw.toml"
6880
hash = "315648c1b6910b274d4a16bda8eba7ddf380d928edb20c0c36f3ff9776e30fe5"
6981
metafile = true
7082

71-
[[files]]
72-
file = "mods/lithium.pw.toml"
73-
hash = "b3b33c53f8356928f86223f26eaebd7a266d610f8628e5077cda196192b0b7e4"
74-
metafile = true
75-
7683
[[files]]
7784
file = "mods/mixintrace.pw.toml"
7885
hash = "b89656eaf7e4404d8d2c5b1e1155aae85a839939f83cab6d1b5e791412ad5f86"
@@ -85,7 +92,7 @@ metafile = true
8592

8693
[[files]]
8794
file = "mods/modernfix.pw.toml"
88-
hash = "ca5ec031a590d0ad2e4feaf61853ce2ed0f0a78f8b7a8627cf183250f0e63d88"
95+
hash = "f01e3bf3ac19d148390509cc99c2df982439a619701a2a392101a6f4d3c250db"
8996
metafile = true
9097

9198
[[files]]
@@ -100,7 +107,7 @@ metafile = true
100107

101108
[[files]]
102109
file = "mods/noisium.pw.toml"
103-
hash = "5c19a3fa886d36fd32ee8434b7948972329b96fa1f4064d8beadae832f168654"
110+
hash = "85984b4af80646c0d92388512daeb1ef5404ec76b83fd0958103b3b38e98fff1"
104111
metafile = true
105112

106113
[[files]]
2.37 MB
Binary file not shown.

mods/cloth-config.pw.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "Cloth Config API"
2-
filename = "cloth-config-15.0.128-fabric.jar"
2+
filename = "cloth-config-15.0.130-fabric.jar"
33
side = "both"
44

55
[download]
6-
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/gY9NB5Rj/cloth-config-15.0.128-fabric.jar"
6+
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/7jtvrmVP/cloth-config-15.0.130-fabric.jar"
77
hash-format = "sha1"
8-
hash = "10334d4833fda919fe82e6f864caed9bc018764c"
8+
hash = "4b1283fad1e4f8c9bcdb2a7767a0a468d0ac4cc5"
99

1010
[update]
1111
[update.modrinth]
1212
mod-id = "9s6osm5g"
13-
version = "gY9NB5Rj"
13+
version = "7jtvrmVP"
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "Fabric Language Kotlin"
2-
filename = "fabric-language-kotlin-1.12.0+kotlin.2.0.10.jar"
2+
filename = "fabric-language-kotlin-1.12.1+kotlin.2.0.20.jar"
33
side = "both"
44

55
[download]
6-
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/kdDGGNEt/fabric-language-kotlin-1.12.0%2Bkotlin.2.0.10.jar"
6+
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/FayzGq0c/fabric-language-kotlin-1.12.1%2Bkotlin.2.0.20.jar"
77
hash-format = "sha1"
8-
hash = "8b5c6d1caff90301ac9856959457dcfc793774c3"
8+
hash = "5a5c0288ed6ab8c260b987c84d8cdbfe6bc928a7"
99

1010
[update]
1111
[update.modrinth]
1212
mod-id = "Ha28R6CL"
13-
version = "kdDGGNEt"
13+
version = "FayzGq0c"

mods/indium.pw.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "Indium"
2-
filename = "indium-1.0.34+mc1.21.jar"
2+
filename = "indium-1.0.35+mc1.21.jar"
33
side = "client"
44

55
[download]
6-
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/K4hsdO9H/indium-1.0.34%2Bmc1.21.jar"
6+
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/Z8VpxxGh/indium-1.0.35%2Bmc1.21.jar"
77
hash-format = "sha1"
8-
hash = "cf4641206fde618f194dc0a1064b1294e385d679"
8+
hash = "1bf4b5db91f4e6d7a4f94fe2e96525d22df1cacb"
99

1010
[update]
1111
[update.modrinth]
1212
mod-id = "Orvt0mRa"
13-
version = "K4hsdO9H"
13+
version = "Z8VpxxGh"

mods/lithium.pw.toml

Lines changed: 0 additions & 13 deletions
This file was deleted.

mods/modernfix.pw.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "ModernFix"
2-
filename = "modernfix-fabric-5.19.0+mc1.21.jar"
2+
filename = "modernfix-fabric-5.19.2+mc1.21.1.jar"
33
side = "both"
44

55
[download]
6-
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/KCOwQkKi/modernfix-fabric-5.19.0%2Bmc1.21.jar"
6+
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/wq4G8eI8/modernfix-fabric-5.19.2%2Bmc1.21.1.jar"
77
hash-format = "sha1"
8-
hash = "d2d25377d2a675c0aedab73876eac3fc1f97403d"
8+
hash = "6b0b3272cca6f324c6143640ad678e3f61e68df1"
99

1010
[update]
1111
[update.modrinth]
1212
mod-id = "nmDcB62a"
13-
version = "KCOwQkKi"
13+
version = "wq4G8eI8"

mods/noisium.pw.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "Noisium"
2-
filename = "noisium-fabric-2.2.1+mc1.21.jar"
2+
filename = "noisium-fabric-2.3.0+mc1.21-1.21.1.jar"
33
side = "server"
44

55
[download]
6-
url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/W8V2bkLB/noisium-fabric-2.2.1%2Bmc1.21.jar"
6+
url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/4sGQgiu2/noisium-fabric-2.3.0%2Bmc1.21-1.21.1.jar"
77
hash-format = "sha1"
8-
hash = "f06c1a48013bb4ff1183348d4d6ab3a31988edd3"
8+
hash = "642a672cfc60ff1e1262a39d7e160b1381c5120c"
99

1010
[update]
1111
[update.modrinth]
1212
mod-id = "KuNKN7d2"
13-
version = "W8V2bkLB"
13+
version = "4sGQgiu2"

0 commit comments

Comments
 (0)