-
Posts
3284 -
Joined
-
Last visited
-
Days Won
62
Everything posted by ChampionAsh5357
-
[1.19.4] About the HurtByTargetGoal / setAlertOthers()
ChampionAsh5357 replied to Feroov's topic in Modder Support
Sure, though you're going to need to use AttackEntityEvent or something similar to listen to when the player attacks an entity.- 1 reply
-
- 1
-
WorldGenSettings has been split between WorldOptions and WorldDimensions. You can get the WorldOptions from `#worldGenOptions`. WorldDimensions you shouldn't really need.
-
Forge Modloader installation failed (1.19.2)
ChampionAsh5357 replied to GreyCat's topic in Support & Bug Reports
Judging by the fact there is a checksum error, there is something wrong with the files you are trying to download. How are you attempting to install Forge? -
1.19.X won't launch the main menu without crashing
ChampionAsh5357 replied to WitherPrl's topic in Support & Bug Reports
Please provide the debug.log instead. There is no error in what you provided. -
Water evaporates in the Overworld
ChampionAsh5357 replied to emanuele246gi's topic in Support & Bug Reports
Download the latest version of Forge 1.18.2. A bug was found and resolved in 40.2.8. -
Forge 1.18.2 wont load dawncraft server
ChampionAsh5357 replied to Brede Elseth's topic in Support & Bug Reports
Seems to be an issue with valhelsia_structures; try removing it or using to a different version. -
Loading textures from the web during runtime
ChampionAsh5357 replied to YotamTheModder's topic in Modder Support
That'll probably be the only way to go, since this is applied to a block in the world. If you want it to persist to an item, you can then use a BlockEntityWithoutLevelRenderer or a custom model loader. -
I didn't say that. I said check if the level is on the server, then call #sendParticles to have the particles appear on the client. #sendParticles already sends a packet containing the particles to the necessary client.
-
Loading textures from the web during runtime
ChampionAsh5357 replied to YotamTheModder's topic in Modder Support
Personally, you shouldn't do this; there are a lot of security concerns with having a random connection send data to a given client. However, if you wanted to do something like this, you would just need to upload the texture to whatever buffer you are rendering to (most likely a block entity) and then drawing it such that whatever is mapping the vertices uses the made texture. -
Using Vanilla Biome inside a BiomeSource CODEC
ChampionAsh5357 replied to GamerMine's topic in Modder Support
What does the data generator look like? This does not tell me anything about it. -
It doesn't look like there's an issue. Try right clicking the project and then reloading from disk before running the game. You could also try refreshing the gradle project and then regenning the runs. It could just be the IDE didn't pick up the information. Though, I will mention you shouldn't have capitals in your package name.
-
Damage is applied on the server. Apply damage on the server and then use #sendParticles to render it on the client. You shouldn't do this btw since there will only be one instance of your item, so these values will be shared across all unless you register a new item.
-
Since it's on different tries, I would imagine it fails to download it from the https address originally and then tries falling back. You could try looking through the login errors to see whether there is a likely connection issue:
-
EXCEPTION_ACCESS_VIOLATION (0xc0000005) mc 1.19.2
ChampionAsh5357 replied to Devilswarchild's topic in Support & Bug Reports
Try removing the essentials mod. Currently, it's trying to load a language loader using jar-in-jar which currently does not work. You could also try adding kotlinforforge as a mod directly to see if that fixes it, but I'm unsure whether it will work. -
Fatally Missing Registry Entries bug on my server.
ChampionAsh5357 replied to VexnoTheFox's topic in Support & Bug Reports
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently, supported versions are 1.19.4 (Latest) and 1.18.2 (LTS).