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

jbredwards

Members
 View Profile  See their activity
  • Content Count

    14
  • Joined

    August 17, 2019
  • Last visited

    10 hours ago

Community Reputation

0 Neutral

About jbredwards

  • Rank
    Tree Puncher

Recent Profile Visitors

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

  1. jbredwards

    A fatal error occured, this connection is terminated

    jbredwards replied to MrManFromCheese's topic in Support & Bug Reports

    I would recommend letting guided games know about your issue. If you haven't already, you can do so here. Unfortunately the forge forums don't support 1.7 anymore
    • August 24, 2020
    • 2 replies
  2. jbredwards

    1.15.2 Forge Installer Virus

    jbredwards replied to StaticSyCo's topic in Support & Bug Reports

    If you downloaded from the official website, files.minecraftforge.net, you will be re-directed to another site, adfoc.us, which downloads forge. While on adfoc.us, only click the "skip" button that appears at the top right of the screen after five seconds, otherwise you'll probably get a virus. Make sure to never download forge on any other site. Also be careful with mods. The only sites for mods that I trust are minecraftforum.net, curseforge.com, and planetminecraft.com.
    • July 2, 2020
    • 9 replies
  3. jbredwards

    [1.12.2] Item constantly being picked up animation?

    jbredwards posted a topic in Support & Bug Reports

    I know the title is confusing, but I'll do my best to explain my issue. I have an item in my mod that's nbt is getting updated every tick. I've tried just using fields, but that didn't work properly in multiplayer, as fields aren't player specific for items (incase why you're wondering why I'm changing the nbt every tick, and not just using fields). General background info about the mechanic that's causing me issues: Every time the hand itemstack, regardless of what item (even vanilla) gets updated, there is an animation, where the player's held itemstack slowly rises. If you don't know what I mean, try dropping an item in the game. Notice the player's hand (empty itemstack) performs the described animation. Now try picking up that same item, it should perform this same animation. It should also display the item's name just above your toolbar for a short time. These things also happen when you change your selected item in your toolbar, because your hand itemstack is getting updated. Why is this causing me issues? Since my item is getting updated every tick using nbt, it performs this animation every tick. Basically, my item (while in the player's hand) is below their camera forever (the start of the animation). It also displays the item's name forever. I assume these issues are caused by the stuff I described above. Sorry if you're still confused by my issue. If anyone knows what I can do to fix this issue, please tell me. I will not stop using nbt data, unless there is no other solution.
    • February 7, 2020
    • 1 reply
  4. jbredwards

    [1.12.2] How can I ignore transparent pixels in bufferedimage?

    jbredwards posted a topic in Modder Support

    I've tried looking everywhere online with no luck, so I've come here. Since nothing I've tried works, I'm think that Minecraft .png images have an unusual way of reading transparency? I'm trying to find the average color in a texture (ignoring transparent pixels). It works for the most part, except it also ignores black/white pixels (pixels with the same rgb values, example r=222, g=222, b=222). The code I am using is in the spoiler. Any help would be appreciated!
    • November 4, 2019
  5. jbredwards

    [SOLVED] [1.12.2] Held item rendering twice on custom entity

    jbredwards replied to jbredwards's topic in Modder Support

    Thank you it worked!
    • October 22, 2019
    • 3 replies
  6. jbredwards jbredwards changed their profile photo October 20, 2019
  7. jbredwards

    [1.12.2] How can I change the hand location on my custom mob? [Solved]

    jbredwards posted a topic in Modder Support

    Title explains everything. Why do I want to do this? My mob has long arms, and the weapon it is holding appears in the middle of its arm. I think that changing its hand location would fix that, I just don't know how to do this (if it is even possible). Any help would be appreciated.
    • October 4, 2019
    • 1 reply
  8. jbredwards

    [SOLVED] [1.12.2] Held item rendering twice on custom entity

    jbredwards replied to jbredwards's topic in Modder Support

    Hello? Does no one understand what is causing the issue?
    • October 4, 2019
    • 3 replies
  9. jbredwards

    [SOLVED] [1.12.2] Held item rendering twice on custom entity

    jbredwards posted a topic in Modder Support

    Hello. I am making an enderman-skeleton mob. All of the code being used by the entity is below. I only want it to hold one item per arm. The title explains the rest. I've removed my custom held item layer, but there is still a bow in the middle of my mob's arm, thus removing the possibility of it being an issue with my custom layer. Entity Renderer
    • October 3, 2019
    • 3 replies
  10. jbredwards

    [SOLVED] [1.12.2]Custom spawn egg color same as vanilla spawn egg?

    jbredwards posted a topic in Modder Support

    Hello. I have a custom cow mob, and I want its spawn egg to use the same gray color that the vanilla cow's spawn egg uses for its secondary color as my custom cow mob's spawn egg's secondary color (sorry if that was confusing). How can I do this? Is there a class that I can look at to find the color value? Thanks! So sorry, just found the class (EntityList).
    • August 29, 2019
  11. jbredwards

    [1.12.2] Invalid project description?

    jbredwards replied to jbredwards's topic in Support & Bug Reports

    How can I fix that?
    • August 23, 2019
    • 5 replies
  12. jbredwards

    [1.12.2] Invalid project description?

    jbredwards replied to jbredwards's topic in Support & Bug Reports

    D:\Projects\Eclipse\Minecraft_Mods\Ruby_Mod\eclipse
    • August 23, 2019
    • 5 replies
  13. jbredwards

    [1.12.2] Invalid project description?

    jbredwards posted a topic in Support & Bug Reports

    I've been working on the same mod for months, and now when I load eclipse I get the following error twice "invalid project description"? It loaded fine yesterday, without this error. I haven't done anything to my mod since then, I only loaded it. More details about the error are below. I am using the latest version of forge (14.23.5.2838) if that helps. If anyone knows what I can do to resolve this error, I'm all ears.
    • August 23, 2019
    • 5 replies
  14. jbredwards jbredwards joined the community August 17, 2019
  15. jbredwards

    [1.12.2] How can I make a crafting recipe where the output's durability matches the input's durability?

    jbredwards posted a topic in Modder Support

    I want to make a crafting recipe, where I input item x and get item y with item x's durability. How can I do this? My current code for the recipe is below. Any help would be appreciated! ForgeRegistries.RECIPES.register(new ShapedOreRecipe(new ResourceLocation(Reference.MOD_ID, Reference.NAME), new ItemStack(ModItems.y, 1, ???), new Object[] {true, "B", 'B', ModItems.x}).setRegistryName("durabilityRecipe"));
    • August 17, 2019
    • 1 reply
  • All Activity
  • Home
  • jbredwards
  • Theme

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