
[Bug] getFocusedStack in doesnt work in Recipes
j10a1n15 opened this issue · 0 comments
What happened?
Using the REI api in our mod to get the focused item stack doesnt work inside the recipe screen
the code triggers on keybind press, with breakpoints you can see that getFocusedStack is null
snippet:
private fun getRecipe(): ItemStack? {
val entryStack = ScreenRegistry.getInstance().getFocusedStack(McClient.self.screen, PointHelper.ofMouse()) ?: return null
return entryStack.value as? ItemStack ?: entryStack.cheatsAs().value
}
What mod loaders are you seeing the problem on?
Fabric
What do you think this bug is of?
- Visual
- Recipe Lookup
- Cheat Mode
- Plugin Integration / JEI Plugin Compatibility
- Others
Relevant log output
> Task :net.fabricmc.loader.impl.launch.knot.KnotClient.main()
[16:42:37] [main/WARN] (FabricLoader/Knot) Class path entries reference missing files: D:\GitHub\meowdding-lib\build\generated\ksp\1218\classes - the game may not load properly!
[16:42:37] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.21.8 with Fabric Loader 0.17.2
[16:42:37] [ForkJoinPool-1-worker-14/WARN] (FabricLoader/Metadata) "fabric.mod.json" from mod rei-fake did not have "schemaVersion" as first field.
[16:42:37] [ForkJoinPool-1-worker-14/WARN] (FabricLoader/Metadata) Mod rei-fake uses the version ABC which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'ABC'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[16:42:38] [main/INFO] (FabricLoader) Loading 66 mods:
- architectury 17.0.6
- cloth-basic-math 0.6.1
- cloth-config 19.0.147
- devauth 1.2.1
- error_notifier 1.0.11
- fabric-api 0.129.0+1.21.8
- fabric-api-base 0.4.64+9ec45cd8f3
- fabric-api-lookup-api-v1 1.6.100+946bf4c3f3
- fabric-biome-api-v1 16.0.11+946bf4c3f3
- fabric-block-api-v1 1.1.3+946bf4c3f3
- fabric-block-view-api-v2 1.0.31+946bf4c3f3
- fabric-client-gametest-api-v1 4.2.5+8a98c3fcf3
- fabric-command-api-v2 2.2.53+946bf4c3f3
- fabric-content-registries-v0 10.0.18+946bf4c3f3
- fabric-convention-tags-v1 2.1.40+7f945d5bf3
- fabric-convention-tags-v2 2.15.5+eb5df52ff3
- fabric-crash-report-info-v1 0.3.15+946bf4c3f3
- fabric-data-attachment-api-v1 1.8.10+946bf4c3f3
- fabric-data-generation-api-v1 23.2.4+55e55d29f3
- fabric-dimensions-v1 4.0.19+946bf4c3f3
- fabric-entity-events-v1 2.1.1+c9e47273f3
- fabric-events-interaction-v0 4.0.23+946bf4c3f3
- fabric-game-rule-api-v1 1.0.73+c64c9c5bf3
- fabric-gametest-api-v1 3.1.9+39ce47f5f3
- fabric-item-api-v1 11.4.3+946bf4c3f3
- fabric-item-group-api-v1 4.2.13+946bf4c3f3
- fabric-key-binding-api-v1 1.0.65+946bf4c3f3
- fabric-language-kotlin 1.13.4+kotlin.2.2.0
- fabric-lifecycle-events-v1 2.6.3+db4dfd85f3
- fabric-loot-api-v2 3.0.55+3f89f5a5f3
- fabric-loot-api-v3 2.0.2+946bf4c3f3
- fabric-message-api-v1 6.1.1+946bf4c3f3
- fabric-model-loading-api-v1 5.2.5+946bf4c3f3
- fabric-networking-api-v1 5.0.1+946bf4c3f3
- fabric-object-builder-api-v1 21.1.7+946bf4c3f3
- fabric-particles-v1 4.1.7+946bf4c3f3
- fabric-recipe-api-v1 8.1.14+946bf4c3f3
- fabric-registry-sync-v0 6.1.27+946bf4c3f3
- fabric-renderer-api-v1 7.0.2+946bf4c3f3
- fabric-renderer-indigo 4.0.2+946bf4c3f3
- fabric-rendering-fluids-v1 3.1.30+fa6cb72bf3
- fabric-rendering-v1 12.4.0+e8d43c76f3
- fabric-resource-conditions-api-v1 5.0.24+946bf4c3f3
- fabric-resource-loader-v0 3.1.11+946bf4c3f3
- fabric-screen-api-v1 2.1.0+277ecf7df3
- fabric-screen-handler-api-v1 1.3.136+946bf4c3f3
- fabric-sound-api-v1 1.0.42+946bf4c3f3
- fabric-tag-api-v1 1.2.1+946bf4c3f3
- fabric-transfer-api-v1 6.0.5+946bf4c3f3
- fabric-transitive-access-wideners-v1 6.4.1+ac3e15d1f3
- fabricloader 0.17.2
- hypixel-mod-api 1.0.1+build.1+mc1.21
- java 21
- meowdding-item-dfu 1.0.1
- meowdding-lib 2.2.17
- meowdding-patches 1.0.8
- minecraft 1.21.8
- mixinextras 0.5.0
- olympus 1.5.2
- placeholder-api 2.6.1+1.21.5
- rei-fake ABC
- resourcefulconfig 3.7.1
- resourcefulconfigkt 3.5.12
- resourcefullib 3.6.0
- roughlyenoughitems 20.0.811
- skyblock-api 2.3.3
[16:42:38] [main/INFO] (FabricLoader/Mixin) SpongePowered MIXIN Subsystem Version=0.8.7 Source=file:/D:/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.16.3+mixin.0.8.7/3e535042688d1265447e52ad86950b7d9678a5fa/sponge-mixin-0.16.3+mixin.0.8.7.jar Service=Knot/Fabric Env=CLIENT
[16:42:38] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
[16:42:38] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_21
[16:42:39] [main/WARN] (FabricLoader/Mixin) Error loading class: net/minecraft/client/gui/font/Font$PreparedTextBuilder (java.lang.ClassNotFoundException: net/minecraft/client/gui/font/Font$PreparedTextBuilder)
[16:42:39] [main/WARN] (FabricLoader/Mixin) @Mixin target net.minecraft.client.gui.font.Font$PreparedTextBuilder was not found meowdding-lib.1218.mixins.json:FontPipelineHolderMixin from mod meowdding-lib
[16:42:39] [main/WARN] (FabricLoader/Mixin) Error loading class: net/minecraft/client/gui/font/Font$PreparedTextBuilder (java.lang.ClassNotFoundException: net/minecraft/client/gui/font/Font$PreparedTextBuilder)
[16:42:39] [main/WARN] (FabricLoader/Mixin) Error loading class: net/minecraft/client/gui/font/Font$PreparedTextBuilder (java.lang.ClassNotFoundException: net/minecraft/client/gui/font/Font$PreparedTextBuilder)
[16:42:40] [main/INFO] (FabricLoader/MixinExtras|Service) Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.0).
[16:42:41] [main/INFO] (DevAuth) Successfully logged in as Skirtwearer
[16:42:43] [Datafixer Bootstrap/INFO] (Minecraft) 269 Datafixer optimizations took 672 milliseconds
[16:42:51] [main/INFO] (Minecraft) Completely ignored arguments: []
[16:42:51] [Render thread/INFO] (Minecraft) Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[16:42:51] [Render thread/INFO] (Minecraft) Setting user: Skirtwearer
[16:42:51] [Render thread/INFO] (Minecraft) [STDOUT]: Resourceful Config Demo is enabled!
[16:42:52] [Render thread/INFO] (Minecraft) [STDOUT]: Old Value: true New Value: true
[16:42:56] [Render thread/INFO] (REI) [REI] Config loaded
[16:42:56] [Render thread/INFO] (NetworkManagerImpl) Registering S2C receiver with id roughlyenoughitems:request_tags_s2c
[16:42:56] [Render thread/INFO] (NetworkManagerImpl) Registering C2S receiver with id roughlyenoughitems:request_tags_c2s
[16:42:56] [Render thread/INFO] (REI) [REI] Registered plugin provider DefaultPlugin [roughlyenoughitems] for REICommonPlugin
[16:42:56] [Render thread/INFO] (REI) [REI] Registered plugin provider DefaultRuntimePlugin [roughlyenoughitems] for REICommonPlugin
[16:42:56] [Render thread/INFO] (REI) [REI] Registered plugin provider FabricFluidAPISupportPlugin for REICommonPlugin
[16:42:56] [Render thread/INFO] (NetworkManagerImpl) Registering C2S receiver with id roughlyenoughitems:delete_item
[16:42:56] [Render thread/INFO] (NetworkManagerImpl) Registering C2S receiver with id roughlyenoughitems:create_item
[16:42:56] [Render thread/INFO] (NetworkManagerImpl) Registering C2S receiver with id roughlyenoughitems:create_item_grab
[16:42:56] [Render thread/INFO] (NetworkManagerImpl) Registering C2S receiver with id roughlyenoughitems:create_item_hotbar
[16:42:56] [Render thread/INFO] (NetworkManagerImpl) Registering C2S receiver with id roughlyenoughitems:move_items_new
[16:42:56] [Render thread/INFO] (Indigo) [Indigo] Registering Indigo renderer!
[16:42:56] [Render thread/INFO] (FabricModAPI) Registered clientbound packet with identifier 'hypixel:hello'
[16:42:56] [Render thread/INFO] (FabricModAPI) Registered clientbound packet with identifier 'hypixel:player_info'
[16:42:56] [Render thread/INFO] (FabricModAPI) Registered clientbound packet with identifier 'hyevent:location'
[16:42:56] [Render thread/INFO] (FabricModAPI) Registered clientbound packet with identifier 'hypixel:party_info'
[16:42:56] [Render thread/INFO] (FabricModAPI) Registered clientbound packet with identifier 'hypixel:ping'
[16:42:56] [Render thread/INFO] (FabricModAPI) Registered serverbound packet with identifier 'hypixel:player_info'
[16:42:56] [Render thread/INFO] (FabricModAPI) Registered serverbound packet with identifier 'hypixel:party_info'
[16:42:56] [Render thread/INFO] (FabricModAPI) Registered serverbound packet with identifier 'hypixel:ping'
[16:42:56] [Render thread/INFO] (FabricModAPI) Registered serverbound packet with identifier 'hypixel:register'
[16:42:56] [Render thread/INFO] (FabricModAPI) Debug mode is enabled!
[16:42:56] [Render thread/INFO] (NetworkManagerImpl) Registering S2C receiver with id architectury:spawn_entity_packet
[16:42:56] [Render thread/INFO] (REI) [REI] Registered plugin provider REICompatability [meowdding-lib] for REIClientPlugin
[16:42:56] [Render thread/INFO] (REI) [REI] Registered plugin provider DefaultClientPlugin [roughlyenoughitems] for REIClientPlugin
[16:42:56] [Render thread/INFO] (REI) [REI] Registered plugin provider DefaultClientRuntimePlugin [roughlyenoughitems] for REIClientPlugin
[16:42:56] [Render thread/INFO] (REI) [REI] Registered plugin provider HideIngredientsFromTagsPlugin [roughlyenoughitems] for REIClientPlugin
[16:42:56] [Render thread/INFO] (NetworkManagerImpl) Registering S2C receiver with id roughlyenoughitems:ci_msg
[16:42:56] [Render thread/INFO] (NetworkManagerImpl) Registering S2C receiver with id roughlyenoughitems:og_not_enough
[16:42:56] [Render thread/INFO] (NetworkManagerImpl) Registering S2C receiver with id roughlyenoughitems:sync_displays
[16:42:56] [Render thread/INFO] (Minecraft) Backend library: LWJGL version 3.3.3-snapshot
[16:42:57] [Render thread/INFO] (Minecraft) Using optional rendering extensions: GL_ARB_buffer_storage, GL_KHR_debug, GL_ARB_vertex_attrib_binding, GL_ARB_direct_state_access
[16:42:58] [Render thread/INFO] (Minecraft) Reloading ResourceManager: vanilla, fabric, cloth-config, devauth, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-client-gametest-api-v1, fabric-command-api-v2, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-gametest-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-rendering-fluids-v1, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-tag-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, hypixel-mod-api, meowdding-item-dfu, meowdding-lib, olympus, placeholder-api, resourcefulconfig, roughlyenoughitems, skyblock-api
[16:42:59] [Worker-Main-10/INFO] (Minecraft) Found unifont_pua-16.0.03.hex, loading
[16:42:59] [Worker-Main-9/INFO] (Minecraft) Found unifont_all_no_pua-16.0.03.hex, loading
[16:42:59] [Render thread/WARN] (FabricLoader/Mixin) Error loading class: net/minecraft/client/gui/font/Font$PreparedTextBuilder (java.lang.ClassNotFoundException: net/minecraft/client/gui/font/Font$PreparedTextBuilder)
[16:42:59] [Worker-Main-2/INFO] (Minecraft) Found unifont_jp_patch-16.0.03.hex, loading
[16:43:00] [Render thread/INFO] (Minecraft) OpenAL initialized on device OpenAL Soft on Lautsprecher (Razer Kraken V3)
[16:43:00] [Render thread/INFO] (Minecraft) Sound engine started
[16:43:00] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[16:43:00] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas
[16:43:00] [Render thread/INFO] (Minecraft) Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[16:43:00] [Render thread/INFO] (Minecraft) Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[16:43:00] [Render thread/INFO] (Minecraft) Created: 2048x1024x4 minecraft:textures/atlas/armor_trims.png-atlas
[16:43:00] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[16:43:00] [Render thread/INFO] (Minecraft) Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas
[16:43:00] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[16:43:00] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[16:43:00] [Render thread/INFO] (Minecraft) Created: 64x64x0 minecraft:textures/atlas/map_decorations.png-atlas
[16:43:00] [Render thread/INFO] (Minecraft) Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas
[16:43:00] [Render thread/INFO] (Minecraft) Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas
[16:43:00] [Render thread/INFO] (Minecraft) Created: 2048x2048x0 minecraft:textures/atlas/gui.png-atlas
[16:43:02] [Render thread/WARN] (FabricLoader/Mixin) Error loading class: net/minecraft/client/gui/font/Font$PreparedTextBuilder (java.lang.ClassNotFoundException: net/minecraft/client/gui/font/Font$PreparedTextBuilder)
[16:43:05] [Render thread/INFO] (Minecraft) Loaded 1407 recipes
[16:43:05] [Render thread/INFO] (Minecraft) Loaded 1520 advancements
[16:43:05] [Render thread/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 65 new biomes in 1.547 ms
[16:43:05] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.21.8
[16:43:05] [Server thread/INFO] (Minecraft) Generating keypair
[16:43:06] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld
[16:43:07] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[16:43:07] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[16:43:07] [Render thread/INFO] (Minecraft) Time elapsed: 1010 ms
[16:43:07] [Server thread/WARN] (TranslationConventionLogWarnings)
Dev warning - Untranslated Item Tags detected. Please translate your item tags so other mods such as recipe viewers can properly display your tag's name.
The format desired is tag.item.<namespace>.<path> for the translation key with slashes in path turned into periods.
To disable this message, set this system property in your runs: `-Dfabric-tag-conventions-v2.missingTagTranslationWarning=SILENCED`.
To see individual untranslated item tags found, set the system property to `-Dfabric-tag-conventions-v2.missingTagTranslationWarning=VERBOSE`.
Default is `SHORT`.
[16:43:07] [Server thread/INFO] (Minecraft) Changing view distance to 12, from 10
[16:43:07] [Server thread/INFO] (Minecraft) Changing simulation distance to 12, from 0
[16:43:08] [Server thread/INFO] (Minecraft) Skirtwearer[local:E:69e4694f] logged in with entity id 51 at (-68.79570571147931, 73.0, -56.991797271469586)
[16:43:08] [Server thread/INFO] (Minecraft) Skirtwearer joined the game
[16:43:08] [Render thread/WARN] (REI) [REI] Found 1 existing reload task(s) after trying to terminate them!
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] REICommonPlugin starting main-reload for START.
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] Plugins (3):
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] - (-100.00) DefaultPlugin of DefaultPlugin [roughlyenoughitems]
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] - (0.00) FabricFluidAPISupportPlugin
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] - (0.00) DefaultRuntimePlugin of DefaultRuntimePlugin [roughlyenoughitems]
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[16:43:09] [Render thread/INFO] (Minecraft) Loaded 48 advancements
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] ########################################
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] REIClientPlugin starting main-reload for START.
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] Plugins (4):
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] - (-100.00) DefaultClientPlugin of DefaultClientPlugin [roughlyenoughitems]
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] - (0.00) HideIngredientsFromTagsPlugin of HideIngredientsFromTagsPlugin [roughlyenoughitems]
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] - (0.00) DefaultClientRuntimePlugin of DefaultClientRuntimePlugin [roughlyenoughitems]
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] - (0.00) REICompatability of REICompatability [meowdding-lib]
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] ########################################
[16:43:09] [Render thread/INFO] (Minecraft) Resizing Dynamic Transforms UBO, capacity limit of 2 reached during a single frame. New capacity will be 4.
[16:43:09] [Render thread/INFO] (Minecraft) Resizing Dynamic Transforms UBO, capacity limit of 4 reached during a single frame. New capacity will be 8.
[16:43:09] [Render thread/INFO] (Minecraft) Resizing Dynamic Transforms UBO, capacity limit of 8 reached during a single frame. New capacity will be 16.
[16:43:09] [Render thread/INFO] (Minecraft) Resizing Dynamic Transforms UBO, capacity limit of 16 reached during a single frame. New capacity will be 32.
[16:43:09] [Render thread/INFO] (Minecraft) Resizing Dynamic Transforms UBO, capacity limit of 32 reached during a single frame. New capacity will be 64.
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] REICommonPlugin finished post-reload for START in 3.101 ms, totaling 204.6 ms.
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] REIClientPlugin finished post-reload for START in 2.817 ms, totaling 684.9 ms.
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] REICommonPlugin starting main-reload for END.
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] Plugins (3):
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] - (-100.00) DefaultPlugin of DefaultPlugin [roughlyenoughitems]
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] - (0.00) FabricFluidAPISupportPlugin
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] - (0.00) DefaultRuntimePlugin of DefaultRuntimePlugin [roughlyenoughitems]
[16:43:09] [REI-ReloadPlugins/INFO] (REI) [REI] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[16:43:10] [Render thread/INFO] (Minecraft) Resizing Dynamic Transforms UBO, capacity limit of 64 reached during a single frame. New capacity will be 128.
[16:43:10] [Render thread/INFO] (Minecraft) Resizing Dynamic Transforms UBO, capacity limit of 128 reached during a single frame. New capacity will be 256.
[16:43:10] [REI-ReloadPlugins/INFO] (REI) [REI] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
[16:43:10] [REI-ReloadPlugins/INFO] (REI) [REI] REIClientPlugin starting main-reload for END.
[16:43:10] [REI-ReloadPlugins/INFO] (REI) [REI] Plugins (4):
[16:43:10] [REI-ReloadPlugins/INFO] (REI) [REI] - (-100.00) DefaultClientPlugin of DefaultClientPlugin [roughlyenoughitems]
[16:43:10] [REI-ReloadPlugins/INFO] (REI) [REI] - (0.00) HideIngredientsFromTagsPlugin of HideIngredientsFromTagsPlugin [roughlyenoughitems]
[16:43:10] [REI-ReloadPlugins/INFO] (REI) [REI] - (0.00) DefaultClientRuntimePlugin of DefaultClientRuntimePlugin [roughlyenoughitems]
[16:43:10] [REI-ReloadPlugins/INFO] (REI) [REI] - (0.00) REICompatability of REICompatability [meowdding-lib]
[16:43:10] [REI-ReloadPlugins/INFO] (REI) [REI] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
[16:43:11] [Render thread/INFO] (Minecraft) Resizing Dynamic Transforms UBO, capacity limit of 256 reached during a single frame. New capacity will be 512.
[16:43:12] [Render thread/INFO] (Minecraft) Resizing Dynamic Transforms UBO, capacity limit of 512 reached during a single frame. New capacity will be 1024.
[16:43:12] [REI-ReloadPlugins/INFO] (REI) [REI] REICommonPlugin finished post-reload for END in 965.4 μs, totaling 815.3 ms.
[16:43:12] [REI-ReloadPlugins/INFO] (REI) [REI] REIClientPlugin finished post-reload for END in 3.400 ms, totaling 1.888 s.
[16:43:13] [Render thread/INFO] (Minecraft) [System] [CHAT] Stripped Mangrove Wood
[16:43:14] [Render thread/INFO] (REI) [REI] [REI Server Display Sync] Received server's request to append 1785 recipes.
[16:43:14] [Render thread/INFO] (Minecraft) [System] [CHAT] Brick Slab
[16:43:14] [Render thread/WARN] (REI) [REI] Detected runtime DisplayRegistry modification, this can be extremely dangerous!
[16:43:14] [Render thread/INFO] (Minecraft) Resizing Dynamic Transforms UBO, capacity limit of 1024 reached during a single frame. New capacity will be 2048.
[16:43:14] [Render thread/INFO] (Minecraft) [System] [CHAT] Resin Brick Stairs
[16:43:15] [Render thread/INFO] (Minecraft) [System] [CHAT] Nether Bricks
[16:43:17] [Render thread/INFO] (Minecraft) [System] [CHAT] Chiseled Resin Bricks
[16:43:17] [Render thread/INFO] (Minecraft) [System] [CHAT] Chiseled Resin Bricks
[16:43:18] [Render thread/INFO] (Minecraft) [System] [CHAT] Chiseled Resin Bricks
[16:43:18] [Render thread/INFO] (Minecraft) [System] [CHAT] Chiseled Resin Bricks
[16:43:19] [Render thread/INFO] (Minecraft) [System] [CHAT] Chiseled Resin Bricks
[16:43:19] [Render thread/INFO] (Minecraft) [System] [CHAT] Chiseled Resin Bricks
Disconnected from the target VM, address: 'localhost:58485', transport: 'socket'
Anything else?
No response
By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.
- Yes, and I did not use any paste services other than GitHub Gists.
By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.
- Yes