Advertisement
WhiteXShadow

AIRSKIFF TEST 2

Nov 29th, 2019
4,573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. name: Airskiff
  2. maxSize: 80
  3. minSize: 10
  4. allowedBlocks:
  5. - minecraft:oak_planks
  6. - minecraft:spruce_planks
  7. - minecraft:dark_oak_planks
  8. - minecraft:birch_planks
  9. - minecraft:jungle_planks
  10. - minecraft:acacia_planks
  11. - minecraft:lava
  12. - minecraft:water
  13. - minecraft:oak_log
  14. - minecraft:spruce_log
  15. - minecraft:dark_oak_log
  16. - minecraft:birch_log
  17. - minecraft:jungle_log
  18. - minecraft:acacia_log
  19. - minecraft:glass
  20. - minecraft:dispenser
  21. - minecraft:note_block
  22. - minecraft:white_wool
  23. - minecraft:black_wool
  24. - minecraft:blue_wool
  25. - minecraft:brown_wool
  26. - minecraft:cyan_wool
  27. - minecraft:gray_wool
  28. - minecraft:green_wool
  29. - minecraft:light_blue_wool
  30. - minecraft:light_gray_wool
  31. - minecraft:lime_wool
  32. - minecraft:magenta_wool
  33. - minecraft:orange_wool
  34. - minecraft:pink_wool
  35. - minecraft:purple_wool
  36. - minecraft:red_wool
  37. - minecraft:yellow_wool
  38. - minecraft:red_bed
  39. - minecraft:sticky_piston
  40. - minecraft:piston_head
  41. - minecraft:bookshelf
  42. - minecraft:torch
  43. - minecraft:fire
  44. - minecraft:oak_stairs
  45. - minecraft:birch_stairs
  46. - minecraft:jungle_stairs
  47. - minecraft:spruce_stairs
  48. - minecraft:chest
  49. - minecraft:redstone_wire
  50. - minecraft:nether_brick_stairs
  51. - minecraft:furnace
  52. - minecraft:sign
  53. - minecraft:ladder
  54. - minecraft:oak_door
  55. - minecraft:lever
  56. - minecraft:stone_pressure_plate
  57. - minecraft:redstone_torch
  58. - minecraft:redstone_wall_torch
  59. - minecraft:stone_button
  60. - minecraft:netherrack
  61. - minecraft:glowstone
  62. - minecraft:cake
  63. - minecraft:repeater
  64. - minecraft:redstone_block
  65. forbiddenBlocks:
  66. - minecraft:piston_head
  67.  
  68. canFly: true
  69. rotateAtMidpoint: true
  70. allowCannonDirectorSign: false
  71. allowAADirectorSign: false
  72. canCruise: true
  73. cruiseSpeed: 1.5
  74. cruiseSkipBlocks: 1
  75. maxHeightLimit: 130
  76. maxHeightAboveGround: 46
  77. collisionExplosion: 0.0
  78. fuelBurnRate: 1.0
  79. explodeOnCrash: 2.0
  80. sinkSpeed: 3.0
  81. overallSinkPercent: 97.0
  82. detectionMultiplier: 20.0
  83. underwaterDetectionMultiplier: 2.0
  84. smokeOnSink: 1
  85. keepMovingOnSink: true
  86. speed: 3.0
  87. tryNudge: false
  88. sinkPercent: 99.0
  89. flyblocks:
  90. - minecraft:white_wool
  91. - minecraft:black_wool
  92. - minecraft:blue_wool
  93. - minecraft:brown_wool
  94. - minecraft:cyan_wool
  95. - minecraft:gray_wool
  96. - minecraft:green_wool
  97. - minecraft:light_blue_wool
  98. - minecraft:light_gray_wool
  99. - minecraft:lime_wool
  100. - minecraft:magenta_wool
  101. - minecraft:orange_wool
  102. - minecraft:pink_wool
  103. - minecraft:purple_wool
  104. - minecraft:red_wool
  105. - minecraft:yellow_wool: #wool represents lift
  106. - 50.0
  107. - 100.0
  108. [minecraft:CHEST,minecraft:TRAPPED_CHEST]: # limit chests to make big airships important for merchant missions
  109. - 0.0
  110. - N2
  111. [minecraft:DISPENSER,minecraft:HOPPER]: # dispensers and hoppers can be used for inventory too, so limit them as well
  112. - 0.0
  113. - 6.0
  114. minecraft:REDSTONE_BLOCK: # redstone represents engines
  115. - 8.0
  116. - 100.0
  117. minecraft:ANVIL: # anvils are OP armor, so limit it
  118. - 0.0
  119. - 1.0
  120. minecraft:OBSIDIAN: # so is obsidian
  121. - 0.0
  122. - 1.0
  123. minecraft:WATER: # so is water
  124. - 0.0
  125. - 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement