-
Posts
3284 -
Joined
-
Last visited
-
Days Won
62
Everything posted by ChampionAsh5357
-
Server 1.18.2 connexion error
ChampionAsh5357 replied to Black_Darte's topic in Support & Bug Reports
Could you do `ping authserver.mojang.com` in a terminal? It's quite strange that it is having trouble reaching the authentication servers unless something else is happening. -
Problema With Forge installer
ChampionAsh5357 replied to IceBorn_xD's topic in Support & Bug Reports
Please provide the entire log anyways that's outputted in the installer. There is definitely more that should appear. -
Jar file for forge server engine
ChampionAsh5357 replied to babejeq14's topic in Support & Bug Reports
What is engine version 86 or higher mean? What Forge version is this? If you want to make a server, just use the installer to setup the necessary files. -
Minecraft 1.18.2 Forge 40.1.92 won't work
ChampionAsh5357 replied to CRAZYFAN125's topic in Support & Bug Reports
When you created the server with the installer, it should have generated a user_jvm_args.txt file. It is looking for that file and it needs to be with the rest of the server. If it doesn't exist, you can create the file. -
Better Foliage crashes with Optifine on every version.
ChampionAsh5357 replied to Aragon's topic in Support & Bug Reports
Please provide the debug.log from the logs folder in your game directory. Additionally, try removing optifine and see if that works. -
unable to start forge 1.12.2
ChampionAsh5357 replied to Yuheng Wang's topic in Support & Bug Reports
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.2 (Latest) and 1.18.2 (LTS). -
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.2 (Latest) and 1.18.2 (LTS).
-
My minecraft crashes every time I enter the world
ChampionAsh5357 replied to PatinhoInho's topic in Support & Bug Reports
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.2 (Latest) and 1.18.2 (LTS). -
How to make mountable entity ignore player hits?
ChampionAsh5357 replied to Jetug's topic in Modder Support
Entities can only be avoided if `#isPickable` returns false; however, this typically results in the entity not being able to be selected at all, which is usually not ideal. Best way to fix this issue is just to make your entity a custom armor item model instead. -
[1.19] Questions about ContainerMenus and Slot methods
ChampionAsh5357 replied to Infinituum's topic in Modder Support
`Slot#onQuickCraft` is used whenever the result slot is shift clicked such that the result gets put into the inventory immediately. This method is implemented by the modder themselves in AbstractContainerMenu#quickMoveStack. `Slot#onTake` is used whenever the result slot is emptied. For those that are quick crafted, the method is implemented at the end of AbstractContainerMenu#quickMoveStack by the modder. `Slot#setChanged` is called whenever the slot's value has changed, so it will be used whenever that happens. See above and the forge docs for taking items from the result slot. Most of it is already implemented by default. Dropping experience is typically done in the `onTake` or `onQuickCraft` methods. -
Can't download "Version & Libraries"
ChampionAsh5357 replied to Mr.cheng cheng's topic in Support & Bug Reports
Could you verify this on newer versions of Forge as well. Additionally, could you install the vanilla version before installing the Forge version through the installer client? -
Server 1.18.2 connexion error
ChampionAsh5357 replied to Black_Darte's topic in Support & Bug Reports
hosts is not a text file, so I don't know why it would be appearing as such. Would you mind navigating to the location manually? The casing may be different, but it should still get you to the same location. -
Datapacks aren't working on my modded 1.19.2 server
ChampionAsh5357 replied to TheAllGuy's topic in Support & Bug Reports
That sounds like an issue of how you installed the datapacks. If not, you would need to ask whoever the authors of the datapacks are for support. -
I Can't Install Parchment MC into the build.gradle of Intellij
ChampionAsh5357 replied to eightcoins's topic in ForgeGradle
You can try invalidating your caches in IDEA to see if that fixes the issue. Also JEI and Parchment are loaded in two separate fashions, so they wouldn't have a bearing on one another. -
[SOLVED] Enchantment applies to everything in the game?
ChampionAsh5357 replied to GVmG's topic in Modder Support
You need to make a new EnchantmentCategory through the #create method and make it such that the enchantment can only be applied to your item. -
Launcher not showing forge version
ChampionAsh5357 replied to Kreload's topic in Support & Bug Reports
I'm confused on the issue. From what I understand, you had a previous version of Forge, and you downloaded a new version of Forge which replaced the version in the original Forge profile. In that case, you can just create a new profile/installation with the Forge version of choice. -
cant fix "game crashed whilst rendereing an overlay"
ChampionAsh5357 replied to billpood's topic in Support & Bug Reports
Please provide the debug.log from the logs folder in your game directory. -
Pleas provide the debug.log from the logs folder and a list of mods you have.
-
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.2 (Latest) and 1.18.2 (LTS).
-
fml.modloading.dupedmod error
ChampionAsh5357 replied to pipipupu78's topic in Support & Bug Reports
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.2 (Latest) and 1.18.2 (LTS).