embeddedt
|
963394c558
|
Merge remote-tracking branch 'origin/main' into 1.18
|
2023-02-25 18:52:20 -05:00 |
|
embeddedt
|
314a1e27cc
|
Cache stronghold locations instead of recomputing them on every world load
|
2023-02-25 18:51:27 -05:00 |
|
embeddedt
|
341631a8e1
|
Fix crash in creative search
|
2023-02-24 20:56:36 -05:00 |
|
embeddedt
|
11de406065
|
Merge remote-tracking branch 'origin/main' into 1.18
|
2023-02-24 19:42:07 -05:00 |
|
embeddedt
|
654c98b969
|
Fix a number of injections being misplaced on 1.18
|
2023-02-24 19:38:19 -05:00 |
|
embeddedt
|
8702ff2971
|
Add branding and revamp version control
|
2023-02-24 17:53:08 -05:00 |
|
embeddedt
|
7f018c1ff7
|
Minor optimization to ForgeRegistry.validateContent
|
2023-02-24 13:17:44 -05:00 |
|
embeddedt
|
da1017e61e
|
Remove JEI dependency
|
2023-02-22 20:14:27 -05:00 |
|
embeddedt
|
5cd3b40add
|
Add 1.18 version of resource pack optimization
|
2023-02-22 20:12:06 -05:00 |
|
embeddedt
|
17e526bcfe
|
Merge branch 'main' into 1.18
|
2023-02-22 19:38:48 -05:00 |
|
embeddedt
|
084b30e089
|
Latch JEI and blockstate threads until the world finishes loading
These processes are not necessary to get into the game, and so
we want to devote all CPU time to essential tasks like logging in
and loading chunks.
|
2023-02-22 13:07:38 -05:00 |
|
embeddedt
|
bc5b85efcc
|
Move 441 chunk loading to after join game packets are sent on integrated server
|
2023-02-21 22:24:50 -05:00 |
|
embeddedt
|
cb6399e820
|
Port faster texture stitching by SuperCoder79
|
2023-02-21 11:26:46 -05:00 |
|
embeddedt
|
aa963f4d1a
|
Allow COW in StaticTagHelper
Seems that some mods bind tags at runtime. This is a hack but it
should fix the persistent CME I get when launching ATM6
|
2023-02-20 11:46:36 -05:00 |
|
embeddedt
|
c7f2d41695
|
More KubeJS optimizations
|
2023-02-20 11:25:39 -05:00 |
|
embeddedt
|
613364ce91
|
Further KubeJS optimization
|
2023-02-19 22:40:59 -05:00 |
|
embeddedt
|
9b9b13d24b
|
Add KubeJS optimizations
|
2023-02-19 22:19:20 -05:00 |
|
embeddedt
|
74a727d335
|
Add ability to use vanilla resource reload profiler
|
2023-02-19 20:05:09 -05:00 |
|
ZZZank
|
2e50b995d8
|
Improve translations (#21)
|
2023-02-19 14:25:46 -05:00 |
|
embeddedt
|
7e2aaabd19
|
initial 1.18 port
|
2023-02-18 12:42:32 -05:00 |
|
embeddedt
|
312fb4c6f5
|
Add fix for Java 11+ worldgen crash
|
2023-02-17 21:46:31 -05:00 |
|
embeddedt
|
8f971a2c84
|
Backport Async Locator
|
2023-02-17 21:39:59 -05:00 |
|
embeddedt
|
4e3b839f36
|
mappings + AT change
|
2023-02-17 20:38:31 -05:00 |
|
embeddedt
|
b347c051bf
|
Add JEI loading indicator
Fixes #13
|
2023-02-16 14:27:38 -05:00 |
|
embeddedt
|
cfbe21d72f
|
Remap to full Mojmap (including classnames)
Mod does not yet run in dev
|
2023-02-14 21:59:30 -05:00 |
|
embeddedt
|
02d9311040
|
Minor performance improvements to model handling
|
2023-02-12 09:38:32 -05:00 |
|
embeddedt
|
af63b3ed11
|
Suppress exception stacktraces for datapack reloads by default
|
2023-02-11 12:26:45 -05:00 |
|
embeddedt
|
7dcce90a82
|
Lie to model event handlers about some flags to speed up loading
|
2023-02-11 11:50:01 -05:00 |
|
embeddedt
|
327813fa91
|
Rewrite faster_baking optimization, now defers baking to first use
|
2023-02-11 10:30:19 -05:00 |
|
embeddedt
|
928d2e3f02
|
Tweak model loading
|
2023-02-11 09:31:28 -05:00 |
|
embeddedt
|
eb99ce47d8
|
Measure vanilla bootstrap time
|
2023-02-09 10:44:35 -05:00 |
|
embeddedt
|
611a8e18cb
|
Add patch for Netty packet leak
Fixes https://github.com/embeddedt/ModernFix/issues/15
Related:
https://github.com/EnigmaticaModpacks/Enigmatica6/issues/4469
https://github.com/MinecraftForge/MinecraftForge/pull/8181
https://github.com/MinecraftForge/MinecraftForge/pull/8042
|
2023-02-09 10:03:37 -05:00 |
|
embeddedt
|
0ffb3cc973
|
Further optimizations to model loading
|
2023-02-06 10:01:15 -05:00 |
|
embeddedt
|
e9a6a3d194
|
More tweaks to model loading
|
2023-02-04 12:43:38 -05:00 |
|
embeddedt
|
fcc6abe3b7
|
Cache model dependencies and materials
|
2023-01-29 22:24:12 -05:00 |
|
embeddedt
|
a71a036ae8
|
Move vanilla model baking earlier in the loading process
|
2023-01-29 21:37:18 -05:00 |
|
embeddedt
|
8dc915037c
|
Improve blockstate cache rebuild logic, remove vanilla search trees if JEI is installed
|
2023-01-28 12:49:38 -05:00 |
|
embeddedt
|
fa9a3bb890
|
Avoid recreating arrays when computing block state cache
|
2023-01-28 11:19:39 -05:00 |
|
embeddedt
|
5c914deeb7
|
More experimental features
|
2023-01-28 10:56:50 -05:00 |
|
embeddedt
|
ccc3959328
|
Experimental multipart parallelizations
|
2023-01-28 10:06:13 -05:00 |
|
embeddedt
|
f2de12329e
|
Add model predicate flattening
|
2023-01-22 20:23:41 -05:00 |
|
embeddedt
|
6b28cb5ebc
|
Port biome palette and chunk section optimizations from Hydrogen
|
2023-01-22 20:11:03 -05:00 |
|
embeddedt
|
8cdc425d7d
|
Ensure the main thread does not spin when no tasks are available
|
2023-01-22 18:07:48 -05:00 |
|
embeddedt
|
23b4652864
|
Improve class transformer cache
|
2023-01-22 14:23:06 -05:00 |
|
embeddedt
|
a800f6d704
|
Add ResourceLocation deduplication from Hydrogen
|
2023-01-21 21:15:13 -05:00 |
|
embeddedt
|
b806438bf9
|
Switch to not using service
|
2023-01-18 09:21:22 -05:00 |
|
embeddedt
|
c01ea4fcc4
|
WIP: class search improvements
|
2023-01-18 09:04:50 -05:00 |
|
embeddedt
|
c8a5d62e34
|
Initial implementation of transformer caching
|
2023-01-15 14:52:37 -05:00 |
|
embeddedt
|
572cbaf9bd
|
Make BlockColors thread-safe
Workaround for issues like https://github.com/vadis365/Mob-Grinding-Utils/issues/240,
as too many mods do this
|
2023-01-07 19:03:47 -05:00 |
|
embeddedt
|
24990ba089
|
Enable blockstate cache rebuild as it should be completely safe
|
2023-01-07 13:43:39 -05:00 |
|