Jump to content

DanielD34

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by DanielD34

  1. I feel that extra-customizable skins would really change Minecraft for the better, allowing players to make some truly imaginative avatars. I was hoping for...

     

    Animated Image-files
    Glowing Sections
    Fully-customizable Particles
    Custom Models and Animations

    and more, I hope...

     

    Mojang could also prevent this from being overused or weaponized by charging money for it (say, $15 per user).

    What do you think? Should this be an option in vanilla Minecraft?

  2. I'm building an arena filled with tedious, often luck-based, mini-games for people who break a given server's rules. I don't yet know whether to send this to somebody or just keep it for my own soon-to-be server, but do you have any ideas for the mini-games?

  3. Now, how do I get into that TNT class?

     

    In Eclipse, under the Package Explorer, there should be a "folder" called Referenced Libraries (there might not be, in which case skip this).  Inside that will be a file called "forgeSrc-[mc version]-[forge version].jar"

     

    You will be able to open up that jar file and brows the MC source code.  TNT will be down under:

    - net.minecraft.blocks

    - net.minecraft.entities

    Thank you so much! That'll make modding SO much faster and easier!

    Check out BlockTNT.java and go from there. For making the one that shoots lava everywhere, try having it spawn falling blocks with the block set to lava, and having those blocks spawn just before the explosion to have them actually go everywhere.

    I'll keep that in mind. You both have my thanks.
  4. I think the book Minecraft Modding With Forge contains information about a custom TNT. I am not sure though. I know you need a TNT block class, a TileEntityTNT, a PrimedTNT entity, and something else I can't quite remember...

    I don't feel like paying money for a book about modding, but thanks for the suggestion.

    Check out BlockTNT.java and go from there. For making the one that shoots lava everywhere, try having it spawn falling blocks with the block set to lava, and having those blocks spawn just before the explosion to have them actually go everywhere.

    Thanks for the tip, but how do I get into that TNT class?

    and don't wanna mess anything up with the game's code

     

    You can't. Literally.

    Thanks. I should've known.
  5. Check out BlockTNT.java and go from there. For making the one that shoots lava everywhere, try having it spawn falling blocks with the block set to lava, and having those blocks spawn just before the explosion to have them actually go everywhere.

    How do I do that? While I do have basic knowledge of Java, I'm still fairly new to modding and don't wanna mess anything up with the game's code. Also, I use Eclipse if this helps you find a good response.
  6. I'm trying to make a really nice Minecraft 1.10 mod, and I'd like to give it some TNT, some that explode lava everywhere, and some that simply have bigger blast radii. How should I write the classes for the unprimed and primed versions of these? I already have basic coding knowledge and some textures.

     

    Update: Thank you guys for making my modding easier! Sorry if some of my posts were rude before I fixed them; this was my first time on any forum.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.