This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
MisterSpock's profile picture

Editing Problems

Started by MisterSpock, 23 October 2017 - 03:26 PM
MisterSpock #1
Posted 23 October 2017 - 05:26 PM
I use Notepad++ and programming outsite minecraft. I choose to create my own liberies.

But i have a Problem: I want to make my liberies part of the mod itself, so all my turtles can use the new changes. Already found out that i can paste into the jar, but this only works when i exit Minecraft, which is a bit annyoing.

Question: How can i make my new programmes become immidiatly accessable for my ingamecomputers?

I already searched half the forum, but im not a real programmer and have actually no clue.
Bomb Bloke #2
Posted 24 October 2017 - 08:52 AM
Extract the contents of the mod archive to a folder called "ComputerCraft" (verbatim - not "ComputerCraft1.79" or whatever), delete the META-INF subfolder, then move the original JAR out from your mods directory.

Bear in mind that this isn't going to help you if you ever play online. I suggest rigging up a system for automatically downloading and updating your libraries from an online repo to each individual turtle.
Lupus590 #3
Posted 24 October 2017 - 01:00 PM
Bear in mind that this isn't going to help you if you ever play online. I suggest rigging up a system for automatically downloading and updating your libraries from an online repo to each individual turtle.

Perhaps in this case OP should use BBPack's ability to mount online files.