9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-23 00:39:32 +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", "name": "Cursed Beach",
"derivative": "DEEP_DARK", "derivative": "DEEP_DARK",
"vanillaDerivative": "DEEP_DARK", "vanillaDerivative": "DEEP_DARK",
"color": "#808080",
"entitySpawners": [ "entitySpawners": [
"corrupted/cursed-forest" "corrupted/cursed-forest"
], ],
@@ -13,7 +14,7 @@
], ],
"customDerivitives": [ "customDerivitives": [
{ {
"category": "plains", "category": "none",
"id": "cursedforest", "id": "cursedforest",
"ambientParticle":{ "ambientParticle":{
"particle": "ASH", "particle": "ASH",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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