Everything posted by Luis_ST
-
1.18.2 world crashing after world creation
This does not change the fact that you should post the debug.log. The file existential to help you.
-
[1.18.2] Hopper and Custom Containers(how to prevent items from the output slot from moving into the hopper)
Override #mayPlace in your Slot class you can take a look at how vanilla done this (e.g. AbstractFurnaceMenu). Should you be able to place Items in the result slot? Yes -> You need to handle this is #quickMoveStack of your Menu No -> Override #mayPlace in your result Slot class and return false Take a look how vanilla done this, basically you need to add a property for the cooking time to the recipe, when you get the recipe for the current item in the input slot(s) you need to set the cooking time. Btw you need to register your Recipe Serializer you can not create it in a static initializer, the highly recommended way is to use DeferredRegister.
-
Can't install 1.19.1 forge
Please post full launcher log and do not remove the formatting of the log.
-
Internal Exception
Are you sure it is the full client debug.log from the logs folder, since the log does not contains any error which cause the game to crash. If this is the full debug.log please post launcher_log.txt as well.
-
Help
What's your actual problem, the server should be start with the .bat file on windows and the .sh file on mac.
-
I just can't use the forge for some reason
Where do you get this error? And about which folder are you talking about? Please post debug.log from the logs folder. If you using CurseForge you need to enable the debug.log in the settings.
-
1.18.2 world crashing after world creation
Please post debug.log from the logs folder.
-
[1.19.1] Spawn structure where you spawn in the Dimension
You can take a look at the EndGatewayFeature, it's a vanilla example.
-
Where to edit version for jar file.
The version of your Mod which is used by Forge and other Mods is there version from the mods.toml. Implementation-Version and Specification-Version are for the manifest inside your jar file. You can set the version there too but this is optional.
-
placing a block only places a ghost block which is not visible on the client
Show the code you are using to place the Blocks, due to the error i would say you are not syncing the block update with the client.
-
[1.19.1] Spawn structure where you spawn in the Dimension
Subscribe to PlayerChangedDimensionEvent, inside there you can place the Structure. The Event is only fired on server so you can get the Level via the Server and the given ResourceKey. You can take a look at the place command for how you place a structure. How larger is the structure? Since if this is not so larger you could also use a feature.
-
[Forge 1.19] Intercept commands on the client-side
There is no Event for this use case. What did you try to achieve.
-
Help with Mods that can't load correctly
Mining Gadgets, Whisperwoods and Baubley Heart Canisters needs to update to the recent breaking changes of Forge. Check if there are updated versions. Also make sure the version of OptiFine you are using si compatible with the version of Forge you are using.
-
Internal Exception
The path is correct but it look like you upload the server log twice, since both logs are equal. It should be in server folder/logs/debug.log
-
Internal Exception
Both logs are server logs and they're are not debug.logs. You find the client log in the logs folder of your game directory.
-
[1.18.2] How to use blocks from other mods.
Since you have a fallback Block you could also use RegistryObject#orElse, besides you don't need ModList#isLoaded in this case.
-
[1.18.2] How to use blocks from other mods.
With ModList#isLoaded you can check if Quark is load. Then you can use ForgeRegistries.BLOCKS#getValue with the id of the permafrost Block to get the Block. Then you can place the Block in the World (Level). Note IForgeRegistry#getValue can be return null, it should not be null but it's recommended to handle this case (due Quarks Modul system).
-
[1.18.2] How to use blocks from other mods.
Should Quark be an optional or required dependency of your mod?
-
'java.lang.Exception: Mod Loading has failed' when I start my server and crash
It looks like the version of Oh The Biomes You'll Go is for 1.19. Maybe a version declaration issue.
-
Crash mod loading error
Delete this config file if you have not modified it.
-
Compatibility Question
You can now start playing on a 1.18.2 World and update then to 1.19. (Note: create a world backup before updating) Or you start in a 1.19 World with knowing that not all mods you want to use may have updated to the recommended 1.19 version. (Note: create a world backup before adding Mods) Or you wait until all Mods have updated.
-
make an enchantment specifically for a shovel
In general you should be able to get the Player attack cooldown via Player#getAttackStrengthScale with value 0.0F. If the returned value equals 1.0F is it fully charged.
-
Error opening 1.18.2 forge installer - unable to find valid certification path
This error is often indicative of an outdated Java version. Please ensure your Java version is up to date. You can download OpenJDK from the Adoptium project. If the error persists after updating your Java version, please post the updated installer log as well as the contents of %windir%\system32\drivers\etc\hosts (Windows) or /etc/hosts (Mac, Linux).
-
1.18.2 modded forge server not working
Why the hell is the debug.log a debug.png? This also does not looks like the full debug.log. You can use https://gist.github.com/ to upload the log file.
-
Forge server bug
Problem with Comforts. Make sure you are using the latest version. If the Mod is already up to date, talk to the Mod author.
IPS spam blocked by CleanTalk.