Skip to content
New issue

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

Unknown key "gui" (for .mcmeta guis) #1698

Closed
BemusedLeader10 opened this issue Dec 30, 2024 · 1 comment
Closed

Unknown key "gui" (for .mcmeta guis) #1698

BemusedLeader10 opened this issue Dec 30, 2024 · 1 comment
Labels
🐛 bug Something isn't working 📄 vanilla-mcdoc

Comments

@BemusedLeader10
Copy link

Spyglass doesn't recognize the "gui" key for tooltip/containers' .mcmeta file.

Here is a basic example .mcmeta file:

{
  "gui": {
    "scaling": {
      "type": "nine_slice",
      "width": 100,
      "height": 100,
      "border": 10,
      "stretch_inner": true
    }
  }
}
@misode misode added 🐛 bug Something isn't working 📄 vanilla-mcdoc labels Dec 31, 2024
@misode
Copy link
Member

misode commented Jan 3, 2025

Fixed in SpyglassMC/vanilla-mcdoc@962b375

@misode misode closed this as completed Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 📄 vanilla-mcdoc
Projects
None yet
Development

No branches or pull requests

2 participants