Skip to content

Commit

Permalink
Fix documentation dev building error:
Browse files Browse the repository at this point in the history
<entity> without `` needs closing tags so fixed that by adding the ``
  • Loading branch information
Marten-Mrfc committed May 12, 2024
1 parent c9faa4f commit 4e7ce06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class InteractEntityObjective(
override val criteria: List<Criteria> = emptyList(),
@Help("The entity that the player needs to interact with.")
val entity: Ref<out EntityDefinitionEntry> = emptyRef(),
@Help("The objective display that will be shown to the player. Use <entity> to replace the entity name.")
@Help("The objective display that will be shown to the player. Use `<entity>` to replace the entity name.")
val overrideDisplay: Optional<String> = Optional.empty(),
override val priorityOverride: Optional<Int> = Optional.empty(),
) : ObjectiveEntry {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ When such an objective is active, it will show an icon above any NPC.
The entity that the player needs to interact with.
</fields.EntryField>
<fields.EntryField name='Override Display' optional>
The objective display that will be shown to the player. Use <entity> to replace the entity name.
The objective display that will be shown to the player. Use `<entity>` to replace the entity name.
</fields.EntryField>
<fields.EntryField name='Priority Override' optional>
</fields.EntryField>

0 comments on commit 4e7ce06

Please sign in to comment.