Basic kill tracking

This commit is contained in:
Anuken
2019-09-27 16:04:34 -04:00
parent 53d4f44178
commit f925ec8cbe
6 changed files with 25 additions and 2 deletions

View File

@@ -1194,7 +1194,7 @@ public class Blocks implements ContentList{
rotateSpeed = 1.4f;
attribute = Attribute.water;
consumes.power(0.90f);
consumes.power(1f);
}};
cultivator = new Cultivator("cultivator"){{