embeddedt
4f711a4995
Populate isFabric earlier
2023-06-27 15:29:14 -04:00
embeddedt
9b31616585
Clean up build script some more
2023-06-27 11:27:26 -04:00
embeddedt
922d0f26e1
Use same merge mode as default Spark
2023-06-27 11:01:17 -04:00
embeddedt
58eaf44d89
Make mixin info clearing work on Fabric
2023-06-26 21:15:19 -04:00
embeddedt
e3944d7879
Add option to aggressively clear Fabric mapping tables
2023-06-26 19:43:53 -04:00
embeddedt
a01cc836c1
Use correct platform name
2023-06-26 14:22:34 -04:00
embeddedt
4943702061
Add platform name to hooks
2023-06-26 14:21:07 -04:00
embeddedt
60525ad594
Add option to profile launch using Spark
2023-06-26 13:58:12 -04:00
embeddedt
b611830b7e
Eliminate need to use platform hook to retrieve server here
2023-06-26 13:01:53 -04:00
embeddedt
a6e2fc94b4
Add 1.20 to README
2023-06-26 12:59:20 -04:00
embeddedt
bac13236e7
Use WeakReference for server variable but never clear it for better mod compat
2023-06-26 12:58:03 -04:00
embeddedt
20ca15f0c4
Add a few more features to resource pack cache engine (for 1.19.4+)
2023-06-22 13:42:15 -04:00
embeddedt
19c6687745
More aggressively load model files
2023-06-21 21:17:11 -04:00
embeddedt
2fe5c088e3
Explicitly run it on all branches
2023-06-20 14:58:12 -04:00
embeddedt
fa76a4e2be
Do not run Gradle workflow when pushing a tag
2023-06-20 14:53:20 -04:00
embeddedt
5d6566512c
Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys
...
There are no memory savings from using the fastutil maps, and they
may be harming performance based on the Project MMO issues
Probably also the solution to #134
2023-06-20 10:31:49 -04:00
embeddedt
c1acdf1bb4
Make config wrapping possible to disable
2023-06-20 09:42:44 -04:00
embeddedt
41b71c5e59
Attempt fix for Engineer's Decor and related crashes
2023-06-19 21:49:45 -04:00
embeddedt
1bf64f9aa1
Use annotated tags for releases [skip ci]
2023-06-19 21:07:13 -04:00
embeddedt
f77221d6d8
Fix missing newline [skip ci]
2023-06-19 20:58:51 -04:00
embeddedt
aa3fa93a9f
Add framework to load specific mod classes sequentially, preventing deadlocks
2023-06-19 20:57:07 -04:00
embeddedt
5d2310bda4
Fix incorrect classname in Valhelsia Structures patch
...
Looks like this was broken during the multiloader refactor
Related: #135
2023-06-19 18:54:26 -04:00
embeddedt
a72ebc4c26
Avoid printing "automatic merge went well" message [skip ci]
2023-06-13 17:53:05 -04:00
embeddedt
f7d66257fb
Allow resolving merge conflicts inside propagator [skip ci]
2023-06-13 17:52:31 -04:00
embeddedt
d242431e9a
Change dynamic_dfu to return real schemas as well
2023-06-12 21:57:22 -04:00
embeddedt
916710eb77
Add yet another texture folder
2023-06-12 10:55:31 -04:00
embeddedt
9c76052be0
Fix CF publishing
2023-06-12 10:42:33 -04:00
embeddedt
fcd6663835
Move curseforge/modrinth code into common file
2023-06-12 10:40:10 -04:00
embeddedt
cfd3920c8c
Add tickable object framework
2023-06-12 10:24:49 -04:00
embeddedt
b0ab187da8
Add autorelease script [skip ci]
2023-06-11 21:21:27 -04:00
embeddedt
74a3e4ed2b
Ensure bin is populated by release runner [skip ci]
2023-06-11 21:02:48 -04:00
embeddedt
99e030ce27
Add script for auto-propagating changes to modern branches where possible [skip ci]
2023-06-11 20:44:39 -04:00
embeddedt
02a68f7689
Fix Wizards spell textures being missing
2023-06-11 20:06:42 -04:00
embeddedt
a2d82472a4
Add automated, ephemeral release workflow [skip ci]
2023-06-09 13:05:40 -04:00
embeddedt
57e1e54441
Tweak faster_texture_loading injection point for compatibility
2023-06-06 19:12:03 -04:00
embeddedt
b4470eb520
Change dev build link [skip ci]
2023-06-06 11:45:11 -04:00
embeddedt
5de87576ca
Ensure CTM's metadataCache is thread-safe
2023-06-06 11:35:02 -04:00
embeddedt
4d54c624e1
Avoid CME during Indigo model bake on Fabric
2023-06-05 21:55:16 -04:00
embeddedt
489a30d185
New versioning scheme
2023-06-05 21:31:43 -04:00
embeddedt
b430b67052
Return missing model for null BlockState
2023-06-05 19:43:25 -04:00
embeddedt
54759008e5
Allow Fabric version to run on >=1.16.2
2023-06-03 20:01:34 -04:00
embeddedt
41c2bb733e
Add name change easter egg when running on snapshots
2023-06-03 20:01:19 -04:00
embeddedt
941331f90a
Compatibility improvements for mixin.perf.nbt_memory_usage
...
Related: #119
2023-06-03 11:26:44 -04:00
embeddedt
db223b62a0
Advancement recursion speedup on Forge, based off Advancements Debug
2023-06-02 12:06:34 -04:00
embeddedt
39e1ac0896
Simplify item rendering optimization
...
Now uses a wrapped item model instead of actually modifying
the rendering code, to avoid disabling Sodium's optimization
2023-06-01 21:11:54 -04:00
embeddedt
c8bce3e015
Disable bugfix.chunk_deadlock for DimThread
...
Related: #118
2023-06-01 19:54:18 -04:00
embeddedt
4b73d699e4
Disable packet leak fix when MemoryLeakFix is present on Fabric
2023-06-01 19:45:19 -04:00
embeddedt
1a7d5b3436
Decommission the chunk saving fix
...
Does not actually fix the issue, sadly
2023-06-01 19:39:21 -04:00
embeddedt
b15537a32f
Make CanonizingStringMap not crash on null keys/values
2023-05-31 09:37:34 -04:00
embeddedt
76485b0cba
Fix Skyblock Builder crash
...
Related: #117
2023-05-30 10:43:08 -04:00