Possible save fix / Place arrow de-mushroomified / Fixed descriptions

This commit is contained in:
Anuken
2019-02-10 11:46:18 -05:00
parent a9778e6e68
commit 897b90f044
13 changed files with 779 additions and 814 deletions

View File

@@ -445,11 +445,11 @@ public class Blocks implements ContentList{
results = new ItemStack[]{
new ItemStack(Items.copper, 5),
new ItemStack(Items.lead, 3),
new ItemStack(Items.graphite, 2),
new ItemStack(Items.titanium, 2)
};
hasPower = true;
filterTime = 30f;
health = 50 * 4;
spinnerLength = 1.5f;
spinnerRadius = 3.5f;
spinnerThickness = 1.5f;
@@ -457,7 +457,7 @@ public class Blocks implements ContentList{
size = 2;
consumes.power(1f);
consumes.liquid(Liquids.slag, 0.1f);
consumes.liquid(Liquids.slag, 0.09f);
}};
cultivator = new Cultivator("cultivator"){{