Started by
GG21
on
Topic category: User side tutorials
Hi, so basically i am trying to make x-ray kinda mod **NO MALICIOUS PLANS, JUST FOR ANARCHY SERVER** that makes block textures transparent when key is pressed, for example X. i am just interested if i can change textures of blocks after pressing the key.
Thanks For Reading!! <3
Straight up not possible, I'm afraid. You could perhaps put a block inside the player's head that has no collision. I believe that trick still works.
are you sure? like.. WHAT IF! just WHAT IF!
i name texture of my block (in mod that i will create) as the lets say... "grass_top" i think that could work..
just name it as the texture would be named, make the texture transparent AND BAM u got it.. i hope!
could that work?!
if you name your texture with the same name as other texture for example, stone.png than stone block will use your texture,
this is because mods are designed to Inject such files which loads all the default minecraft stuff than it loads mod stuff and uses changes provided by mods, however, this does not apply for actuall class files so if you want to drasticly change some functions than you will have to make file that overides original file and call it threw your mod
T E X T U R E P A C K
Make a texture pack instead of a mod.