Initial commit

This commit is contained in:
2024-11-28 17:00:03 +00:00
commit c0bd808561
11697 changed files with 631986 additions and 0 deletions

View File

@@ -0,0 +1,65 @@
{
"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"
}

View File

@@ -0,0 +1,48 @@
{
"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"
}

View File

@@ -0,0 +1,51 @@
{
"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"
}

View File

@@ -0,0 +1,60 @@
{
"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"
}

View File

@@ -0,0 +1,43 @@
{
"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": 3,
"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"
}

View File

@@ -0,0 +1,46 @@
{
"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"
}

View File

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