Possible save fix / Place arrow de-mushroomified / Fixed descriptions
This commit is contained in:
@@ -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"){{
|
||||
|
||||
Reference in New Issue
Block a user