Bomb Bloke, on 13 February 2014 - 06:29 PM, said:
- ComputerCraft | Programmable Computers for Minecraft
- → cant_delete_account's Content
cant_delete_account's Content
There have been 41 items by cant_delete_account (Search limited from 10-February 22)
#164792 Redstone In Motion Computercraft Quarry
Posted by
cant_delete_account
on 13 February 2014 - 07:17 PM
in
Programs
#164698 [1.6.4] [OC/CC] Wired's *cough* NEW Server
Posted by
cant_delete_account
on 12 February 2014 - 10:11 PM
in
Servers
Wired2coffee, on 12 February 2014 - 09:16 PM, said:
harryman15, on 08 February 2014 - 11:20 PM, said:
Just letting you know, this is the 11 year old that was tpa killing then logging. I gave him three warnings before banning him.
#162965 FML-How to have CC 1.6pr on one profile and other mods on a different one?
Posted by
cant_delete_account
on 01 February 2014 - 03:12 PM
in
General
awsmazinggenius, on 01 February 2014 - 03:04 PM, said:
Run the Forge installer. You should get a Forge version of Minecraft added to .minecraft/versions. Then open your launcher. Make a new profile. Select the Forge version under the versions menu, and set a different directory for Minecraft, like this:
*snip image*
Then launch it. Then open the directory you chose in Explorer/Finder, and go to the mods folder in that custom directory. You can put mods there, and keep it separate from other profiles in the launcher,
#162737 The Ctrl+V Game
Posted by
cant_delete_account
on 30 January 2014 - 04:57 PM
in
Forum Games
#159893 Apple vs Android
Posted by
cant_delete_account
on 09 January 2014 - 01:51 PM
in
General
#158708 [mc 1.6.x] Openperipheral
Posted by
cant_delete_account
on 31 December 2013 - 07:09 PM
in
Peripherals and Turtle Upgrades
chloeprince, on 31 December 2013 - 07:03 PM, said:
Any Chance?
#152277 Turtle Head Lights...
Posted by
cant_delete_account
on 07 November 2013 - 10:54 PM
in
Suggestions
theoriginalbit, on 07 November 2013 - 10:09 PM, said:
aaa, on 07 November 2013 - 05:55 PM, said:
theoriginalbit, on 30 October 2013 - 02:51 AM, said:
#151987 The Ctrl+V Game
Posted by
cant_delete_account
on 05 November 2013 - 05:39 PM
in
Forum Games
@EventHandler(priority=EventPriority.HIGH)
public void onPlayerKick(final PlayerKickEvent event)
{
Utils.kickPlayerFromArena(plugin, event.getPlayer(), true);
}
I was making a Bukkit plugin and was mass-creating event stuff in my Listener.
#138398 The ban game
Posted by
cant_delete_account
on 05 August 2013 - 06:58 PM
in
Forum Games
YouTube
#137003 The ban game
Posted by
cant_delete_account
on 30 July 2013 - 12:48 PM
in
Forum Games
HTML
#135222 Guess Who's Below
Posted by
cant_delete_account
on 22 July 2013 - 07:09 PM
in
Forum Games
Dewey?
#132293 CCDesk PR7.1.1 - CC Networked Emulation Environment
Posted by
cant_delete_account
on 08 July 2013 - 07:52 PM
in
APIs and Utilities
Also, I get this error when creating a new session, and then I can't create computers:
[INFO] [net.deskcc.server.core.EmulatorServer] CCDesk Server starting up. [INFO] [com.almworks.sqlite4java.Internal] [sqlite] DB[1]: instantiated [/Users/odenschmit/Library/Application Support/ccdesk/data/session/server.db] [SEVERE] [net.deskcc.server.core.EmulatorServer] Error creating or connecting to database. java.lang.AssertionError: Error attempting to perform SQL connect operation. at net.deskcc.common.database.SQLiteDBC.connect(SQLiteDBC.java:65) at net.deskcc.server.core.EmulatorServer.<init>(EmulatorServer.java:241) at net.deskcc.client.desktop.core.DesktopEmulatorClient.startServer(DesktopEmulatorClient.java:584) at net.deskcc.client.desktop.applet.WindowWelcomeScreen$3.actionPerformed(WindowWelcomeScreen.java:160) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.awt.Component.processMouseEvent(Component.java:6505) at javax.swing.JComponent.processMouseEvent(JComponent.java:3321) at java.awt.Component.processEvent(Component.java:6270) at java.awt.Container.processEvent(Container.java:2229) at java.awt.Component.dispatchEventImpl(Component.java:4861) at java.awt.Container.dispatchEventImpl(Container.java:2287) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422) at java.awt.Container.dispatchEventImpl(Container.java:2273) at java.awt.Window.dispatchEventImpl(Window.java:2719) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:688) at java.awt.EventQueue$3.run(EventQueue.java:686) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87) at java.awt.EventQueue$4.run(EventQueue.java:702) at java.awt.EventQueue$4.run(EventQueue.java:700) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:699) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) com.almworks.sqlite4java.SQLiteException: [-91] cannot load library: com.almworks.sqlite4java.SQLiteException: [-91] sqlite4java cannot find native library at com.almworks.sqlite4java.SQLite.loadLibrary(SQLite.java:97) at com.almworks.sqlite4java.SQLiteConnection.open0(SQLiteConnection.java:1314) at com.almworks.sqlite4java.SQLiteConnection.open(SQLiteConnection.java:258) at com.almworks.sqlite4java.SQLiteConnection.open(SQLiteConnection.java:269) at net.deskcc.common.database.SQLiteDBC.connect(SQLiteDBC.java:63) at net.deskcc.server.core.EmulatorServer.<init>(EmulatorServer.java:241) at net.deskcc.client.desktop.core.DesktopEmulatorClient.startServer(DesktopEmulatorClient.java:584) at net.deskcc.client.desktop.applet.WindowWelcomeScreen$3.actionPerformed(WindowWelcomeScreen.java:160) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.awt.Component.processMouseEvent(Component.java:6505) at javax.swing.JComponent.processMouseEvent(JComponent.java:3321) at java.awt.Component.processEvent(Component.java:6270) at java.awt.Container.processEvent(Container.java:2229) at java.awt.Component.dispatchEventImpl(Component.java:4861) at java.awt.Container.dispatchEventImpl(Container.java:2287) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422) at java.awt.Container.dispatchEventImpl(Container.java:2273) at java.awt.Window.dispatchEventImpl(Window.java:2719) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:688) at java.awt.EventQueue$3.run(EventQueue.java:686) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87) at java.awt.EventQueue$4.run(EventQueue.java:702) at java.awt.EventQueue$4.run(EventQueue.java:700) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:699) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) [INFO] [net.deskcc.server.core.EmulatorServer] Emulator server is now listening on port 16672. [INFO] [net.deskcc.server.managers.TickManager] Starting tick thread
#131693 The ban game
Posted by
cant_delete_account
on 06 July 2013 - 02:04 PM
in
Forum Games
YouTube
#131067 Suggestion for a new laptop for me?(No not a laptop for cc,but irl)
Posted by
cant_delete_account
on 03 July 2013 - 04:49 PM
in
General
P4isHere., on 03 July 2013 - 04:37 PM, said:
#130823 TorVerse - A Work In Progress
Posted by
cant_delete_account
on 02 July 2013 - 02:12 PM
in
General
TorakTu, on 02 July 2013 - 01:39 PM, said:
nutcase84, on 02 July 2013 - 08:49 AM, said:
That would be awesome. For now I am using this site. It was suggested to me earlier.
http://torverse.iblogger.org/
#124500 Post your desktop!
Posted by
cant_delete_account
on 07 June 2013 - 07:47 PM
in
General

Rev. 2 (new background):

#124184 Guess Who's Below
Posted by
cant_delete_account
on 06 June 2013 - 06:59 PM
in
Forum Games
Spongy?
#124182 Guess Who's Below
Posted by
cant_delete_account
on 06 June 2013 - 06:46 PM
in
Forum Games
CCFan11?
#124178 Guess Who's Below
Posted by
cant_delete_account
on 06 June 2013 - 06:38 PM
in
Forum Games
Spongy?
#123345 Hello World in different languages
Posted by
cant_delete_account
on 03 June 2013 - 02:26 PM
in
General
#122735 Hello World in different languages
Posted by
cant_delete_account
on 01 June 2013 - 06:44 PM
in
General
MsgBox "Hello, world!"
SELECT 'Hello world!'
object Hello extends App {
println("Hello world!")
}
print "Hello world!";
<p>Hello world!</p>
#117834 What is the Best Free Forum Software?
Posted by
cant_delete_account
on 14 May 2013 - 03:16 PM
in
General
http://vanillaforums.org
Open source, lots of addons and themes and a awesome default theme.
#113587 mods?
Posted by
cant_delete_account
on 23 April 2013 - 10:39 AM
in
General
Bubba, on 23 April 2013 - 09:48 AM, said:
ironwiccan, on 23 April 2013 - 09:41 AM, said:
Bubba, on 23 April 2013 - 07:57 AM, said:
Logistics Pipes have peripheral support, and you can do some neat things there.
Buildcraft: Yes
openCCSensors: Yes
Logistics Pipes: I believe yes
Industrial Craft: No
http://ic2api.player.to:8080/job/IC2_lf/295/artifact/packages/industrialcraft-2_1.115.295-lf.jar
Oh, and here's the link to logistics pipes (it's tricky to find the latest version through google):
http://ci.thezorro26...7.2.dev.397.jar
#111384 My Website
Posted by
cant_delete_account
on 18 April 2013 - 06:51 AM
in
Media
zekesonxx, on 18 April 2013 - 04:25 AM, said:
Sammich Lord, on 17 April 2013 - 08:24 AM, said:
Bill4788, on 17 April 2013 - 08:18 AM, said:
ds84182, on 05 April 2013 - 01:09 PM, said:
JQuery or JavaScript too?
And a bit of a inefficient one. Zepto.js accomplishes the same things with a much smaller footprint.
In addition, if you're using a popular library (Like Zepto or jQuery) you should be loading from CDNJS, and not a local file.
#111023 Rhyming Game!
Posted by
cant_delete_account
on 17 April 2013 - 08:44 AM
in
Forum Games
America
- ComputerCraft | Programmable Computers for Minecraft
- → cant_delete_account's Content


