summaryrefslogtreecommitdiff
path: root/technic/machines/other/injector.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/machines/other/injector.lua')
-rw-r--r--technic/machines/other/injector.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/machines/other/injector.lua b/technic/machines/other/injector.lua
index b34dd79..4fe78b2 100644
--- a/technic/machines/other/injector.lua
+++ b/technic/machines/other/injector.lua
@@ -55,7 +55,7 @@ minetest.register_craft({
local function set_injector_formspec(meta)
local is_stack = meta:get_string("mode") == "whole stacks"
meta:set_string("formspec",
- "invsize[8,9;]"..
+ "size[8,9;]"..
"item_image[0,0;1,1;technic:injector]"..
"label[1,0;"..S("Self-Contained Injector").."]"..
(is_stack and