Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. {
  2. "frame": {
  3. "type": "LATERAL_OR_VERTICAL",
  4. "size": {
  5. "lateral": {
  6. "minWidth": 3,
  7. "maxWidth": 30,
  8. "minHeight": 3,
  9. "maxHeight": 30
  10. },
  11. "verticalX": {
  12. "minWidth": 3,
  13. "maxWidth": 30,
  14. "minHeight": 3,
  15. "maxHeight": 30
  16. },
  17. "verticalZ": {
  18. "minWidth": 3,
  19. "maxWidth": 30,
  20. "minHeight": 3,
  21. "maxHeight": 30
  22. }
  23. },
  24. "blocks": [
  25. {
  26. "registryName": "minecraft:glowstone",
  27. "meta": 32767,
  28. "minimumAmount": 0
  29. }
  30. ],
  31. "requiredCorner": "ANY_NON_AIR",
  32. "cornerBlocksContributeToMinimumAmount": true,
  33. "doGeneratedFramesDrop": true
  34. },
  35. "activation": {
  36. "canBeActivatedByFire": false,
  37. "activators": [
  38. {
  39. "registryName": "minecraft:soul_sand",
  40. "meta": 32767
  41. }
  42. ],
  43. "activatorConsumeBehavior": "CONSUME",
  44. "spawnFireBeforeActivating": true,
  45. "activationSounds": []
  46. },
  47. "color": {
  48. "colors": [
  49. "LIGHT_BLUE"
  50. ],
  51. "dyeBehavior": "DISABLE"
  52. },
  53. "destination": {
  54. "dimensionID": 4,
  55. "locationDetectionBehavior": "IGNORE_INITIAL",
  56. "initialLocation": {
  57. "x": 0,
  58. "y": 0,
  59. "z": 0
  60. },
  61. "coordinateMultiplier": 1.0,
  62. "teleportToPortal": true,
  63. "oneWay": false,
  64. "generatePortalIfNotFound": true,
  65. "portalGenerationBehavior": "CLONE",
  66. "generatedFrameType": "SAME",
  67. "generatedFrameSize": {
  68. "lateral": {
  69. "minWidth": 0,
  70. "maxWidth": 3,
  71. "minHeight": 0,
  72. "maxHeight": 3
  73. },
  74. "verticalX": {
  75. "minWidth": 0,
  76. "maxWidth": 3,
  77. "minHeight": 0,
  78. "maxHeight": 3
  79. },
  80. "verticalZ": {
  81. "minWidth": 0,
  82. "maxWidth": 3,
  83. "minHeight": 0,
  84. "maxHeight": 3
  85. }
  86. }
  87. },
  88. "teleportationDelay": {
  89. "lateral": 20,
  90. "verticalX": 20,
  91. "verticalZ": 20
  92. },
  93. "decorative": false
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement