Remove Enhanced Celestials

carryon-pedestal
copygirl 2 years ago
parent b8e927e7fc
commit e477e132c7
  1. 65
      config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-blood_moon.json
  2. 48
      config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-blue_moon.json
  3. 51
      config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-harvest_moon.json
  4. 60
      config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-super_blood_moon.json
  5. 43
      config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-super_blue_moon.json
  6. 46
      config/enhancedcelestials/minecraft/overworld/lunar/events/enhancedcelestials-super_harvest_moon.json
  7. 5
      config/enhancedcelestials/minecraft/overworld/lunar/lunar-settings.json
  8. 2
      docs/MODS.md
  9. 13
      mods/enhanced-celestials.pw.toml

@ -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"
}

@ -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"
}

@ -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"
}

@ -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"
}

@ -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"
}

@ -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"
}

@ -1,5 +0,0 @@
{
"daylength": 24000,
"yearLengthInDays": 100,
"minDaysBetweenLunarEvents": 5
}

@ -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) -

@ -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
Loading…
Cancel
Save