From 6bb0e032c7c220c87c4608a3e0dada36b3617ff1 Mon Sep 17 00:00:00 2001 From: Shibva <38770780+Shibva@users.noreply.github.com> Date: Wed, 10 Dec 2025 04:30:04 -0500 Subject: [PATCH 1/6] how about NO? - Begin project E stuff to get this working; augh. - added budding blocks added by mod to blacklist for Watch of Flowing time. - NOTE: The watch of flowing time causes machines that tick to tick faster by giving extra ticks. This can be a problem, like with the buds. THIS TAG SERVES TO **BLACKLIST** THIS FUNCTION FROM THE ITEM IN QUESTION. If there are any more that should be blacklisted, put them here. you will need to refer to it by its block_entity ID, though, to work. This began as result of this: https://cdn.discordapp.com/attachments/1176931968710086696/1448240234813849683/20251210-0908-16.8946746.mp4?ex=693a8a52&is=693938d2&hm=9b84f0d3dc4cdd0b4c8db59b43b64145d54513082419bc243bf660c2561ad4a8& Nuff said --- .../tags/block_entity_type/blacklist/time_watch.json | 8 ++++++++ 1 file changed, 8 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 0000000000..8c80df005a --- /dev/null +++ b/src/main/resources/data/projecte/tags/block_entity_type/blacklist/time_watch.json @@ -0,0 +1,8 @@ +{ + "values": [ + "spectrum:budding_topaz", + "spectrum:budding_citrine", + "spectrum:budding_onyx", + "spectrum:budding_moonstone" + ] +} \ No newline at end of file From 5988bd2bc8a8dfa1359d33998331f3ce4a0dfdea Mon Sep 17 00:00:00 2001 From: Shibva <38770780+Shibva@users.noreply.github.com> Date: Wed, 10 Dec 2025 04:46:31 -0500 Subject: [PATCH 2/6] Slight fix Fixed it being applied in the wrong place NOTE - ProjectE has two types of blacklist tag, for `block_entity_type` and `blocks`. Just to clarify why theres two, it matters where you put them. --- .../tags/block_entity_type/blacklist/time_watch.json | 7 +------ .../data/projecte/tags/blocks/blacklist/time_watch.json | 8 ++++++++ 2 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 src/main/resources/data/projecte/tags/blocks/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 index 8c80df005a..f72d209df7 100644 --- 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 @@ -1,8 +1,3 @@ { - "values": [ - "spectrum:budding_topaz", - "spectrum:budding_citrine", - "spectrum:budding_onyx", - "spectrum:budding_moonstone" - ] + "values": [] } \ No newline at end of file diff --git a/src/main/resources/data/projecte/tags/blocks/blacklist/time_watch.json b/src/main/resources/data/projecte/tags/blocks/blacklist/time_watch.json new file mode 100644 index 0000000000..8c80df005a --- /dev/null +++ b/src/main/resources/data/projecte/tags/blocks/blacklist/time_watch.json @@ -0,0 +1,8 @@ +{ + "values": [ + "spectrum:budding_topaz", + "spectrum:budding_citrine", + "spectrum:budding_onyx", + "spectrum:budding_moonstone" + ] +} \ No newline at end of file From 6ac44b228c93faf6afba94389b3ee0a8163d28ca Mon Sep 17 00:00:00 2001 From: Shibva <38770780+Shibva@users.noreply.github.com> Date: Wed, 10 Dec 2025 21:10:32 -0500 Subject: [PATCH 3/6] lets not make Speed upgrades irrelivent shall we - added a few things that also should not have their tick speed increased. --- .../tags/block_entity_type/blacklist/time_watch.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 index f72d209df7..3865550abb 100644 --- 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 @@ -1,3 +1,10 @@ { - "values": [] -} \ No newline at end of file + "values": [ + "spectrum:memory", + "spectrum:pedestal_block_entity", + "spectrum:fusion_shrine_block_entity", + "spectrum:enchanter_block_entity", + "spectrum:item_bowl_block_entity" + + ] +} From 3a3f9d8e05870841c2bfc62afdc382a02575c5d6 Mon Sep 17 00:00:00 2001 From: Shibva <38770780+Shibva@users.noreply.github.com> Date: Wed, 24 Dec 2025 03:42:09 -0500 Subject: [PATCH 4/6] im doing this begrudgingly Removed all values from the blacklist in time_watch.json. - This makes geodes in the mod accelratbale again Note: I disaprove of this as this will make one bud of each all you realisticly need over more steady accelration from budding blocks. Undo this if you reconisder --- .../data/projecte/tags/blocks/blacklist/time_watch.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/main/resources/data/projecte/tags/blocks/blacklist/time_watch.json b/src/main/resources/data/projecte/tags/blocks/blacklist/time_watch.json index 8c80df005a..86dde3df2a 100644 --- a/src/main/resources/data/projecte/tags/blocks/blacklist/time_watch.json +++ b/src/main/resources/data/projecte/tags/blocks/blacklist/time_watch.json @@ -1,8 +1,3 @@ { - "values": [ - "spectrum:budding_topaz", - "spectrum:budding_citrine", - "spectrum:budding_onyx", - "spectrum:budding_moonstone" - ] -} \ No newline at end of file + "values": [] +} From 4eab55a7068845ef5766a77ceb5181bd61888e8c Mon Sep 17 00:00:00 2001 From: Shibva <38770780+Shibva@users.noreply.github.com> Date: Wed, 24 Dec 2025 03:54:36 -0500 Subject: [PATCH 5/6] missed one Add 'spectrum:cinderhearth' to blacklist --- .../projecte/tags/block_entity_type/blacklist/time_watch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 index 3865550abb..9ad20c49b9 100644 --- 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 @@ -4,7 +4,8 @@ "spectrum:pedestal_block_entity", "spectrum:fusion_shrine_block_entity", "spectrum:enchanter_block_entity", - "spectrum:item_bowl_block_entity" + "spectrum:item_bowl_block_entity", + "spectrum:cinderhearth" ] } From 57bbf57e62fd5dbb6daae8081a57f9cbf2c73727 Mon Sep 17 00:00:00 2001 From: DaFuqs Date: Thu, 25 Dec 2025 19:55:34 +0100 Subject: [PATCH 6/6] Delete src/main/resources/data/projecte/tags/blocks/blacklist/time_watch.json we don't need the file, then --- .../data/projecte/tags/blocks/blacklist/time_watch.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/main/resources/data/projecte/tags/blocks/blacklist/time_watch.json diff --git a/src/main/resources/data/projecte/tags/blocks/blacklist/time_watch.json b/src/main/resources/data/projecte/tags/blocks/blacklist/time_watch.json deleted file mode 100644 index 86dde3df2a..0000000000 --- a/src/main/resources/data/projecte/tags/blocks/blacklist/time_watch.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "values": [] -}