Hi, I just tried to return simple info with transposer before I start to actually do something, and it returned nil. I'm sure about the direction of inventory. Also, I tried other directions as well. Am I misunderstanding a concept about this? Thanks in advance.
Code:
local comp = require("component")
local sides = require("sides")
local tp = comp.transposer
local result = tp.getInventorySize(sides.south)
print(result)
EDIT
Okay, I tried to reproduce the problem in another world and found out it was caused by minecolonies. It's caused by colony permission I suppose. Sorry for posting this without trying to reproduce in the first place.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hi, I just tried to return simple info with transposer before I start to actually do something, and it returned nil. I'm sure about the direction of inventory. Also, I tried other directions as well. Am I misunderstanding a concept about this? Thanks in advance.
Code:
local comp = require("component") local sides = require("sides") local tp = comp.transposer local result = tp.getInventorySize(sides.south) print(result)
EDIT
Okay, I tried to reproduce the problem in another world and found out it was caused by minecolonies. It's caused by colony permission I suppose. Sorry for posting this without trying to reproduce in the first place.
Link to post
Share on other sites