JCM:Startup Behavior
From The District of Joban
Views
Actions
Namespaces
Variants
Tools
Fabric Client
- Check MTR Version & the compatibility with the current version of JCM
- Register Blocks
- Register Items
- Register Block Entities
- Register Particles
- Load Client Config
- Register Block Renderer Type
- Register Tile Entity Renderer
- Register Station Block Color
- Register inbound packets (Server -> Client)
- Register resource reloading event (For detecting PIDS Preset)
Fabric Server
- Check MTR Version & the compatibility with the current version of JCM
- Register Blocks
- Register Items
- Register Block Entities
- Register Particles
- Register inbound packets (Client -> Server)
Forge Client
- Register Event Bus
- Check MTR Version & the compatibility with the current version of JCM
- Register Blocks (DeferredRegisterHolder)
- Register Items (DeferredRegisterHolder)
- Register Block Entities (DeferredRegisterHolder)
- Register Particles (DeferredRegisterHolder)
- Load Client Config
- Register Block Renderer Type
- Register Tile Entity Renderer
- Register Station Block Color
- Register inbound packets (Server -> Client)
- Register Items
- Register Blocks
- Register Block Entities
- Register Particles
- Register Forge Config GUI
- Register resource reloading event (For detecting PIDS Preset)
Forge Server
- Register Event Bus
- Check MTR Version & the compatibility with the current version of JCM
- Register Blocks (DeferredRegisterHolder)
- Register Items (DeferredRegisterHolder)
- Register Block Entities (DeferredRegisterHolder)
- Register Particles (DeferredRegisterHolder)
- Register inbound packets (Server -> Client)
- Register Items
- Register Blocks
- Register Block Entities
- Register Particles