How to select different layer textures of an item for a specific condition?
Just need a general idea on how to do this:
Minecraft Mod deployment exception
I am trying to create a Minecraft mod for the Minecraft Version 1.20.1 using Forge 47.2.8 but since i added my 2nd block, Minecraft suddenly startet crashing upon startup.
Broader Issue with Exception Execution [closed]
Closed 3 days ago.
Hello, I am trying to make a 1.16.5 minecraft forge mod and I have run into an error when trying to setup the gradle
I am currently using the Kaupenjoe seires but I have a problem at the setup part, I have tried with multiple forge versions and I have tried just downloading Kaupenjoe’s github folder. All tries have ended in errors.
This is the error:`forge-1.16.5-36.2.42-mdk:main: Could not find net.minecraftforge:forge:1.16.5-36.2.42_mapped_official_1.16.5.
Searched in the following locations:
smooth transition of the fog color from the current value, to the set minecraft 1.12.2
so I have a code that is not working properly, which every tick with the main event handler checks if it is raining or not, if it is raining then the code in the body is executed, but it is executed 20 times per second (every tick), if I don’t interpolate then the color of the fog will change instantly, I don’t want that.
How to remove all the hood in minecraft? build forge 1.19.3
I am a beginner developer of mods for minecraft. I need to remove the entire hud so that it is the same as when pressing the f1 key. how can I do this so that the hood disappears and how can I return it at the right moment?
Custom guitar item not producing noise Forge 1.20.1 Java
I’m still very new to the minecraft modding scene, and im trying to create a guitar that when right-clicked with in the players hand, plays a short .ogg. The Issue is that while the game and items loads in, nothing occurs when right clicked. no use animation, and more importantly no noise.
how to make the server not hang after activating the lever
when deleting blocks within a radius of 50 blocks minecraft suspends, and I need to play a sound before the deletion and after 120 seconds began to remove blocks
code:
Texture on the block in minecraft is not rendered 1.20.1
I am creating a mod and here I faced with the problem of rendering block, through mcreator everything works but when you transfer all the code to intellj everything stops working, although everything and everywhere is registered
Everything should work, but the texture and model are not rendered for some reason