Closed kaiquyricardo closed 3 weeks ago
Are you using the correct version?
ViewFrame creation:
final ViewFrame viewFrame = ViewFrame.create(this)
.with(/*new ExampleView()*/)
.register()
https://github.com/DevNatan/inventory-framework/wiki/Basic-Usage#registering-our-views
Nah the latest version is still very unstable and has a lot of errors. Stable one was 3.0.8.
Nah the latest version is still very unstable and has a lot of errors. Stable one was 3.0.8.
Yeah, I know.
Nah the latest version is still very unstable and has a lot of errors. Stable one was 3.0.8.
I was using 3.0.8, but when using something to execute on the console, such as gaining just one block of stone, the player ends up receiving 2
Nah the latest version is still very unstable and has a lot of errors. Stable one was 3.0.8.
I was using 3.0.8, but when using something to execute on the console, such as gaining just one block of stone, the player ends up receiving 2
It's not an IF problem.
I'm unsure about opening the menu because it's not opening
` private final ViewFrame viewFrame = ViewFrame.create(this);
` public class RewardsView extends View {
`
`