Advertisement
WhiteXShadow

Airskiff test 3

Feb 5th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. name: Airskiff
  2. maxSize: 80
  3. minSize: 10
  4. allowedBlocks:
  5. - all_wood
  6. - water
  7. - lava
  8. - all_log
  9. - all_planks
  10. - glass
  11. - dispenser
  12. - note_block
  13. - all_bed
  14. - sticky_piston
  15. - piston_head
  16. - all_wool
  17. - all_slab
  18. - bookshelf
  19. - torch
  20. - fire
  21. - oak_stairs
  22. - birch_stairs
  23. - jungle_stairs
  24. - spruce_stairs
  25. - chest
  26. - redstone_wire
  27. - nether_brick_stairs
  28. - furnace
  29. - all_sign
  30. - ladder
  31. - all_door
  32. - lever
  33. - all_pressure_plate
  34. - redstone_torch
  35. - redstone_wall_torch
  36. - all_button
  37. - all_fence
  38. - netherrack
  39. - glowstone
  40. - cake
  41. - repeater
  42. - all_stained_glass
  43. - all_trapdoor
  44. - all_stone_bricks
  45. - iron_bars
  46. - glass_pane
  47. - all_fence_gate
  48. - enchanting_table
  49. - brewing_stand
  50. - cauldron
  51. - dragon_egg
  52. - redstone_lamp
  53. - ender_chest
  54. - tripwire_hook
  55. - emerald_block
  56. - beacon
  57. - flower_pot
  58. - all_skull
  59. - all_anvil
  60. - trapped_chest
  61. - comparator
  62. - daylight_detector
  63. - redstone_block
  64. - hopper
  65. - all_quartz_block
  66. - all_rail
  67. - dropper
  68. - all_stained_glass_pane
  69. - slime_block
  70. - all_carpet
  71. - coal_block
  72. - end_stone_bricks
  73. forbiddenBlocks:
  74. - piston_head
  75.  
  76. canFly: true
  77. rotateAtMidpoint: true
  78. allowCannonDirectorSign: false
  79. allowAADirectorSign: true
  80. canCruise: true
  81. cruiseSpeed: 4.5
  82. cruiseSkipBlocks: 1
  83. maxHeightLimit: 130
  84. maxHeightAboveGround: 46
  85. collisionExplosion: 0.0
  86. fuelBurnRate: 2.0
  87. explodeOnCrash: 2.5
  88. sinkSpeed: 3.0
  89. overallSinkPercent: 97.0
  90. detectionMultiplier: 20.0
  91. underwaterDetectionMultiplier: 2.0
  92. smokeOnSink: 1
  93. keepMovingOnSink: true
  94. speed: 5.0
  95. tryNudge: false
  96. sinkPercent: 99.0
  97. flyblocks:
  98. all_wool: #wool represents lift
  99. - 50.0
  100. - 100.0
  101. [chest,trapped_chest]: # limit chests to make big airships important for merchant missions
  102. - 0.0
  103. - N2
  104. [dispenser,hopper]: # dispensers and hoppers can be used for inventory too, so limit them as well
  105. - 0.0
  106. - 6.0
  107. redstone_block: # redstone represents engines
  108. - 8.0
  109. - 100.0
  110. anvil: # anvils are OP armor, so limit it
  111. - 0.0
  112. - 1.0
  113. obsidian: # so is obsidian
  114. - 0.0
  115. - 1.0
  116. water: # so is water
  117. - 0.0
  118. - 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement