michaelzangl / minebot

Minebot
GNU General Public License v3.0
144 stars 48 forks source link

Placing Torches on higher lightlevel #246

Closed NicciZar closed 6 years ago

NicciZar commented 6 years ago

I would like to have my Minebot clear or mine something and I want it to place Torches on a lightlevel of 6 or 7 instaed of the standard lightlevel of 3. Is that possible?

NicciZar commented 6 years ago

Alright I found the solution myself. I had to create the settingsfile myself with ( /minebot setting store ) and then I opened it with Notepad++ to edit it ( "placeTorchLightLevel": 3, ) to ( "placeTorchLightLevel": 6, )