This commit is contained in:
sainagh
2024-05-25 09:31:20 -07:00
parent 9bc8b6f851
commit 9bccd068fd
393 changed files with 83107 additions and 5857 deletions
+36
View File
@@ -0,0 +1,36 @@
# Configuration file
##########################################################################################################
# module
#--------------------------------------------------------------------------------------------------------#
# Disabling these Modules can greatly change how the mod functions.
# For example, disabling the Train Module will prevent you from linking carts.
# Disabling the Locomotive Module will remove the extra drag added to Trains.
# Disabling the World Module will disable all world gen.
#
# Railcraft will attempt to compensate for disabled Modules on a best effort basis.
# It will define alternate recipes and crafting paths, but the system is far from flawless.
# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed.
#
#
# railcraft:routing
# -- routing tables, tickets, detectors, etc...
#
# depends on:
# -- railcraft:signals
#
# items/blocks/entities/etc added by this module:
# -- routing_table
# -- routing_ticket
# -- routing_ticket_gold
# -- detector
# -- routing
#
##########################################################################################################
module {
# Whether the railcraft:routing module is loaded or not
B:enabled=true
}