chore: bump MIN_FUEL_NEEDED
This commit is contained in:
parent
09d15d0db7
commit
db5071c4a3
@ -4,8 +4,8 @@ local config = require('config-miner')
|
||||
|
||||
local LOWER_SIZE_LIMIT = 2;
|
||||
local HIGHER_SIZE_LIMIT = 128;
|
||||
local FUEL_NEEDED_MULTIPLIER = 3
|
||||
local ADDITIONAL_FUEL_NEEDED = 256
|
||||
local FUEL_NEEDED_MULTIPLIER = 4
|
||||
local ADDITIONAL_FUEL_NEEDED = 1024
|
||||
|
||||
local INITIAL_TARGET_Y = config.targetY - config.startY
|
||||
local TARGET_Z = config.size - 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user