• 0

    posted a message on LanteaCraft
    Quote from JohnOptegrove

    There haven't been any Github commits lately, is the mod still making progress?

    The last commit to github was 2 days ago, on all 3 of the branches. Yes, we are making progress, the base code was a mashup of ModLoader and Forge code, poorly implemented multiblock etc, we are slowly working through all of that and adding features as we go.
    Quote from zerospark0

    I remember reading that there were plans to be compatible with ic2 UE and buildcraft power but I dont think I have seen anything being added to use more power then DHDs can provide

    just wondering what the extra power will be used for if all gates cost the same amount of power to dial at any distance

    Soon (tm) you will have to charge the control crystal in the DHD to use a DHD to power the gate, there will be a number of ways to do this, IC2, BC, and a few methods built into the mod itself. Or you can power the gate directly via IC2, or BC if you opt to not use a DHD. (Powering the gate directly *may* disable DHD input). Currently putting naquadah into the gate directly doesn't make much sense as the DHD provides the power for the gate, so we are moving the power source into the DHD.
    Posted in: Minecraft Mods
  • 0

    posted a message on LanteaCraft
    Quote from Thor110

    Fair enough, I don't do alot in minecraft besides play around with mods and make maps so I wasn't sure what you meant.

    So does this mean I can link the netherworld and the normal world?

    I don't know what BoP is, but I am guessing it's a mod, I haven't seen galacticraft but I shall have to check it out.

    Thor110


    Yes, you can link The Nether, The End, Overworld, etc. BoP is "Biomes 'O Plenty" it adds tons of new biomes and a extra dimension.
    Posted in: Minecraft Mods
  • 0

    posted a message on LanteaCraft
    Quote from Thor110

    Fair enough, though I highly disliked the old block as well :P
    Hence why I pointed out iKing's SGC video in an earlier post, I think that DHD looked awesome, but nevermind, this is just me being picky.

    Also, in an earlier post someone stated that the gate is multiworld compatible, what exactly does this mean?

    Because I had said it was a shame that different maps could not be linked, they then said it was multiworld compatible...

    So to test this I made 1 map called Map A and 1 map called Map B, made a gate in both, made sure they both had Naquadah and a DHD, then attempted to dial Map A from Map B, to which it said there was no gate at the address I had typed in.

    Thor110


    I think you misunderstood what I meant by "Multiworld". By multiworld I mean mods that add more dimensions to a save, not being able to access multiple saves from each other. You can use a Stargate to cross Mystcraft worlds, you can use a stargate to access "The Promissed land" from BoP, you can even use it to access Galcticraft worlds if you enable to config option.
    Posted in: Minecraft Mods
  • 0

    posted a message on LanteaCraft
    Quote from Thor110

    Fair enough I guess, but not me, I would prefer one that doesn't look out of place in the world, but that's just me I guess.

    And yeah sure the Stargate is a circle, but it's not as circular as it should be now is it, so it is still quite blocky/edgey, where as the DHD is a perfectly smooth model which just looks so out of place.

    Oh well.

    Then set
    # Should HD models be used. (true/false)
    B:HDModels=false
    and you'll get the old block back. That's been a config option since I added the new model.
    Posted in: Minecraft Mods
  • 0

    posted a message on LanteaCraft
    Quote from xYAMUMx

    I have found a fairly large bug. I will provide steps to recreate.
    1. Create 2 stargates find the address of just one of the stargates
    2. Break a single block of that stargate (Not the base block)
    3. Attempt to dial stargate.
    Rest is obvious.


    That won't be fixable until AfterLifeLochie finishes transferring the current buggy multiblock to proper multiblock.
    Posted in: Minecraft Mods
  • 0

    posted a message on LanteaCraft

    EDIT: I fixed it by the way, but can you spawn a pyramid on a Super flat world?


    I have just fixed it, but can you spawn pyramids in a Superflat world (The ones with Gaterooms)


    I've yet to figure out what code path superflat worlds follow. So for now, no I can't make gate rooms on superflats.
    Posted in: Minecraft Mods
  • 0

    posted a message on LanteaCraft

    I:naquadahBlock=4092
    I:naquadahOre=4091
    I:stargateBase=4102
    I:stargateController=4100
    I:stargateRing=4101
    By the way, I am using Build 68


    Block IDs should be 4095 and below, the fact it's even starting with 4100+ ids is.. confusing
        I:naquadahBlock=4092
        I:naquadahOre=4091
        I:stargateBase=4094
        I:stargateController=4093
        I:stargateRing=4095

    is where my config has them placed.
    Posted in: Minecraft Mods
  • 0

    posted a message on LanteaCraft
    Quote from Thor110


    Fair enough, I just didn't like the way the ninth chevron tracked a moving target, makes no sense at all given how the Stargate network works.

    I had always hoped they would have left the ninth chevron alone, as sort of a redundant system that the Ancients never put to use.

    I am still on snapshot 39, which I am guessing is build 39 lol, I will take a look at the newer version as soon as possible.

    Thor110

    Edit: after having tried the latest build, build 68 I get this from the log.


    ---- Minecraft Crash Report ----
    // Shall we play a game?

    Time: 13/11/13 17:40
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: gcewing/sg/tileentity/TileEntityStargateController
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:182)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    Caused by: java.lang.NoClassDefFoundError: gcewing/sg/tileentity/TileEntityStargateController
    at gcewing.sg.SGCraftCommonProxy.configure(SGCraftCommonProxy.java:151)
    at gcewing.sg.SGCraftCommonProxy.preInit(SGCraftCommonProxy.java:108)
    at gcewing.sg.SGCraftClientProxy.preInit(SGCraftClientProxy.java:37)
    at gcewing.sg.SGCraft.preInit(SGCraft.java:171)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
    at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
    ... 10 more
    Caused by: java.lang.ClassNotFoundException: gcewing.sg.tileentity.TileEntityStargateController
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 40 more
    Caused by: java.lang.NoClassDefFoundError: dan200/computer/api/IPeripheral
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
    ... 42 more
    Caused by: java.lang.ClassNotFoundException: dan200.computer.api.IPeripheral
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 46 more
    Caused by: java.lang.NullPointerException


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.6.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_45, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 216951752 bytes (206 MB) / 441450496 bytes (421 MB) up to 954728448 bytes (910 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 56 mods loaded, 56 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
    Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
    PlayerAPI{1.1} [Player API] (coremods) Unloaded->Constructed->Pre-initialized
    DamageIndicatorsMod{2.8.7.0} [Damage Indicators] (1.6.2 DamageIndicators v2.8.7.0.zip) Unloaded->Constructed->Pre-initialized
    xtrablocksdiyadmin{2.0j} [XtraBlocksDIYAdmin] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    xtrablocksdiycloth{2.0} [XtraBlocksDIYCloth] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    xtrablocksdiydiscs{1.6} [XtraBlocksDIYDiscs] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    xtrablocksdiyfencing{2.0j} [XtraBlocksDIYFencing] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    xtrablocksdiyfood{1.6} [XtraBlocksDIYFood] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    xtrablocksdiyglass{2.0} [XtraBlocksDIYGlass] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    xtrablocksdiyglow{2.0} [XtraBlocksDIYGlow] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    xtrablocksdiyliquids{2.0j} [XtraBlocksDIYLiquids] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    xtrablocksdiymetal{2.0} [XtraBlocksDIYMetal] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    xtrablocksdiypanels{2.0j} [XtraBlocksDIYPanels] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    xtrablocksdiypowered{2.0j} [XtraBlocksDIYPowered] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    xtrablocksdiystone{2.0} [XtraBlocksDIYStone] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    MindKrafter_DIYWeapons{2.0j} [XtraBlocksDIYWeapons] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    xtrablocksdiywood{2.0} [XtraBlocksDIYWood] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    xtrablocksdiyxtras{2.0j} [XtraBlocksDIYXtras] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    xtrablocksdiydecorations{2.0j} [XtraBlocksDIYDecorations] (1.6.2_XBEE_Beta_Test_v1.0.1b.zip) Unloaded->Constructed->Pre-initialized
    TeNNoX_KeyAndCodeLock{1.3.1} [Key and Code Lock] ([1.6.2] Key and Code Lock v1.3.1.jar) Unloaded->Constructed->Pre-initialized
    mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized
    animalbikes{2} [AnimalBikes] (AnimalBikes_1.6.4.zip) Unloaded->Constructed->Pre-initialized
    ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized
    Backpack{1.12.15} [Backpack] (backpack-1.12.15-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{4.1.2} [BuildCraft] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Builders{4.1.2} [BC Builders] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Energy{4.1.2} [BC Energy] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Factory{4.1.2} [BC Factory] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Transport{4.1.2} [BC Transport] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{4.1.2} [BC Silicon] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
    BWG4{1.1.8} [Better World Generation 4] (BWG4_V118.zip) Unloaded->Constructed->Pre-initialized
    SGCraft{0.1.0build68} [Delta-SGCraft-Reloaded] (Delta-SGCraft-Reloaded-0.1.0-forge9.11.1.933-snapshot-68.jar) Unloaded->Constructed->Errored
    DynamicLights{1.2.5} [Dynamic Lights] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_mobEquipment{1.0.1} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    GunCus{1.6.2 BETA v3.2} [Gun Customization] (GunCus 1.6.2 BETA v3.2.zip) Unloaded->Constructed->Pre-initialized
    GunCusExplosives{1.6.2 BETA v1.1} [Gun Customization Explosives] (GunCus 1.6.2 BETA v3.2.zip) Unloaded->Constructed->Pre-initialized
    GunCusOfficialGuns{1.6.2 BETA v3.1} [Gun Customization Official Guns] (GunCus 1.6.2 BETA v3.2.zip) Unloaded->Constructed->Pre-initialized
    mod_YMTLib{162v3} [mod_YMTLib] (YMTLib_162v3.zip) Unloaded->Constructed->Pre-initialized
    mod_HariboteAirCraft{162v4 helios} [mod_HariboteAirCraft] (HariboteAirCraft_162v4.zip) Unloaded->Constructed->Pre-initialized
    mod_JourneyMap{2.7.2} [JourneyMap] (JourneyMap2.7.2_MC1.6.2.zip) Unloaded->Constructed->Pre-initialized
    mod_MoreBlocks{Beta 1.8} [More Blocks Mod] (MoreBlocksMod-Beta1.8.zip) Unloaded->Constructed->Pre-initialized
    OB{0.2.1 ALPHA} [Orbital Bombardment] (OrbitalBombardment-V0.2.1BETA.zip) Unloaded->Constructed->Pre-initialized
    ParachuteMod{1.6.2} [Parachute Mod] (parachute-2.0.0-1.6.2.jar) Unloaded->Constructed->Pre-initialized
    TLPrinterBlock{1.6.2} [PrinterBlock] (PrinterBlock_1.6.2b.zip) Unloaded->Constructed->Pre-initialized
    SecurityCraft{v1.2} [SecurityCraft] (SecurityCraft v1.2 for 1.6.2.zip) Unloaded->Constructed->Pre-initialized
    mod_SmartMoving{14.4.1} [Smart Moving] (Smart Moving Universal for ModLoader or Minecraft Forge or MCPC+.zip) Unloaded->Constructed->Pre-initialized
    mod_SmartRender{1.1} [Smart Render] (Smart Moving Universal for ModLoader or Minecraft Forge or MCPC+.zip) Unloaded->Constructed->Pre-initialized
    mod_TilesMod{4.1} [mod_TilesMod] (TilesMod.zip) Unloaded->Constructed->Pre-initialized

    Problems could be down to some of the mods I have installed currently, I will remove them and re-test it again later on.

    Edit : I get the same error even after having removed all the mods except buildcraft.


    Yeah I'm not really sure.. I just ran build 68 by itself and it loaded fine. Your crash looks like it's looking for CC API stuff, which it should only do if ComputerCraft is loaded,and if CC is loaded, the API is available.
    Posted in: Minecraft Mods
  • 0

    posted a message on LanteaCraft

    Caused by: java.lang.ArrayIndexOutOfBoundsException: 5642


    Erm... what do you have the block IDs set to in the SGCraft.cfg?
    Posted in: Minecraft Mods
  • 0

    posted a message on LanteaCraft
    Quote from ESClaus

    First off this mod is just plain awesome. I love everything about it. It works in every world I tried except one. I have the mod Extra Utilities and in that they added a dimension called The Deep Dark. When I placed a stargate in that world it said it couldn't get an address. Would be awesome if support was added for that. I am using build 22.

    Build 22 is ancient, the current builds have a option in the config called "GalacticraftCompat" that enables Dimension IDs from -99 to 500 or so, which may help. When we release our build with the new addressing system none of that will matter though as we will support any dimension the game can, but that build will also break all backwards compatibility.
    Posted in: Minecraft Mods
  • 0

    posted a message on LanteaCraft
    Quote from jlarrimoreiii

    i'd like to have multiple networks of gates. Each network only useing 7 chevron addresses to dial within themselves but will need the 8th and 9th to dial to another network altogether.
    example 2 networks with 2 gates each (Gate 1 of network a) dials abcdefg to get to (Gate 2 of network 1)
    (Gate 1 network a) dials abcdefg ( hi ) to get to (Gate 2 network 2)


    You are free to set this up on your own with the new addressing system, but it will not be a requirement of the mod. Default generated gates will get a full 9 digit address, once we setup the address changing mechanic you'll be able to set a gates address if you are A.) The owner of the gate (You placed it). B.) A server op.
    Posted in: Minecraft Mods
  • 0

    posted a message on LanteaCraft
    Quote from Technus

    Yup custom addressing and per dimension point-of-origin would be great but problematic when you want more dimensions than symbols (that's why we need the extra 2 symbols to extend the range first one shouldextend to -values anotherone to +values or just, write more adv code to split it in half for +and-,
    so XXXZZZD(DD) coords and dims)


    (on a side note if the auto addressing will be used instead - make it one address per 4/9 or more chunks)

    Also i have an idea - lock down - if you have another gate with the same address the one closer to map center will work, (in in same spot the one lower will work).

    And for dialing sequence i suggest - http://www.sgcsim.com/
    Atlantis dialing - http://www.tsacs.com/downloads/

    it gives all you need to know how it should look like, meybe not in 3D but the gate reactions are perfect.

    The new addressing system will have nothing to do with chunks. The address will tie directly to the gate, meaning you can have as many gates in a single chunk as you want, and each one will be addressable. This also means you'll have 708,930,508 gates shared between all dimensions.
    Posted in: Minecraft Mods
  • 0

    posted a message on LanteaCraft
    Quote from lieven121

    Do you mean whit xxx the lettres and whit zzz the numbres and thean ddd the demensions becuase that's a very good idee.
    But i wanna say that (srr but i find that) the texture of the dialer suck(i mean the image i like the model ) so here is a new one of the internet it shoud work http://cdn8.staztic.com/app/i/1281/1281124/stargate-sg1-dial-home-device-16-l-78x78.png ow and the texture of the model is mest up in 68 and you remebere that the pegasus gate don't turn but that the lights just (I dont know the right englich word i hope you know what i mean.) But is there alredy a datum when next version will come out????

    As is stated in the original post, the texture for the DHD IS temporary, I'm currently waiting to get the texture from the Delta guys.
    Posted in: Minecraft Mods
  • 0

    posted a message on LanteaCraft
    Quote from MyrdilCraft

    what are the addresses?

    Right click the gate to get the address. The only generated gates in the game are under pyramids, which are random, so will have random addresses.
    Posted in: Minecraft Mods
  • 0

    posted a message on LanteaCraft
    Quote from lieven121

    cool and thanks for quik anser
    and how work the is valid address command i use it like this but it won't work
    the weird name is because if someone brake in it is still hard to find

    term.clear()
    sg = peripheral.wrap("back")
    term.setCursorPos(1,1)
    print("Please enter a address")
    term.setCursorPos(1,2)
    print"adress:"
    term.setCursorPos(8,2)
    address = read()
    sg.isValidAddress(address)
    if true
    then sg.dial(address)


    else print"Sorry this address does not exist."
    sleep(4)
    shell.run"hhhhhhhh/linkstargate123456789"


    end


    I'm gonna go ahead and refer you to
    http://www.computercraft.info/forums2/index.php?/forum/14-ask-a-pro/
    Posted in: Minecraft Mods
  • To post a comment, please .