Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • cubicoder

cubicoder

Members
 View Profile  See their activity
  • Content Count

    13
  • Joined

    June 20, 2018
  • Last visited

    July 26, 2020

 Content Type 

  • All Activity

Profiles

  • Status Updates
  • Status Replies

Forums

  • Topics
  • Posts

Calendar

  • Events

Everything posted by cubicoder

  1. cubicoder

    I need suggestions/tips

    cubicoder replied to Cornspies's topic in General Discussion

    Learning at least the basics of Java first is definitely necessary, although it will be easier if you have other programming knowledge. After that, just a few things I've picked up recently: Tutorials: Looking at some tutorials/example mods will get you the basics of modding. A few good resources that I've found: I've also found it to be very beneficial to join modding Discord servers. You can ask questions and get help from some of the best modders out there. A few good servers would be the official Forge server or the MMD server. Above all, the Forge docs should be your #1 source, since they are official. After that, just be smart about what you do, and don't get mad if people seem rude when helping you. Chances are, they're not trying to be.
    • December 15, 2018
    • 3 replies
      • 1
      • Like
  2. cubicoder

    Cubicoder's 1.12 Tutorials

    cubicoder replied to cubicoder's topic in User Submitted Tutorials

    Good to hear! Explaining things well and making sure everything was correct was one of my main goals in these tutorials (which is why I was very appreciative of diesieben07's help earlier).
    • December 15, 2018
    • 14 replies
  3. cubicoder

    Cubicoder's 1.12 Tutorials

    cubicoder replied to cubicoder's topic in User Submitted Tutorials

    Yeah, there will be more eventually. I'd rather wait until 1.13 to make any new ones because of all the changes, but I might do a few more 1.12.2 tutorials because 1.13 is taking longer than I thought it would. Either way though, I'm really busy with school right now so I don't know when I'll have time to make more tutorials.
    • September 28, 2018
    • 14 replies
      • 1
      • Thanks
  4. cubicoder

    WARNING COREMODS ARE PRESENT?! HELP

    cubicoder replied to BANANA__BREAD's topic in Support & Bug Reports

    First of all, use spoilers for your crash reports: That way we don't have to scroll down a big wall of text all the time. Second, make sure you're downloading your mods from a reputable source (preferably http://minecraft.curseforge.com). You listed 9Minecraft as your source for Quark, which is not a reputable source. More info: http://stopmodreposts.org/
    • September 5, 2018
    • 23 replies
  5. cubicoder

    Cubicoder's 1.12 Tutorials

    cubicoder replied to cubicoder's topic in User Submitted Tutorials

    Thanks, but I don't really need a list (and most of your items were on my list anyway). Also, Forge for 1.13 isn't even out yet, so I'm definitely not in a position to be making tutorials for 1.13 anyway.
    • September 5, 2018
    • 14 replies
  6. cubicoder

    Cubicoder's 1.12 Tutorials

    cubicoder replied to cubicoder's topic in User Submitted Tutorials

    Thanks for the ideas! I'm not planning on doing any more 1.12.2 tutorials due to the massive amount of changes coming in 1.13, but I'll definitely keep these in mind once I start again!
    • July 28, 2018
    • 14 replies
  7. cubicoder

    [1.12.2] Give Player an Item

    cubicoder replied to vin0m's topic in Modder Support

    Looking at the code for the /give command, it looks like you have to have the player drop the item stack using player.dropItem(itemstack, false). Then make the resulting EntityItem have no pickup delay and set the owner to the player (entityitem.setNoPickupDelay() and entityitem.setOwner(entityplayer.getName()), respectively). I've never messed with commands before, though, so I may be wrong.
    • July 10, 2018
    • 8 replies
  8. cubicoder

    [1.12.2] Give Player an Item

    cubicoder replied to vin0m's topic in Modder Support

    Where are you running this code?
    • July 10, 2018
    • 8 replies
  9. cubicoder

    Cubicoder's 1.12 Tutorials

    cubicoder replied to cubicoder's topic in User Submitted Tutorials

    I understand. Well, thanks at least for helping me with mine!
    • June 21, 2018
    • 14 replies
  10. cubicoder

    Cubicoder's 1.12 Tutorials

    cubicoder replied to cubicoder's topic in User Submitted Tutorials

    Fixed (hopefully). You know, maybe you should make your own tutorials. It seems like you're the only one around here that knows what you're doing. Looking at the source of mods like Tinker's Construct and Iron Chests, even those mods are doing things like using common proxies. I feel like there needs to be somewhere where people can look to find how to do this the right way, and the official Forge documentation just doesn't tell you that much.
    • June 21, 2018
    • 14 replies
  11. cubicoder

    Cubicoder's 1.12 Tutorials

    cubicoder replied to cubicoder's topic in User Submitted Tutorials

    Thanks for the feedback! Everything should be updated now to be a little more correct. This is why I wanted to make tutorials in the first place, because nobody ever tells new modders the correct way of doing things. They just have to figure it out for themselves, and usually they figure it out wrong. Hopefully, people will start learning things right now that I've gotten some help.
    • June 21, 2018
    • 14 replies
  12. cubicoder

    Show stats on screen, client-side only

    cubicoder replied to MasterComlud's topic in Modder Support

    You can get the current FPS by calling Minecraft.getDebugFPS().
    • June 20, 2018
    • 4 replies
  13. cubicoder

    Cubicoder's 1.12 Tutorials

    cubicoder posted a topic in User Submitted Tutorials

    https://cubicoder.github.io/ These tutorials are meant to help others learn how to mod Minecraft using Forge, as well as learn the concepts behind the code. If you don’t know any Java, please go learn some and come back! There are lots of great Java tutorials online, and trying to mod Minecraft without a good understanding of Java is very confusing. Any *constructive* feedback is welcome, as I'm trying to make these tutorials as accurate as possible to the "correct" way of doing things! EDIT: Please note that the website has moved! I have decided to move to GitHub Pages as my host. All of the previous tutorials have been moved over. The purpose of this change is to make it easier for people other than myself to contribute to these tutorials, as all it takes is a simple pull request to contribute a tutorial. I am open to contributions at this time; however please make sure you know what you’re talking about and explain the concepts thoroughly. Also, please keep tutorials to Minecraft versions 1.12.2 and above. More contributing guidelines should be available on the GitHub repo soon.
    • June 20, 2018
    • 14 replies
  • All Activity
  • Home
  • cubicoder
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community