can i change IN GAME, ACTUAL block textures that i haven't added?

Started by GG21 on

Topic category: User side tutorials

Active 5 years ago
Joined Nov 2019
Points:
645

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
can i change IN GAME, ACTUAL block textures that i haven't added?

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

Active 6 months ago
Joined May 2014
Points:
1035

User statistics:

  • Modifications: 3
  • Forum topics: 24
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 330
Straight up not possible, I…
Sat, 11/23/2019 - 14:56

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.

Active 5 years ago
Joined Nov 2019
Points:
645

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
are you sure? like.. WHAT IF…
Wed, 01/15/2020 - 14:05

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?!

Active 5 months ago
Joined Apr 2014
Points:
1223

User statistics:

  • Modifications: 2
  • Forum topics: 27
  • Wiki pages: 1
  • MCreator plugins: 0
  • Comments: 656
if you name your texture…
Thu, 02/13/2020 - 18:39

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

Active 3 years ago
Joined Feb 2020
Points:
792

User statistics:

  • Modifications: 1
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 98
T E X T U R E  P A C K
Fri, 07/24/2020 - 11:42

T E X T U R E  P A C K

Active 10 months ago
Joined Oct 2020
Points:
649

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 59
Make a texture pack instead…
Thu, 04/22/2021 - 14:13

Make a texture pack instead of a mod.