This commit is contained in:
Anuken
2022-01-20 23:06:04 -05:00
parent 8fc7aff7ef
commit b3d4dc06d4
6 changed files with 52 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ public class WallCrafter extends Block{
public float updateEffectChance = 0.02f;
public float rotateSpeed = 2f;
/** Attribute to check for wall output. */
public Attribute attribute = Attribute.silicate;
public Attribute attribute = Attribute.sand;
public Item output = Items.sand;