Advertisement
WhiteXShadow

AIRSKIFF TEST 1

Nov 29th, 2019
3,195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 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. - ALL_BED
  39. - sticky_piston
  40. - piston_head
  41. - all_wool
  42. - all_slab
  43. - BOOKSHELF
  44. - TORCH
  45. - FIRE
  46. - oak_stairs
  47. - birch_stairs
  48. - jungle_stairs
  49. - spruce_stairs
  50. - chest
  51. - redstone_wire
  52. - nether_brick_stairs
  53. - furnace
  54. - all_sign
  55. - ladder
  56. - all_door
  57. - lever
  58. - all_pressure_plate
  59. - redstone_torch
  60. - redstone_wall_torch
  61. - all_button
  62. - all_fence
  63. - netherrack
  64. - glowstone
  65. - cake
  66. - repeater
  67. - all_stained_glass
  68. - all_trapdoor
  69. - all_stone_bricks
  70. - iron_bars
  71. - glass_pane
  72. - all_fence_gate
  73. - enchanting_table
  74. - brewing_stand
  75. - cauldron
  76. - dragon_egg
  77. - redstone_lamp
  78. - ender_chest
  79. - TRIPWIRE_HOOK
  80. - EMERALD_BLOCK
  81. - BEACON
  82. - FLOWER_POT
  83. - SKULL
  84. - all_ANVIL
  85. - TRAPPED_CHEST
  86. - COMPARATOR
  87. - daylight_detector
  88. - REDSTONE_BLOCK
  89. - HOPPER
  90. - all_QUARTZ_BLOCK
  91. - all_rail
  92. - DROPPER
  93. - ALL_STAINED_GLASS_PANE
  94. - SLIME_BLOCK
  95. - ALL_CARPET
  96. - COAL_BLOCK
  97. - END_STONE_BRICKS
  98. forbiddenBlocks:
  99. - PISTON_HEAD
  100.  
  101. canFly: true
  102. rotateAtMidpoint: true
  103. allowCannonDirectorSign: false
  104. allowAADirectorSign: false
  105. canCruise: true
  106. cruiseSpeed: 1.5
  107. cruiseSkipBlocks: 1
  108. maxHeightLimit: 130
  109. maxHeightAboveGround: 46
  110. collisionExplosion: 0.0
  111. fuelBurnRate: 1.0
  112. explodeOnCrash: 2.0
  113. sinkSpeed: 3.0
  114. overallSinkPercent: 97.0
  115. detectionMultiplier: 20.0
  116. underwaterDetectionMultiplier: 2.0
  117. smokeOnSink: 1
  118. keepMovingOnSink: true
  119. speed: 3.0
  120. tryNudge: false
  121. sinkPercent: 99.0
  122. flyblocks:
  123. - minecraft:white_wool
  124. - minecraft:black_wool
  125. - minecraft:blue_wool
  126. - minecraft:brown_wool
  127. - minecraft:cyan_wool
  128. - minecraft:gray_wool
  129. - minecraft:green_wool
  130. - minecraft:light_blue_wool
  131. - minecraft:light_gray_wool
  132. - minecraft:lime_wool
  133. - minecraft:magenta_wool
  134. - minecraft:orange_wool
  135. - minecraft:pink_wool
  136. - minecraft:purple_wool
  137. - minecraft:red_wool
  138. - minecraft:yellow_wool: #wool represents lift
  139. - 50.0
  140. - 100.0
  141. [CHEST,TRAPPED_CHEST]: # limit chests to make big airships important for merchant missions
  142. - 0.0
  143. - N2
  144. [DISPENSER,HOPPER]: # dispensers and hoppers can be used for inventory too, so limit them as well
  145. - 0.0
  146. - 6.0
  147. REDSTONE_BLOCK: # redstone represents engines
  148. - 8.0
  149. - 100.0
  150. ANVIL: # anvils are OP armor, so limit it
  151. - 0.0
  152. - 1.0
  153. OBSIDIAN: # so is obsidian
  154. - 0.0
  155. - 1.0
  156. WATER: # so is water
  157. - 0.0
  158. - 1.0
  159. RAW Paste Data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement