Added repair

This commit is contained in:
Cooldude2606
2019-04-18 23:05:25 +01:00
parent 2e017dbb70
commit 652fb42ec9
2 changed files with 50 additions and 0 deletions

13
config/repair.lua Normal file
View File

@@ -0,0 +1,13 @@
return {
disallow = {
['loader']=true,
['fast-loader']=true,
['express-loader']=true,
['electric-energy-interface']=true,
['infinity-chest']=true
},
max_range=50,
allow_blueprint_repair=false,
allow_ghost_revive=true,
allow_heal_entities=true
}