mirror of
https://github.com/minetest-mods/technic.git
synced 2025-01-28 19:00:30 +01:00
Update api.md
Documented rad_resistance group.
This commit is contained in:
parent
11f982acd6
commit
0cf8159a14
@ -199,7 +199,10 @@ Groups:
|
|||||||
* Extends the Minetest API. Indicates where the machine can be connected.
|
* Extends the Minetest API. Indicates where the machine can be connected.
|
||||||
* `radioactive = <radiation>`
|
* `radioactive = <radiation>`
|
||||||
* Makes the node radioactive.
|
* 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:
|
Additional definition fields:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user