I tried making a custom item group for my mod but when I run the code, the game instantly crashes. fabric 1.19.2 i tried writing a custom item gro ...
I tried making a custom item group for my mod but when I run the code, the game instantly crashes. fabric 1.19.2 i tried writing a custom item gro ...
I want to track the bib click, the tracking works, but I need to get executableitems:ie-id to check the bib for authenticity. Here is full item infor ...
The remote debugging is working, but when I have IntelliJ open and the remote debugging profile active, I'm not able to join the Minecraft server with ...
I've tried changing the text size of the module buttons of my modmenu using matrixstack but doesn't seems to work as it glitches out the import im usi ...
im trying to make it work but it doesnt want to i was expecting another action like the vexes not spawning but they actually spawn idk why can anyo ...
I'm having issues including bukkit/spigot/paper into my Eclipse since when I try "extends JavaPlugin" in my Class it does not seem able to import the ...
i'm currently running the latest bungeecord server and i'm trying to let my friend connect but he can't ping me if i give to him my public ip here the ...
Tutorials for modding Minecraft using Minecraftforge use a constant called BuiltInRegistries.CONFIGURED_FEATURE to allow a mod to register a custom fe ...
I am making a mod that tells you your current speed on the screen. My current issue is finding a good way to get the current speed at each frame. My ...
I'm still a bit of a beginner in Mc Modding and just learned how to use NBT Tags for my own Items, and so my question is if it is possible to put an N ...
I'm trying to execute the gradlew genSources command here, but it says I'm using an outdated version of java, and that I at least must have Java versi ...
So, I wanna make a loop, that checks, if player goes in WorldGuard region. I don't have any specific details, just i wanna know how to do it. This is ...
I'm trying to make a Minecraft plugin that does /daytime. The plugin gets recognized by /pl, but if I execute the command it does not work. I tried m ...
I'm using the Inventory Manager from Advanced Peripherals, and I'm trying to make a script that transfers my inventory to a chest but keeps the positi ...
Overview I set up a github repo for this question to provide as much of the boiled down environment as possible. My goal is to set up ebean ORM for ...
I'm using Windows, Python, and PyAutoGUI to try to automate some activities in Minecraft as a fun project. I have been successful with using PyAutoGU ...
I'm trying to hide Level.INFO logs from MongoDB because it takes too much space in my console (it literally takes me about 50 lines in cmd). That is ...
This is my Dockerfile: It is building without errors, but if I try to start the container, I get the following error: I was expecting a Java err ...
I am using Java 17, Maven, and i am still learning, my question is why does output as i want it to output as "database" but when i do it just ...
So I am trying to get into using the python library Quarry, but I have had problems with the proxy which is the feature I am trying to use. When I am ...