loopuleasa Posted October 10, 2022 Share Posted October 10, 2022 (edited) I wish to add some extra info to Craft Pot's FoodRecipePopup widget. I have already added Craft Pot as a dependency to my mod. Has any mod done something like this in the past? I am interested in adding a crockpot efficiency calculations to extend the normal Craft Pot mod's FoodRecipePopup Basically, how much hunger the ingredients have, compared to how much hunger the end dish has. Edited October 10, 2022 by loopuleasa Link to comment https://forums.kleientertainment.com/forums/topic/143724-is-it-possible-to-extend-functionality-of-a-client-mod/ Share on other sites More sharing options...
Rickzzs Posted October 10, 2022 Share Posted October 10, 2022 (edited) In my opinion, you should wait until that mod is loaded. From source code comment I see mod dependency doesn't work for client mods. If you detected Craft Pot is enabled, then AddClassPostInit should work. If it fails, at least you can hook the containerwidget to access Craft Pot's widget later. There is already a mod: Edited October 11, 2022 by Rickzzs Link to comment https://forums.kleientertainment.com/forums/topic/143724-is-it-possible-to-extend-functionality-of-a-client-mod/#findComment-1602259 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now