Everything posted by Luis_ST
-
1.19 optifine doesn't work with forge
It's a file in the logs folder of your game directory. The file can also be named debug if you have file extensions disabled. If you using CurseForge you need to enable the debug.log in the settings.
-
Help with mods.toml
I think this problem is not related to Forget? You should talk to eclipse why you can not open this file with the built in editor.
-
How to make hitboxes "invisible" to player's interactions?
Why is your Armor a Entity(Part)? This should be done via a LayerRenderer.
-
I have updated the java and I always get the same error
Do this please
-
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
You can use https://gist.github.com/ to upload larger text files.
-
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
Please do not create a new thread, what's your issue with the debug.log.
-
Problem with toml file HOW TO FIX THIS? HELP PLEASE(CHECK DOWN PAGES)
Looks like an issue with Cataclysm and Assembly Line Machines.
-
failed to install forge 43.1.1
Please post installer log.
-
Странная ошибка в майнкрафте
Keep this Forums in english please. Please post a screenshot of your Mods folder.
-
"Errors in currently selected datapacks prevented the world from loading." when updating world from 1.16.5 to 1.18.2
If i remember correctly vanilla World can be updated without problems, only modded Worlds will get corrupted.
-
Can't install forge: Missing version from manifest
Copy this into your browser and post a screenshot of the page.
-
1.19 optifine doesn't work with forge
This means the version of OptiFine is compatible with the version of Forge you are using? Please post debug.log from the logs folder.
-
[1.19.2] How to give an effect to a player during an event
If you are talking about MobEffects, you need to use Player#addEffect.
-
Server crash in forge 1.18.2_40.1.69
You can try to add -Dforge.logging.mojang.level=debug to the jvm arguments of the server. Start the server as you normally would. Post then the debug.log after the server crashed.
-
Can't install forge: Missing version from manifest
Are you be able to connect to launchermeta.mojang.com?
-
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
The log you post does not contains the error you mention in the title. Please post debug.log from the logs folder.
-
[1.19.2] How to make a block enchantable at an enchanting table?
You need to override #getEnchantmentValue in your Item class too, the value must be larger than 0. You don't need to override #isBookEnchantable unless the Block should be work similar to the vanilla Book (Enchanted Book).
-
Animation issue with Flywheel seems to be causing crashes with vanilla banners
Make sure you use the latest version of Flywheel for 1.18.2, if you already use the latest version talk to the Mod author.
-
[SOLVED][1.18.2] Saving data to entity not working (with EntityDataAccessor)
You call #addTracker in #mobInteract client side, you need to check if your not on client: if (!this.level.isClientSide) { // your code } The methods are used to store the data on disk, not sending them through the network
-
I have a problem with adding servers to mods and it shows me this
Please post debug.log from the logs folder.
-
BreakSpeed event
Are you sure PlayerEvent.BreakSpeed cause the error?
-
[1.19.2] Check if entity is a boss?
Unfortunately yes, if you wish to have an easy way to check this feel free to make a PR to Forge. I think a custom EntityType Tag would be find for that.
-
Forge Crashes when loading world
Please post debug.log from the logs folder (with all Mods loading a new World). I guess some of your Mods add world generation features, this means the World you created already contains the Features of the Mods. If you now try to load this World without these Mods it will crash. The world got corrupted, you can try to rescue by using the Mods you used when creating the World and hope it work.
-
[1.19.2] Check if entity is a boss?
The health bar at the top of the screen is handled via a ServerBossEvent in the Entity class but unfortunately there is no way to check if a Entity has one or not. What did you try to achieve? why do you need to know if an Entity is a Boss? Depending on your own opinion, the following entities can be considered bosses: Ender Dragon, Wither, Elder Guardian and Warden
-
[1.19] Block BreakEvent called before used tool is damaged
There is no hacky stuff necessary. You can simply set the "Unbreakable" value in the Tag of the ItemStack to true when the ItemStack has your Enchantment.
IPS spam blocked by CleanTalk.