Skip to content

Commit

Permalink
Added missing PAL chip icon, optimized chip placement.
Browse files Browse the repository at this point in the history
  • Loading branch information
cm0x4D committed May 20, 2016
1 parent 92131a1 commit fdae18e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/mods/eln/sixnode/LogicGate.kt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ open class LogicGateDescriptor(name: String, obj: Obj3D?, functionName: String,
draw()
}
}

override fun getFrontFromPlace(side: Direction?, player: EntityPlayer?): LRDU? =
super.getFrontFromPlace(side, player).left()
}

open class LogicGateElement(node: SixNode, side: Direction, sixNodeDescriptor: SixNodeDescriptor):
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fdae18e

Please sign in to comment.