Mojira Archive
MC-18955

Planks dupe

See this video!
http://www.youtube.com/watch?v=skpF1GqkgY4

I fixed this bug using MCP:
Class "EntityBoat", method "attackEntityFrom(DamageSource, int)":
Before:
if(!var3)
{
dropItemWithOffset(Item.boat.itemID, 1, 0F);
}
After:
if(!var3 && par1DamageSource.getEntity() != null)
{
dropItemWithOffset(Item.boat.itemID, 1, 0F);
}

Duplicate

Ksenofontov Alexander

2013-06-24, 04:02 PM

2015-08-04, 10:28 PM

2013-06-24, 05:01 PM

0

2

Unconfirmed

Minecraft 1.5.2

-