Description
ALPHA BUILD
This block allows for creative flight in the intimidate local area around it. By default, this is 32 blocks, but can be configured below
It consumes fuel to do this (nether stars by default) and each star gives 5 mins of flight by default
Note: only dimensions in the whitelist will allow the controller to be placed
usage:
to fuel, right-click a nether start into block. It can hold up to a stack
shift + right click the block to turn on/off
fuel is not consumed while it is off and the timer pauses
recipe:
default config:
#Config for local flight controller
[General]
#dimensions allowed (mod:dimension_name)
dimensionWhitelist = ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"]
#fuel to power FlightController (mod:item)
fuelType = "minecraft:nether_star"
#The number of ticks a single fuel unit provides (1 seconds = 20 ticks)
#Range: 20 ~ 72000
fuelTime = 6000
#Radius of effect (in blocks)
#Range: 5 ~ 96
range = 32
#Determines if Flight Controller needs to burn fuel to work
requiresFuel = true


