mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-05 06:40:31 +01:00
Update api.md
Documented technic.register_group_resistance function
This commit is contained in:
parent
9eb7d0e784
commit
8ad1f58cd3
@ -149,6 +149,10 @@ Unsorted functions:
|
||||
* Sets the radiation resistance of the given node.
|
||||
* `node_name`: name of the node
|
||||
* `resistance`: number, radiation resistance of the node
|
||||
* `technic.register_group_resistance(group_name, resistance)`
|
||||
* Sets the radiation resistance of the given group of nodes.
|
||||
* `group_name`: name of the group
|
||||
* `resistance`: number, radiation resistance of the group
|
||||
|
||||
### Energy modifiers
|
||||
* `technic.set_RE_wear(itemstack, item_load, max_charge)`
|
||||
|
Loading…
Reference in New Issue
Block a user