chore: bump MIN_FUEL_NEEDED

This commit is contained in:
Guillaume ARM 2024-05-09 11:59:04 +02:00
parent 09d15d0db7
commit db5071c4a3

View File

@ -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