Skip to content
This repository has been archived by the owner on Jul 1, 2018. It is now read-only.

Commit

Permalink
Prevent crashing without Peripherals++
Browse files Browse the repository at this point in the history
Also fix some documentation
  • Loading branch information
SquidDev committed Aug 28, 2015
1 parent 56aec05 commit 1d26766
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.squiddev.cctweaks.integration.peripheralspp;

import com.austinv11.peripheralsplusplus.hooks.ComputerCraftRegistry;
import cpw.mods.fml.common.Optional;
import org.squiddev.cctweaks.core.Config;
import org.squiddev.cctweaks.core.utils.DebugLogger;
import org.squiddev.cctweaks.integration.ModIntegration;
Expand All @@ -14,6 +15,7 @@ public PeripheralsPlusPlusIntegration() {
}

@Override
@Optional.Method(modid = "PeripheralsPlusPlus")
public void init() {
super.init();
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ${**}Debug Wand${**} will help you on the way.
Shift right-clicking a computer will add a whole host of debugging
tools. On other objects, it just prints a ton of information to chat.

***

Hovering over a network node will show a visualisation of
the entire network. If you find this gets out of date, shift-right
click in empty space to refresh it.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ they're both chunk-loaded.

***

These devices also work on turtles, though you must use the
${dark_gray}bindFromCard${none} method.
These devices also work on turtles (and sometimes pocket computers),
though you must use the ${dark_gray}bindFromCard${none} method.

It is a matter of some debate how these work, some say it is ${*}quantum${*},
others say ${*}magic${*}. It works

0 comments on commit 1d26766

Please sign in to comment.