Jasmine Karthikeyan
Jasmine Karthikeyan
Significantly improves the design of Dense Woodlands biomes by using custom branching trees and adding shrubs as well as small spruce trees. 
With the introduction of vertical biome support in 1.15, biome storage has moved from a 16 * 16 array in favor of a 4 * 64 * 4 low-resolution array...
This would allow for a way to renew and grow reeds.
Highly mangled loop structure with other elements makes continues with unknown closures. compiled with JDK 17.
This: Outputs this: ```java public class TestTemp { public void test() { float vvv1 = 124.01F;// 7 Object var10000 = new Object(); Objects.requireNonNull(var10000);// 8 int[][][] var2 = (int[][][])var10000; }// 20...
PR #45 changed the decompilation order of nodes within try blocks with finally handlers, look into why that is and see if it causes any major problems.
It doesn't seem like there'll be time to finish this before 1.9 so this is a reminder for myself to finish it in a future version.
Add a new preference that allows the selection of specific (comma separated) directories to decompile.
When working with obfuscated code, it's not always given that you will have the inner classes attribute. Therefore it would be useful to have a default-off preference that treats members...
`FlattenStatementsHelper` and `DirectGraph` try to represent the flow of code in a flattened way, but multiple issues with finally statements and isolated statement edges prevent it from accurately representing flow...