Skip to content

Commit

Permalink
Update docs/resources/server/damagetypes.md
Browse files Browse the repository at this point in the history
Co-authored-by: IchHabeHunger54 <[email protected]>
  • Loading branch information
starforcraft and IchHabeHunger54 authored Nov 14, 2024
1 parent 36c3746 commit cbcc73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/server/damagetypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Now that we can reference it from code, let's specify some properties in the dat
```json5
{
// The death message id of the damage type. The full death message translation key will be
// "death.attack.example" (with swapped-out name).
"message_id": "example",
// "death.attack.examplemod.example" (with swapped-out mod id and name).
"message_id": "examplemod.example",
// Whether this damage type's damage amount scales with difficulty or not. Valid vanilla values are:
// - "never": The damage value remains the same on any difficulty. Common for player-caused damage types.
// - "when_caused_by_living_non_player": The damage value is scaled if the entity is caused by a
Expand Down

0 comments on commit cbcc73c

Please sign in to comment.