From 5e6ab586eb8031f5d405aa1d67e118f7116649fd Mon Sep 17 00:00:00 2001 From: sylv256 Date: Sat, 9 May 2026 15:01:11 -0400 Subject: [PATCH 1/3] fix more barricad ebu gs --- pack/mods/barricade.pw.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pack/mods/barricade.pw.toml b/pack/mods/barricade.pw.toml index 9683361..75b7be9 100644 --- a/pack/mods/barricade.pw.toml +++ b/pack/mods/barricade.pw.toml @@ -1,13 +1,13 @@ name = "Barricade" -filename = "barricade-fabric-3.0.0-beta.2+26.1.1.jar" +filename = "barricade-fabric-3.0.0-beta.3+26.1.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/kRSR7ZEj/versions/U3gapnVc/barricade-fabric-3.0.0-beta.2%2B26.1.1.jar" +url = "https://cdn.modrinth.com/data/kRSR7ZEj/versions/mYBrKrTO/barricade-fabric-3.0.0-beta.3%2B26.1.1.jar" hash-format = "sha512" -hash = "167d4c846fc99df3e59ba3191ad23ce3b48951a9f49b73e52e2fc9ab190ea91b605e02d528be4455805e2be5c08bbf6455bc72ed96dfcde406d30145b8ccd263" +hash = "39676d1f12863ef1545e3453a782d1674366cda9ab372f739177c9a7fe4beaf2c165983149cb97f658a82539c946c060384715af994683e0a4782d45d62e8daa" [update] [update.modrinth] mod-id = "kRSR7ZEj" -version = "U3gapnVc" +version = "mYBrKrTO" From adcf247aff239fd242966b11f7ec2d29a87a3549 Mon Sep 17 00:00:00 2001 From: sylv256 Date: Sat, 9 May 2026 15:03:48 -0400 Subject: [PATCH 2/3] barricade config --- pack/config/barricade.jsonc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pack/config/barricade.jsonc b/pack/config/barricade.jsonc index 641e52a..0a0f03a 100644 --- a/pack/config/barricade.jsonc +++ b/pack/config/barricade.jsonc @@ -3,19 +3,23 @@ // If all invisible blocks are visible to you, not accounting the item you are holding. // The player must be in creative to see barriers. "everything_visible": true, + // Default Value: false + // Whether invisible blocks should be invisible in survival. + // WARNING: This will cause flickering when changing game modes! + "disable_in_survival": false, // Which operator blocks are visible to you, not accounting the item you are holding. // Accepts a list of mixed block ids or operator blocks tags found within assets//barricade/operator_blocks/.json // The player must be in creative to see barriers. - // + // // Default Value: [ - // + // // ] "visible_blocks": [ ], // How long (in seconds) barriers should take to fade when a barrier is equipped or unequipped. // Set this to 0 to disable fading. - // + // // Default Value: 2.0 "barrier_fade_time": 2.0 -} \ No newline at end of file +} From 48183dfbbdce4f517d1969fb21f0aca72aa78d11 Mon Sep 17 00:00:00 2001 From: sylv256 Date: Mon, 11 May 2026 19:49:38 -0400 Subject: [PATCH 3/3] barricade upda --- pack/mods/barricade.pw.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pack/mods/barricade.pw.toml b/pack/mods/barricade.pw.toml index 75b7be9..ef59399 100644 --- a/pack/mods/barricade.pw.toml +++ b/pack/mods/barricade.pw.toml @@ -1,13 +1,13 @@ name = "Barricade" -filename = "barricade-fabric-3.0.0-beta.3+26.1.1.jar" +filename = "barricade-fabric-3.0.0-beta.4+26.1.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/kRSR7ZEj/versions/mYBrKrTO/barricade-fabric-3.0.0-beta.3%2B26.1.1.jar" +url = "https://cdn.modrinth.com/data/kRSR7ZEj/versions/dNwaDelG/barricade-fabric-3.0.0-beta.4%2B26.1.2.jar" hash-format = "sha512" -hash = "39676d1f12863ef1545e3453a782d1674366cda9ab372f739177c9a7fe4beaf2c165983149cb97f658a82539c946c060384715af994683e0a4782d45d62e8daa" +hash = "392b1786bc96d5b77024e3ecc81ac6327e8b36f029d942dd76e00330d672d8c32926939e88d6fca5c561dd381213b4897c007960ac3ae4425de5225b46e813ba" [update] [update.modrinth] mod-id = "kRSR7ZEj" -version = "mYBrKrTO" +version = "dNwaDelG"