embeddedt
|
ce7e796d93
|
Only collect options from ModernFixEarlyConfig added to the immutable map
|
2023-07-28 22:11:10 -04:00 |
|
embeddedt
|
01bbff42db
|
Add descriptions of options from newer versions
|
2023-07-28 22:00:09 -04:00 |
|
embeddedt
|
ea593d5002
|
Remove debug message
|
2023-07-28 21:21:45 -04:00 |
|
embeddedt
|
5da78f7565
|
Render sub-options more nicely
|
2023-07-28 21:19:15 -04:00 |
|
embeddedt
|
f036350b0a
|
Add option parenting, gate changes to sub-options when parent option is off
|
2023-07-28 21:04:53 -04:00 |
|
embeddedt
|
c7b6a9ed9e
|
Document 1.16 options
|
2023-07-28 20:38:45 -04:00 |
|
embeddedt
|
5225d89210
|
Allow choosing custom path to language JSON
Intended for use in dev, to allow pointing at the local 1.16 file
as changes are made
|
2023-07-28 20:10:10 -04:00 |
|
embeddedt
|
eee22d7e70
|
Upgrade markdown generation script, can now detect missing descriptions outside game
|
2023-07-28 19:56:01 -04:00 |
|
embeddedt
|
13cc103be2
|
Switch to compile-only Arch Transformer
|
2023-07-27 16:26:16 -04:00 |
|
embeddedt
|
2663f5e3f4
|
Use Forge resource finder for directories instead of MF finder
|
2023-07-27 13:59:13 -04:00 |
|
embeddedt
|
213bcd1b2a
|
Fix getResource("") failing to return valid resource
Fixes #187
|
2023-07-26 22:02:21 -04:00 |
|
embeddedt
|
0a9644a8a0
|
More documentation inside config file
|
2023-07-26 09:18:05 -04:00 |
|
embeddedt
|
7ad09acec6
|
Add code to show default values of options (currently unused)
Related: #186
|
2023-07-26 09:00:45 -04:00 |
|
embeddedt
|
84e27a7c4d
|
Fix ender dragon model leaking client world
|
2023-07-24 17:15:10 -04:00 |
|
embeddedt
|
7f44701670
|
Display ModernFix version in early part of log
|
2023-07-24 16:03:29 -04:00 |
|
embeddedt
|
bb5e71c651
|
Remove second config warning, now redundant
|
2023-07-23 20:37:57 -04:00 |
|
embeddedt
|
7fa6c45f07
|
Fix dragging in ModLoader too early
|
2023-07-23 19:21:00 -04:00 |
|
embeddedt
|
2246b79a85
|
Fix mod mixins not being disabled if there is an early load error
|
2023-07-23 18:32:50 -04:00 |
|
embeddedt
|
4cdf5e6b3d
|
Fix missing ClientOnly annotations
|
2023-07-22 15:35:36 -04:00 |
|
embeddedt
|
48409fc572
|
Fix concurrency issue in CoFH FlagManager
Related: #173
|
2023-07-22 11:19:20 -04:00 |
|
embeddedt
|
373a10f12c
|
Fix crash with dynamic resources if mods depend on themselves
|
2023-07-22 11:06:11 -04:00 |
|
embeddedt
|
18cec4f88d
|
Fix NPE from config fixers
Related: #174
|
2023-07-22 09:56:25 -04:00 |
|
embeddedt
|
edb3da4f74
|
Fix deadlock with the config fixers by moving all locking to one object
|
2023-07-21 11:13:56 -04:00 |
|
embeddedt
|
7dbb926787
|
Forceload RenderType/RenderStateShard on the main thread during startup
Fixes launch deadlock with Registrate/Quark
|
2023-07-20 21:34:04 -04:00 |
|
embeddedt
|
4397f274a5
|
Prevent CME from thread dumper
|
2023-07-20 20:18:34 -04:00 |
|
embeddedt
|
ad60b1dec6
|
Fix timing of dynamic baked model registry handoff
|
2023-07-19 17:31:24 -04:00 |
|
embeddedt
|
d1a1fce7e1
|
Improve reliability of ItemOverrideBakedModel if not replaced
|
2023-07-19 17:08:23 -04:00 |
|
embeddedt
|
8383053b5c
|
Fix wall block deduplication crashing when invasive mods replace vanilla walls
Related: #168
|
2023-07-19 16:45:32 -04:00 |
|
embeddedt
|
d8e515272a
|
Even more resilient Night Config fix
|
2023-07-19 12:32:26 -04:00 |
|
embeddedt
|
ac436db456
|
Add support to dynamic resources for item overrides
|
2023-07-19 11:50:16 -04:00 |
|
embeddedt
|
e65f8fbb32
|
Add option to override overrides
Absolutely no support is guaranteed when this is used
|
2023-07-19 10:05:09 -04:00 |
|
embeddedt
|
36eb73b28e
|
Generify config patch to also work with Night Config Fixes mod
|
2023-07-18 13:48:20 -04:00 |
|
embeddedt
|
b499a054b9
|
Possible fix for the elusive Forge config corruption bug
Block file watcher from proceeding until config is done saving
Related: https://github.com/MinecraftForge/MinecraftForge/issues/9122
|
2023-07-18 12:44:11 -04:00 |
|
embeddedt
|
c3e3dff805
|
Return all possible states for model if given location is not an MRL
|
2023-07-17 16:07:51 -04:00 |
|
embeddedt
|
5ec070843d
|
Use CachedResourcePath in resource finder
Reduces memory usage by ~50%
|
2023-07-17 13:42:50 -04:00 |
|
embeddedt
|
9fbb97d0fa
|
Use Guava multimap for resource finder instead of custom "multi"map
|
2023-07-17 13:20:46 -04:00 |
|
embeddedt
|
4f186c03f5
|
Filter valid paths using explicit joiner instead of Path.toString
to avoid issues on Windows
|
2023-07-16 19:59:22 -04:00 |
|
embeddedt
|
33d27ff04b
|
Fix memory leak on Fabric from models being saved to the vanilla map
|
2023-07-15 21:32:02 -04:00 |
|
embeddedt
|
ad948f0ec1
|
Rework wall block caching to cache collision shapes as well
|
2023-07-15 20:36:56 -04:00 |
|
embeddedt
|
c63a8fa21e
|
Deduplicate wall block shapes
|
2023-07-15 20:23:59 -04:00 |
|
embeddedt
|
2c53c01cbc
|
Improve patchlist formatting
|
2023-07-15 17:10:09 -04:00 |
|
embeddedt
|
dff181accb
|
Allow corrupt JSONs when scanning models for textures
Fixes Hexerei textures being missing on 1.18
|
2023-07-15 15:05:25 -04:00 |
|
embeddedt
|
565cc23c6c
|
Only apply Parchment mappings if version is provided
|
2023-07-14 13:54:23 -04:00 |
|
embeddedt
|
0116a31616
|
Hotfix for Class.descriptorString() not existing on Java 8
|
2023-07-13 21:20:16 -04:00 |
|
embeddedt
|
ec02a77c19
|
Add tag cleaner script to help with changelog issues
|
2023-07-13 20:12:03 -04:00 |
|
其智乃反不能及
|
a1ee34bb1c
|
Update zh_cn.json (#153)
|
2023-07-13 19:39:48 -04:00 |
|
embeddedt
|
793fb5f388
|
Allow spam_thread_dump to work even earlier
|
2023-07-13 17:08:32 -04:00 |
|
embeddedt
|
d14ae9d2c1
|
Fix formatting issue
|
2023-07-12 19:36:52 -04:00 |
|
embeddedt
|
5fd02ffc96
|
Very bad hack for wiki race condition
GitHub's "concurrency" system just cancels pending jobs instead
of scheduling them
|
2023-07-12 19:35:23 -04:00 |
|
embeddedt
|
8f806e6285
|
Use shared branch list script
|
2023-07-12 19:30:37 -04:00 |
|