autominer: smaller search radius -> more efficient mining
This commit is contained in:
parent
0b130460fe
commit
f486ff7052
@ -5,7 +5,7 @@
|
|||||||
autominer = {}
|
autominer = {}
|
||||||
local dmg=false
|
local dmg=false
|
||||||
local digging=false
|
local digging=false
|
||||||
local radius=15
|
local radius=6
|
||||||
|
|
||||||
--nodes={'mcl_core:stone_with_coal','mcl_core:stone_with_gold','mcl_core:stone_with_iron','mcl_core:stone_with_diamond','mcl_core:stone_with_redstone','mcl_core:stone_with_lapislazuli'}
|
--nodes={'mcl_core:stone_with_coal','mcl_core:stone_with_gold','mcl_core:stone_with_iron','mcl_core:stone_with_diamond','mcl_core:stone_with_redstone','mcl_core:stone_with_lapislazuli'}
|
||||||
nodes={'mcl_core:stone_with_coal','mcl_core:stone_with_gold','mcl_core:stone_with_iron','mcl_core:stone_with_diamond','mcl_core:stone_with_lapis_lazuli','mcl_core:stone_with_lapislazuli'}
|
nodes={'mcl_core:stone_with_coal','mcl_core:stone_with_gold','mcl_core:stone_with_iron','mcl_core:stone_with_diamond','mcl_core:stone_with_lapis_lazuli','mcl_core:stone_with_lapislazuli'}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user