feat: add startup.lua to automatically start the mining process
This commit is contained in:
parent
84e497300e
commit
7a7542e851
@ -1,5 +1,6 @@
|
||||
# Installation
|
||||
|
||||
```
|
||||
wget run https://git.trapcloud.fr/guillaumearm/minecraft-cc-tools/raw/branch/master/install.lua
|
||||
wget https://git.trapcloud.fr/guillaumearm/minecraft-cc-tools/raw/branch/master/install.lua
|
||||
install
|
||||
```
|
||||
|
||||
@ -5,6 +5,7 @@ local LIST_FILES = {
|
||||
};
|
||||
|
||||
local LIST_CONFIG_FILES = {
|
||||
'startup.lua',
|
||||
'config-miner.lua'
|
||||
}
|
||||
|
||||
|
||||
1
startup.lua
Normal file
1
startup.lua
Normal file
@ -0,0 +1 @@
|
||||
shell.execute('/miner.lua')
|
||||
Loading…
Reference in New Issue
Block a user