Git Product home page Git Product logo

ui-utils's Introduction

UI-Utils

Dupe hunting mod. May be incompatible with mac, needs Fabric API.

How to use:


  • Open any inventory / container with the mod, and you should see some buttons and a text field.

image

  • "Close without packet" closes your current GUI (ScreenHandler) without sending a CloseHandledScreenC2SPacket to the server.

  • "De-sync" closes your current GUI server-side and keeps it open client-side.

  • "Send packets: true/false" tells the client whether it should send any ClickSlotC2SPacket(s) and ButtonClickC2SPacket(s).

  • "Delay packets: true/false" when turned on it will store all ClickSlotC2SPacket(s) and ButtonClickC2SPacket(s) into a list and will not send them immediately until turned off which sends them all at once.

  • "Save GUI" saves your current GUI to a variable and can be accessed by pressing a keybinding in the keybinding options (default key is 'V').

  • "Disconnect and send packets" will if "Delay packets" is turned on send the list of stored packets immediately and then disconnect right afterward (can create potential race conditions on non-vanilla servers).

  • "Sync Id: ??" is a number used internally to sync various GUI related packets.

  • "Revision: ??" is a number used internally to sync various GUI related packets sent from the server to the client.

  • "Fabricate packet" allows you to create a custom ClickSlotC2SPacket and ButtonClickC2SPacket within a window it creates.

  • "Copy GUI Title JSON" copies the name of your current GUI in JSON format.

  • The text box is a chat field for chatting or running commands while in a GUI.


Fabricate packet tutorial:


  • ClickSlotC2SPacket(s) are what the client sends to the server when clicking any slot in a GUI (e.g. shift clicking an item).

  • When clicking the "Fabricate packet" button you should see this window appear (may not work on OSX):

image

  • Clicking "Click Slot" will open up this window:

image

  • Enter the "Sync Id" and "Revision" value you see in the in-game GUI to the "Click Slot Packet" GUI.

  • The "Slot" value should be set to what slot you would like to click (starting from 0) you can generally find the location of GUI slots on Google for generic GUI(s), e.g. double chest:

image

  • The "Button" field should be set to either: (0 is a left-click, 1 is a right-click, 0-8 and 40 will be explained below).

  • The "Action" field should be set to one of these options,

image

  • "PICKUP" puts the item on the slot field on your cursor or vice versa, "QUICK_MOVE" is a shift click, "SWAP" acts as a hotbar or offhand swap (e.g. if your "Action" is set to "SWAP" and the "Button" set to 0-8, it will swap the item in the "Slot" field to one of those hotbar slots (starting from 0) or vice versa, "Button" being set to 40 will swap the item in the "Slot" field to your offhand or vice versa), "CLONE" acts as a middle click to clone items (only works in creative mode), "THROW" drops the item in the "Slot" field, "QUICK_CRAFT" is a bit complicated, so you will have to experiment yourself or look into some code for it, "PICKUP_ALL" will pick up all the items matching to the item on your cursor, as long as "Slot" is within bounds of that GUI.

  • The "Send" button will send the packet for with all the info you inputted and will give a response if it was successful or failed to send the packet you provided.

  • The "Times to send" field tells the client how many times to send that packet when pressing "Send".

  • The delay checkbox tells the client if the packet should wait while "Delay Packets" is on.


  • Example of this feature:

image

  • When clicking "Send" in the above image, it should drop the bedrock item on the ground.

image

  • Fabricate packet tutorial (Button Click):

  • ButtonClickC2SPacket(s) are what the client sends to the server when clicking a button in a server-side GUI (e.g. clicking an enchantment in an enchantment table).

  • When clicking the "Fabricate packet" button you should see this window appear:

image

  • Clicking "Button Click" will open up this window:

image

  • Enter the "Sync Id" field in the "Button Click Packet" GUI as the "Sync Id" value you will see in the in-game GUI.

  • Enter the "Button Id" field as what button you would like to click in a GUI (starting from 0.)

  • Enter into the field "Times to send" (by default it's one) the amount of packets you would like to send.

  • Check the "Delay" checkbox if you would like to delay your packet while "Delay Packets" is on.

  • Example of this feature:


image

image

image


"^toggleuiutils" command:


  • Enables/Disables UI-Utils in-game GUI rendering.

Resource Pack Bypassing


You can bypass a required resource pack on a server by turning on "Bypass Resource Pack" in the multiplayer screen, if you still get kicked, enable "Force Deny", which will block all resource packs.


Building:


You can find building instructions on the UI-Utils website (https://ui-utils.com).


This mod concept is not an original idea, there are similar mods out there that have similar features, the goal of this mod is to be on the latest version and have some additional features.

Some images here may be outdated.

Note that mac may work with most of the mod but not the fabricate packet feature potentially.

That's all the features for this mod currently, there may be more updates in the future but I cannot guarantee.

ui-utils's People

Contributors

coderx-gamer avatar mrbreaknfix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ui-utils's Issues

latest version not uploaded yet

Hello, I would like to have this for fabric 1.19.3, can you upload that version or is this post discontinued?
Thanks for reading this issue.

Only for Fabric, what about Forge?

Will the mod have a version for Forge? For example I don't know any equivalent of this mod for Forge 1.19.2. I don't know how long it would take to translate it to Forge tho, and if it's even in your plans.

how to install

Hello, I would like to ask how to install this mod in minecraft and what I need to do it

Doesn't Work on Multiplayer

I tried using this dupe on a fabric server I am playing on but it doesn't seem to work. It is a 1.19.2 fabric server with a few mods

Game Crashes

When I try to open a shulker box, my game crashes. It's already lagging when I'm not trying to open one too. I don't know if this helps but the error code was -1 when the mc launcher opened up saying it crashed

Fabricate GUI can't load on Java 17

Operating System: Windows 11
Java: 17

java.awt.HeadlessException at java.desktop/java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:166) at java.desktop/java.awt.Window.<init>(Window.java:554) at java.desktop/java.awt.Frame.<init>(Frame.java:428) at java.desktop/javax.swing.JFrame.<init>(JFrame.java:224) at net.minecraft.client.gui.screen.ingame.HandledScreen.md778e22$lambda$init$17$0(HandledScreen.java:804) at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget.java:43) at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget.java:16) at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget.java:120) at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:27) at net.minecraft.client.gui.screen.ingame.HandledScreen.mouseClicked(HandledScreen.java:311) at net.minecraft.client.gui.screen.ingame.AbstractInventoryScreen.mouseClicked(AbstractInventoryScreen.java:560) at net.minecraft.client.gui.screen.ingame.InventoryScreen.mouseClicked(InventoryScreen.java:184) at net.minecraft.client.Mouse.method_1611(Mouse.java:94) at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:489) at net.minecraft.client.Mouse.onMouseButton(Mouse.java:94) at net.minecraft.client.Mouse.method_22686(Mouse.java:165) at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:103) at net.minecraft.client.Mouse.redirect$zoa001$redirectSync(Mouse.java:1523) at net.minecraft.client.Mouse.method_22684(Mouse.java:165) at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81) at imgui.glfw.ImGuiImplGlfw.mouseButtonCallback(ImGuiImplGlfw.java:123) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403) at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:197) at net.minecraft.client.util.Window.swapBuffers(Window.java:315) at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1205) at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:768) at net.minecraft.client.main.Main.main(Main.java:244) at net.minecraft.client.main.Main.main(Main.java:51) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)

1.19.3

We need a 1.19.3 version for this.

shift + rmb not working

so i saw the duper trooper's vid, he says if you do shift + rmb a menu will appear, and it does in his vid, but not in my mc

When ever I open a gui, (villager, chest, invertory etc.) it instantly crashes

When ever I right click a villager, or open my inventory, is crashes, giving me the error code:

.The game crashed whilst unexpected error
Error: java.lang.NoSuchMethodError: 'void net.minecraft.class_4185.(int, int, int, int, net.minecraft.class_2561, net.minecraft.class_4185$class_4241)'

Im also using a windows 10 pc if thats any help

i "cant" luanch minecraft

when i lunach minecraft its just a black window and i cant click anything
btw i am on macbook so how can i fix it? do i need more mod? i have ui utils fabric and fabric api

Fabricate Packet Button Crashes Game

---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 2022-12-22 11:07:12
Description: mouseClicked event handler

java.awt.HeadlessException
at java.desktop/java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:166)
at java.desktop/java.awt.Window.(Window.java:553)
at java.desktop/java.awt.Frame.(Frame.java:428)
at java.desktop/javax.swing.JFrame.(JFrame.java:224)
at net.minecraft.class_465.mdcb7c1c$lambda$init$17$0(class_465.java:802)
at net.minecraft.class_4185.method_25306(class_4185.java:43)
at net.minecraft.class_4264.method_25348(class_4264.java:16)
at net.minecraft.class_339.method_25402(class_339.java:120)
at net.minecraft.class_4069.method_25402(class_4069.java:27)
at net.minecraft.class_465.method_25402(class_465.java:311)
at net.minecraft.class_490.method_25402(class_490.java:184)
at net.minecraft.class_312.method_1611(class_312.java:94)
at net.minecraft.class_437.method_25412(class_437.java:489)
at net.minecraft.class_312.method_1601(class_312.java:94)
at net.minecraft.class_312.method_22686(class_312.java:165)
at net.minecraft.class_1255.execute(class_1255.java:103)
at net.minecraft.class_312.method_22684(class_312.java:165)
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:197)
at net.minecraft.class_1041.method_15998(class_1041.java:315)
at net.minecraft.class_310.method_1523(class_310.java:1205)
at net.minecraft.class_310.method_1514(class_310.java:768)
at net.minecraft.client.main.Main.method_44604(Main.java:244)
at net.minecraft.client.main.Main.main(Main.java:51)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
at java.desktop/java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:166)
at java.desktop/java.awt.Window.(Window.java:553)
at java.desktop/java.awt.Frame.(Frame.java:428)
at java.desktop/javax.swing.JFrame.(JFrame.java:224)
at net.minecraft.class_465.mdcb7c1c$lambda$init$17$0(class_465.java:802)
at net.minecraft.class_4185.method_25306(class_4185.java:43)
at net.minecraft.class_4264.method_25348(class_4264.java:16)
at net.minecraft.class_339.method_25402(class_339.java:120)
at net.minecraft.class_4069.method_25402(class_4069.java:27)
at net.minecraft.class_465.method_25402(class_465.java:311)
at net.minecraft.class_490.method_25402(class_490.java:184)
at net.minecraft.class_312.method_1611(class_312.java:94)
at net.minecraft.class_437.method_25412(class_437.java:489)
at net.minecraft.class_312.method_1601(class_312.java:94)
at net.minecraft.class_312.method_22686(class_312.java:165)
at net.minecraft.class_1255.execute(class_1255.java:103)
at net.minecraft.class_312.method_22684(class_312.java:165)
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:197)

-- Affected screen --
Details:
Screen name: net.minecraft.class_490
Stacktrace:
at net.minecraft.class_437.method_25412(class_437.java:489)
at net.minecraft.class_312.method_1601(class_312.java:94)
at net.minecraft.class_312.method_22686(class_312.java:165)
at net.minecraft.class_1255.execute(class_1255.java:103)
at net.minecraft.class_312.method_22684(class_312.java:165)
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:197)
at net.minecraft.class_1041.method_15998(class_1041.java:315)
at net.minecraft.class_310.method_1523(class_310.java:1205)
at net.minecraft.class_310.method_1514(class_310.java:768)
at net.minecraft.client.main.Main.method_44604(Main.java:244)
at net.minecraft.client.main.Main.main(Main.java:51)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected level --
Details:
All players: 4 total; [class_746['UBH'/1295210, l='ClientLevel', x=-3465.58, y=64.00, z=-3519.54], class_745['RedShop'/1295244, l='ClientLevel', x=-3462.50, y=64.38, z=-3526.50], class_745['RedGlobal'/1295239, l='ClientLevel', x=-3462.50, y=64.38, z=-3519.50], class_745['RedBanker'/1295301, l='ClientLevel', x=-3512.50, y=76.38, z=-3525.50]]
Chunk stats: 841, 461
Level dimension: minecraft:overworld
Level spawn location: World: (0,49,0), Section: (at 0,1,0 in 0,3,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 104238 game time, 6000 day time
Server brand: Waterfall <- Purpur
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.class_638.method_8538(class_638.java:453)
at net.minecraft.class_310.method_1587(class_310.java:2341)
at net.minecraft.class_310.method_1514(class_310.java:787)
at net.minecraft.client.main.Main.method_44604(Main.java:244)
at net.minecraft.client.main.Main.main(Main.java:51)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: Default, Fabric Mods, lambdabettergrass/default

-- System Details --
Details:
Minecraft Version: 1.19.2
Minecraft Version ID: 1.19.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.3, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 999802896 bytes (953 MiB) / 1912602624 bytes (1824 MiB) up to 10737418240 bytes (10240 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: 12th Gen Intel(R) Core(TM) i5-12400F
Identifier: Intel64 Family 6 Model 151 Stepping 2
Microarchitecture: unknown
Frequency (GHz): 2.50
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: NVIDIA GeForce RTX 3060 Ti
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x2489
Graphics card #0 versionInfo: DriverVersion=31.0.15.2756
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 3.20
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 3.20
Memory slot #1 type: DDR4
Virtual memory max (MB): 37981.55
Virtual memory used (MB): 23236.91
Swap memory total (MB): 21737.68
Swap memory used (MB): 128.44
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Fabric Mods:
bleachhack: BleachHack 1.2.6
com_github_fzakaria_ascii85: ascii85 1.2
boostedbrightness: Boosted Brightness 2.1.2
clear-skies: Clear Skies 2.0.95
cloth-config: Cloth Config v8 8.2.88
cloth-basic-math: cloth-basic-math 0.6.1
cullleaves: Cull Leaves 3.0.0
midnightlib: MidnightLib 1.0.0
dynamicfps: Dynamic FPS 2.2.0
com_moandjiezana_toml_toml4j: toml4j 0.7.2
fabric-api: Fabric API 0.69.0+1.19.2
fabric-api-base: Fabric API Base 0.4.13+0d0f210290
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.12+93d8cb8290
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.20+0d0f210290
fabric-block-api-v1: Fabric Block API (v1) 1.0.1+12bfe4ea90
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.22+c6af733c90
fabric-client-tags-api-v1: Fabric Client Tags 1.0.3+b35fea8390
fabric-command-api-v1: Fabric Command API (v1) 1.2.13+f71b366f90
fabric-command-api-v2: Fabric Command API (v2) 2.1.9+93d8cb8290
fabric-commands-v0: Fabric Commands (v0) 0.2.30+df3654b390
fabric-containers-v0: Fabric Containers (v0) 0.1.38+df3654b390
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.4+6064db2a90
fabric-convention-tags-v1: Fabric Convention Tags 1.2.0+27265b3490
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.7+aeb40ebe90
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.3+ad31814d90
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.33+0d0f210290
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.2+9244241690
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.31+6eb9a2a190
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.31+df3654b390
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.23+c6af733c90
fabric-item-api-v1: Fabric Item API (v1) 1.6.1+fa140d5990
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.36+9244241690
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.23+aaaf9d3390
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.21+df3654b390
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.2+9244241690
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.10+83a8659290
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.13+9e7660c690
fabric-message-api-v1: Fabric Message API (v1) 5.0.5+93d8cb8290
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.21+33fbc73890
fabric-models-v0: Fabric Models (v0) 0.3.19+c6af733c90
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.8+3b1d070f90
fabric-networking-v0: Fabric Networking (v0) 0.3.25+df3654b390
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.3+06e0e25190
fabric-particles-v1: Fabric Particles (v1) 1.0.12+79adfe0a90
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.29+9244241690
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.1.0+e7aeff4590
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.17+aeb40ebe90
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.22+df3654b390
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.17+0d0f210290
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.9+c6af733c90
fabric-rendering-v0: Fabric Rendering (v0) 1.1.25+df3654b390
fabric-rendering-v1: Fabric Rendering (v1) 1.11.1+73145abb90
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.1+aae9039d90
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.2+574a764890
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.30+b0bc9a6790
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.4+1cc24b1b90
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.1+c4f28df590
fabric-textures-v0: Fabric Textures (v0) 1.0.22+aeb40ebe90
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.3+9d081d6490
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.2+42d99c3290
fabricloader: Fabric Loader 0.14.11
ias: In-Game Account Switcher 8.0.1
java: OpenJDK 64-Bit Server VM 17
lambdabettergrass: LambdaBetterGrass 1.3.0+1.19
spruceui: SpruceUI 4.0.0+1.19
logical_zoom: Logical Zoom 0.0.17
minecraft: Minecraft 1.19.2
modmenu: Mod Menu 4.1.2
uiutils: UI Utils 1.0.0
Launched Version: fabric-loader-0.14.11-1.19.2
Backend library: LWJGL version 3.3.1 SNAPSHOT
Backend API: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 527.56, NVIDIA Corporation
Window size: 1920x1009
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs: vanilla, Fabric Mods, lambdabettergrass/default
Current Language: English (US)
CPU: 12x 12th Gen Intel(R) Core(TM) i5-12400F

1.19.3

Hi..

1.19.3 update ? :3

Whenever i open a chest my game crashes

Hello i wanted to use this to destroy some pay 2 win servers and for some reason every time i open a chest my game crashes is there any way i can fix that

error

hello anyone who can tell me what do I do ?
DIFU

MInecraft won't load with mod installed

When I loaded just the mod, fabric said that it requires any version of fabric which doesn't make sense. To try and fix it i added the latest version of fabric api for 1.19.2. With fabric api installed, when i open minecraft the screen is all black and wont load.

question

is it possible to change the size of the mod GUI?

Latest version crashes the game upon opening Inventory

I'd put a copy of the crash report, but the crash report gives WAY too many details about my device, so I'll have to summarize:

I'm playing on 1.19.3, opening my inventory crashes my game on both servers and singleplayer worlds, the only other mods I have installed are the Fabric API and ModMenu, and the crash report says there's something wrong with a thing called "void net.minecraft.class_4185"

What should I do? Should I wait for an update, try removing this from the mod, or should I just play on 1.19.2 or something?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.