Skip to content

Commit

Permalink
fix exception name
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabeHunger54 committed Feb 26, 2024
1 parent b5a78bb commit b6dcbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/misc/resourcelocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Whether the `ResourceLocation` expects a file suffix, or what exactly the resour

The variant is appended to the regular resource location, along with a `#`. For example, the full name of the diamond sword's item model is `minecraft:diamond_sword#inventory`. However, in most contexts, the `inventory` variant can be omitted.

`ModelResourceLocation` is a [client only][sides] class. This means that servers referencing this class will crash with a `NoClassDefError`.
`ModelResourceLocation` is a [client only][sides] class. This means that servers referencing this class will crash with a `NoClassDefFoundError`.

## `ResourceKey`s

Expand Down

1 comment on commit b6dcbb9

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying with Cloudflare Pages

Name Result
Last commit: b6dcbb9f583e206f1ff6f0b94e0b94e28808de49
Status: ✅ Deploy successful!
Preview URL: https://0ab99b0c.neoforged-docs-previews.pages.dev
PR Preview URL: https://pr-48.neoforged-docs-previews.pages.dev

Please sign in to comment.