GizmoTheMoonPig / luggage

Recreation of OpenBlocks luggage for modern MC versions
MIT License
3 stars 2 forks source link

Quark & luggage arrow moving inventory support #1

Open celsiusqc opened 2 years ago

celsiusqc commented 2 years ago

Any way you could add support for the quark arrows for moving things in and out of inventories with the backpacked mod? image For them to appear in the backpacked gui

GizmoTheMoonPig commented 2 years ago

so from what I can see, there isn't a way for me to automatically add the buttons to my screen without a hard dependency on Quark, which I dont want to do. There is, however, a config option that allows you to add them yourself. Simply add "com.gizmo.luggage.client.LuggageScreen" to the "allowed screens" list in quark-common.toml. I'll look more if theres a different way, but this method does work so I would recommend using it for now.