Merge pull request #2829 from hacker-on-steroids/panel_breakage

make RBMK panels and meters not break instantly
This commit is contained in:
HbmMods 2026-04-01 13:38:29 +02:00 committed by GitHub
commit dd96b6d48b
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