From 8ad1f58cd317c192bdf96370ae39b7681d6b024c Mon Sep 17 00:00:00 2001 From: DustyDave961 <144002335+DustyDave961@users.noreply.github.com> Date: Sat, 19 Oct 2024 02:46:10 -0500 Subject: [PATCH] Update api.md Documented technic.register_group_resistance function --- technic/doc/api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/technic/doc/api.md b/technic/doc/api.md index 1c731ee..453f7c2 100644 --- a/technic/doc/api.md +++ b/technic/doc/api.md @@ -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)`