Mod Requests

Discussion in 'Alice (Minecraft)' started by famerdave, Jan 6, 2012.

Thread Status:
Not open for further replies.
  1. gknova61

    gknova61 Farbes Lover

    Joined:
    Mar 17, 2012
    Messages:
    1,238
    Likes Received:
    350
    Simple Horses has already been requested and denied due to it not being ported to SMP.
     
    thtredstonegui likes this.
  2. odlabu

    odlabu New Member

    Joined:
    Aug 26, 2012
    Messages:
    5
    Likes Received:
    0
  3. thtredstonegui

    thtredstonegui Youtuber

    Joined:
    Dec 3, 2011
    Messages:
    533
    Likes Received:
    176
    This crating table sounds interesting. Please tell me more about how it is a quicly autamtic crafting. :p
    EDIT: Sorry if I was a bit harsh there, I mean it in good faith. I think the Crafting Table MkIII is a good concept, but I've heard it's quite buggy.
     
    odlabu likes this.
  4. odlabu

    odlabu New Member

    Joined:
    Aug 26, 2012
    Messages:
    5
    Likes Received:
    0
  5. odlabu

    odlabu New Member

    Joined:
    Aug 26, 2012
    Messages:
    5
    Likes Received:
    0
  6. Mehh

    Mehh WOO

    Joined:
    Jul 19, 2012
    Messages:
    6
    Likes Received:
    1
    darn...
     
  7. Rahau

    Rahau Friendly Neighbor

    Joined:
    Jan 21, 2012
    Messages:
    123
    Likes Received:
    24
    Mod Name- Treecapitator

    See Forestry
    No need for anything else.
     
  8. Neonbeta

    Neonbeta Person who did stuff and things

    Joined:
    Mar 2, 2012
    Messages:
    2,603
    Likes Received:
    757
    No.
     
    thtredstonegui likes this.
  9. gknova61

    gknova61 Farbes Lover

    Joined:
    Mar 17, 2012
    Messages:
    1,238
    Likes Received:
    350
    He posted that request right after the noob did... it must be trolling
     
  10. Neonbeta

    Neonbeta Person who did stuff and things

    Joined:
    Mar 2, 2012
    Messages:
    2,603
    Likes Received:
    757
    After the "banned noob" :p
     
  11. ryancowan1st

    ryancowan1st Not that new

    Joined:
    Apr 12, 2012
    Messages:
    31
    Likes Received:
    7
    Yeah But now it has more of a use because it has all sorts of new TURTLES like farming and melee
     
  12. Overloaderdave

    Overloaderdave the most n00bish person ever

    Joined:
    Jan 31, 2012
    Messages:
    304
    Likes Received:
    13
    two words: nature overhaul. who doesnt want trees growing in their house? or their sugarcane farm hitting a swamp in the night and making it full of sugarcane.... maybe we would get a jungle shooting out of its biome to ruin the town's glass, if the leaves replacing glass problem still exists. I mean, no-one wants someone to hog all the wood and burn every sapling making new poeple stuck, and it would make trees regrow so we dont have to replant them (or have an admin regrow em)

    that was alot more than 2 words....
     
  13. Neonbeta

    Neonbeta Person who did stuff and things

    Joined:
    Mar 2, 2012
    Messages:
    2,603
    Likes Received:
    757
    Is it smp?, is it ported?. You say nothing of use or importance.
     
  14. Overloaderdave

    Overloaderdave the most n00bish person ever

    Joined:
    Jan 31, 2012
    Messages:
    304
    Likes Received:
    13
    how can I know if it says nothing of it? and no its 1.2.5, so its being ported

    see the thing under my name? that says it all.
     
  15. Neonbeta

    Neonbeta Person who did stuff and things

    Joined:
    Mar 2, 2012
    Messages:
    2,603
    Likes Received:
    757
    Ported = ported to bukkit. And if course it needs to be smp.

    and your not a n00b, you're just a really ignorant person.
     
    irobin591 and xXMadNessXx like this.
  16. gknova61

    gknova61 Farbes Lover

    Joined:
    Mar 17, 2012
    Messages:
    1,238
    Likes Received:
    350
    • Mod name: Immibis's Peripherals
    • Mod description in your words: A mod that gives you ID cards that you can encode with secret data which can be read with an RFID or Mag Card reader and be interpreted with CC. It's a level of security for CC. You can even dye ID cards for distinguishing which is which card, quickly.
    • Why do you want it: First of all, there is a way to achieve similar security on Alice with CC. Use a floppy disk with custom data which the computer interprets as a code to say, open a door, the only thing about this method is that If someone were to get a hold of the floppy disk, they can easily copy it or just read the data from it and have a copy of your security card without your consent. With RFID and Mag cards, you can distribute security cards without fear of someone copying it and redistributing it to undesired parties. Let me explain how this works:
    Write data to an RFID card:
    Code:
    writer = peripheral.wrap("side")
    writer.encode("card data secret code","card label")
    Now, there are 2 types of ID's in this mod. RFID and mag-stripe. RFID activates when you get within 5m of an RFID reader and mag cards require you to actually interact with a mag-stripe reader (right click). So now, we need to read the data from an RFID card, and make sure it matches the secret code. For this example, we'll make it emit a redstone signal on the bottom of the computer when it finds a matching card on a player.
    Code:
    local reader = peripheral.wrap("top")
     
    local function lookForCard()
            reader.scan()
            local cardFound = false
            while true do
                    local e, p = os.pullEvent()
                    if e == "rfid_scan_done" then break end
                    if e == "rfid_detected" and p == "card data secret code" then cardFound = true end
            end
            return cardFound
    end
     
    while true do
            redstone.setOutput("bottom", lookForCard())
    end
    I only scratched the surface on what this mod can do and all the methods it has.


    • Why would it be useful to the server: This would be useful for more purposes than I can list but i will try my best.
    1. Keep players out of certain areas with RFID-controlled doors. If they break a block to get in, you have HawkEye proof.
    2. Require an RFID card or Mag card to get into a Nuclear reactor control system or some sort of control system using CC
    3. Build a frame starship and make sure that it knows you're Captain Kirk
    4. Have credit cards for an economy system using CC?
    5. Maybe a standard ID system used semi-server-wide?
    6. ...
    I really want to see this added in 1.3 Alice when CC get's updated for it.
     
    Shadow likes this.
  17. Michael

    Michael I'm Mdcouron1996 :)

    Joined:
    Dec 3, 2011
    Messages:
    115
    Likes Received:
    21
    • This Mod would be for Alice (1.3.2) when it updates
    • Mod name: Modular Force Field System (MFFS)
    • Mod description in your words: A Forcefield add-on for industrial craft, to create ease to protecting/creating houses, and Nuclear reactor protection
    • Why do you want it: because it would add a great addition to alice and great against unwanted people
    • Why would it be useful to the server: To help protect the world from explosions and to protect houses, also it goes great with Nuclear Control
    • Is it ModloaderMP or MP compatible: yes
    • Mod link: Forum Link
    Check this out too Direwolf20ModSpotlight
     
    technikhaus likes this.
  18. Neonbeta

    Neonbeta Person who did stuff and things

    Joined:
    Mar 2, 2012
    Messages:
    2,603
    Likes Received:
    757
    Its a "maybe" on the 1.3 spreadsheet here
     
  19. Michael

    Michael I'm Mdcouron1996 :)

    Joined:
    Dec 3, 2011
    Messages:
    115
    Likes Received:
    21
    • This Mod would be for Alice (1.3.2) when it updates
    • Mod name: Crafting Table 3
    • Mod description in your words: An Easier Crafting Table
    • Why do you want it: because it would add a great addition to alice and great to craft stuff easier
    • Why would it be useful to the server: To help with crafting
    • Is it ModloaderMP or MP compatible: Yes? Its in tekkit.
    • Mod link: Forum Link
     
  20. gknova61

    gknova61 Farbes Lover

    Joined:
    Mar 17, 2012
    Messages:
    1,238
    Likes Received:
    350
     
Thread Status:
Not open for further replies.