make them not break instantly with your bear hands

This commit is contained in:
hacker-on-steroids 2026-03-31 17:22:54 +02:00 committed by GitHub
parent 832ddfe600
commit 3bc4bf5a3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,8 @@ public class RBMKMiniPanelBase extends BlockContainer implements ISBRHUniversal
public RBMKMiniPanelBase() {
super(Material.iron);
this.setHardness(3F);
this.setResistance(30F);
}
@Override