aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/interfaces
diff options
context:
space:
mode:
authorAntifluxfield <lyj_299792458@163.com>2017-10-30 19:17:00 +0800
committerAntifluxfield <lyj_299792458@163.com>2017-10-30 19:17:00 +0800
commit78aa11bd38ae3229c89f348034d165fb9a5c631c (patch)
treec2e038dd17865f07d41a93df8d285e2031a7027a /src/main/java/gregtech/api/interfaces
parent1e8189e5f9a984f962d64fe92883a564d0d92569 (diff)
downloadGT5-Unofficial-78aa11bd38ae3229c89f348034d165fb9a5c631c.tar.gz
GT5-Unofficial-78aa11bd38ae3229c89f348034d165fb9a5c631c.tar.bz2
GT5-Unofficial-78aa11bd38ae3229c89f348034d165fb9a5c631c.zip
Another config to control wire connections, and disable them by default.
Diffstat (limited to 'src/main/java/gregtech/api/interfaces')
-rw-r--r--src/main/java/gregtech/api/interfaces/metatileentity/IConnectable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/interfaces/metatileentity/IConnectable.java b/src/main/java/gregtech/api/interfaces/metatileentity/IConnectable.java
index db8e812cf8..c1391371b9 100644
--- a/src/main/java/gregtech/api/interfaces/metatileentity/IConnectable.java
+++ b/src/main/java/gregtech/api/interfaces/metatileentity/IConnectable.java
@@ -1,7 +1,7 @@
package gregtech.api.interfaces.metatileentity;
/**
- * For pipes, wires, and other MetaTiles which should be decided whether they should connect to the block at each side.
+ * For pipes, wires, and other MetaTiles which need to be decided whether they should connect to the block at each side.
*/
public interface IConnectable {
/**