
Everything posted by ChampionAsh5357
-
[1.18.2] ClientSide fake block tile renderer problem
You can't simply fake a block render by changing the render mechanism, especially for block entities. Additionally, as you are desyncing the values on the server, the server is, rightfully, telling the client that the value is incorrect and to place the correct block there.
-
[1.19.4] Making a block oxidizable
Without trickery, no. There was a PR about a year ago, but it eventually went stale and closed.
-
Client side and Server side
What version of Minecraft is this for? And please show the relevant code.
-
1.19.3 Cant Set Custom Xp Cost in AnvilUpdateEvent
The purpose of AnvilUpdateEvent is for when you would like to add an output between two items, not a general usecase. There is no event that exists which specifies the maximum amount of levels an anvil will take from the player unless you determine the output manually for every item and mod item.
-
Forge gets errors upon launching
Please provide the entire debug.log in the logs folder within the game directory via a gist or pastebin.
-
Enigmatica 2 Crash on Startup
You are playing an supported version, but I will mention that the JRE used is not up to date. Otherwise, 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).
-
Need help to find the cause of: io.netty.handler.timeout.ReadTimeoutException
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).
-
How to fix forge server looping
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).
-
Description: Exception in server tick loop
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).
-
Get Yaw/Pitch to look at block.
That's terribly inefficient. The better way to do it would be to loop through the surrounding blocks, starting with those closest, and find the block you want, only then checking whether the raytrace hits the wanted block. You can actually do some easy optimizations there since you just need to stop looking through any blocks that aren't air. However, if you already have the block position, then it makes no sense to do the ray trace since you already know where the block is. You would be better off trying to figure out how to represent the data.
-
Sound Event Error by having private access to minecrafts sounds
Well, you're creating an instance of an object. So, what would you replace in the code above that achieves the same outcome of creating an instance of an object?
-
Instantaneous Mob Effect does not work.
No, look at how MobEffect handles instant health and damage. That should give you a good idea on how to structure your code.
-
Errors in currently selected datapacks prevented the world from loading.
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).
-
game crashed exception in server tick loop.
We are not Fabric; ask wherever they provide support.
-
[1.19.2] Overriding/setting ambient music in a specific dimension?
Yep, probably ClientTickEvent See how MusicManager works since this is essentially what you are trying to design.
-
[1.19.2] Overriding/setting ambient music in a specific dimension?
Unfortunately, there's no easy method to do this. However, your logic would indicate that it's impossible for the sound to loop as it assumes the custom sound is play for as long as the player is in the nether. You are better to check whether the SoundManager finds the current sound instance active (via SoundManager#isActive). You will need to hold a current instance of the SoundInstance being played.
-
Quark wont load (1.19.2 forge)
Your version of Forge is too old. The class mentioned was added in 43.1.8, while your version is 43.1.2. Update Forge.
-
Instantaneous Mob Effect does not work.
First, #applyInstantenousEffect is only called in certain cases, hence the logic needs to be in both methods. Second, your logic makes absolutely no sense because you're check if the instance is on the server, then immediately checking if the client instance is not null, which is bad sided logic. You check the side and send the information on that side, meaning only the server. Additionally, you don't even need to check the side since the logic will only be called on the server in most cases, besides from maybe the particle.
-
Sound Event Error by having private access to minecrafts sounds
We have a primer on that topic
-
Trying to make a modpack for my friends and I to play on and am testing it on my own and keep getting this crash report
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).
-
Game crashes instantly going to nether - Minecraft Better 1.16.5
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).
-
Failed to synchronize registry data from server, closing connection (1.16.5 forge)
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).
-
Add capability to item example 1.19.2
Are you trying to attach the capability to the item stack or the entity? If the ItemStack, then you would use the method you are currently showing with the method within the event itself (event#addCapability)
-
Get Yaw/Pitch to look at block.
But you know the block position of the block you want to look at correct? Then why would it matter if there is another block in the way?
-
MongoDB Connection Timeout Forge 1.8.9
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).
IPS spam blocked by CleanTalk.