Changes

Summary

  1. Prevent TankAir missing block warning for people who haven't updated yet (details)
  2. Changed the logic behind picking up ammo on the ground. Basically the (details)
Commit 7488b480d59f7b248272b984eda4f62a1a3cf34a by bernhard.bonigl
Prevent TankAir missing block warning for people who haven't updated yet
The file was modifiedsrc/main/java/tconstruct/TConstruct.java (diff)
Commit 5d4d6466cf2071f107847139a554fcc1c7da6194 by bernhard.bonigl
Changed the logic behind picking up ammo on the ground. Basically the base stats and composition has to be the same for an entity to be able to be picked up.
Small changes to the NBT that have nothing to do with the actual tool don't prevent picking them up anymore that way.
The file was modifiedsrc/main/java/tconstruct/library/weaponry/AmmoItem.java (diff)