Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
  • 0
Belial

Transposer Returns Nil

Question

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

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.