Advertisement
DoomRater

Existing configs for pre294

Jan 7th, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. {
  2. "core": {
  3. "defaultSize": 16,
  4. "minSize": 1,
  5. "scale": 7,
  6. "exponent": 2,
  7. "forceToSaveDefaultSize": false
  8. },
  9. "general": {
  10. "allowFlowingWater": true,
  11. "allowFlowingLava": true,
  12. "storagePerPixel": 1.0,
  13. "enableBed": true,
  14. "enableAnimationCollision": true,
  15. "enableCollisionMotion": true,
  16. "dyeVolume": 2.0
  17. },
  18. "survival": {
  19. "limitAffectedBlocks": true,
  20. "maxAffectedBlocks": 2,
  21. "harvestLevelBlock": 1,
  22. "editUnbreakable": false,
  23. "minimumTransparency": 0,
  24. "limitEditBlocks": true,
  25. "maxEditBlocks": 10,
  26. "limitPlaceBlocks": true,
  27. "maxPlaceBlocks": 10
  28. },
  29. "creative": {
  30. "limitAffectedBlocks": false,
  31. "maxAffectedBlocks": 2,
  32. "harvestLevelBlock": 1,
  33. "editUnbreakable": true,
  34. "minimumTransparency": 0,
  35. "limitEditBlocks": false,
  36. "maxEditBlocks": 10,
  37. "limitPlaceBlocks": false,
  38. "maxPlaceBlocks": 10
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement