TropheusJ
TropheusJ
attached are debug logs from java 8 and java 14 + the ZGC garbage collector. Java 8 appears to work fine, while 14 causes ticks to completely stop shortly after...
occasionally for no obvious reason the game will freeze, not crash. this appears to only happen with MCMT installed. latest log is attached if I did it right, no crashlog...
One of my projects has around 300 lines worth of injected interfaces. This makes the fmj very messy and 7x longer than it needs to be. On top of this,...
A small API for sending extra data with entity spawn packets. Handles making a custom packet for you. Just implement `QuiltCustomSpawnDataEntity` and you can read/write directly to/from a buffer to...
Armor textures and models are painful to setup the needed mixins for. APIs for these would simplify things quite a lot. I might PR these myself if I find the...
### Describe the Bug flywheel rendered blocks will not be lit correctly with dynamic lighting, see https://github.com/Fabricators-of-Create/Create/issues/208 There's a possibility this happens with optifine dynamic lights as well, but it...
Currently, Create crashes with myron because it tries to load it's obj files which are in the forge format. A way to specify which models myron should/shouldn't load would be...
Specific case in Minecraft: (mojmap) `BundlerInfo.createForPacket`: ```java static BundlerInfo createForPacket( Class packetClass, Function bundler, BundleDelimiterPacket packet ) { return new BundlerInfo() { // ... @Nullable @Override public BundlerInfo.Bundler startPacketBundling(Packet packet)...
Don't know exactly which version of Vineflower, I can't figure out where to find it. Whatever Quilt Loom 1.3.2 gets. Decompiled Minecraft 1.20.1, LivingEntity#aiStep has this weird label block: 
Injected interfaces are very useful, but they are dangerous. They might conflict with other mods injecting interfaces into the same target. This can be fixed by prefixing methods with a...