Remove unused stuff

This commit is contained in:
Sebastian Hartte
2020-06-21 22:59:47 +02:00
parent e1131bd1e2
commit 00e794f03f
12 changed files with 70 additions and 825 deletions
@@ -42,8 +42,8 @@ public interface IMatterCannonAmmoRegistry {
* register a new ammo, generally speaking this is based off of atomic weight to
* make it easier to guess at
*
* @param ammoTag item tag id
* @param weight atomic weight
* @param ammoTag item tag id
* @param weight atomic weight
*/
void registerAmmoTag(ResourceLocation ammoTag, double weight);