[Bug]: Shows empty message in chat even if notification type is NONE
hserranome opened this issue ยท 0 comments
Minecraft Version
1.20.1
Enhanced Celestials Version
5.0.1.0
Mod Loader
Forge
Mod Loader Version
47.2.0
Bug Severity
Major
What happened?
Even if notification type is NONE, there still shows an empty message in the chat.
I've tried setting is as type NONE, removing the fields entirely, and leaving them as empty objects, with the same result.
{
"client_settings": {
"color_settings": {
"moon_texture_color": "990000",
"sky_light_color": "990000"
},
"moon_size": 20.0,
"moon_texture_location": "minecraft:textures/environment/moon_phases.png",
"sound_track": {
"sound_id": "enhancedcelestials:blood_moon"
}
},
"dimension_chances": {
"minecraft:overworld": {
"chance": 0.0,
"min_number_of_nights_between": 4,
"valid_moon_phases": [0, 1, 2, 3, 4, 5, 6, 7]
}
},
"drops": {
"drop_enhancer": {}
},
"mob_settings": {
"blocks_sleeping": {
"type": "corgilib:any"
},
"lunar_spawn_settings": {
"force_surface_spawning": true,
"mob_spawn_settings": {
"spawn_costs": {},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
}
},
"slimes_spawn_everywhere": false,
"use_biome_spawn_settings": true
},
"mob_effects": [],
"spawn_category_multiplier": {
"monster": 2.25
}
},
"text_components": {
"name": {
"key": "enhancedcelestials.name.blood_moon",
"style": {
"color": "ff5555"
}
},
"start_notification": {
"type": "NONE"
},
"end_notification": {
"type": "NONE"
}
}
}