Skip to content

Commit

Permalink
Fixed #131
Browse files Browse the repository at this point in the history
  • Loading branch information
fuj1n committed Sep 2, 2013
1 parent 0acef0e commit a08e374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tconstruct/library/TConstructRegistry.java
Expand Up @@ -675,6 +675,8 @@ static void initializeDrawbridgeState ()
drawbridgeState[Block.stairsNetherQuartz.blockID] = 3;
drawbridgeState[Block.railActivator.blockID] = 4;
drawbridgeState[Block.dropper.blockID] = 3;
interchangableBlockMapping[Block.dirt.blockID] = Block.grass.blockID;
interchangableBlockMapping[Block.grass.blockID] = Block.dirt.blockID;
}

static
Expand Down

0 comments on commit a08e374

Please sign in to comment.