minetest-meseconductors/default_settings.txt

54 lines
975 B
Plaintext
Raw Normal View History

2016-10-13 10:07:50 -07:00
-- Global configuration variables
--highlight all nodes when receiving a mesecon signal, buggy atm
meseconductors.highlight_conducting = false
-- highlight all conductalbe nodes, useful for debugging, not working yet
meseconductors.debug_highlight_all = false
2016-10-14 11:12:48 -07:00
--use creative inventory
--nodes and their recipes can still be viewed in a custom meseconductors-inventory-node (not implemented yet)
meseconductors.use_creative_inventory = true
2016-10-13 10:07:50 -07:00
--mods
2017-09-05 12:17:59 -07:00
2016-10-13 10:07:50 -07:00
--moreblocks
meseconductors.use_moreblocks = true
--building_blocks
meseconductors.use_building_blocks = true
--glooptest
meseconductors.use_glooptest = true
--gloopblocks
meseconductors.use_gloopblocks = true
--quartz
meseconductors.use_quartz = true
--moretrees
meseconductors.use_moretrees = true
2016-10-14 11:12:48 -07:00
--technic
meseconductors.use_technic = true
2016-10-17 11:16:58 -07:00
--ethereal
meseconductors.use_ethereal = true
2016-10-21 05:35:11 -07:00
--moreores
meseconductors.use_moreores = true
2017-09-06 12:01:33 -07:00
--currently not supported
2016-10-21 05:35:11 -07:00
--castle
2017-09-06 12:01:33 -07:00
meseconductors.use_castle = false
2016-10-21 05:35:11 -07:00
2016-10-14 11:12:48 -07:00
2016-10-13 10:07:50 -07:00