Glowing on generation

Started by Mopru on

Topic category: Help with modding (Java Edition)

Last seen on 01:52, 4. Aug 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Glowing on generation

Ok so here's the problem. I have an ore called "Glowing Meteorite" that, as its name suggests, glows. But I have a problem. I can only get the block to actually glow when the block updates, but not when the block generates. How do I solve this?

Last seen on 00:06, 23. Jul 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm assuming you're using…
Sun, 12/31/2023 - 00:03

I'm assuming you're using the "Update tick" trigger for your block, which only works with manually placed blocks rather than naturally generated? In which case, try this:

Add a "glowing meteorite spawner" block that, when added to the world, replaces itself with your ore. (put the procedure to replace itself in its "when block added" trigger). Then, have the spawner block generate with the same settings as your ore, and disable your actual ore block's generation.

This should enable the update tick trigger for your original block, although I'm not sure

Last seen on 01:52, 4. Aug 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
that changed nothing
Tue, 01/02/2024 - 01:03

that changed nothing