Skip to content

Commit

Permalink
Revert BlueSlime Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Behrhof committed Jun 8, 2014
1 parent 1278298 commit 01ac924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/entity/BlueSlime.java
Expand Up @@ -442,7 +442,7 @@ protected void dropFewItems (boolean par1, int par2)

for (int l = 0; l < k; ++l)
{
this.dropItem(j, 0);
this.entityDropItem(new ItemStack(j), 1);
}
}

Expand Down

0 comments on commit 01ac924

Please sign in to comment.