Changed internal name of sand

This commit is contained in:
Anuken
2022-08-27 19:39:53 -04:00
parent 82bb4607db
commit 2a062b96ec
41 changed files with 150 additions and 37 deletions

View File

@@ -348,7 +348,7 @@ public class Blocks{
lightColor = Color.orange.cpy().a(0.3f);
}};
sand = new Floor("sand"){{
sand = new Floor("sand-floor"){{
itemDrop = Items.sand;
playerUnmineable = true;
attributes.set(Attribute.oil, 0.7f);
@@ -4056,7 +4056,7 @@ public class Blocks{
colors = new Color[]{Color.valueOf("eb7abe").a(0.55f), Color.valueOf("e189f5").a(0.7f), Color.valueOf("907ef7").a(0.8f), Color.valueOf("91a4ff"), Color.white};
}},
Liquids.cyanogen, new ContinuousFlameBulletType(){{
damage = 140f;
damage = 130f;
rangeChange = 70f;
length = r + rangeChange;
knockback = 2f;