Skip to content

Instantly share code, notes, and snippets.

@desht
desht / ftb-quests-hotkeys.md
Last active December 9, 2022 14:17
FTB Quests hotkeys (from version 1802.3.7-build.152)

Key Bindings

Main quest screen

Key Action Editor Mode Only?
- (minus) Zoom out no
= (equals) Zoom in no
Ctrl-0 Reset zoom no
Tab Go to next chapter no
[14:23:33] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
net.minecraft.ReportedException: Accessing LegacyRandomSource from multiple threads
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:870) ~[client-1.19.2-20220805.130853-srg.jar%23742!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:806) ~[client-1.19.2-20220805.130853-srg.jar%23742!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.19.2-20220805.130853-srg.jar%23742!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:blueprint.mixins.json:client.IntegratedServerMixin,pl:mixin:APP:smoothboot.mixins.json:client.IntegratedServerMixin,pl:mixin:APP:minetogether-common.mixins.json:connect.IntegratedServerAccessor,pl:mixin:A
> Task :neoFormApplyForgesAccessTransformer FAILED
[10:07:09] [main/INFO]: Access Transformer processor running version 8.0.7+8.0.7+master.43473d43
[10:07:09] [main/INFO]: Command line arguments [--inJar, /home/des/forge/1.20.5/ModularRouters/build/neoForm/neoFormJoined1.20.5-20240423.152201/steps/rename/output.jar, --outJar, /home/des/forge/1.20.5/ModularRouters/build/neoForm/neoFormJoined1.20.5-20240423.152201/steps/applyForgesAccessTransformer/output.jar, --atFile, /home/des/forge/1.20.5/ModularRouters/build/neoForm/neoFormJoined1.20.5-20240423.152201/accesstransformers/Forges/_script_neoforge.cfg, --atFile, /home/des/forge/1.20.5/ModularRouters/build/neoForm/neoFormJoined1.20.5-20240423.152201/accesstransformers/Forges/accesstransformer.cfg]
[10:07:09] [main/INFO]: Reading from /home/des/forge/1.20.5/ModularRouters/build/neoForm/neoFormJoined1.20.5-20240423.152201/steps/rename/output.jar
[10:07:09] [main/INFO]: Writing to /home/des/forge/1.20.5/ModularRouters/build/neoForm/neoFormJoined1.20.5-20240423.152

Hello and welcome to Mikey's "I read the code so here is how I think it works" workshop

Firstly: Themes are just a .txt file that tells quests how to look. Most components will use this for their styling. If they don't. Let us know! Not many people use this system

Secondly: Themes are handled by placing a ftbquests/ftb_quests_theme.txt file in your resource pack (kubejs works here)

The fun stuff

Properties