is there a way to make a custom entity immune to custom damage type? 2024.2

Started by Youtuber87 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is there a way to make a custom entity immune to custom damage type? 2024.2

im trying to make an entity thats immune to freezing and my custom damage and cant figure out how to

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Entity Attacked trigger and…
Tue, 09/03/2024 - 16:58

Entity Attacked trigger and check if damage source is freezing, if thats true cancel the event

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i cancel the event?
Tue, 09/03/2024 - 21:02

How do i cancel the event?

Use the cancel event…
Thu, 09/05/2024 - 14:50

Use the cancel event procedure block found in advanced procedure blocks section.

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Should this procedure work?
Thu, 09/05/2024 - 23:15

Should this procedure work?