Skip to content

Commit 622e4d4

Browse files
committed
add default silverfish movement speed & attack damage attributes
1 parent 22bac18 commit 622e4d4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ extra:
9696
source: https://github.com/PurpurMC/Purpur
9797
version: 1.21
9898
build:
99-
number: 2234
100-
commit: be47af0
99+
number: 2240
100+
commit: c0f5e78
101101
purpur_extras:
102102
downloads: https://modrinth.com/plugin/purpurextras/versions
103103
source: https://github.com/PurpurMC/PurpurExtras

mkdocs/purpur/configuration.md

+6
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,12 @@ For a more clear explanation of the world settings section of the config, feel f
13211321
* ###### max_health
13221322
- **default**: 8.0
13231323
- **description**: Max health attribute
1324+
* ###### movement_speed
1325+
- **default**: 0.25
1326+
- **description**: Movement speed attribute
1327+
* ###### attack_damage
1328+
- **default**: 1.0
1329+
- **description**: Attack damage attribute
13241330
* ##### always-drop-exp
13251331
- **default**: false
13261332
- **description**: Set to true if this mob should always drop experience

0 commit comments

Comments
 (0)