1.8.9 is crashing all the time when I load schematica (New version)
-
Recently Browsing
No registered users viewing this page.
-
Posts
-
I'm really new in forge modding, so how can I check if the entity is a player? if (player instanceof PlayerEntity){ } like this?
-
Okay, thanks for the advice. I will try. If this is really him, I will write.
-
After removing some items from a mod my server won't boot again lol i've tried /fml confirm already... https://pastebin.com/4XTMKbeq
-
By TheOrangeInd · Posted
Since I couldn't find a way to do it like in earlier game versions, I decided to make each side of the model a separate flat box. If anyone knows a better way, please let me know. -
Sorry for the late response, but I found how to make the buttons update. All I had to do was to clear existing buttons and re-run the init, whenever the buttons are hovered over, like this: if(styleButton[i].isHovered()) { this.renderTooltip(stack, new StringTextComponent(styleCap.getStyleDescription(i)), mouseX, mouseY); buttons.clear(); this.init(); } However I still have a problem with that statement, in that it still only works on the last non-null button, and not on any of the previous buttons. Anyone know why the statement would do so? Full class here.
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.