Everything posted by Luis_ST
-
[Solved] [1.20.2] How do I draw a line using BufferBuilder and Tesselator?
Why do you not use a IGuiOverlay to draw the line? You can there use GuiGraphics.
-
What is a good way to determine the id and version of any forge mod statically?
You could also checkout ModInfo#getVersion
-
sudden freeze after playing normal for hours pls help
The error is caused by the worldgen/noise alternate_surface from namespace 'eco'. Eco could be a Mod or a Datapack you are using there are no more infos in the crash-report nor the log.
-
[1.20.1] How do I modify Minecraft classes when my mod is loading
I personally don't use it in my mods, you can look at the generated class files in run/.mixin.out to see if there is a difference. If they are not overriden in the vanilla chicken then yes
-
What is a good way to determine the id and version of any forge mod statically?
What did you try to achieve?
-
sudden freeze after playing normal for hours pls help
Try without 'eco'
-
[1.20.1] How do I modify Minecraft classes when my mod is loading
First of all your Mixin class should be abstract. Sorry, I didn't mention that if the method you want to change is not implemented in the target class, you can just override it like you would without mixin. You should use as few mixins as possible
-
[1.20]How to use Tesselator for line drawing
Please create your own thread.
-
[1.20.2] Registering EntityType Problems
The registry override seems to be working but vanilla has a problem to use the override instead the default entity the pig is used. Have you tried to use debugger to find the cause why vanilla uses the big instead of your entity?
-
What is a good way to determine the id and version of any forge mod statically?
Why, forge already has an update checker?
- Any forge on my minecraft doens't work
-
[1.20.1] How Can I add Custom Effect to Custom Food ?
Your MobEffect (CantSwimEffect) is a registry object, you must not create a new instance of it you should use the one your registered.
-
I can't find the mod causing this issue. What can I do to fix it?(Crash log is in the body text)
Problem with Unique Enchantments Base. Make sure you are using the latest version. If the Mod is already up to date, talk to the Mod author.
-
[1.20.1] How Can I add Custom Effect to Custom Food ?
Please post ful log. The error uses cantSwimEffect but in your code you use CantSwimEffect, make sure this is not the problem.
-
[1.20.2] Registering EntityType Problems
Please post the debug.log, it could be that you can not override EntityTypes but im not sure.
-
[SOLVED][1.20.1]Custom capability getCapability() lazyOptional returns null
That's the cause of the problem: you can't check whether the capability is present because you attach the capability there.
-
Repeated Crash Error 1
I'm sorry, but paste.ee does not support very large files, the file will simply be cut off. Your debug.log does not contain any error that would explain the crash of the game.
- Any forge on my minecraft doens't work
- Any forge on my minecraft doens't work
-
[SOLVED] [MC1.20.1] [FORGE MDK 47.2.0] Vanilla Items not working in custom item recipe creation - RecipeProvider.
This was your problem if you don't know the difference between string and character. i would recommend learning the basics of java before modding Minecraft,
-
[1.20.2] The target type of this expression must be a functional interface
I have never used SavedData before, is it explicitly required or would it also be possible to use a capability?
-
[SOLVED][1.20.1]Custom capability getCapability() lazyOptional returns null
Please post debug.log which contains the full error you get.
-
[1.20.1] How do I modify Minecraft classes when my mod is loading
Please post the updated code (full class) and the error you get
-
[1.20.1] How Can I add Custom Effect to Custom Food ?
Use FoodProperties.Builder#effect which takes a MobEffectInstance Supplier and the chance of the effect (0.0 - 1.0) I would recommend to follow the java naming convention.
- spongepowered error
IPS spam blocked by CleanTalk.