Skip to content

Commit

Permalink
Update 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 committed Nov 16, 2024
1 parent 7fe01bd commit 205729e
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.examplemod.example" (with swapped-out mod ids and names).
"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 205729e

Please sign in to comment.