forked from APDevTeam/Movecraft
-
Notifications
You must be signed in to change notification settings - Fork 2
Craft Config
BernardisGood edited this page Apr 19, 2020
·
2 revisions
Setting | Default Value | Implemented |
---|---|---|
name | Yes | |
maxSize | Yes | |
minSize | Yes | |
allowedBlocks | Yes | |
forbiddenBlocks | Yes | |
forbiddenSignStrings | Yes | |
canCruise | false | Yes |
rotateAtMidpoint | false | Yes |
maxHeightLimit | 255 | Yes |
maxHeightAboveGround | -1 (Disabled) | Yes |
collisionExplosion | 0 | Supposedly |
detectionMultiplier | 0 | Supposedly |
underwaterDetectionMultiplier | detectionMultiplier | Supposedly |
speed | Yes | |
cruiseSkipBlocks | 0 | Yes |
vertCruiseSkipBlocks | cruiseSkipBlocks | Yes |
cruiseSpeed | speed | Yes |
dynamicLagSpeedFactor | 0 | No |
fuelBurnRate | 0 | Yes |
sinkPercent | 0 | Yes |
overallSinkPercent | 0 | Yes |
tryNudge | false | No |
canStaticMove | false | Yes |
maxStaticMove | 10000 | Yes |
moveblocks | Yes | |
flyblocks | Yes | |
requiresSpecificPerms | true | Yes |
furnaceBlocks | Furnace | Yes |
fuelItems | Coal/Charcoal (8), Coal Block (72) | Yes |
requireWaterContact | false | Supposedly |
canTeleport | false | Supposedly |
cruiseOnPilot | false | Yes |
cruiseOnPilotVertMove | 0 | Yes |
allowVerticalMovement | true | Yes |
allowHorizontalMovement | true | Yes |
allowRemoteSign | true | Supposedly |
allowCannonDirectorSign | true | Supposedly |
allowAADirectorSign | true | Supposedly |
halfSpeedUnderwater | false | Yes |
focusedExplosion | false | Yes |
mustBeSubcraft | false | Supposedly |
staticWaterLevel | 0 | No |
sinkTickRate | 0 | Yes |
keepMovingOnSink | false | Yes |
smokeOnSink | 0 | No |
explodeOnCrash | 0 | Yes |
minHeightLimit | 0 | Yes |
canDirectControl | true | Supposedly |
canHover | false | No |
canHoverOverWater | true | No |
moveEntities | true | Yes |
onlyMovePlayers | true | Yes |
useGravity | false | No |
hoverLimit | 0 | No |
harvestBlocks | No | |
harvesterBladeBlocks | No | |
passthroughBlocks | Supposedly | |
allowVerticalTakeoffAndLanding | true | Yes |
dynamicFlyBlockSpeedFactor | 0 | No |
dynamicFlyBlock | No | |
chestPenalty | 0 | No |
name: Airship
maxSize: 5000
minSize: 1000
allowedBlocks:
- minecraft:planks
- minecraft:flowing_water
- minecraft:water
- minecraft:flowing_lava
- minecraft:lava
- minecraft:log
forbiddenBlocks:
- minecraft:piston_head
forbiddenSignStrings:
- DismantleElevator
canCruise: true
rotateAtMidpoint: true
canFly: true
maxHeightLimit: 200
maxHeightAboveGround: 75
vertCruiseSkipBlocks: 2
collisionExplosion: 0.0
detectionMultiplier: 10.0
underwaterDetectionMultiplier: 1.0
speed: 1.0
cruiseSkipBlocks: 3
cruiseSpeed: 0.2
dynamicLagSpeedFactor: 3.0
fuelBurnRate: 2.0
sinkPercent: 99.0
overallSinkPercent: 60.0
tryNudge: false
canStaticMove: true
maxStaticMove: 2
moveblocks:
minecraft:redstone_block: # redstone represents engines
- 1.0
- 100.0
flyblocks:
minecraft:wool: #wool represents lift
- 50.0
- 100.0
[minecraft:chest, minecraft:trapped_chest]: # limit chests to make big airships important for merchant missions
- 0.0
- N50
requiresSpecificPerms: true
furnaceBlocks:
minecraft:furnace
minecraft:lit_furnace
fuelItems:
minecraft:coal: 8.0
minecraft:coal_block: 72.0
requireWaterContact: false
canTeleport: false
cruiseOnPilot: false
cruiseOnPilotVertMove: 0
allowVerticalMovement: true
allowHorizontalMovement: true
allowRemoteSign: true
allowCannonDirectorSign: true
allowAADirectorSign: true
halfSpeedUnderwater: false
focusedExplosion: false
mustBeSubcraft: false
staticWaterLevel: 0
sinkTickRate: 0
keepMovingOnSink: false
smokeOnSink: 0
explodeOnCrash: 0.0
minHeightLimit: 0
canDirectControl: true
canHover: false
canHoverOverWater: true
moveEntities: true
onlyMovePlayers: true
useGravity: false
hoverLimit: 0
harvestBlocks:
minecraft:tall_grass
harvesterBladeBlocks:
minecraft:iron_block
passthroughBlocks:
minecraft:water
minecraft:flowing_water
allowVerticalTakeoffAndLanding: true
dynamicFlyBlockSpeedFactor: 0.0
dynamicFlyBlock: minecraft:air
chestPenalty: 0.0