
Everything posted by Hipposgrumm
-
Can't register EntityRenderer. Wrong parameter types.
EntityRenders requires an EntityRenderProvider. This is what I have: @Mod.EventBusSubscriber(modid = MODID, bus = Mod.EventBusSubscriber.Bus.MOD, value = Dist.CLIENT) public static class ClientModEvents { @SubscribeEvent public static void clientSetup(FMLClientSetupEvent event) { EntityRenderers.register(HOSE.get(), new HoseEntityRenderFactory()); } private static class HoseEntityRenderFactory implements EntityRendererProvider<HoseEntity> { @Override public EntityRenderer<HoseEntity> create(Context context) { return new HoseEntityRenderer<>(context); } } } Replace HoseEntity with your own entity. If you're doing multiple try doing generics (though untested).
-
Need help modifying a vanilla item
You can use PlayerInteractEvent.RightClickBlock to detect if the player has clicked on the block with a certain item, and modify the block accordingly.
-
How can i login maven.minecraftforge.net
Um… what???
-
Unknown meaning for crash report
Please send the entire crash report and use a service like Gist or Pastebin.
-
Optifine 1.10 with Forge?
1. Optifine is not supported here due to the fact that it overrides many of Forge’s API systems that are critical to many mods. 2. 1.10 is no longer supported here. We only support 1.18.x, 1.19.x, and 1.20.x.
-
[1.16.5] Need help getting ip and nickname
A. Why are you getting Usernames and Server Addresses B. 1.16.5 is no longer supported here. We only support 1.18.x and 1.19.x (one of which may be soon discontinued in favor of 1.20).
-
[SOLVED] I'm in my item class right now. Is there a way to use getAttributeModifiers() to change the attack damage of the item?
If you are creating a custom weapon, I'm pretty sure you can set that in the item's constructor somewhere. If you are creating a custom vanilla weapon that can be made with commands, that can obviously be done in vanilla.
-
Xironite Towny Server [1.19.4]
I'm starting to get tired of this post being pushed to the top and being at the top of the leaderboard every single day just because of some reward thing on Discord. (But I feel like the top leaderboard position should be given to people who help with Forge and not for liking an unrelated server in the Off-Topic category.) But Curle's fine with it so I guess I have no right to complain.
-
Forge 1.7.10 Dead ?
1.7.10 is discontinued but it should not be removed from the servers. I don't know if it is your internet or the files are somehow inaccessible, but that is out of my control.
-
minecraft create a null object and it' make my game crash
Are you sure you removed the mod? If so, try removing BYG, though BYG just seems to be taking the blame.
-
minecraft create a null object and it' make my game crash
It seems to be a problem with MoreVillagers. If this is a custom-made modpack, remove the mod. If it's a public pack, try contacting the pack author or switch to another version.
-
minecraft create a null object and it' make my game crash
Please edit your message with the log posted to a service like Gist or Pastebin.
-
minecraft create a null object and it' make my game crash
Get the crash report from when you were playing before it suddenly crashed. Or send the launcher.log.
-
minecraft create a null object and it' make my game crash
Send the crash report please. It's usually in .minecraft/crash-reports and it is the latest one created.
-
minecraft server crash
1.8.x is no longer supported here. We only support 1.18.x and 1.19.x.
-
OpenGL Crash on startup on Forge 40.1.31 on macOS
Upload it to a service like Gist or Pastebin.
-
Need Help i keep crashing
1.16.5 is no longer supported here. We only support 1.18.x and 1.19.x.
-
Description: Exception in server tick loop
1.16.5 is no longer supported here. We only support 1.18.x and 1.19.x.
-
dont look here i already solved it
If Rubidium broke stuff you should NOT try OptiFine. OptiFine tends to break even more stuff.
-
warnign coremods are present
1.12.2 is no longer supported here. We only support 1.18.x and 1.19.x.
-
Error on install gorge 36.2.26
Back up your world (and everything related), switch to vanilla, switch back to the version you want, and then reupload your world. If that doesn't work you will have to call Aternos support, because we are not Aternos.
-
Im new to modding and I have a few question
I would suggest looking at the literal documentation.
-
Forge Server keeps crashing on startup.
1.12.2 is no longer supported here. We only support 1.18.x and 1.19.x.
-
HELP
I already said that there is something else using port 25565. You might want to close it or change the port in server.properties.
- HELP
IPS spam blocked by CleanTalk.