-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #332 by switching approach to nether biome injection
With Quilt Tags API being fixed, we could go back to the old approach! But we didn't, because I wasn't annoying enough! :p But the real reason is that it turns out the new approach does have its flaws, with a need for a caching system (and that being flawed) and some extra complexity being few of them; Removing the mixin's cache fixes #332 but well, I believe it's time to switch back to the simpler old approach now; The new one will be preserved by Git history anyway, in case the game changes in a way where we end needing it again
- Loading branch information
Showing
5 changed files
with
16 additions
and
138 deletions.
There are no files selected for viewing
32 changes: 0 additions & 32 deletions
32
...main/java/org/quiltmc/qsl/worldgen/biome/impl/MultiNoiseBiomeSourceParameterListHook.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 0 additions & 62 deletions
62
.../biome/src/main/java/org/quiltmc/qsl/worldgen/biome/mixin/MultiNoiseBiomeSourceMixin.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters