From e477e132c7f5d2dd802b254dc824c94b15c48ac1 Mon Sep 17 00:00:00 2001 From: copygirl Date: Mon, 18 Jul 2022 09:34:54 +0200 Subject: [PATCH] Remove Enhanced Celestials --- .../events/enhancedcelestials-blood_moon.json | 65 ------------------- .../events/enhancedcelestials-blue_moon.json | 48 -------------- .../enhancedcelestials-harvest_moon.json | 51 --------------- .../enhancedcelestials-super_blood_moon.json | 60 ----------------- .../enhancedcelestials-super_blue_moon.json | 43 ------------ ...enhancedcelestials-super_harvest_moon.json | 46 ------------- .../overworld/lunar/lunar-settings.json | 5 -- docs/MODS.md | 2 - mods/enhanced-celestials.pw.toml | 13 ---- 9 files changed, 333 deletions(-) delete mode 100644 config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-blood_moon.json delete mode 100644 config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-blue_moon.json delete mode 100644 config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-harvest_moon.json delete mode 100644 config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-super_blood_moon.json delete mode 100644 config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-super_blue_moon.json delete mode 100644 config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-super_harvest_moon.json delete mode 100644 config/enhancedcelestials/minecraft/overworld/lunar/lunar-settings.json delete mode 100644 mods/enhanced-celestials.pw.toml diff --git a/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-blood_moon.json b/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-blood_moon.json deleted file mode 100644 index 2acdc94..0000000 --- a/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-blood_moon.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "textComponents": { - "name": { - "key": "enhancedcelestials.name.blood_moon" - }, - "startNotification": { - "component": { - "key": "enhancedcelestials.notification.blood_moon.rise", - "style": { - "color": "ff5555" - } - }, - "type": "CHAT" - }, - "endNotification": { - "component": { - "key": "enhancedcelestials.notification.blood_moon.set" - }, - "type": "CHAT" - } - }, - "blockSleeping": true, - "spawnCategoryMultiplier": { - "monster": 3.0 - }, - "lunarSpawnSettings": { - "useBiomeSpawnSettings": true, - "forceSurfaceSpawning": true, - "spawners": { - "monster": [], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - }, - "spawn_costs": {} - }, - "clientSettings": { - "colorSettings": { - "skyLightColor": "ff0000", - "skyLightBlendStrength": 0.6, - "moonTextureColor": "ff0000", - "moonTextureBlendStrength": 0.6 - }, - "moonSize": 20.0, - "moonTextureLocation": "minecraft:textures/environment/moon_phases.png", - "soundTrack": "enhancedcelestials:blood_moon", - "type": "enhancedcelestials:default" - }, - "minNumberOfNightsBetween": 4, - "chance": 0.07, - "validMoonPhases": [ - 0, - 1, - 2, - 3, - 5, - 6, - 7 - ], - "type": "enhancedcelestials:blood_moon" -} \ No newline at end of file diff --git a/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-blue_moon.json b/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-blue_moon.json deleted file mode 100644 index 26913d5..0000000 --- a/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-blue_moon.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "validMoonPhases": [ - 0, - 1, - 2, - 3, - 5, - 6, - 7 - ], - "textComponents": { - "name": { - "key": "enhancedcelestials.name.blue_moon" - }, - "startNotification": { - "component": { - "key": "enhancedcelestials.notification.blue_moon.rise", - "style": { - "color": "55ffff" - } - }, - "type": "CHAT" - }, - "endNotification": { - "component": { - "key": "enhancedcelestials.notification.blue_moon.set" - }, - "type": "CHAT" - } - }, - "blockSleeping": false, - "luckStrength": 1, - "clientSettings": { - "colorSettings": { - "skyLightColor": "ffff", - "skyLightBlendStrength": 0.6, - "moonTextureColor": "ffff", - "moonTextureBlendStrength": 0.6 - }, - "moonSize": 20.0, - "moonTextureLocation": "minecraft:textures/environment/moon_phases.png", - "soundTrack": "enhancedcelestials:blue_moon", - "type": "enhancedcelestials:default" - }, - "minNumberOfNightsBetween": 4, - "chance": 0.02, - "type": "enhancedcelestials:blue_moon" -} \ No newline at end of file diff --git a/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-harvest_moon.json b/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-harvest_moon.json deleted file mode 100644 index 9032449..0000000 --- a/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-harvest_moon.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "textComponents": { - "name": { - "key": "enhancedcelestials.name.harvest_moon" - }, - "startNotification": { - "component": { - "key": "enhancedcelestials.notification.harvest_moon.rise", - "style": { - "color": "ffff55" - } - }, - "type": "CHAT" - }, - "endNotification": { - "component": { - "key": "enhancedcelestials.notification.harvest_moon.set" - }, - "type": "CHAT" - } - }, - "blockSleeping": false, - "enhancedCrops": [ - "enhancedcelestials:item_tag_harvest_moon_crops" - ], - "cropDropMultiplier": 2.0, - "clientSettings": { - "colorSettings": { - "skyLightColor": "ffdb63", - "skyLightBlendStrength": 0.6, - "moonTextureColor": "ffdb63", - "moonTextureBlendStrength": 0.6 - }, - "moonSize": 20.0, - "moonTextureLocation": "minecraft:textures/environment/moon_phases.png", - "soundTrack": "enhancedcelestials:harvest_moon", - "type": "enhancedcelestials:default" - }, - "minNumberOfNightsBetween": 4, - "chance": 0.035, - "validMoonPhases": [ - 0, - 1, - 2, - 3, - 5, - 6, - 7 - ], - "type": "enhancedcelestials:harvest_moon" -} \ No newline at end of file diff --git a/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-super_blood_moon.json b/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-super_blood_moon.json deleted file mode 100644 index 0d82a5f..0000000 --- a/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-super_blood_moon.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "textComponents": { - "name": { - "key": "enhancedcelestials.name.super_blood_moon" - }, - "startNotification": { - "component": { - "key": "enhancedcelestials.notification.super_blood_moon.rise", - "style": { - "color": "ff5555", - "bold": true - } - }, - "type": "CHAT" - }, - "endNotification": { - "component": { - "key": "enhancedcelestials.notification.blood_moon.set" - }, - "type": "CHAT" - } - }, - "blockSleeping": true, - "spawnCategoryMultiplier": { - "monster": 4.5 - }, - "lunarSpawnSettings": { - "useBiomeSpawnSettings": true, - "forceSurfaceSpawning": true, - "spawners": { - "monster": [], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - }, - "spawn_costs": {} - }, - "clientSettings": { - "colorSettings": { - "skyLightColor": "ff0000", - "skyLightBlendStrength": 1.0, - "moonTextureColor": "ff0000", - "moonTextureBlendStrength": 1.0 - }, - "moonSize": 40.0, - "moonTextureLocation": "minecraft:textures/environment/moon_phases.png", - "soundTrack": "enhancedcelestials:blood_moon", - "type": "enhancedcelestials:default" - }, - "minNumberOfNightsBetween": 20, - "chance": 0.0175, - "validMoonPhases": [ - 0 - ], - "type": "enhancedcelestials:blood_moon" -} \ No newline at end of file diff --git a/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-super_blue_moon.json b/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-super_blue_moon.json deleted file mode 100644 index f3f10bf..0000000 --- a/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-super_blue_moon.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "validMoonPhases": [ - 0 - ], - "textComponents": { - "name": { - "key": "enhancedcelestials.name.super_blue_moon" - }, - "startNotification": { - "component": { - "key": "enhancedcelestials.notification.super_blue_moon.rise", - "style": { - "color": "55ffff", - "bold": true - } - }, - "type": "CHAT" - }, - "endNotification": { - "component": { - "key": "enhancedcelestials.notification.super_blue_moon.set" - }, - "type": "CHAT" - } - }, - "blockSleeping": false, - "luckStrength": 5, - "clientSettings": { - "colorSettings": { - "skyLightColor": "ffff", - "skyLightBlendStrength": 1.0, - "moonTextureColor": "ffff", - "moonTextureBlendStrength": 1.0 - }, - "moonSize": 40.0, - "moonTextureLocation": "minecraft:textures/environment/moon_phases.png", - "soundTrack": "enhancedcelestials:blue_moon", - "type": "enhancedcelestials:default" - }, - "minNumberOfNightsBetween": 20, - "chance": 0.01, - "type": "enhancedcelestials:blue_moon" -} \ No newline at end of file diff --git a/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-super_harvest_moon.json b/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-super_harvest_moon.json deleted file mode 100644 index eec911b..0000000 --- a/config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-super_harvest_moon.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "textComponents": { - "name": { - "key": "enhancedcelestials.name.super_harvest_moon" - }, - "startNotification": { - "component": { - "key": "enhancedcelestials.notification.super_harvest_moon.rise", - "style": { - "color": "ffff55", - "bold": true - } - }, - "type": "CHAT" - }, - "endNotification": { - "component": { - "key": "enhancedcelestials.notification.super_harvest_moon.set" - }, - "type": "CHAT" - } - }, - "blockSleeping": false, - "enhancedCrops": [ - "enhancedcelestials:item_tag_harvest_moon_crops" - ], - "cropDropMultiplier": 4.0, - "clientSettings": { - "colorSettings": { - "skyLightColor": "ffdb63", - "skyLightBlendStrength": 1.0, - "moonTextureColor": "ffdb63", - "moonTextureBlendStrength": 1.0 - }, - "moonSize": 40.0, - "moonTextureLocation": "minecraft:textures/environment/moon_phases.png", - "soundTrack": "enhancedcelestials:harvest_moon", - "type": "enhancedcelestials:default" - }, - "minNumberOfNightsBetween": 20, - "chance": 0.0175, - "validMoonPhases": [ - 0 - ], - "type": "enhancedcelestials:harvest_moon" -} \ No newline at end of file diff --git a/config/enhancedcelestials/minecraft/overworld/lunar/lunar-settings.json b/config/enhancedcelestials/minecraft/overworld/lunar/lunar-settings.json deleted file mode 100644 index fb26111..0000000 --- a/config/enhancedcelestials/minecraft/overworld/lunar/lunar-settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "daylength": 24000, - "yearLengthInDays": 100, - "minDaysBetweenLunarEvents": 5 -} \ No newline at end of file diff --git a/docs/MODS.md b/docs/MODS.md index 2f83302..fc486e4 100644 --- a/docs/MODS.md +++ b/docs/MODS.md @@ -56,8 +56,6 @@ Sawmill, a stonecutter equivalent, but for wood - ![](icon/mr.png) [Eccentric Tome](https://modrinth.com/mod/eccentric-tome) - Book for storing other guide books -- ![](icon/cf.png) [Enhanced Celestials](https://www.curseforge.com/minecraft/mc-mods/enhanced-celestials) - - Nightly events such as blood moons - ![](icon/cf.png) [Farmer's Delight](https://www.curseforge.com/minecraft/mc-mods/farmers-delight) - More crops, cooking utensils, food and meals with effects - ![](icon/cf.png) [Copper's Delight](https://www.curseforge.com/minecraft/mc-mods/coppers-delight) - diff --git a/mods/enhanced-celestials.pw.toml b/mods/enhanced-celestials.pw.toml deleted file mode 100644 index 6538de0..0000000 --- a/mods/enhanced-celestials.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Enhanced Celestials - Blood, Blue, & Harvest (Super) Moons" -filename = "Enhanced_Celestials-forge-1.18.2-2.0.7.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "be050476b2ca2311cdd56eb0b49f6df95990b338" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3785992 -project-id = 438447