Revert MCP name change for canConnectRedstone - it conflicts with a forge method of the same name and breaks 1.4.6 to 1.4.7 compatibility

This commit is contained in:
Christian 2012-12-29 00:00:24 -05:00
parent 964c51f4ae
commit 3715b73f05
1 changed files with 1 additions and 1 deletions

View File

@ -929,7 +929,7 @@ func_72169_f,isPoweredOrRepeater,2,"Returns true if the block coordinate passed
func_72170_e,getMaxCurrentStrength,2,"Returns the current strength at the specified block if it is greater than the passed value, or the passed value otherwise. Signature: (world, x, y, z, strength)"
func_72171_a,calculateCurrentChanges,2,
func_72172_n,notifyWireNeighborsOfNeighborChange,2,"Calls World.notifyBlocksOfNeighborChange() for all neighboring blocks, but only if the given block is a redstone wire."
func_72173_e,canConnectRedstone,2,"Returns true if redstone wire can connect to the specified block. Params: World, X, Y, Z, side (not a normal notch-side, this can be 0, 1, 2, 3 or -1)"
func_72173_e,isPowerProviderOrWire,2,"Returns true if redstone wire can connect to the specified block. Params: World, X, Y, Z, side (not a normal notch-side, this can be 0, 1, 2, 3 or -1)"
func_72176_l,glow,2,The redstone ore glows.
func_72177_n,sparkle,2,The redstone ore sparkles.
func_72179_a,isPoweredBlockRail,2,Return true if the blocks passed is a power related rail.

1 searge name side desc
929 func_72170_e getMaxCurrentStrength 2 Returns the current strength at the specified block if it is greater than the passed value, or the passed value otherwise. Signature: (world, x, y, z, strength)
930 func_72171_a calculateCurrentChanges 2
931 func_72172_n notifyWireNeighborsOfNeighborChange 2 Calls World.notifyBlocksOfNeighborChange() for all neighboring blocks, but only if the given block is a redstone wire.
932 func_72173_e canConnectRedstone isPowerProviderOrWire 2 Returns true if redstone wire can connect to the specified block. Params: World, X, Y, Z, side (not a normal notch-side, this can be 0, 1, 2, 3 or -1)
933 func_72176_l glow 2 The redstone ore glows.
934 func_72177_n sparkle 2 The redstone ore sparkles.
935 func_72179_a isPoweredBlockRail 2 Return true if the blocks passed is a power related rail.