masa-

JED 1.6.0+ - Custom colors example

Dec 28th, 2020 (edited)
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.69 KB | None | 0 0
  1. {
  2.     "dimension": [
  3.         {
  4.             "dim": 5,
  5.             "dimensiontype": {
  6.                 "name": "Custom Dimension",
  7.                 "worldprovider": "WorldProviderSurfaceJED"
  8.             },
  9.             "worldinfo_onetime": {},
  10.             "jed": {
  11.                 "CloudColor": "66DDFF",
  12.                 "FogColor": "66FFDD",
  13.                 "SkyColor": "77CCEE",
  14.                 "Colors": {
  15.                     "FoliageColors": [
  16.                         { "biome_regex": "minecraft:.*","color": "F91010" },
  17.                         { "biome": "minecraft:forest",  "color": "4444AA" },
  18.                         { "biome": "minecraft:desert",  "color": "551111" }
  19.                     ],
  20.                     "GrassColors": [
  21.                         { "biome": "minecraft:ocean",   "color": "119999" }
  22.                     ],
  23.                     "WaterColors": [
  24.                         { "biome": "minecraft:mesa",    "color": "CC55CC" }
  25.                     ]
  26.                 }
  27.             }
  28.         }
  29.     ]
  30. }
Add Comment
Please, Sign In to add comment