Jump to content

malbiubob

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by malbiubob

  1. thats it! thanks! didnt know u could do that
  2. i take it back. here is the issue. http://imgur.com/ryN4z buttons dont transfer to the back of blocks for insulated wires, and if i change it to uninsulated, they connect again
  3. arg...looks like insulated wires are working. i swear i tried it and it wouldnt work befor
  4. Hey, i want to set up a compact system where i hit a button called "iron" and it sends me iron from my iron chest. I have the whole thing working, but the problem is keeping it compact with 16 buttons. I tried using wireless redstone, but since it only connects to one side, its almost impossible to make it compact. i cant seem to find any wires that wont connect, like it would be great to have pink redstone wires and green redstone wires and not have them connect to each other. and ideas on how I can set this up, preferably wireless.
  5. well took me a bit until i realized the quickbench doesnt go in the mod folder, it goes in the plugin in folder. after that, it works great. doesnt seem to be as smooth as the crafting table 3 tho, but it will help for sure. if i want to make a redstone engine for example, i need to make gears from the quickbench, then i need to make a piston, then i can make a redstone engine. seems to only have a few layers that it can dive down into. thebird: thank you so much for all of your help! i got it working and you continually pointed me in the right direction. thanks!
  6. seems to work in a new fresh server, but when i add it to my new server its screwed up. thoughts?
  7. i am using the server .jar from your link, but had to use the single player mod from here: http://www.minecraftforum.net/topic/1189975-b18mc125-craftingtableiii-bug-fixs-more-mod-support/ is that correct? it says "java.lang.classCastexeption" then freezes seems like i can use it once before it crashes
  8. eh, actually, i can build it and use it ...kind of. but it crashes tekkit. I know that its unstable and removed from tekkit, but is this normal, or is there anyway to get it to work? thanks!
  9. awesome! that worked! thanks so much for the reply
  10. can someone tell me step by step how to add the crafting table II back to my server. I can get it to work in single player with CraftingTableIIIB1.8. But when i add : CraftingTableIIIServerB1.8 to my mod folder for my server i get this: 20:44:12 [sEVERE] java.lang.NoClassDefFoundError: BaseMod 20:44:12 [sEVERE] at java.lang.Class.getDeclaredConstructors0(Native Metho d) 20:44:12 [sEVERE] at java.lang.Class.privateGetDeclaredConstructors(Unknow n Source) 20:44:12 [sEVERE] at java.lang.Class.getConstructor0(Unknown Source) 20:44:12 [sEVERE] at java.lang.Class.newInstance0(Unknown Source) 20:44:12 [sEVERE] at java.lang.Class.newInstance(Unknown Source) 20:44:12 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.p reInit(ModLoaderModContainer.java:107) 20:44:12 [sEVERE] at cpw.mods.fml.common.Loader.preModInit(Loader.java:235 ) 20:44:12 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:607) 20:44:12 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBuk kitHandler.java:134) 20:44:12 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe rver.java:135) 20:44:12 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer ver.java:438) 20:44:12 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour ceFile:492) 20:44:12 [sEVERE] Caused by: java.lang.ClassNotFoundException: BaseMod 20:44:12 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source) 20:44:12 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source) 20:44:12 [sEVERE] at java.security.AccessController.doPrivileged(Native Me thod) 20:44:12 [sEVERE] at java.net.URLClassLoader.findClass(Unknown Source) 20:44:12 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source) 20:44:12 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown So urce) 20:44:12 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source) 20:44:12 [sEVERE] ... 12 more 20:44:12 [sEVERE] Unexpected exception java.lang.NoClassDefFoundError: BaseMod at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoader ModContainer.java:107) at cpw.mods.fml.common.Loader.preModInit(Loader.java:235) at cpw.mods.fml.common.Loader.loadMods(Loader.java:607) at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java: 134) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.ClassNotFoundException: BaseMod at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 12 more > 21:00:35 [iNFO] Stopping server 21:00:35 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 21:00:35 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source) 21:00:35 [sEVERE] at java.util.ArrayList.get(Unknown Source) 21:00:35 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftSe rver.java:424) 21:00:35 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer ver.java:497) 21:00:35 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour ceFile:492) 21:00:35 [iNFO] Stopping server > thanks!
×
×
  • Create New...