added lang to digital fuse, stopped it using TESR in inventory

master
Mikee Franklin 2014-05-03 16:14:08 +01:00
parent a65e74ac0c
commit 3e847fdcee
2 changed files with 5 additions and 0 deletions

View File

@ -224,6 +224,7 @@ tile.openblocks.xpshower.description=Attach an XP shower to a tank of XP juice a
tile.openblocks.goldenegg.name=Golden Egg
tile.openblocks.digitalfuse.name=Digital Fuse
item.openblocks.cursor.name=Cursor
item.openblocks.cursor.description=The cursor will let you click on blocks remotely.\nSimply shift-click onto a block to link the cursor, then use the cursor wherever you like to click on the target block. Be warned, by default the cursor uses up your XP relative to how far you are from the block you're clicking.
item.openblocks.cursor.video=http://www.youtube.com/watch?v=bhl1adRz1wo

View File

@ -51,6 +51,10 @@ public class BlockDigitalFuse extends OpenBlock {
return isProvidingWeakPower(world, x, y, z, side);
}
public boolean useTESRForInventory() {
return false;
}
@Override
public void registerIcons(IconRegister registry) {
for (int i = 0; i < 8; i++) {