Search the Community
Showing results for tags 'client'.
-
I've been trying to render a line on the screen for a few days now, and everywhere I've looked has outdated answers. They say to use RenderGameOverlayEvent, which has been removed by my understanding. Is there a specific event I should be using or anything else I'm doing wrong? Tesselator tessela...
-
Minecraft forge 1.12.2 does not load. Here is both logs. I assume its because of a mod that i have, idk. (L521)
-
I've been playing this world no problem, and then I tried to launch the world as a server using Essentials, and it crashed my game. Then I kept trying to load my world as a single player world, and it crashes my game. And then I backed up my save and deleted it, and put an old backup into the game....
-
Hello everyone So my issue is here : private void onConfirm() { int maxStackSize = stack.getMaxStackSize(); int carriedStackSize = Math.min(slider.getValueInt(), maxStackSize); int totalLeft = totalSize - carriedStackSize; ItemStack carriedStack = new ItemSt...
-
Hello, I've decided I want to replace the default player model with a custom one but can't quite seem to figure it out. I'm somewhat new to minecraft modding so please forgive me if I'm missing something obvious. My code is also a bit jumbled and nothing atm (been deleting any code that hasn't been...
-
(Forge - 14.23.5.2860, 1.12.2) ^But I can't find any answers to it, I'm very new to making a Modpack and so far this is the only error, problem being I don't know how to fix it or probably any future errors either but it's between Mekanism(Not Community Edition) and UniversalTweaks, I was planning o...
-
I wanted to ask if there's a way to code something like in this image. I already tried changing the yaw of the camera through an event i forgot the name of and I also went through Minecraft code to see if I can find something useful but I got no progress whatsoever.
-
I made a basic homing arrow, which I am going to refine further, but as of now I have the problem of the Arrow not rendering properly. It works fine on the server side, but on the client it always appears as if the arrow was flying normally, until it synchs and teleports around. [https...
-
The Minecraft Launcher refuses to open. I click the icon on my taskbar, nothing loads. I have used Task Manager and the launcher is running, but the window just won't open. Does anyone have any suggestions on how to fix it? NOTE: The legacy launcher works completely fine, it is just the "new"...
-
When i try to launch Minecraft Java 1.20.1 forge with mods (82 mods),on start it loaded all mods,but at end Java just crashed. p.s i allocated 8GB ram for minecraft and i didn't runned another instance.Log file pp.s I use ATlauncher Environment: Organising filesystem [24/...
-
Error code 1 appears when starting the game This is debug.log can you help? [06Apr2024 10:37:37.704] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, CatCosYouT, --version, forge-47.2.23, --gameDir, C:\Users\admin\curseforge\minecraft\Instances\1...
-
My mod requires a DiscordRPC and Alphine and net.minecraft on a 10.0.2 Modding Gradle setup as 4.9, I do not have any of these? and I wen't to the forums to know a little about Gradle Implementations and Compiling Software.