From c1b2a34de3f7f52b38d4da89c9268b173ab9098b Mon Sep 17 00:00:00 2001 From: Abel <56084910+Abelkrijgtalles@users.noreply.github.com> Date: Fri, 16 Aug 2024 22:13:00 +0200 Subject: [PATCH] Fix indestructable light blocks (#11275) Co-authored-by: Bjarne Koll --- .../Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch | 1 - 1 file changed, 1 deletion(-) diff --git a/patches/server/Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch b/patches/server/Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch index bd4ea28954..3602dd9a77 100644 --- a/patches/server/Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch +++ b/patches/server/Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch @@ -50,7 +50,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + public final boolean isDestroyable() { + return io.papermc.paper.configuration.GlobalConfiguration.get().unsupportedSettings.allowPermanentBlockBreakExploits || + this != Blocks.BARRIER && -+ this != Blocks.LIGHT && + this != Blocks.BEDROCK && + this != Blocks.END_PORTAL_FRAME && + this != Blocks.END_PORTAL &&