-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
I've made a few changes and added a position for the bolt, but the lightning bolt is still not being rendered. The effects are taking place for example, the player takes damage and catches on fire, the sky blinks and sound effects still play but the lightning just doesn't appear. I've also added a cooldown time for fun (just to learn more methods). @Override public InteractionResultHolder<ItemStack> use(Level world, Player player, InteractionHand hand) { LightningBolt lightningBolt = EntityType.LIGHTNING_BOLT.create(world); if(!world.isClientSide) { world.addFreshEntity(lightningBolt); lightningBolt.moveTo(player.position()); player.getCooldowns().addCooldown(this, 100); } return super.use(world, player, hand); }
-
Got a " The game crashed whilst rendering overlay" error. I don't what know what to do
-
So making a 1.19.1 server. having issues with finding out what is crashing me because there isn't really anything clear in this. I'll attach the Crashy report. https://crashy.net/vQuLyIDwOsO7yWmmlgSa
-
I am not able to find InteractionResultHolder.sidedSuccess, I can find InteractionResultHolder. I'm currently modding on version 1.18.1 if that helps
-
By mr. sltrskid · Posted
also, i have 53 mods currently installed including optifine, my forge version is 40.1.0, and i am using the curseforge app to create a custom profile
-
-
Topics
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.