I think you can do this with just datapacks depending on the version, I don’t know of any mod that does it
By-Pit on
That would be interesting.. but there is no actual ID for the different grass blocks, I think it’s just like a post process effect that depends on the biome.
So a mod should first of all create new items with new IDs and name them grass_(biome) and put them the skin of that filter.
It shouldn’t be hard, a great first project probably to learn java modding
4 Comments
just use a recourcepack
I think you can do this with just datapacks depending on the version, I don’t know of any mod that does it
That would be interesting.. but there is no actual ID for the different grass blocks, I think it’s just like a post process effect that depends on the biome.
So a mod should first of all create new items with new IDs and name them grass_(biome) and put them the skin of that filter.
It shouldn’t be hard, a great first project probably to learn java modding
I think Polytone might be able to do it.