mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
13 lines
308 B
Lua
13 lines
308 B
Lua
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
|
|
} |