-
Posts
361 -
Joined
-
Last visited
-
Days Won
5
Everything posted by Hipposgrumm
-
Can't register EntityRenderer. Wrong parameter types.
Hipposgrumm replied to Kipama's topic in Modder Support
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). -
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
Hipposgrumm replied to 洛神Field's topic in Support & Bug Reports
Um… what??? -
Please send the entire crash report and use a service like Gist or Pastebin.
-
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
Hipposgrumm replied to aestivus's topic in Modder Support
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). -
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.
-
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.
-
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
Hipposgrumm replied to ThatStickguy's topic in Support & Bug Reports
Upload it to a service like Gist or Pastebin. -
1.16.5 is no longer supported here. We only support 1.18.x and 1.19.x.
-
Description: Exception in server tick loop
Hipposgrumm replied to Rekkty's topic in Support & Bug Reports
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
Hipposgrumm replied to lyrik mourning's topic in Support & Bug Reports
If Rubidium broke stuff you should NOT try OptiFine. OptiFine tends to break even more stuff. -
1.12.2 is no longer supported here. We only support 1.18.x and 1.19.x.
-
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
Hipposgrumm replied to YairKro's topic in Modder Support
I would suggest looking at the literal documentation. -
Forge Server keeps crashing on startup.
Hipposgrumm replied to Tobs's topic in Support & Bug Reports
1.12.2 is no longer supported here. We only support 1.18.x and 1.19.x. -
I already said that there is something else using port 25565. You might want to close it or change the port in server.properties.