chore: change some default value on coal-crafter and mystical-upgrader
This commit is contained in:
parent
3eca913146
commit
d3946ad589
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user