Artisan Worktables 1.16

Artisan Worktables 1.16

61.5k Downloads

Various Artisan Worktables Bugs

UnicornSnuggler opened this issue ยท 4 comments

commented
  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

commented

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

commented

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.

commented

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 ๐Ÿ˜‚

commented

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.