remove powderlimit from docs

This commit is contained in:
endernon 2025-01-01 14:23:04 +00:00
parent 9835e9f9d2
commit 2fe769e08d
2 changed files with 0 additions and 9 deletions

View file

@ -1,8 +0,0 @@
# Powder Limit
- This data block encodes for the number of powders allowed.
- It doesn't do anything useful, it isn't the powder limit visible on the item.
- If you are encoding powders, this must be present, and must be more than or equal to the number of powders you have encoded.
- Field name: `powder_limit`
- Field type: `Unsigned 8-bit Integer`
- Field range: `0` to `255`
- Example: `"powder_limit": 255`

View file

@ -33,7 +33,6 @@ However, it's inaccurate. This is what it SHOULD look like:
- [Damage (NOT IMPLEMENTED YET)](blocks/damage.md)
- [Defense (NOT IMPLEMENTED YET)](blocks/defense.md)
- [Effects (NOT IMPLEMENTED YET)](blocks/effects.md)
- [Powder Limit](blocks/powderlimit.md)
- [Powders](blocks/powders.md)
- [Custom Identifications (NOT IMPLEMENTED YET)](blocks/identifications.md)
- [Reroll](blocks/reroll.md)