merlinlikethewizard / Mastermine

A fully automated strip mining network for ComputerCraft turtles!
MIT License
83 stars 20 forks source link

Mine_levels not being respected #33

Open aussie1579 opened 2 years ago

aussie1579 commented 2 years ago

It appears that the mine_levels is not being respected.

Mine_entrance is set to the following mine_entrance = {x = -4330, y = 66, z = 4210}

mine_levels is set to the following mine_levels = {

{level = 10, chance = 0.2},
{level = 20, chance = 0.2},
{level = 30, chance = 0.2},
{level = 40, chance = 0.2},
{level = 50, chance = 0.2},

}

11 mining turtles are currently in use. turtles currently and only mine level 60 (59y foot level) which is not even an option.

system left running for ~1-2 hours plenty of branch mining but no depth

aussie1579 commented 2 years ago

I have found a work around for this issue.

It appears that the configuration file stored in disk\#\hub_files\config.lua is not read when setting up the mine_levels section.

The config stored in computer\#\config.lua is used for the mine_levels section.

BalintXHD commented 2 years ago

same issue here, and i fount that the mine entrance is not respected too so i have to edit it here