Complex entity not spawning using item

Started by StartouchArts on

Topic category: Help with modding (Java Edition)

Last seen on 00:05, 7. Aug 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Complex entity not spawning using item
Sun, 05/29/2022 - 17:45 (edited)

So I'm using this guide (https://mcreator.net/forum/71755/tutorial-entity-facing-block-all-rotat…) to make an entity (a wall of ice) that faces away from the player when spawning. I had copied everything to the T except for set rotation being reversed however, it doesn't spawn at all even with its spawn egg and I don't know why.

 

My code for spawning it, trigger is upon right-clicking in the air and on block with an item https://i.imgur.com/3oerUQy.png

 

And my code for while it has spawned, trigger is on entity tick update  https://i.imgur.com/srFa0so.png

 

EDIT: After deleting the directional requirements and direction variable, my mana bar now no longer works with my other spell :/

Edited by StartouchArts on Sun, 05/29/2022 - 17:45
Last seen on 12:31, 22. Jan 2024
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it's most likely a problem…
Thu, 06/02/2022 - 21:30

it's most likely a problem with the entity

check for whatever thing that may be causing it to not spawn or not show up

for example, setting the render distance for the entity to 0 makes nothing, including the particles and stuff, not show up