CorgiTaco / Enhanced-Celestials

A Minecraft mod adding new Lunar Events such as Blood Moons!
GNU Lesser General Public License v3.0
47 stars 21 forks source link

Ignoring datapack #192

Open Aceplante opened 10 months ago

Aceplante commented 10 months ago

Minecraft Version

1.20.1

Enhanced Celestials Version

1.20.1

Mod Loader

Forge

Mod Loader Version

latest

Bug Severity

Minor

What happened?

I do not want the player to be signaled by a chat message. I assumed the way to do this was to remove the text components part, leaving:

"text_components": {}

however, it did not work, and seems to completely ignore the datapack files

latest.log

n/a

FernandoCalaza commented 10 months ago

Perhaps the contents of the text components are mandatory, but the contents of the start and end text messages are optional. Try to maintain the structure of the text component, but leave the message fields empty.

More info: https://github.com/CorgiTaco/Enhanced-Celestials/wiki/Lunar-Text-Components

When a datapack is ignored it is because it was not read correctly. In your case, I think it's because it's outside the standard of the original code.

Aceplante commented 10 months ago

then the event did not seem to happen