Everything posted by Luis_ST
-
Knockoff Powder Snow Overlay
just create a new instance of your VitaSlimeOverlay, and pass it as parameter of OverlayRegistry.registerOverlayTop
-
Errors in current datapacks prevented the world from loading.
Problem with Beyond Earth. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
-
Minecraft Crash Bad local variable type
this Mod is crashing
-
Server console says this then kicks them out again.
Post debug log from server and client
-
Minecraft Modded 1.16.5 chests not having loot
The log you post shows an error with Upgraded Wolves
-
Forge 1.18.2 Crashes with Exit Code -1: Rendering Overlay
Problem with Chisel. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
-
Crashing on startup -- game overlay problem?
One of your mods needs to update to the new Fluid implementation. You could check if all Mods are up to date, otherwise you can do nothing
-
how do i replace missing file
why was this file missing, did you delete it? this should work, if only forge-36.2.34.jar is missing you can install forge in another folder and copy the file
-
Making a Custom Enchantment. A Little Help?
show what you have tried
-
Making a Custom Enchantment. A Little Help?
you can not create Enchantments in static initializer, you should use DeferredRegister (recommend) you can override Enchantment#getDamageBonus, and return the additional damage you want
-
Crash when registering entities on 1.18.2
issue fixed?
-
minecraft crashes when i try to open it
One of your mods needs to update to the new Fluid implementation.
-
Server crashing during world creation - now on 1.18.2
do you mean the SpawnerData or the Entity?
-
Knockoff Powder Snow Overlay
create a new class implements IIngameOverlay, inside #render you can render the texture for that you can use the code from Gui#renderTextureOverlay then you need to register your IIngameOverlay implementation via one of the register methods of OverlayRegistry
-
Server crashing during world creation - now on 1.18.2
yeah the error says something else, use debugger to check the values
-
Knockoff Powder Snow Overlay
- Server crashing during world creation - now on 1.18.2
one of the SpawnerData, you are register here, returns a negative spawn count if you calculate it as follows: 1 + spawnerData.maxCount - spawnerData.minCount because of that you get the Exception, i would recommend you to check if the config values you are using for the min and max spawn count- Crash when registering entities on 1.18.2
link? and in which classes do i need to look (please with package)- Knockoff Powder Snow Overlay
you should use an implementation of IIngameOverlay and use one of the register methods of OverlayRegistry to register your IIngameOverlay implementation you can also take a look at ForgeIngameGui, Forge renders all vanilla Overlays there- Crash when registering entities on 1.18.2
where did you call createMonster, show more of your code- Bug with the mod create
no, ask the Mod author how to fix this issue- How to fix Java.lang.noclass deff found error?
update to 1.16.5, there is no reason to use an outdated version- whitescreen/unresponsive on start up
are you sure this is the full debug log, since there is no error in the debug log- whitescreen/unresponsive on start up
post debug log- HELP! I can't install java!
first of all i think you mean the Forge installer not the java installer, post installer log - Server crashing during world creation - now on 1.18.2
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.