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
  • Shnupbups100

Shnupbups100

Forge Modder
 View Profile  See their activity
  • Content Count

    11
  • Joined

    July 26, 2014
  • Last visited

    May 3, 2019

Community Reputation

1 Neutral

About Shnupbups100

  • Rank
    Tree Puncher

Converted

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Shnupbups100

    setupDecompWorkspace not found

    Shnupbups100 replied to kozue's topic in ForgeGradle

    'setupDecompWorkspace' no longer exists. Forge, and by extent ForgeGradle, for 1.13.x received major rewrites, and a lot of things are done very differently. Please do your research before posting here. Also, Java 11 is not supported. Use Java 8, 9 or 10.
    • February 15, 2019
    • 19 replies
      • 2
      • Sad
      • Like
  2. Shnupbups100 Shnupbups100 changed their profile photo September 25, 2017
  3. Shnupbups100

    OutOfBoundsException during :decompileMc

    Shnupbups100 posted a topic in ForgeGradle

    I was attempting to update my dev environment to 1.12.2 (from 1.12.1, which worked perfectly) and kept getting an error when using gradlew setupDecompWorkspace During the :decompileMc process, I would get this error: My JAVA_HOME is correctly set, I'm using JDK 1.8 64 bit, everything worked perfectly fine just as I had it with 1.12.1. Anyone know why this is happening, and if I can do anything to fix it?
    • September 25, 2017
    • 2 replies
  4. Shnupbups100 started following OutOfBoundsException during :decompileMc September 25, 2017
  5. Shnupbups100

    [1.7.10] [SOLVED] Why are my items changing metadata on pickup?

    Shnupbups100 replied to Shnupbups100's topic in Modder Support

    Haha, I can't believe I missed that! Thankyou! Solved.
    • August 2, 2015
    • 2 replies
  6. Shnupbups100

    [1.7.10] [SOLVED] Why are my items changing metadata on pickup?

    Shnupbups100 posted a topic in Modder Support

    I'm working on a n item with 16 colour metadatas based on the 16 block colours. For some reason, however, if I have, for example, a green one in my inventory and pick up a purple one, the purple one will get picked up as a green one. So instead of a purple item being added to my inventory, the itemstack that contains the green item will increase in stack size by 1. This also occurs when using /give, however I believe that the give command uses item pick up code, so that doesn't shock me. My Item Code: http://pastebin.com/S1Q54GpG If you need to see any other code, let me know. Do I have to use some sort of workaround? Am I doing something wrong? Has this happened to anyone else?
    • August 2, 2015
    • 2 replies
  7. Shnupbups100

    [1.7.10] Adding Custom Villager trades to a new Villager

    Shnupbups100 replied to xchow's topic in Modder Support

    To spawn in the Village, as far as I know, you can only do it with a custom house. If you already have a custom house, override the getVillagerType method in your house's class and make it return the id of your villager. if you don't, I suggest you look at some open source mods that add villager houses to get a feel of how to do it. (TConstruct helped me get mine)
    • January 15, 2015
    • 8 replies
  8. Shnupbups100

    [1.7.10] Adding Custom Villager trades to a new Villager

    Shnupbups100 replied to xchow's topic in Modder Support

    First, you'll need to make a new class that extends IVillageTradeHandler. In the constructor, add ItemStacks of the items you want it to trade to an ArrayList, then in the manipulateTradesForVillager method, have it make sure the villager is yours by using villager.getProfession() and your villager ID, then in a for loop use recipeList.addToListWithCheck to add new instances of MerchantRecipe to your villager's trade list. Then, in your mod's main class, register the trade handler with VillageRegistry.instance().registerVillagerTradeHandler(villagerId, instanceOfTradeHandler);
    • January 15, 2015
    • 8 replies
  9. Shnupbups100

    [Solved] Make baby animals' model smaller than adults?

    Shnupbups100 posted a topic in Modder Support

    I'm working on a 'Tortoise' mob, and it's almost finished. It can breed and have babies, and though the babies' hitboxes are small, their models render the same size as if they were adult. What do I have to add to my entity/model/render classes to make babies render smaller than adults?
    • January 11, 2015
    • 1 reply
  • All Activity
  • Home
  • Shnupbups100
  • Theme

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