the code:
function clear()
term.clear()
term.setCursorPos(1,1)
end
--#setting global variables for referance#--
crate = "immersiveengineering:woodencrate"
cache = "thermalexpansion:storage_cache"
chest = "minecraft:chest"
Qchest = "quark:quark_chest"
--#wraping the inventory with apropreate id#--
function wrapID( name , id , nickname )
handle = tostring( name .. "_" .. id )
nickname = peripheral.wrap(handle)
--/debug\--
return handle, nickname
--\debug/--
end
function getDocs()
print("when using wrapID(), you need to pass a name, inventory id and a nickname for the wraper")
end
P.S. The relevant mods installed are; CCTweaked, ThermalExpansion, ImmersiveEngineering, Quark and more, but that's for future implementation.
editedd for ease of accsess