9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-19 14:59:24 +00:00

Merge pull request #325 from RePixelatedMC/Repix

Repix V3820
This commit is contained in:
Brian Fopiano
2023-11-08 08:09:35 -05:00
committed by GitHub
8 changed files with 17 additions and 12 deletions

View File

@@ -2,6 +2,7 @@
"name": "Cursed Beach",
"derivative": "DEEP_DARK",
"vanillaDerivative": "DEEP_DARK",
"color": "#808080",
"entitySpawners": [
"corrupted/cursed-forest"
],
@@ -13,7 +14,7 @@
],
"customDerivitives": [
{
"category": "plains",
"category": "none",
"id": "cursedforest",
"ambientParticle":{
"particle": "ASH",

View File

@@ -2,7 +2,7 @@
"name": "Cursed tall forest",
"derivative": "DEEP_DARK",
"vanillaDerivative": "DEEP_DARK",
"color": "#404040",
"color": "#808080",
"entitySpawners": [
"corrupted/cursed-forest"
],
@@ -14,7 +14,7 @@
],
"customDerivitives": [
{
"category": "plains",
"category": "none",
"id": "cursedforest",
"ambientParticle":{
"particle": "ASH",

View File

@@ -2,7 +2,7 @@
"name": "Cursed forest",
"derivative": "DEEP_DARK",
"vanillaDerivative": "DEEP_DARK",
"color": "#404040",
"color": "#808080",
"entitySpawners": [
"corrupted/cursed-forest"
],
@@ -16,7 +16,7 @@
],
"customDerivitives": [
{
"category": "plains",
"category": "none",
"id": "cursedforest",
"ambientParticle":{
"particle": "ASH",

View File

@@ -2,7 +2,7 @@
"name": "Cursed Mountains",
"derivative": "DEEP_DARK",
"vanillaDerivative": "DEEP_DARK",
"color": "#010203",
"color": "#808080",
"entitySpawners": [
"corrupted/cursed-forest"
],
@@ -25,7 +25,7 @@
],
"customDerivitives": [
{
"category": "plains",
"category": "none",
"id": "cursedforest",
"ambientParticle":{
"particle": "ASH",

View File

@@ -2,6 +2,7 @@
"name": "Cursed Sculk",
"derivative": "DEEP_DARK",
"vanillaDerivative": "DEEP_DARK",
"color": "#808080",
"jigsawStructures": [
{
"structure": "ancient-city",

View File

@@ -1,11 +1,11 @@
{
"name": "Cursed Ocean",
"color": "#5C4DEA",
"derivative": "DEEP_OCEAN",
"vanillaDerivative": "DEEP_OCEAN",
"color": "#808080",
"customDerivitives": [
{
"category": "plains",
"category": "none",
"id": "cursedforest",
"ambientParticle":{
"particle": "ASH",
@@ -14,6 +14,7 @@
"skyColor": "#111111",
"fogColor": "#111111",
"waterColor": "#660000",
"waterFogColor": "#660000",
"downfallType": "rain",
"grassColor": "#222222",
"foliageColor": "#444444"

View File

@@ -1,5 +1,5 @@
{
"version": 3810,
"version": 3820,
"name": "Overworld",
"environment": "NORMAL",
"dimensionAngleDeg": 69,
@@ -61,7 +61,8 @@
"temperate",
"tropical",
"swamp",
"tundra"
"tundra",
"prototype/cursed"
],
"seaBiomeStyle": {

View File

@@ -2,6 +2,7 @@
"name": "Cursed Forest",
"landBiomeZoom": 20.4,
"rarity": 15,
"color": "#A9A9A9",
"landBiomes": [
"cursed/cursed-mountains"
],