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.
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.
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).
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.
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.
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.
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.