Help Sign In/Register

Minecraft Forums

Advanced Search
  • News
  • Rules
  • Forum
  • Chat
  • Mods
  • Maps
  • Resource Packs
  • Minecraft Station
  • Minecraft Server Hosting
Desktop View
  • Home
  • Member List
  • JiffyJay's Profile
  • Send Private Message
  • View JiffyJay's Profile
  • JiffyJay
  • Registered Member
  • Member for 8 years and 7 days
    Last active Sun, Apr, 5 2015 11:51:32
  • 1 Follower
  • 137 Total Posts
  • 6 Thanks
  • Member
  • Posts
  • Threads
  • Followers
  • Reputation
  • Comments
  • Forum Posts
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next
  • View JiffyJay's Profile

    1

    Aug 18, 2014
    JiffyJay posted a message on CODE TOO LARGE HOW DO I SPLIT METHOD?!
    Ya'll are being really harsh. This isn't even his code, his friend just asked him for help. Instead of assaulting him because he doesn't know as much Java as you do, instead help him with his problem AND EXPLAIN WHY IT WORKS don't waste your time writing a reply that doesn't help the OP. Don't waste my time by making me read it. And even if it was his code, you guys are being rude. This isn't 4chan.

    To OP: So where you'd normally paste in the schematic, instead put in load1(); load2(); load3(); etc

    Then create each of those methods like "public void load1() { }" etc

    And inside each of those methods, paste part of the original schematic file, effectively splitting the code.
    Also, the other people do kind of have a point. That is really messy code, and uses all the bad practices, especially with that static method.
    Posted in: Modification Development
  • View JiffyJay's Profile

    0

    Aug 18, 2014
    JiffyJay posted a message on Packet Pipeline! What is it, what does it do?
    Hello everyone,

    My name is Jay, and I have a question about PacketPipeline. I have been googling for anything about what it is, and what it does, but I still have a very limited knowledge of it. I've looked through Netty's tutorial but that's (semi, not really)outdated, and also I've looked through a lot of mod's codes on Github, such as Tinkers Construct, etc. I don't want anyone to baby me through learning what PacketPipeline does and how to use it, but some starting points would be nice. Also, maybe am example of things you would have packets for. Thanks in advance.
    Posted in: Modification Development
  • View JiffyJay's Profile

    0

    Aug 18, 2014
    JiffyJay posted a message on [Request] Is there a 3x3x1 Simple Pick Mod?
    Quote from Alexcamostyle

    No rush. :)

    Hey Alexcamostyle, do you think you could make 6 more textures? It's a lot to ask, I know, but your other ones turned out so well. Basically, I'd like wood, stone, iron, gold, and diamond "Earth Movers" which is basically a 3x3 shovel, and also a diamond thingy, that combines the pickaxe and the "earth movers". If you can't, just let me know, and I'll try to make some passable textures. Thanks in advance, Jiffy
    Posted in: Requests / Ideas For Mods
  • View JiffyJay's Profile

    0

    Aug 18, 2014
    JiffyJay posted a message on Massive RPG Weapon Pack
    You need to rethink your damages dude, these weapons one hit everything except the ender dragon and the wither. 42 Damage on Thor's Hammer? 35 on excalibur? Unless you're also planning to add a whole bunch of mobs with redic amount of hitpoints.
    Posted in: Requests / Ideas For Mods
  • View JiffyJay's Profile

    0

    Aug 18, 2014
    JiffyJay posted a message on new ore's: Birthstone Mod
    Well, is there anything special about the different gems? Otherwise, it'd just be a repeat of almost every modders first or second mod. Like for example, the Turquoise(Aquamarine?) could let you breathe underwater, etc.
    Posted in: Requests / Ideas For Mods
  • View JiffyJay's Profile

    0

    Aug 17, 2014
    JiffyJay posted a message on [Request] Is there a 3x3x1 Simple Pick Mod?
    Would you like me to combine the "Hammers" and "Earth Movers" into one mod, with a bridge inbetween that can mine both dirt and stone?
    Posted in: Requests / Ideas For Mods
  • View JiffyJay's Profile

    0

    Aug 17, 2014
    JiffyJay posted a message on [Request] Is there a 3x3x1 Simple Pick Mod?
    Alright, so I fixed those bugs. Turns out I never actually *used* the items persay. Also, was only checking for harvest type, not harvest level, that's fixed too. Lastly, Silverfish blocks are under Material.clay, so I included that in what it can mine, so you can also use it for clay.
    Sorry for taking so long, had a bunch of AP homework --- not fun.

    New download for 1.7.10

    https://www.dropbox.com/s/nhao7uoqsd1bzkh/hammer-1.1.jar
    Posted in: Requests / Ideas For Mods
  • View JiffyJay's Profile

    0

    Aug 16, 2014
    JiffyJay posted a message on [UPDATE] - Mining Drill Mod -
    Did you even look at the mod? It's more like the buildcraft drill if anything, but he's looking for a mod that doesn't add too much stuff.
    Posted in: Requests / Ideas For Mods
  • View JiffyJay's Profile

    0

    Aug 14, 2014
    JiffyJay posted a message on [Request] Is there a 3x3x1 Simple Pick Mod?
    Oh crap, I forgot to write durability to NBT. I'll fix it.
    Posted in: Requests / Ideas For Mods
  • View JiffyJay's Profile

    0

    Aug 13, 2014
    JiffyJay posted a message on [Request] Is there a 3x3x1 Simple Pick Mod?
    Alright, here it is. Texture credits to Alexcamostyle. I'll create an actual mod thread for it when I have time.

    As a side note, the direction it chooses is kind of buggy if it isn't head on. I used my own code instead of the TinkersConstructs, so I'm going to go look through how it chooses the direction. So for now, just make sure you hit it straight on, and I'll probably have it fixed by Friday.

    Edit: This is the 1.7.2 link, oops. Let me recompile for 1.7.10

    https://www.dropbox.com/s/7xfrbzltv3uh7gc/hammer-1.0.jar

    Edit 2.0: Here is the 1.7.10 link. I can't test it because for some reason when I try to run forge 1.7.10 my minecraft crashes. Tell me if something breaks, and I'll try to fix it

    https://www.dropbox.com/s/pveezo7r8n6yc1c/Hammer-1.0-1.7.10.jar
    Posted in: Requests / Ideas For Mods
  • View JiffyJay's Profile

    0

    Aug 13, 2014
    JiffyJay posted a message on [Request] Is there a 3x3x1 Simple Pick Mod?
    Could you please make a diamond texture too? I'll use a placeholder for now
    Posted in: Requests / Ideas For Mods
  • View JiffyJay's Profile

    0

    Aug 12, 2014
    JiffyJay posted a message on (Mod Idea) RPG mod...must i say more?
    Why don't you just update your thread with all your ideas in a neat bulleted list? It would not only attract more people to look at it, because its purrrrtty, but also it'll deliver the information in a concise manner that's easy to understand and relate to the topic in general.
    Posted in: Requests / Ideas For Mods
  • View JiffyJay's Profile

    0

    Aug 12, 2014
    JiffyJay posted a message on Bounty for mod that makes fishing FUN!
    Mariculture has a lot of the stuff you were talking about, check them out here Mariculture
    Posted in: Requests / Ideas For Mods
  • View JiffyJay's Profile

    0

    Aug 12, 2014
    JiffyJay posted a message on Wagons! Mod
    I can help with the coding part, in particular entities and containers.
    Posted in: Requests / Ideas For Mods
  • View JiffyJay's Profile

    0

    Aug 12, 2014
    JiffyJay posted a message on [Request] Is there a 3x3x1 Simple Pick Mod?
    Eh, so I'll change the recipes into just the 3x3 pickaxes, and get rid of the 1x3 pickaxes then. I'll fix it and upload it tomorrow.
    Posted in: Requests / Ideas For Mods
  • To post a comment, please login.
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next

Social Media

Services

Sign In

Help

Advertise

Resources

Terms of Service

Privacy Policy

Our Communities

  • MMO-Champion
  • HearthPwn
  • Minecraft Forum
  • Overframe
  • MTG Salvation
  • DiabloFans

© 2021 MagicFind, Inc. All rights reserved.

Mobile View