
Everything posted by ChampionAsh5357
-
Making a delay in method
I would suggest learning Java before modding. It's an absolutely terrible idea to learn it at the same time because Minecraft contains numerous bad practices and you are expected to have an intermediate level of Java knowledge beforehand since we do not explain Java concepts, only answer Minecraft related questions. It's like trying to run before figuring out how to stand.
-
[1.19.2] Item GUI only opening for one custom entity, despite both inheriting from the same base class.
There's a lot of issues from what I see. First, the clicked entity is on the item, which means that all items can only have that one clicked entity. You should use a capability instead. Additionally, there is no resolution if the entity despawns. The container menu also doesn't track anything about the item itself using a slot which means that the client data is likely not synced with that on the server. We do have docs now for menus, so you should probably look at those.
-
Rendering block outlines of hidden blocks.
Less incomplete documentation, and more nobody in the community has wanted to document this. Makes sense if you think about how complicated it is. From what I can gather, your position is most likely wrong. You need to subtract the camera location from the position such that it properly appears in the space. As for the transparency, 1 is opaque, 0 is transparent.
-
custom biomes in forge 1.19.2
Use the minecraft wiki since it tells you the JSON format and then you can add the custom biome to the overworld using BiomeManager#addAdditionalOverworldBiome or #addBiome during FMLCommonSetupEvent in the deferred work queue (#enqueueWork).
-
Error loading class: snownee/snow/WorldTickHandler (java.lang.ClassNotFoundException: snownee.snow.WorldTickHandler)
You're missing a bunch of mods that are required dependencies.
-
Rollercoaster mod not launching (problem with java?)
Is the jar an actual mod? It may be that the mod is for an older version or that the files are in the incorrect location. You may want to view the files inside the jar.
-
[SOLVED]Caused by: java.lang.reflect.InvocationTargetException
Nope, this is a mixin issue. You need to add the mixin plugin if you haven't already and remap the ref map if you would like to use it as a dependency.
-
Pause/Start ticker
Sure, though I typically don't recommend reflection or ATs if there is a viable alternative without them.
-
Can someone help me with why my modpack not launch?
This seems like a partial log. Please provide the entire debug.log from the logs folder in the game directory.
-
I have tried in many ways using forge modded, but it just wont work.
It seems like you have mods for different versions in your mods folder. Check to make sure they are all for 1.19.2.
-
The game crashed whilst initializing game Error: java.lang.ExceptionInInitializerError: null mc crashing every time
Most likely an issue with minetogether, try removing the mod.
-
world creation problem
There seems to be some conflict between dungeons_gear and creaturesandbeasts. You might want to remove one or the other mod.
-
Pause/Start ticker
You should either keep the block state ticking or not have it tick. You can essentially emulate not ticking by doing nothing in the tick method. If you really wanted to remove the ticker, you could use a separate BlockState to determine whether the ticker exists or is null.
-
custom shield is invisible forge 40.1.0 minecaft
You created an item shield java model, but you have not created a BEWLR to render the shield from the java model. You're going to need to override a method within the IClientItemExtensions to return your own custom BlockEntityWithoutLevelRenderer to which you will render the shield when it is held. You can see that class for how the shield is normally rendered.
-
I could use some help with some mods I have
This only seems like a partial log. Please provide the entire debug.log from the logs folder in your game directory.
-
Need Help cant run my Modpack because of this
Please provide the entire debug.log from the logs folder in your game directory.
-
Libraries failed to download
In order to root out one of the more common issues, we'll need to see your hosts file. Here's the steps to getting this file. 1) Press the Win + R key on your keyboard. 2) Paste the following into the prompt that opens: 'notepad %windir%\system32\drivers\etc\hosts' 3) Use Ctrl+A to select everything in the file, then Ctrl+C into the textbox to post to this thread.
-
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
-
Incomplete server tags
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
-
Crazy Craft Updated server crash (I tried to go to the end)
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
-
Anyone Knows?
Try redownloading the forge installer and try again.
-
cant launch modpack Error: java.lang.NullPointerException: Initializing game is the error that keeps popping up. please help0_0
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
-
The game crashed whilst initializing game Error: java.lang.NullPointerException: Initializing game
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
-
net.minecraftforge.fml.common.LoaderExceptionModCrash
Please provide the debug.log from the logs folder in your game directory.
-
Crazy Craft Updated server crash (I tried to go to the end) 1.16.5
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
IPS spam blocked by CleanTalk.