Advertisement
masa-

JED 1.6.0+ - Post-deletion command for a temp dimension

Aug 12th, 2021
1,495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.79 KB | None | 0 0
  1. {
  2.     "config_version": {
  3.         "id": "__default",
  4.         "version": 0
  5.     },
  6.     "dimensions": [
  7.         {
  8.             "dim": 99,
  9.             "biome": "minecraft:mesa",
  10.             "post_deletion_command": "say Dimension 99 was deleted!",
  11.             "temporary_dimension": true,
  12.             "dimensiontype": {
  13.                 "id": 99,
  14.                 "name": "Temp Dim 99",
  15.                 "keeploaded": false,
  16.                 "worldprovider": "WorldProviderSurfaceJED"
  17.             },
  18.             "worldinfo_onetime": {},
  19.             "jed": {
  20.                 "HasXZFog": true,
  21.                 "CanDoRainSnowIce": true,
  22.                 "CloudColor": "cc3333",
  23.                 "FogColor": "cc3333",
  24.                 "SkyColor": "cc3333",
  25.                 "Colors": {
  26.                     "FoliageColors": [ { "biome_regex": ".*",  "color": "CC3333" } ],
  27.                     "GrassColors":   [ { "biome_regex": ".*",  "color": "CC3333" } ],
  28.                     "WaterColors":   [ { "biome_regex": ".*",  "color": "CC3333" } ]
  29.                 }
  30.             }
  31.         }
  32.     ]
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement