From 3d2d19f6f7eba90f0d19b002824b2ff466567608 Mon Sep 17 00:00:00 2001 From: Maverick2797 Date: Sat, 2 Nov 2024 15:36:34 +0800 Subject: Add setting to bypass coupler type checks when coupling Allows a server to disable the coupler checks when multiple coupler types are present, making everything effectively a universal coupler --- advtrains/settingtypes.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'advtrains/settingtypes.txt') diff --git a/advtrains/settingtypes.txt b/advtrains/settingtypes.txt index 2b627cb..a495d1e 100644 --- a/advtrains/settingtypes.txt +++ b/advtrains/settingtypes.txt @@ -61,3 +61,6 @@ advtrains_save_interval (Save Interval) int 60 20 3600 # If enabled, trains only collide with nodes with "normal" drawtype. advtrains_forgiving_collision (Forgiving Collision mode) bool false +# Enable universal couplers for wagons +# If enabled, wagons will bypass the checks that compare the coupler types when coupling. +advtrains_universal_couplers (Universal Couplers) bool false \ No newline at end of file -- cgit v1.2.3