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 |
|
embeddedt
|
3dbff477e9
|
Improve structure cache wording
|
2023-05-29 18:29:11 -04:00 |
|
embeddedt
|
a7d894cbc2
|
Disable cache invalidation outside dev
Not needed as mod contents shouldn't change (right...)
|
2023-05-29 10:16:54 -04:00 |
|
embeddedt
|
c4a50bb6e2
|
Replace default backing map of NBT tags in more compatible way
Related: #111
|
2023-05-27 10:12:05 -04:00 |
|
embeddedt
|
b5d62b4bbb
|
Add off-by-default feature to automatically thread dump every 60 seconds
|
2023-05-26 11:55:57 -04:00 |
|
embeddedt
|
74eb8a0619
|
Split unbaked model load event into load and pre-bake stages
Allows mods like Continuity to wrap the model being baked
separately from the model in the cache
|
2023-05-23 18:50:49 -04:00 |
|
embeddedt
|
be4c8607d4
|
Disable faster texture loader if Changed:MC is installed
Related: #108
|
2023-05-23 11:53:28 -04:00 |
|
embeddedt
|
91c2d50d97
|
Add more texture paths
|
2023-05-21 22:14:17 -04:00 |
|
embeddedt
|
cfd542623c
|
Fire model integrations on Fabric
|
2023-05-21 20:24:28 -04:00 |
|
embeddedt
|
0a035b6e0d
|
Back client integration list with COW arraylist
|
2023-05-21 17:11:51 -04:00 |
|
embeddedt
|
a22308fb89
|
Depend on full Fabric API at runtime
|
2023-05-21 17:08:45 -04:00 |
|
embeddedt
|
98da673cbe
|
Tweak point at which dummy models are cleared on Fabric
|
2023-05-21 17:04:22 -04:00 |
|
embeddedt
|
c2f09fb998
|
Merge branch 'mod-api'
|
2023-05-21 15:24:46 -04:00 |
|
embeddedt
|
bb6d498d58
|
Disable faster_texture_loading and faster_texture_stitching when Opticrash is present
Fixes #91
|
2023-05-21 14:11:05 -04:00 |
|
embeddedt
|
0d901c6281
|
Only preserve window position if a non-default width/height was given
Fixes #103 (in next release)
|
2023-05-20 16:35:56 -04:00 |
|
embeddedt
|
962b843199
|
Avoid exposing mods to exceptions when baking models
|
2023-05-20 12:35:33 -04:00 |
|
embeddedt
|
c51d7ae641
|
Use half fix for packet leak
|
2023-05-17 16:51:56 -04:00 |
|
embeddedt
|
0d4a12eafe
|
Revert "Hopefully more stable version of the original packet fix"
This reverts commit b21ee9a7e7.
|
2023-05-17 16:51:25 -04:00 |
|
embeddedt
|
f67fa07546
|
Synchronize LivingEntityRenderer layer list
Related: #102
|
2023-05-17 16:50:08 -04:00 |
|
embeddedt
|
f22dbf5df1
|
Use less invasive mixin on Blocks.rebuildCache()
Related: #99
|
2023-05-15 22:19:54 -04:00 |
|
embeddedt
|
c1c9c02ff4
|
Remove blockstate compression
|
2023-05-14 20:27:37 -04:00 |
|
embeddedt
|
b21ee9a7e7
|
Hopefully more stable version of the original packet fix
|
2023-05-14 19:59:39 -04:00 |
|
embeddedt
|
0f2764b79d
|
Revert "Fix incorrect logic in packet leak patch"
This reverts commit 45d308c6a4.
|
2023-05-14 19:48:57 -04:00 |
|
embeddedt
|
eb925bc3ba
|
Fix performance issue when loading large NBT maps
Array map was not being changed to hash map until AFTER the insertions,
which is bad
|
2023-05-14 19:24:56 -04:00 |
|
embeddedt
|
a7e64f2947
|
Fix performance issue when loading large NBT maps
Array map was not being changed to hash map until AFTER the insertions,
which is bad
|
2023-05-14 19:23:36 -04:00 |
|
embeddedt
|
b4ffe68adb
|
Replace Forge dynamic model bake event with modloader-independent custom solution
|
2023-05-13 16:37:20 -04:00 |
|
embeddedt
|
45d308c6a4
|
Fix incorrect logic in packet leak patch
Related: #97
|
2023-05-13 09:36:34 -04:00 |
|
embeddedt
|
d427c5e050
|
Invalidate pack caches directly instead of iterating resource manager pack list
|
2023-05-10 18:12:32 -04:00 |
|
embeddedt
|
d97da8fe4c
|
Fix resource pack cache not invalidating on F3+T
|
2023-05-10 17:02:15 -04:00 |
|
embeddedt
|
b5c08b996f
|
Add button to title screen for datagenning inside runClient
|
2023-05-10 15:29:46 -04:00 |
|