Skip to content

Commit

Permalink
minor adjustments to api package doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Dec 14, 2013
1 parent b08f08d commit e3d1156
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions li/cil/oc/api/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
* <p/>
* Note that for tile entities you implement yourself, you will not have to
* provide a driver, as long as you implement the necessary interface:
* {@link li.cil.oc.api.network.Environment}. For items that should be installed
* in a computer, however, you will always have to provide a driver.
* {@link li.cil.oc.api.network.Environment} and call {@link li.cil.oc.api.Network#joinOrCreateNetwork(net.minecraft.tileentity.TileEntity)}
* in the first <tt>updateEntity()</tt> call. For items that should be installed
* in a computer you will always have to provide a driver.
* </dd>
* <dt>The {@link li.cil.oc.api.FileSystem} API</dt>
* <dd>
Expand All @@ -28,7 +29,7 @@
* This API provides interfaces that allow interacting with the internal network
* and creating nodes, components and power connectors for said network. If you
* implement <tt>Environment</tt> in your tile entity or provide a
* {@link li.cil.oc.api.network.ManagedEnvironment} via a driver you'll have to
* {@link li.cil.oc.api.network.ManagedEnvironment} via a driver you'll want to
* create a node. This API provides factory methods for creating it.
* </dd>
* </dl>
Expand Down

0 comments on commit e3d1156

Please sign in to comment.