How to make shader texture same as vanilla end gateway

Started by Trollik007 on

Topic category: Advanced modding

Active 1 year ago
Joined Jan 2016
Points:
721

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
How to make shader texture same as vanilla end gateway

I want to just ask if there is some normal way to make or code shader texture that vanilla uses on end gateway or end portal. I also seen using that shader in Thaumcraft and Avaritia mods.

Can someone help or show example on how to do it? (for version 1.14+)

Active 2 days ago
Joined Dec 2016
Points:
775

User statistics:

  • Modifications: 2
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 21
im pretty sure its not…
Sun, 03/27/2022 - 17:07

im pretty sure its not possible to do in mcreator

Active 1 year ago
Joined Jan 2016
Points:
721

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
not even with the "custom…
Mon, 03/28/2022 - 22:49

not even with the "custom_element" module??

Active 1 month ago
Joined Oct 2020
Points:
704

User statistics:

  • Modifications: 1
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 136
Oh it is possible to do it…
Tue, 03/29/2022 - 02:39

Oh it is possible to do it with the custom element mod element but this requires a bunch of complicated code. Maybe one day someone will make a tutorial

Active 1 year ago
Joined Jan 2016
Points:
721

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
that would be great, I know…
Tue, 03/29/2022 - 07:46

that would be great, I know I have friend who know how to code it, but he never said how to do it, so no knowledge there :/

Active 1 year ago
Joined Jan 2016
Points:
721

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
So I did some research on…
Thu, 08/17/2023 - 15:19

So I did some research on how to do shaders and I think part of it can be autogenerated by plugin or something, because vertexes and fragments are need to be done manually, but that class which loading shader to item/block is mostly static.