Adds a number identifier to all mobs except players (#7668)
This commit is contained in:
@@ -133,6 +133,8 @@
|
||||
safe: false
|
||||
- type: StandingState
|
||||
- type: Alerts
|
||||
- type: NameIdentifier
|
||||
group: GenericNumber
|
||||
|
||||
- type: entity
|
||||
save: false
|
||||
|
||||
@@ -13,3 +13,7 @@
|
||||
fullName: true
|
||||
minValue: 10000
|
||||
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