embeddedt
|
8059fc4672
|
Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23
|
2023-10-13 10:47:44 -04:00 |
|
embeddedt
|
e94f1481ae
|
Don't use Parchment in testmod
|
2023-09-15 09:23:48 -04:00 |
|
embeddedt
|
dc42bda09d
|
Move shared build code out of rootProject build.gradle
|
2023-08-31 11:09:56 -04:00 |
|
embeddedt
|
2629cd484a
|
Add runes/ to legacy texture folder list
|
2023-08-16 08:48:30 -04:00 |
|
embeddedt
|
dcb72dfa62
|
Add more links to Mod Menu
|
2023-08-14 11:25:23 -04:00 |
|
embeddedt
|
d9184833ec
|
Introduce MixinExtras
|
2023-08-13 15:53:20 -04:00 |
|
embeddedt
|
b87c615e5d
|
Adjust mixin config
|
2023-08-12 11:51:28 -04:00 |
|
embeddedt
|
d1c9be8900
|
Clean up warnings
|
2023-08-12 11:41:04 -04:00 |
|
embeddedt
|
05e74f4141
|
Add warning when launched with Continuity and dynamic resources is on
|
2023-08-12 11:18:41 -04:00 |
|
embeddedt
|
8b4c5d4c7a
|
C U B E
|
2023-08-10 22:44:06 -04:00 |
|
embeddedt
|
cb6ff1d68b
|
Add API to skip blockstate/model scanning for specific models
|
2023-08-10 22:43:45 -04:00 |
|
embeddedt
|
e9ff7d7ba1
|
Allow setting config options via JVM properties
|
2023-08-10 20:31:39 -04:00 |
|
embeddedt
|
34179fb313
|
Implement blast_search_trees on Fabric (dummy mode only)
|
2023-08-10 20:30:55 -04:00 |
|
embeddedt
|
6c85449b63
|
Rewrite testmod debug renderer to be cooler
|
2023-08-09 22:48:30 -04:00 |
|
embeddedt
|
365eb80a28
|
Testmod for many blocks/items test
|
2023-08-09 21:45:21 -04:00 |
|
embeddedt
|
fed0392ddc
|
Introduce test mod
|
2023-08-09 20:07:59 -04:00 |
|
embeddedt
|
cac291df47
|
Add minor Brigadier patch to limit suggestion count to 10000
Fixes lag when there are many items registered
|
2023-08-09 19:51:59 -04:00 |
|
embeddedt
|
fbfaa178e3
|
Allow disabling Fabric API for runtime in dev
|
2023-08-09 15:45:14 -04:00 |
|
embeddedt
|
c1277a2bf5
|
Make a copy of the top-level model list when collecting materials
This should prevent CMEs if material collection triggers a model
load
|
2023-08-05 11:42:44 -04:00 |
|
embeddedt
|
24792b96cc
|
Move ModernFix branding to right side of screen
|
2023-08-03 11:27:32 -04:00 |
|
embeddedt
|
acec6112cb
|
Remove all remaining hard dependency on Fabric API modules
|
2023-08-02 19:15:34 -04:00 |
|
embeddedt
|
7e777625a5
|
Remove dependency on fabric-lifecycle-events
|
2023-08-02 19:05:39 -04:00 |
|
embeddedt
|
fe818eb7e6
|
Replace ServerLifecycleEvents usage with mixin
|
2023-08-02 19:00:28 -04:00 |
|
embeddedt
|
201db412a4
|
Rewrite tracking code for game load/world join timing
|
2023-08-02 16:08:36 -04:00 |
|
embeddedt
|
377f59847e
|
Skip dynamic resources single blockstate optimization when outside world
This should improve performance of model baking events during launch
|
2023-07-30 12:57:11 -04:00 |
|
embeddedt
|
13cc103be2
|
Switch to compile-only Arch Transformer
|
2023-07-27 16:26:16 -04:00 |
|
embeddedt
|
7fa6c45f07
|
Fix dragging in ModLoader too early
|
2023-07-23 19:21:00 -04:00 |
|
embeddedt
|
ad60b1dec6
|
Fix timing of dynamic baked model registry handoff
|
2023-07-19 17:31:24 -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
|
33d27ff04b
|
Fix memory leak on Fabric from models being saved to the vanilla map
|
2023-07-15 21:32:02 -04:00 |
|
embeddedt
|
4537f86bbc
|
Add mod menu in dev
|
2023-07-10 19:40:22 -04:00 |
|
embeddedt
|
dfdbf8544a
|
Guard against early parent resolution failing
|
2023-07-09 20:36:57 -04:00 |
|
embeddedt
|
49b31c347b
|
Resolve parents in getModel rather than at bake time
Fixes EBE chests
|
2023-07-09 20:35:31 -04:00 |
|
embeddedt
|
db4f6738ee
|
Credit AE2 for JUnit bootstrap extension design
|
2023-07-06 19:35:36 -04:00 |
|
embeddedt
|
ff39e9022b
|
Get testing working, add tests for blockstate cache rebuilds
|
2023-07-06 19:26:44 -04:00 |
|
embeddedt
|
03b2395782
|
Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817
|
2023-07-06 18:42:50 -04:00 |
|
embeddedt
|
582f17c0e7
|
Update Loom to prepare for unit tests
|
2023-07-06 14:42:51 -04:00 |
|
embeddedt
|
0a2601257c
|
Fix dynamic resources losing nested model loads sometimes
|
2023-07-05 12:04:10 -04:00 |
|
embeddedt
|
dd4a72a6f9
|
Tweak dynamic resources model baking override point on Fabric
Related: #120
|
2023-07-03 15:10:05 -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
|
bac13236e7
|
Use WeakReference for server variable but never clear it for better mod compat
|
2023-06-26 12:58:03 -04:00 |
|
embeddedt
|
916710eb77
|
Add yet another texture folder
|
2023-06-12 10:55:31 -04:00 |
|
embeddedt
|
fcd6663835
|
Move curseforge/modrinth code into common file
|
2023-06-12 10:40:10 -04:00 |
|
embeddedt
|
02a68f7689
|
Fix Wizards spell textures being missing
|
2023-06-11 20:06:42 -04:00 |
|