Closed Archy-X closed 4 years ago
setEditable method can be useful fo that situation.
Where do I do this? In the builder or in init can you give an example?
i guess its in the inv. contents.
I don't see it?
did you look at 1.3.0?
Where do you get the jar for 1.3.0, it lists 1.2.7 as the latest version
https://github.com/MinusKube/SmartInvs/tree/1.3.0 or just use my fork called smart inventory which gets updates.
Says missing artifact in pom also where to get the jar for 1.3.0?
there is no 1.3.0 you should clone and run mvn clean install command.
1.3.0 is built with gradle I can't use maven commands on it. I'm new to this so can you explain specifically how to do it?
mb. its gradle yes. you should use gradle build
command.
ClickableItem.of is deprecated, what do I use in it's place?
go to the source codes of clicable item and you will see.
Works now, thanks.
How do you make certain slots in an inventory normal, where players can move items between them normally? I tried using an InventoryListener and then setting event.setCancelled(false) if the slots match, however moving items between those slots is still glitchy and not 100% normal.