diff options
author | Antifluxfield <lyj_299792458@163.com> | 2017-10-30 19:17:00 +0800 |
---|---|---|
committer | Antifluxfield <lyj_299792458@163.com> | 2017-10-30 19:17:00 +0800 |
commit | 78aa11bd38ae3229c89f348034d165fb9a5c631c (patch) | |
tree | c2e038dd17865f07d41a93df8d285e2031a7027a /src/main/java/gregtech/api/interfaces | |
parent | 1e8189e5f9a984f962d64fe92883a564d0d92569 (diff) | |
download | GT5-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.java | 2 |
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 {
/**
|