How can I recreate the End Gate effect?

Started by beans-against-… on

Topic category: Advanced modding

Active 11 months ago
Joined Jun 2022
Points:
386

User statistics:

  • Modifications: 2
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
How can I recreate the End Gate effect?

Basically like this

End Gateway

If plugins are required, lmk.

Active 22 hours ago
Joined Feb 2018
Points:
1979

User statistics:

  • Modifications: 1
  • Forum topics: 162
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 784
Is a Shader. This is not…
Sat, 03/25/2023 - 21:51

Is a Shader.

This is not possible inside of MCreator.

Only with Coding.

Active 1 year ago
Joined Oct 2019
Points:
675

User statistics:

  • Modifications: 2
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 63
You are wrong, this is more…
Thu, 04/27/2023 - 11:47

You are wrong, this is more than possible inside MCreator as all that needs to be changed is the RenderType in the mob/block render code.

Active 22 hours ago
Joined Feb 2018
Points:
1979

User statistics:

  • Modifications: 1
  • Forum topics: 162
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 784
And What Render Type is it?
Thu, 04/27/2023 - 18:18

And What Render Type is it?

Active 1 year ago
Joined Oct 2019
Points:
675

User statistics:

  • Modifications: 2
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 63
RenderType#endPortal and…
Fri, 04/28/2023 - 18:10

RenderType#endPortal and RenderType#endGateway 

Active 2 months ago
Joined Mar 2018
Points:
880

User statistics:

  • Modifications: 2
  • Forum topics: 29
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 80
@Obscuria    If you have a…
Mon, 05/01/2023 - 16:29

@Obscuria 

 

If you have a way or ability to help us make these kind of blocks, it would be very beneficial.

Active 9 months ago
Joined May 2023
Points:
134

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
@ObskuriaI just registered…
Fri, 05/05/2023 - 03:48

@Obskuria
I just registered to ask this. I'm trying to give one mob in my mod this texture, and there is literally NO RENDER TYPE in Entity Renderers. Maybe I'm not looking there? what to do? Help...

Active 1 year ago
Joined Oct 2019
Points:
675

User statistics:

  • Modifications: 2
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 63
@Feellian Java knowledge is…
Sat, 07/29/2023 - 16:58

@Feellian

Java knowledge is required to implement this thing, only in this case it will be easy to implement inside MCreator by locking the entity code. You need to overwrite EntityRenderer#render in your entity renderer class and apply the required render type from RenderType when calling EntityModel#renderToBuffer. One of the renderToBuffer arguments is the VertexConsumer, which is created with the render type defined. Vanilla code examples are the best tutorials.

Active 2 months ago
Joined Oct 2023
Points:
150

User statistics:

  • Modifications: 1
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 37
how to do this with blocks  
Sat, 07/13/2024 - 15:51

how to do this with blocks

 

Active 2 months ago
Joined Oct 2023
Points:
150

User statistics:

  • Modifications: 1
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 37
how to do this with blocks
Sat, 07/13/2024 - 15:52

how to do this with blocks

Active 5 days ago
Joined Mar 2024
Points:
211

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 248
they said that already
Sat, 07/13/2024 - 15:56

they said that already

Active 2 months ago
Joined Oct 2023
Points:
150

User statistics:

  • Modifications: 1
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 37
there is no rendertype class…
Sat, 07/13/2024 - 15:57

there is no rendertype class for blocks