Skip to content

Commit

Permalink
Fix barrel patch
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Allan <rallanpcl@gmail.com>
  • Loading branch information
LunNova committed Jun 20, 2013
1 parent f7a745b commit ed77364
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions resources/patches.xml
Expand Up @@ -595,7 +595,7 @@
return t.a + this.middleCount + b.a;
}">getItemCount
</replaceMethod>
<synchronize>updateStacks,changeItemCount,setItemCount</synchronize>
<synchronize>updateStacks,changeItemCount,setItemCount,a(IL^class;ItemStack^;)V</synchronize>
</class>
<class id="factorization.common.TileEntityMirror">
<replaceMethod code="{
Expand Down Expand Up @@ -632,9 +632,6 @@
<newField field="staticLock" class="java.lang.Object" static=""/>
<synchronize field="staticLock">update</synchronize>
</class>
<class id="factorization.common.TileEntityBarrel">
<synchronize>a(ILur;)V</synchronize>
</class>
</factorization>
<liteLoader>
<class id="com.mumfrey.liteloader.core.HookProfiler">
Expand Down

0 comments on commit ed77364

Please sign in to comment.