We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Like we write the glass pane,we write it form this: 2: display-name: " " material: GLASS_PANE 4: display-name: " " material: GLASS_PANE 5: display-name: " " material: GLASS_PANE
Into this: [2,4,5]: display-name: " " material: GLASS_PANE
The Form can be changed like this too item_name: display-name: " " spot:[2,4,5] materialGLASS_PANE
The text was updated successfully, but these errors were encountered:
Would be very usefull and can reduce the size up to 10 for people which use resource pack menu. A solution could be:
Sorry, something went wrong.
Little example : Case 1:
1: name: "" description: ""
Case 2:
play_button: slot: [1;9], [12;15] name: "" description: ""
No branches or pull requests
What feature do you want to see added?
Like we write the glass pane,we write it form this:
2:
display-name: " "
material: GLASS_PANE
4:
display-name: " "
material: GLASS_PANE
5:
display-name: " "
material: GLASS_PANE
Into this:
[2,4,5]:
display-name: " "
material: GLASS_PANE
Are there any alternatives?
The Form can be changed like this too
item_name:
display-name: " "
spot:[2,4,5]
materialGLASS_PANE
The text was updated successfully, but these errors were encountered: