Everything posted by Luis_ST
-
Better Minecraft (1.18.2) Minecraft world stuck on, "Reading World Data"
please post new debug.log from the logs folder
-
Crash after entity creation [1.16.5]
first of all please show the full code not only a part (main class), then please use the code feature of the forum or use a paste side is your doClientStuff EventHandler called, use debugger to check?
-
[Next Client] Create a custom client Based on Forge 1.8.8 (Of course we use a patched launcher we don't send the jar)
Why it is so hard to understand that we won't help you to create a custom client, And as D7 told you several times create a mod, you can use the Forge API and Mixin (if required) to add more customizable settings to the client
-
Problem with VoxelShapes
why did you not use two Blocks, this would fix the light issue? as far as i know this is not a issue/bug But I'm not sure what exactly is the reason that you can't sneak along the edge of the block, I suspect that the hitbox area is not large enough for the player to stand on it
-
Storing constant data in a json file
if your value is server side and should be synced to the client you need use a server config (server and client value need to match), if the server value must not match with the client value you can use a common config
-
Storing constant data in a json file
A config file is only editable for the user (it's hard to edit the config file of a Mod from another), if a other Mod want to override a value a Datapack would be the best option And in general Datapacks are underrated, I think they have a lot of potential because of Mojnag's Codecs unfortunately i'm not familiar with this json Datapack stuff, but as far as i know did you need a SimpleJsonResourceReloadListener which you need to register in AddReloadListenerEvent
-
[1.16.5] grass slab color based on GrassBlock
you need to register a BlockColor for your Block inside ColorHandlerEvent.Block via BlockColors#register, it's recommended to implement the BlockColor interface using a lambda expression (Edit) In addition the BlockColor returns the color via a int, if you want the vanilla behavior you can use BiomeColors.getAverageGrassColor
-
Forge crash
post new debug.log
-
Crash after entity creation [1.16.5]
did you register the EntityRenderer?
-
Forge crash
Problem with Balm. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
-
Forge crash
please post debug.log from the logs folder
-
fml.modloading.dupedmod
Keep this forums in english please please post debug.log from the logs folder
-
Game crashing when creating worlds :(
post debug.log with the latest version of Allthemodium
-
Error opening GUI with a key [1.16.5]
on client you always can use Minecraft.getInstance(), then you be able to get the local player
-
Error opening GUI with a key [1.16.5]
KeyBindings are client side only, you need to use TickEvent.ClientTickEvent instead why did you call KeyBinding#consumeClick, you should only check KeyBinding#isDown? last but not least i would recommend you to check the Item also on server side (in the handle method of the Message), since you should never trust the client
-
Error opening GUI with a key [1.16.5]
when exactly should the player be able to open the container? please be as detailed as possible is the Packet received on server and how did you test if it works?
-
not launching up server with mods, only without
do this first, then check if it works if it does not work come back and post new debug.log
-
not launching up server with mods, only without
Refer to the installation guide of Awesome Dungeon End Also note the logs shows an errors of 3dSkinLayers, Awesome Dungeon Nether (same as Awesome Dungeon End) and Oculus
-
not launching up server with mods, only without
Awesome Dungeon End requires Library Ferret. Unfortunately the mod does not properly indicate this dependency (only on CurseForge), so the mod simply crashes instead of Forge showing a helpful error message.
-
Error opening GUI with a key [1.16.5]
this is the issue is the code called, use debugger to check
-
Game crashing when creating worlds :(
Problem with Allthemodium. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
-
Error opening GUI with a key [1.16.5]
ItemStack does not override equals, this means the == operator is used, you need to use IForgeItemStack#equals (requires an ItemStack and a boolean) or you check the Item of the ItemStack, therefore you can use a instanceof check, equals or the == operator depends on your purpose
-
Sudden Error code 1 and no crash log
There is no error in the log you post, please make sure it is the full debug.log If this is the full debug.log please post launcher_log.txt as well
-
Sudden Error code 1 and no crash log
please post debug.log from the logs folder
-
The game crashed whilst rendering overlay
Problem with Immersive FX. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
IPS spam blocked by CleanTalk.