mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 02:39:48 -04:00
Merge pull request #2462 from thiakil/ClassTransformer-1.11-fix
Fix renderLeash patch signature.
This commit is contained in:
commit
6eb12f6784
@ -25,7 +25,7 @@ object ObfNames {
|
||||
final val Method_recreateLeash = Array("recreateLeash", "func_110165_bF", "da")
|
||||
final val Method_recreateLeashDesc = Array("()V")
|
||||
final val Method_renderLeash = Array("renderLeash", "func_110827_b", "b")
|
||||
final val Method_renderLeashDesc = Array("(Lsg;DDDFF)V", "(Lnet/minecraft/entity/EntityLiving;DDDFF)V")
|
||||
final val Method_renderLeashDesc = Array("(L"+Class_EntityLiving(1)+";DDDFF)V", "(Lnet/minecraft/entity/EntityLiving;DDDFF)V")
|
||||
final val Method_validate = Array("validate", "func_145829_t")
|
||||
final val Method_invalidate = Array("invalidate", "func_145843_s")
|
||||
final val Method_onChunkUnload = Array("onChunkUnload", "func_76623_d")
|
||||
|
Loading…
x
Reference in New Issue
Block a user