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

Fixed atomic error

This commit is contained in:
RePixelatedMC
2023-11-07 09:20:13 -08:00
parent c69204df59
commit 9d1e5bc0bc
8 changed files with 16 additions and 19 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",
"customDerivitives": [
"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,
@@ -54,14 +54,7 @@
"regionZoom": 20.15,
"regions": [
"frozen",
"hot",
"terralost",
"mushroom",
"temperate",
"tropical",
"swamp",
"tundra"
"prototype/cursed"
],
"seaBiomeStyle": {

View File

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