Adds a number identifier to all mobs except players (#7668)
This commit is contained in:
@@ -133,6 +133,8 @@
|
|||||||
safe: false
|
safe: false
|
||||||
- type: StandingState
|
- type: StandingState
|
||||||
- type: Alerts
|
- type: Alerts
|
||||||
|
- type: NameIdentifier
|
||||||
|
group: GenericNumber
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
save: false
|
save: false
|
||||||
|
|||||||
@@ -13,3 +13,7 @@
|
|||||||
fullName: true
|
fullName: true
|
||||||
minValue: 10000
|
minValue: 10000
|
||||||
maxValue: 99999
|
maxValue: 99999
|
||||||
|
|
||||||
|
# Used to suffix a number to any mob to identify player controlled mob griefing.
|
||||||
|
- type: nameIdentifierGroup
|
||||||
|
id: GenericNumber
|
||||||
Reference in New Issue
Block a user