From 956779712373eaba9ff52487b386a70a838520dd Mon Sep 17 00:00:00 2001 From: Thomas--S Date: Sat, 3 Oct 2020 15:27:04 +0200 Subject: [PATCH] Add TA4 High Performance Distributor to Hopper --- iron_age/hopper.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iron_age/hopper.lua b/iron_age/hopper.lua index 50f33b4..2c30638 100644 --- a/iron_age/hopper.lua +++ b/iron_age/hopper.lua @@ -42,7 +42,8 @@ minecart.register_inventory( "techage:ta2_distributor_pas", "techage:ta2_distributor_act", "techage:ta3_distributor_pas", "techage:ta3_distributor_act", "techage:ta4_distributor_pas", "techage:ta4_distributor_act", - }, + "techage:ta4_high_performance_distributor_pas", "techage:ta4_high_performance_distributor_act", + }, { put = { allow_inventory_put = function(pos, stack, player_name)