Everything posted by warjort
-
[1.19.4] example of send a package to world player side
There are literally hundreds of threads in this forum where this is discussed because people do it wrong. Use Minecraft.getInstance() on the client then get what state you want. But you should put all client code in a separate class otherwise you are very likely going to crash the game on a dedicated server. https://docs.minecraftforge.net/en/latest/networking/simpleimpl/#handling-packets
-
Rendering overlay error - Modded MC 1.18.2
- Send BlockState to a Client
See ClientboundBlockUpdatePacket.- java.lang.reflect.InvocationTargetException: Null
Looks like you are missingf the koitlin mod wanted by the essential mod.- A bunch of mods fail to load properly
You should speak to mod authors. From what I understand create updated their mod and broke their extension mods. So you will probably have to use the previous version of create until all other the mods catchup.- Mixins errors galore - Server Fails to Start
https://forums.minecraftforge.net/topic/122698-forge-1182-server-wont-load-up-with-dawncraft/#comment-533997- Mixins errors galore - Server Fails to Start
Then you need to show the log when you are using java 17 (the long term support version of java). Java 20 won't work if you have any mods that use mixins.- Mixins errors galore - Server Fails to Start
Use java 17- Got this error when i create a new world
Conflict betewen apotheosis and unique enchantments.- Need help with my All the mods 8 modpack Pls
- [1.19.4] How can I stop trees spawning on top of ponds?
FLUID_SPRINGS are done before VEGETAL_DECORATION, see the GenerationStep.Decoration Without seeing your code (all the relevant code on github) it is impossible to say what is wrong. But if you look at the vanilla TreePlacements class it uses the following logic by default for the sapling that grows the tree: PlacementUtils.filteredBlockBySurvival() -> WouldSurvivePredicate -> [Sapling/Bush]Block.canSurvive() -> Block.mayPlaceOn() and Block.canSustainPlant() or in json https://github.com/misode/mcmeta/blob/data/data/minecraft/worldgen/placed_feature/oak.json- Error with my 1.18.2 Forge modpack
Issue with expandability. There is a previous warning about a conflict with UnlimitedFluidity which might be the cause? But a warning normally means it handled the error.- org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
Issue with oculus- Errors loading my 1.18.2 modpack
Probably install the previous version of create until other mods have had chance to update? The create related mod authors would give you better help.- Errors loading my 1.18.2 modpack
Some issue with create. From what I understand create recently updated their mod for 1.18.2 and broke some or all of their extension mods? e.g. there are many others.- need help
Or from my footer: Or from the original response to your post Why do we have to keep repeating ourselves?- Crash [1.19.2]
which I guess is this mod?- need help
Images are worthless. We cannot debug images. I would suggest you start with no mods and then add the mods one-by-one and test it. You will then know which mod is causing the problem, it is the one you just added.- need help
* That's not the logs/debug.log * You shouldn't post logs in the forum There is no error in that log. If it really is getting stuck there then we will need to see a thread dump: https://www.baeldung.com/java-thread-dump which probably means you will need to install the jdk to get acces to the tools, e.g. https://adoptium.net/ Otherwise you will have to experiment with removing mods until you find the mod that is causing the problem.- need help
https://forums.minecraftforge.net/topic/89239-excessively-asked-questions-eaq/#comment-415820- Can't install 1.7.10
The link is: https://maven.minecraftforge.net/net/minecraftforge/forge/1.7.10-10.13.4.1614-1.7.10/forge-1.7.10-10.13.4.1614-1.7.10-installer.jar But that version is not supported in these forums: https://forums.minecraftforge.net/topic/91712-supported-version-directory/- I got an error when launching the game
Conflict between rudbidium and chunk animator.- A bunch of mods fail to load properly
That is one other error, there are many others relating to create.- Error with my 1.18.2 Forge modpack
See my footer for how to find it.- server keep crashing sponge power error 1.19.2
Use java 17 - Send BlockState to a Client
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.