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

mpolder

Members
  • Content Count

    1
  • Joined

  • Last visited

Posts posted by mpolder

  1. For some reason my code to access a tranposer inventory is not working. I am trying to connect it to my Refined Storage ME system but when trying to connect it to a chest on top of the transposer it simply doesn't work.

     

    Here is my code:

    local component = require("component")
    local sides = require("sides")
    local transposer = component.transposer
    local ser = require("serialization")
     
    local selection = "minecraft:dirt"
    local amount = 10
    
    print(transposer.getInventorySize(sides.south))
    
×
×
  • Create New...

Important Information

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