From 8c73c8c655e873d735b7a0cb2994a1db53e9746a Mon Sep 17 00:00:00 2001 From: Michael Hillcox Date: Sat, 2 Sep 2023 10:20:35 +0100 Subject: [PATCH] fix: #196 don't allow the renderblock to be accelerated by projecte This will be backported to 1.19 --- .../tags/block_entity_type/blacklist/time_watch.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/resources/data/projecte/tags/block_entity_type/blacklist/time_watch.json diff --git a/src/main/resources/data/projecte/tags/block_entity_type/blacklist/time_watch.json b/src/main/resources/data/projecte/tags/block_entity_type/blacklist/time_watch.json new file mode 100644 index 00000000..5131a5b4 --- /dev/null +++ b/src/main/resources/data/projecte/tags/block_entity_type/blacklist/time_watch.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mininggadgets:renderblock" + ] +}