Advertisement
masa-

JED 1.6.0+ - Disable hostile and/or peaceful mob spawns

Mar 5th, 2018
553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.98 KB | None | 0 0
  1. {
  2.     "dimensions":
  3.     [
  4.         {
  5.             "dim": 8,
  6.             "dimensiontype": {
  7.                 "id": 8,
  8.                 "name": "Flat, Creative",
  9.                 "suffix": "_dim8",
  10.                 "keeploaded": false,
  11.                 "worldprovider": "WorldProviderSurfaceJED"
  12.             },
  13.             "worldinfo_onetime": {
  14.                 "generatorName": "flat",
  15.                 "generatorOptions": "3;minecraft:bedrock,63*minecraft:dirt,minecraft:grass;1",
  16.                 "RandomSeed": "testing",
  17.                 "DayTime": 18000,
  18.                 "Difficulty": 3,
  19.                 "GameType": 1,
  20.                 "SpawnX": 256,
  21.                 "SpawnZ": 256,
  22.                 "GameRules": {
  23.                     "doDaylightCycle": "false",
  24.                     "doWeatherCycle": "false"
  25.                 }
  26.             },
  27.             "jed": {
  28.                 "CanSpawnHostiles": false,
  29.                 "CanSpawnPeacefulMobs": false
  30.             }
  31.         }
  32.     ]
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement