Enhanced Celestials(Fabric) - Blood Moons & Harvest Moons

Enhanced Celestials(Fabric) - Blood Moons & Harvest Moons

5M Downloads

Ignoring datapack

Aceplante2 opened this issue ยท 2 comments

commented

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

commented

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.

commented

then the event did not seem to happen