Durability Show

Durability Show

2M Downloads

How do I move the statusbar? And add an in-game menu?

NovaViper opened this issue ยท 10 comments

commented

I have subtitles on in 1.11.2 but with that one, it blocks the durability status since the subtitles are at the bottom right. Is there a way to move it over?

Also.. could you add a way to do this via in-game configuration menu using Forge's fully implemented configuration system? If you need help with that you can look at my mods, ZeroQuest and TetraCraft

commented

I'll go later on today and fix up the code for ya

commented

I'm currently on vacation so I will fix this when I'm back (Saturday). I thought I had the in game configuration setup but I'm probably wrong and forgot something.

commented

Alrighty! Have a good vacation! I can actually commit a pull request to it later on today. I have done the in game configurations many times before ^^

commented

I'm actually slightly confused about the in-game configuration. See src/main/java/com/sixonethree/durabilityshow/clientgui ModGuiConfig.java and GuiFactory.java I remember using the in game configuration last time I updated the mod. Perhaps some things changed in forge, I don't know. I can take a look at it after.

commented

You should look at TetraCraft specifically.. it as updated for 1.10.2 and Doggy Talents (I actually added in the in game configuration for this mod). Both feature in-game configurations that I implemented through Forge's system. I even went and added in a custom organization code inside the configurations.

commented

Here's a pull request I made for Doggy Talents with the config gui and the custom organization code

commented

I'm not too concerned about the organization just that the option to configure in-game is there. Looking at my code vs the PR code everything looks like it's already present. I may be missing something and if I am feel free to just point it out, can either just type it in the issue or make a PR, however I don't see what's missing and I can't test it myself and look more closely for a few days.

commented

Hey I started playing around, figuring out why the configuration menu wasn't coming up. I found that it was something the way your mcmod.info file was set up, how I fixed it was simply copied the example mcmod.info file and just moved the information from your mod into it.

commented

Just created pull request GH-9, your welcome ๐Ÿ‘

commented

Fixed this issue with 4.1.1, if the corner is set to bottom right and subtitles are active, it renders on the left until there are no subtitles to show and then it goes back to the right. See the comment on #9 please.