Everything posted by warjort
-
error message when trying to download minecraft forge
https://forums.minecraftforge.net/topic/117694-adfocus-is-acting-up/#comment-518222
-
Not enouth Ram only with mods active
Same problem, different file.
-
Is it possible to remove an custom item/block being obtainable through commands?
You can use forge's CommandEvent to cancel the operation of any command you like.
-
Not enouth Ram only with mods active
Your jei-server.toml configuration file is invalid/corrupted. You will find it in saves/<save-name>/serverconfig If you don't have a backup of this file and don't know how to fix it, you can delete the file and it will be recreated with default values.
-
Forge Keeps Crashing Whenever I Use Mods
You have 3 mods that want a different version of forge and 1 that wants a different version of minecraft The last thing mentioned in your log is the performant mod which is a mod for minecraft 1.16 Try the latest version of forge for 1.19.2 to fix the others.
-
My custom blocks are not dropping anything when mined??? HELP!!!
You have block when it should be blocks. https://github.com/liambcode/forge-1.19.2-43.1.30-mdk/tree/master/src/main/resources/data/debrismod/loot_tables/block
-
Mc 1.19.2 and Forge 43.1.47 modpacks crash. Can you help me?
It's a crash in your graphics driver: See: https://forums.minecraftforge.net/topic/117925-forge-1192-43147-crashing-on-startup-with-exit-code-1/#comment-519007
-
[1.19] Custom Crafting Recipe Type
Then look at how that mod does it. I would bet it either; * changes the crafting table recipe to output its own implementation of the crafting table * uses mixins or some other byte code manipulation
-
Crashing minecraft with a lot of mods. Why?
Issue with the modelfix mod. Check you have the latest version then contact the mod author.
-
Forge 1.16.5 Rendering Problem
Remove the file. It will only regenerate it with default config if it doesn't exist.
-
Minecraft not run i need help.
Issue with the tombstone mod. Check you have the latest version then contact the mod author. You have -Xmx specified twice? Not sure which one it uses in that case.
-
[1.19] Custom Crafting Recipe Type
The method ResultSlot.onTake() hardwires the value 1 in its call to CraftingContainer.removeItem()
-
The game crashed whilst rendering overlay Error: java.lang.NoSuchMethodError: 'void net.minecraft.client.renderer.block.model.Ba
Known optifine issue. https://github.com/sp614x/optifine/issues/7127
-
HELP! Forge mod loader detected missing registry entries.
Post the logs/debug.log but you probably want to contact the content tweaker mod author.
-
installer link error
https://forums.minecraftforge.net/topic/117694-adfocus-is-acting-up/#comment-518222
-
Valhelsia 5: Exit Code 1
Looks like an issue with ferrite core missing a configuration file You should contact the modpack author or the mod author.
-
invalid player data
Post your logs/debug.log
-
[1.19.2, SOLVED] Add building to village
You can see how immersive engineering does it here: https://github.com/BluSunrize/ImmersiveEngineering/blob/289fa688194dc1b640245cee5ad902ecfd7d2564/src/main/java/blusunrize/immersiveengineering/common/world/Villages.java#L122
-
[1.19.2] [Forge] My modded game is freaking out.
Download the 1.19.2 version of journeymap https://www.curseforge.com/minecraft/mc-mods/journeymap/files/all?filter-game-version=1738749986%3A73407
-
Check if player is looking at a block
To see what the player is looking at, you can do var hitResult = Minecraft.getInstance().hitResult; The hitResult.getType() will tell you if it is a block. The rest you will need to code yourself. Probably using the PlayerTickEvent? Don't forget to check the phase and side of that event. If you want to do it on the server, then you will need to use the slower Entity.pick() method for the player. I don't think you want to be doing that every tick multiplied by the number of players.
-
My custom blocks are not dropping anything when mined??? HELP!!!
That repo hasn't been updated in a month. It contains no data folder: https://github.com/liambcode/forge-1.19.2-43.1.30-mdk/tree/master/src/main/resources
-
The game crashed whilst rendering overlay Error: java.lang.IllegalArgumentException: Failed to create player model for default
Issue with the illuminations mod. Check you have the latest version then contact the mod author.
-
The game crashed whilst rendering overlay error
The subfolder is called config.
-
The game crashed whilst rendering overlay error
Your config file flywheel-client.toml is invalid/corrupted. You can find it in the config subfolder. If you don't have a backup of this file and don't know how to fix it, you can delete the file and it will recreate it with default values.
-
Error
This is just the wrong version of optifine FAQ: You should have a log for this. And it says you have a crash report: To fix the problem you need to go to the optifine download page and click on 1.18.2 "Preview versions" then download the latest version.
IPS spam blocked by CleanTalk.