Everything posted by warjort
-
MInecraft close on startup
Some conflict between yamamoveset and epicfight. Check you have the latest versions then contact the mod authors.
-
my modded minecraft keeps crashing everytime i hover over specific items
https://github.com/VazkiiMods/Quark/issues/4196 https://www.curseforge.com/minecraft/mc-mods/quark/files/4551115 - supposed to be fixed in the latest version
-
MInecraft close on startup
Curseforge says that mod is no longer maintained. https://www.curseforge.com/minecraft/mc-mods/rubidium-toolkit
-
Custom Particle Clipping through ground
You don't set the bounding box directly - unless you have your own custom move() implementation. Like entities you set the position, velocity and size and the bounding box is recalculated for you as it moves or you manually change its parameters. See Particle.tick(), move(), setSize(), etc. for how it works. It's hard to say what your problem is without having all the information. Don't post incomplete snippets of code in the forum, put a simple project on github that reproduces your problem. I would guess (I shouldn't have to guess) it is that 2x quadsize since that is only used for rendering? While as I said above, it is the size (which proxies through to the min/max of the bounding box) that is used to (re)calculate the bounding box for collisions.
-
SOLVED [1.19.2] How do you register a custom Loot Item Condition?
Code for 1.18.2 that registers a BlockTag LootItemCondition. https://forums.minecraftforge.net/topic/113816-1182-method-for-iterating-over-blocks-belonging-to-a-tag/#comment-505993 It should be the same for 1.19 except If you use the most recent versions of minecraft the ResourceKey is in the Registries class instead of Registry.
-
when trying to enter my server i get "connection closed - mismatched mod channel list" error message
https://www.curseforge.com/minecraft/mc-mods/alexs-mobs/files/3785937 alexmobs-1.18.2 is for minecraft 1.18.1 according curseforge.
-
when trying to enter my server i get "connection closed - mismatched mod channel list" error message
https://forums.minecraftforge.net/topic/89239-excessively-asked-questions-eaq/#comment-415820 That means the mod wants forge 36 to 39, i.e. minecraft 1.16.5 to 1.18.1 While you have forge 40 or minecraft 1.18.2
-
I created a 1.18.2 modpack with curseforge and the create mod but it keeps crashing
https://forums.minecraftforge.net/topic/89239-excessively-asked-questions-eaq/#comment-415820
-
when trying to enter my server i get "connection closed - mismatched mod channel list" error message
Your log says they are not the same. Are you sure you are connecting to the right server?
-
[1.18.2] place Top-Blocks
It's not something I know a lot about. This link tries to explain the change in 1.18: https://github.com/TheForsakenFurby/Surface-Rules-Guide-Minecraft-JE-1.18/blob/main/Guide.md Here's the vanilla overworld config (for the latest 1.20 snapshot at time of writing): https://github.com/misode/mcmeta/blob/9d422bf8fe4824657260721682e5527ef608ce67/data/minecraft/worldgen/noise_settings/overworld.json#LL386C2-L386C2 From what I understand, they are only available when the chunk generator uses the NoiseGenerationSettings and only to carvers. So you shouldn't really rely on them being available. e.g. if somebody changes their overworld to "flat" you won't have any data. The way mojang do this kind of thing is to have different structures based on the biome. e.g. see the different villages. https://github.com/misode/mcmeta/tree/data/data/minecraft/structures/village If you still want to try to figue out how to get hold of the data, I would start with NoisedBasedChunkGenerator.topMaterial() but notice that method is deprecated in 1.18.2 and doesn't exist in 1.19.4 (the CarvingContext and SurfaceSystem methods still exist but are also deprecated).
-
[1.19.2] Make custom arrow invisible.
This is a support forum. We don't teach you how to write mods. You need to write your mod for yourself then come back with questions when it doesn't work as expected (after you have tried to figure it for yourself). Post a project on github that reproduces your problem when asking questions.
-
[1.19.2] Make custom arrow invisible.
Override shouldRender() for your renderer to check that flag. The vanilla arrow renderers don't check it.
-
help with this crash while trying to host a server
Use java 17 https://forums.minecraftforge.net/topic/122698-forge-1182-server-wont-load-up-with-dawncraft/?do=findComment&comment=533997
-
Forge Modded Minecraft "game crashed whilst rendering overlay"
Broken config file. If yout don't have a backup, delete the file and it will be recreated with default values.
-
1.19.4 What is the 3rd parameter of Level.setBlock(BlockPos , BlockState , int)
Look at the Block class.
-
Having problem starting up DawnCraft Server on Oracle Cloud
One of your mods is trying to load a client side class. The error does not say which one. The logs/debug.log might have more information?
-
TerraBlender and NotEnoughCrashes Broke (1.19.2)
Same issue with terrablender Usually if a configuration is broken, you can just delete it and it will recreate the file with default values.
-
TerraBlender and NotEnoughCrashes Broke (1.19.2)
Looks like some issue with not enough crashes configuration file? Contact the mod author for help.
-
Minecraft 1.19.4 Crashing
There is no real error in that log. Post the launcher_log.txt There is a lot of this But that doesn't look to be the cause the crash?
-
Error Code 1 But No Fixes Work?
https://forums.minecraftforge.net/topic/123710-minecraft-1194-forge-crash/#comment-537530
-
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
https://forums.minecraftforge.net/topic/119273-cant-download-forge-it-says-error/?do=findComment&comment=523804
-
Dawncraft | Game freezes when loading jungle biome
Try a mod like https://www.curseforge.com/minecraft/mc-mods/spark Read their documentation/wiki for how to use it. If you want help here, you need to post your logs/debug.log
-
MInecraft close on startup
That log doesn't show you starting forge. If you are posting the launcher_log.txt you need to do it directly after the crash. Restarting the launcher will clear the log. You should normally post the logs/debug.log
-
Item for Flying
https://forums.minecraftforge.net/topic/117960-1192-trying-to-give-player-creative-flight-in-survival-mode/?do=findComment&comment=519089
-
I keep getting this error
minecraft:pig usually means a mod is not registering one of its entities properly. The logs/debug.log might have more information?
IPS spam blocked by CleanTalk.