Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various Artisan Worktables Bugs #2

Closed
UnicornSnuggler opened this issue Apr 15, 2021 · 4 comments
Closed

Various Artisan Worktables Bugs #2

UnicornSnuggler opened this issue Apr 15, 2021 · 4 comments
Assignees

Comments

@UnicornSnuggler
Copy link

  1. The toolbox interface doesn't gray out the background like the other Artisan Worktables GUIs.
    This isn't the biggest deal in the world, but it's definitely a little bit jarring and makes it difficult to see JEI. Most importantly, though, it's just inconsistent with the other Artisan Worktables GUIs and I'm certain you'd want to be aware of inconsistencies like this!
    Figure A: The toolbox GUI with an unobscured background.
    image
    Figure B: A worktable GUI with an obscured background for comparison.
    image

  2. Item tooltips don't show up while the toolbox is open.
    While the toolbox GUI is open, tooltips will not appear when hovering over items in the toolbox or the player inventory. Similar in impact and effect to the previous issue — and possibly related in some capacity given the strangeness of these respective behaviors!
    Figure C: Hovering over an item in the toolbox GUI without a tooltip.
    image

  3. The toolbox will only accept three specific types of tools.
    I can only store handsaws, hatchet, and carver tools in the toolbox. No other tool type is allowed in the toolbox. Refer to the screenshot associated with the previous issue for verification. This may or may not be an Artisan Tools issue, but I figured it would be safest to just include it here.

  4. Fluid gauges clip through item tooltips.
    The fluid gauges in the worktable and workstation GUIs are clipping through item tooltips. Curiously enough, the workshop doesn't have a similar issue.
    Figure D: The fluid gauge in the worktable GUI clipping through an item tooltip.
    image
    Figure E: The fluid gauge in the workstation GUI clipping through an item tooltip.
    image
    Figure F: The workshop GUI with no unexpected clipping.
    image

@codetaylor codetaylor self-assigned this Apr 15, 2021
@codetaylor
Copy link
Owner

Thanks for the report. In the future, please open a new issue for each separate issue.

@codetaylor
Copy link
Owner

I can only store handsaws, hatchet, and carver tools in the toolbox.

Correct. Only items that have been declared as tools in an AW recipe are accepted into the toolbox.

@UnicornSnuggler
Copy link
Author

UnicornSnuggler commented Apr 15, 2021

Thanks for the report. In the future, please open a new issue for each separate issue.

Ahh, my apologies! Didn't know whether to spam the repo with tickets or consolidate them into a larger report. If you'd like, I can split each one up into its own issue? I know when I develop, I do so on a feature-based release schedule and handling bugs is no different for me.

Correct. Only items that have been declared as tools in an AW recipe are accepted into the toolbox.

Pffffffft I feel like an imbecile for not thinking of this as a factor. It should have dawned on me after fruitlessly trying to ram the tenth or fifteenth tool into the toolbox that I only have recipes scripted for the three types in question 😂

@codetaylor
Copy link
Owner

If you'd like, I can split each one up into its own issue?

No, it's fine. I'll work with it the way it is. Having separate tickets for each issue makes it easier for me to track progress on an issue, link relevant changes to an issue, and consolidate discussion around an issue in a single place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants