-
Posts
361 -
Joined
-
Last visited
-
Days Won
5
Hipposgrumm last won the day on March 15 2023
Hipposgrumm had the most liked content!
Converted
-
Gender
Male
-
Location
Internet
-
Personal Text
This just got personal.
No, I mean it.
This is personal text so it's personal now.
Whatever
Recent Profile Visitors
236128 profile views
Hipposgrumm's Achievements
Diamond Finder (5/8)
17
Reputation
-
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.