Advertisement
rungholt

furnacetest

Aug 6th, 2023 (edited)
859
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. local chest = peripheral.find("minecraft:furnace_7836")
  2. local getTransferLocations = chest.getTransferLocations("up")
  3.  
  4. chest.getDocs("getTransferLocations")
  5. print(chest.getTransferLocations())
  6.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement