Commit Graph

6 Commits

Author SHA1 Message Date
DaanV2
7efd70ec36 Updated knockback_resistance to reflect documentation 2023-03-20 11:39:56 +01:00
StealthyX
d318bd05dd Updated knockback_resistance component's max value (#168)
The minecraft:ender_dragon uses a value that is 100x higher than 1.0, I've increased the max cap on this component to at least that amount.

Found in the vanilla behavior pack.
ender_dragon.json
```
      "minecraft:knockback_resistance": {
        "value": 100,
        "max": 100
      }
```

Also added another example:
    {
      "value": 100
    }
2023-03-20 11:36:03 +01:00
ChibiMango
3193b0dfbc Update knockback_resistance.json
originally was referencing item component.
properties found using vanilla pack: armor_stand
2022-07-20 21:14:28 +01:00
ChibiMango
43da1557be Update knockback_resistance.json
Added descriptions
Removed undocumented comment
2022-07-13 22:10:02 +01:00
DaanV2
67ccb3d2d1 Added base examples 2021-10-11 18:10:42 +02:00
DaanV2
ec608d9fb7 Removed minecraft. 2021-10-08 13:18:16 +02:00