Open fibberclip opened 1 month ago
You can already enable this feature using the default disabled block-entity-acceleration
config option.
config
folder, then open the tt20
directory. You should find two files: config.json
and block_entity_mask.json
.config.json
, set block-entity-acceleration
to true
. Example: "block-entity-acceleration": true,
don’t forget the comma at the end!block_entity_mask.json
, and you should see:
{
"type": "whitelist",
"blocks": [
"*:*"
]
}
The type
can either be blacklist
or whitelist
. A blacklist will exclude only the blocks in the mask, while a whitelist allows only the blocks listed. The blocks
key holds a list of values, and you can add as many as you need, ensuring commas after each value except the last. In your case, replace *:*
with minecraft:furnace
to accelerate only furnaces.
/tt20 reload
to apply the changes.OOOHH i wasn't entirely sure of what that was for, i didn't quite understand when i first read the mod description, tysm!!! i'll give this a shot 🙏🙏
After a fair bit of more playtime i've realized that furnace cook times should also be adjusted bc they're also way too slow sometimes