From 1a45ad19d4fa627e147bd385665e37942f6147fb Mon Sep 17 00:00:00 2001
From: Serhiy Zahoriya <serhiy.int@gmail.com>
Date: Sat, 11 Jan 2020 22:06:24 +0100
Subject: [PATCH] Alloy furnace: Accept only unique ItemStacks from tubes (#523)

---
 technic/doc/api.md |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/technic/doc/api.md b/technic/doc/api.md
index 178ab0a..8ae6963 100644
--- a/technic/doc/api.md
+++ b/technic/doc/api.md
@@ -64,6 +64,10 @@
 ### Specific machines
 * `technic.register_solar_array(data)`
 	* data is a table
+* `technic.can_insert_unique_stack(pos, node, stack, direction)`
+* `technic.insert_object_unique_stack(pos, node, stack, direction)`
+	* Functions for the parameters `can_insert` and `insert_object` to avoid
+	  filling multiple inventory slots with same type of item.
 
 Used itemdef fields
 -------------------

--
Gitblit v1.8.0