chore: change some default value on coal-crafter and mystical-upgrader

This commit is contained in:
Guillaume ARM 2024-05-26 19:54:50 +02:00
parent 3eca913146
commit d3946ad589
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
local turtleUtils = require('libs/turtle-utils') local turtleUtils = require('libs/turtle-utils')
local NB_NEEDED_COAL = 64 * 2 local NB_NEEDED_COAL = 64 * 8
local WAIT_INVENTORY_TIME = 3 local WAIT_INVENTORY_TIME = 3
local IDLE_TIME = 30 local IDLE_TIME = 30
local IDLE_TIME_ENOUGH_COAL = 120 local IDLE_TIME_ENOUGH_COAL = 120

View File

@ -1,7 +1,7 @@
local turtleUtils = require('libs/turtle-utils') local turtleUtils = require('libs/turtle-utils')
local NB_ROWS = 1 local NB_ROWS = 8
local DIRECTION = 'right' -- 'left' | 'right' local DIRECTION = 'left' -- 'left' | 'right'
local FILL_BLOCK = 'minecraft:cobblestone' local FILL_BLOCK = 'minecraft:cobblestone'
local LEVEL_PER_TIER = 12 local LEVEL_PER_TIER = 12