
Everything posted by ChampionAsh5357
-
I need help, crash report, don't know what mod is causing it
It's likely that you have an older version of iris that is not for 1.19.4. I would check to see if there is a new version to download.
-
I got error on starting minecraft and i don't know why, i think it's optifine but i don't wanna remove it, help!!!
Remove OptiFine, it doesn't play nice with any other rendering or optimization mods, especially Rubidium.
-
Error: java.lang.IllegalStateException: Failed to create model for minecraft:hanging_sign
1.19.4 uses Java 17, not Java 8.
-
Cant download forge 1.19.2 43.2.0 after battery died during 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.
-
I don't have a mod that has this. (repost)
I would just try to remove ftbchunks. It could be that whatever mixin is being applied is for a different version, or something in Forge changed making it apply incorrectly.
-
Can anyone explain to me why my 1.18.2 modpack crashes
There is no crash report in the logs you provided. Could you have perhaps not uploaded the most recent debug.log?
-
Server bug or something else
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.4 (Latest) and 1.18.2 (LTS).
-
Help plis with my bug
It seems likely that you have a 1.19 mod in your mods folder while playing 1.18.2. I would suggest removing it.
-
Cannot open forge server
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.4 (Latest) and 1.18.2 (LTS).
-
Hosting local server, having connection problems.
I would probably check some connections with auth, most likely due to ipv6.
-
I cant join my firends one piece server because of an FML problem
If it's incompatible, then you probably don't have all the mods on the correct versions to connect to the server. If you try to log in, it should tell you the versions of the mods you need to have.
-
1.19.2 Forge Version Not Loading Up
First, you should be using Java 17. Second, is this the entire debug.log, because there seems to be no error except for an incorrect option type, which I doubt would cause the issue.
-
when i try and join my server my game crashes.
Most likely. I would recommend downgrading the mods again and instead try them one at a time to see where the error is. Most likely, someone is compiled against an older version of ftbchunks that's causing the issue.
-
Can't get optifine to work with forge
First, OptiFine needs to go in the mods folder if you want to use it with Forge. Second, OptiFine only supports specific versions of Forge, which you can find on their website. Third, you should be using Java 17 with 1.19 versions. Fourth, don't use OptiFine, it's known to break most mods. I would recommend using an alternative whenever possible
-
Can't find out what's causing error code 1
- Adding custom mob drops to my custom mob.
Do not override #getDefaultLootTable. Assuming the id of the entity is learningmod:flying_monkey, then the loot table should go in resources/data/learningmod/loot_tables/entities/flying_monkey.json- [Forge 1.19.3] Getting a player using the UUID in a packet constructor
On the client, you should be sending the entityId instead via #getEntityId.- [SOLVED] [1.19.3] Partial Ticks in BlockEntityWithoutLevelRenderer
Yes, though, you're going to need to grab it from Minecraft#getPartialTick. You would then need to keep track of the state using the CompoundTag on the ItemStack. If the model itself is not being animated, yes. Otherwise, the solution above is fine.- How do I code my mod by Kotlin for forge Minecraft 1.12.2
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.4 (Latest) and 1.18.2 (LTS).- Sprinting Animation for forge mob? (Geckolib)
Just check whether `#getTarget` is not null then. You already seem to be doing that, so most likely is that the data is not synced to the client. Maybe you should add a SynchedDataAccessor and set the value to true or false depending on `#setTarget`.- adding an inventory and container to an item (backpack)
The concept is mainly just an item handler capability with an inventory screen. I would suggest attempting to make it first and then ask questions whenever you get stuck.- need help
Please provide the debug.log from the logs folder within the game directory via a gist or pastebin.- Hello guys please help me
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.4 (Latest) and 1.18.2 (LTS).- Forge 1.16.5 'java.util.concurrent.CompletionException: java.lang.NullPointerException'
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.4 (Latest) and 1.18.2 (LTS).- [1.19.4] How can I stop trees spawning on top of ponds?
My guess is that the tree is placed first, followed by the pond. As such, it probably has to do with your biome features order. The pond should be generated in `FLUID_SPRINGS` decoration step, while trees are generated in the `VEGETAL_DECORATION` decoration step. - Adding custom mob drops to my custom mob.
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.