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

Michiyo

Moderators
  • Content Count

    83
  • Joined

  • Last visited

  • Days Won

    32

Everything posted by Michiyo

  1. No.. These computers run lua, you're not gonna boot Ubuntu anything on these.
  2. Just ported this to 1.8 As soon as Curse approves the file it'll be available
  3. install an internet card, cd into /bin and then do wget https://raw.githubusercontent.com/PC-Logix/OpenPrinter/1.7/src/main/resources/assets/openprinter/lua/printer/bin/xerox.lua It seems the file was being excluded from my repo and therefor not being included in the builds. This has been fixed in the newest release (build 129)
  4. ^^ This. Once connected to a printer it puts the file in /bin, meaning you can run it directly from the commandline wherever you are, just type xerox and you should get usage instructions.
  5. Build 126 adds a Paper Shredder to turn your printed pages back into plain Minecraft Paper. You shred pages into shredded paper, and combine shredded paper with water to get MC paper! Also added is a new File Folder, craft one, Sneak Click with it in your hand and place up to 9 pages in the provided inventory. Now regular click and view them! Updated the storage for printed pages, pages printed with the new version when scanned will maintain the color of the line when duplicated. Speaking of scanning, and duplication, there is now a included file "xerox.lua" when you connect a printer t
  6. Hello all! Screen Shot I'm here once again with a new addon mod for OpenComputers (Unlike most of my others this one works without OC too). OpenFM allows you to stream from lots of online radio streaming services to your Minecraft world, all sound playing is done client side so there is little added load server side. OpenFM supports Streaming audio in MPEG 1/2/3 format, or pls/m3u playlists linking to MPEG 1/2/3 sources. Downloads are at: http://minecraft.curseforge.com/projects/openfm Source is at: https://github.com/PC-Logix/OpenFM Usage: fm = components.openfm_radio fm.setURL
  7. In build 120: scanLine(int) Now scans a single line, and scan() returns the entire page in a table.
  8. I feel I should let you know that the OpenSecurity textures are now very out of date, lots of animation, and rework, sorry about that.
  9. gamax92 created Mass Sound, an addon mod for OC http://oc.cil.li/index.php?/topic/115-mc-16417xoc-1311-masssound-addon/ lets you play most sounds registered in the game including sounds from most mods.
  10. Hello all, I'm here to announce the release of OpenSecurity! Build Status: Downloads: https://minecraft.curseforge.com/projects/OpenSecurity Change Log: http://ci.pc-logix.com/job/OpenSecurity/changes Source: https://github.com/PC-Logix/OpenSecurity OpenSecurity adds Items and Blocks that are useful for the security of your worlds or bases. Documentation has been moved to GitHub: https://github.com/PC-Logix/OpenSecurity/wiki
  11. Coming soon to a OpenPrinter near you: http://michi.pc-logix.com/Minecraft_1.7.10_2015-06-02_18-01-48.png printTag("Your Text Here") http://jenkins.pc-logix.com/job/OpenPrinter1.7/ Build #111 has printTag("String")
  12. I want a Special Thinger ™! Author of OpenPrinter, and OpenLights with 600+ and 200+ downloads respectively. http://www.curse.com/mc-mods/minecraft/225127-openprinter and http://minecraft.curseforge.com/mc-mods/225225-openlights, I also contributed a bit to the IRC program OpenPrinter adds Text printers and scanners to the game, and OpenLights adds a colorable light block. I guess for color 255 0 0 (assuming that's Red IGN is MichiyoRavencroft Thanks, looking forward to my Special Thinger ™
  13. Oh right.. I've never used them and forgot about 'em.. I'll see what I can do..
  14. you mean local os = require("os") os.sleep(seconds: number)?
  15. Do me a favor, Open your DragonAPI 1.7.10 V2.jar with WinRAR or WinZIP and delete the li directory. There are other mods that ship the OpenComputers API incorrectly, Interface stripping and @Optional annotations exist within forge for a reason and many developers don't use them, when you ship API files in your mod there is a chance that those can override the API included in the actual mod.
  16. Heya all, There was a small jump in build numbers as I'd been trying to get uploading to curseforge working good news! I did http://minecraft.curseforge.com/mc-mods/225127-openprinter/ Not to worry, downloads are still available at http://pc-logix.com/mods/ as well but this is a nice backup in case my site dies again randomly while working. Build 102 adds the first signs of the Scanner function, this is a VERY early preview of it though, currently you place a printed page in the top slot of the GUI, and then call op.scan(linenumber) eg: op.scan(0) will return the first line on that pa
  17. Latest releases (builds 73+ though only 80 is on the site) are now OC 1.4 only.
  18. Erm, I'm pretty sure that was fixed quiet awhile ago... I run the mod along with TCon and have no issues? What version of MC and OP are you running? I was right this was fixed, but the recipe was also changed it's now
  19. Was able to fix via my phone. Thanks to the hackers keyboard for arrow key support on android.
  20. Nope mod isnt abandoned, the 500 error is strange ill check it tonight thanks for the report.
  21. Then open the openprinter.cfg file and change the ID of the printer block to an ID in the range of one of these: 2040-2128 (89 IDs), 1755-1833 (79 IDs), 2418-2476 (59 IDs)
  22. If the download was anything other then a .jar there is an issue. Do not extract it, just drop the latest 1.6.4 Version which is OpenPrinter-0.1.0.75.jar in your mods directory. If this isn't working I'll need to see your entire "ForgeModLoader-client-0.log" post it to http://pastebin.com and link it here.
×
×
  • Create New...

Important Information

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