Update api.md

Documented rad_resistance group.
This commit is contained in:
DustyDave961 2024-10-16 17:33:30 -05:00 committed by GitHub
parent 11f982acd6
commit 0cf8159a14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -199,7 +199,10 @@ Groups:
* Extends the Minetest API. Indicates where the machine can be connected.
* `radioactive = <radiation>`
* Makes the node radioactive.
* `<radiation>`: Strength of the node's radiation (ex. `80`).
* `<radiation>`: Strength of the node's radiation (ex. `2`).
* `rad_resistance = <resistance>`
* Makes the node resistant to radiation.
* `<resistance>`: Strength of the node's resistance (ex. `80`).
Additional definition fields: