mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-19 14:59:22 +00:00
Fixed atomic error
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Cursed Sculk",
|
||||
"derivative": "DEEP_DARK",
|
||||
"vanillaDerivative": "DEEP_DARK",
|
||||
"color": "#808080",
|
||||
"jigsawStructures": [
|
||||
{
|
||||
"structure": "ancient-city",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Cursed Forest",
|
||||
"landBiomeZoom": 20.4,
|
||||
"rarity": 15,
|
||||
"color": "#A9A9A9",
|
||||
"landBiomes": [
|
||||
"cursed/cursed-mountains"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user