Changes
Page history
updated age option
authored
Feb 20, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Mobs/Options.md
View page @
af28e47e
...
@@ -119,7 +119,7 @@ Defaults to `false`.
...
@@ -119,7 +119,7 @@ Defaults to `false`.
```
```
#### KnockbackResistance
#### KnockbackResistance
A percentage of knockback resisted from attacks. This option can be anywhere between
`0`
and
`1`
.
A percentage of knockback resisted from attacks. This option can be anywhere between
`0`
and
`1`
.
But a mob with 100% knockback resistance can still be knocked back by a bow's enchantment:
`ARROW_KNOCKBACK`
(punch enchantment).
But a mob with 100% knockback resistance can still be knocked back by a bow's enchantment:
`ARROW_KNOCKBACK`
(punch enchantment).
For true knockback resistance, see the
[
velocity
](
/Skills/mechanics/velocity
)
mechanic page. Defaults to
`0`
.
For true knockback resistance, see the
[
velocity
](
/Skills/mechanics/velocity
)
mechanic page. Defaults to
`0`
.
```
yml
```
yml
...
@@ -314,11 +314,13 @@ Defaults to `OAK`
...
@@ -314,11 +314,13 @@ Defaults to `OAK`
## Breedable mobs
## Breedable mobs
#### Age
#### Age
The age of the mob. Use
`-1`
for Baby and
`1`
for Adults.
The age of the mob. Use
`-1`
for Baby and
`1`
for Adults.
Usable on any mob that can age. For example: Sheep, Pigs, Cows...
Usable on any mob that can age. For example: Sheep, Pigs, Cows...
Use very low negative numbers to mess with the mobs model (not supported).
When above 0, represents the number of ticks before this mob can breed again.
May not be working properly under some situations.
Equivalent to the
`Age`
NBT.
Defaults to
`1`
.
Use very low negative numbers to mess with the mobs model (not supported).
May not be working properly under some situations.
Defaults to
`1`
.
```
yml
```
yml
Options
:
Options
:
Age
:
-1
Age
:
-1
...
...
...
...