Add BiomeTextureType [Feature Request #128]#220
Open
Cristelknight wants to merge 1 commit into
Open
Conversation
Author
|
I just noticed Polytone exists 😭 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A friend of mine really wanted this Optifine feature for Fabric. But apparently there wasn't an alternative yet, and this mod came closest to it. Since the feature had been requested several times and it seemed easy to add a new texture type (this is basically a copy of the RandomTextureType), I went ahead and did it.
Example MCMETA file:
stone.png.mcmeta
It works as you can see here:


Oak Leaves to -> Acacia/Birch Leaves in Forest/Plains biome
Stone to -> random other textures in various biomes:
But I've also noticed that lines between some blocks can appear, and I'm not sure if it's my fault or the mod's. So I could use some help here (hard to see if not zoomed in):


I'm not sure what the guidelines are here for pull requests, and I rarely create some in general, but I hope this is okay.