Advertisement
masa-

JED 1.6.0+ - Disable animal spawning in the Overworld

Mar 5th, 2018
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.47 KB | None | 0 0
  1. {
  2.     "dimensions":
  3.     [
  4.         {
  5.             "dim": 0,
  6.             "override": true,
  7.             "dimensiontype": {
  8.                 "id": 0,
  9.                 "name": "Overworld",
  10.                 "suffix": "",
  11.                 "keeploaded": true,
  12.                 "worldprovider": "WorldProviderSurfaceJED"
  13.             },
  14.             "jed": {
  15.                 "CanSpawnHostiles": true,
  16.                 "CanSpawnPeacefulMobs": false
  17.             }
  18.         }
  19.     ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement