1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 14:50:41 +02:00

Add option to forego real entities (#26)

This commit is contained in:
Jude Melton-Houghton
2022-05-06 11:25:02 -04:00
committed by GitHub
parent 37eef73695
commit 97903327a5
3 changed files with 36 additions and 20 deletions

View File

@ -27,6 +27,7 @@ local settings = {
enable_cyclic_mode = true,
drop_on_routing_fail = false,
delete_item_on_clearobject = true,
use_real_entities = true,
}
pipeworks.toggles = {}