Skip to content

Commit

Permalink
Use a hand-harvestable material for Railcraft machines to reflect the…
Browse files Browse the repository at this point in the history
…ir harvesting behavior (#65)
  • Loading branch information
YannickMG authored Dec 24, 2024
1 parent f4cd552 commit d3f16e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class BlockMachine extends BlockContainer implements IPostConnection {
private final int[] metaOpacity;

public BlockMachine(int renderId, IMachineProxy proxy, boolean opaque, int[] metaOpacity) {
super(Material.rock);
super(Material.ground);
setResistance(4.5F);
setHardness(2.0F);
setStepSound(soundTypeStone);
Expand Down

0 comments on commit d3f16e6

Please sign in to comment.