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

SuperJedi224

Members
 View Profile  See their activity
  • Content Count

    45
  • Joined

    February 18, 2015
  • Last visited

    October 22, 2019

Community Reputation

1 Neutral

About SuperJedi224

  • Rank
    Tree Puncher

Converted

  • Gender
    Male
  • Location
    United States
  • Personal Text
    Hello.

Recent Profile Visitors

2861 profile views
  • HomixHD

    HomixHD

    January 1, 2018

  • Misher~Senpai

    Misher~Senpai

    December 17, 2017

  • Dick_Dook_Z

    Dick_Dook_Z

    October 1, 2017

  • iLqmonPVP

    iLqmonPVP

    August 18, 2017

  • Fauziip

    Fauziip

    May 28, 2017

  1. SuperJedi224

    Improved Recycling Mod

    SuperJedi224 posted a topic in Mods

    Improves the tool and armor recycling system - tools and armor now, instead of always yielding exactly 1 nugget when recycled, yield a number of nuggets proportional to their durability. The maximum amount, by default, is 1.5 nuggets for each ingot used to craft it; this ratio can be adjusted in the configuration. The minimum amount is 1. Mod download: recycling-1.0.jar Source download (Available under a Creative Commons Attribution license): ModMain.java
    • June 5, 2017
    • 1 reply
  2. SuperJedi224

    Bug and Server Crash When Loading Invalid Loot Tables

    SuperJedi224 posted a topic in Support & Bug Reports

    When attempting to load an invalid loot table, forge will usually detect that the loot table is invalid and simply reject it, printing a message to the console (which I believe is the intended behavior). However, in some cases, it apparently fails to notice that it is invalid and tries to parse it anyway, producing a server crash when you try to load a world containing that loot table (and, in the case of singleplayer worlds, causing the game to hang on the loading world screen). An example of a loot table that causes this crash (it has an extra comma before the last pool). The log. The crash report.
    • May 27, 2017
  3. SuperJedi224

    [1.11.2] SuperJedi224's Obsidian Mod

    SuperJedi224 posted a topic in Mods

    Features (Yeah, I know, a lot of these have been done before.): -Hardness and Blast Resistance of Obsidian are configurable (defaulting to vanilla values), whatever you set will also used to determine the hardness and blast resistance of this mod's obsidian-based blocks and any that may appear in my future mods. -Obsidian Armor is available in both enchanted (Fire Protection IV/Blast Protection IV/Unbreaking II) and non-enchanted variants -Obsidian Armor offers roughly the same protection as diamond with slightly higher toughness, but has less durability -Wearing full enchanted obsidian armor gives constant fire resistance status -Obsidian Armor cannot be enchanted with an enchanting table or in an anvil -Both armor variants give increased knockback resistance, but reduce speed -Obsidian blocks can be smelted into ingots, used to craft the non-enchanted armor -Obsidian ingots can be crafted into the polished variant by adding blaze powder (recipe subject to change), the polished variant is used to craft the enchanted armor (this will likely be made more expensive in the future) -New Blocks: Obsidian Bricks (Crafted from 4 Obsidian Ingots for a batch of 4), Chiseled Obsidian (Crafted from 4 Polished Obsidian Ingots for a batch of 4), Obsidian Glass (Crafted from 4 Obsidian Ingots + 5 Glass for a batch of 5), and Glowing Obsidian (Crafted from 5 Polished Obsidian Ingots + 4 Glowstone Blocks for a batch of 5) -Includes language files in American English and Pirate, more translations may be added in the future Download: sjobsidian-1.0.jar The source code for this mod can be found here under a CC BY-SA license.
    • May 22, 2017
  4. SuperJedi224

    [Unsolved] Getting Block to Register Changes in Neighboring Blocks

    SuperJedi224 replied to Poseidon5001's topic in Modder Support

    I'm glad you figured it out, I've never really messed with those parts of the API before.
    • May 20, 2017
    • 9 replies
  5. SuperJedi224

    [Unsolved] Getting Block to Register Changes in Neighboring Blocks

    SuperJedi224 replied to Poseidon5001's topic in Modder Support

    Did you remember to register it?
    • May 20, 2017
    • 9 replies
  6. SuperJedi224

    [1.8] Portable Version

    SuperJedi224 replied to Lemcram's topic in ForgeGradle

    I'm looking at the latest forge MDK for 1.8 and they seem to have changed that anyway, so I guess that probably isn't your problem. I guess just try what diesieben suggested.
    • May 19, 2017
    • 16 replies
  7. SuperJedi224

    [1.8] Portable Version

    SuperJedi224 replied to Lemcram's topic in ForgeGradle

    In forge for 1.8, the forge folder is not itself the project folder, it's a workspace folder containing the project folder. Thus, import the project folder within the forge folder; or set the workspace to the forge folder. Don't import the forge folder itself. (At least, this was how it was set up when I worked with forge for 1.8 a couple of years ago.) They changed this aspect of the setup sometime between 1.8 and 1.11.
    • May 19, 2017
    • 16 replies
  8. SuperJedi224

    [1.11.2] Better Armor Stands (Armor Stands With Arms)

    SuperJedi224 posted a topic in Mods

    This is a mod that enables armor stands' arms automatically when they are placed. That's literally it. It's easily the tiniest mod I've ever made. (I've decided to break apart the bigger mod I was making into a bunch of smaller mods because most of the features just make more sense that way.) Mod Download: better_armorstands-1.0.jar Source Download (do with it as you wish): src.zip
    • May 16, 2017
  9. SuperJedi224

    [1.11.2] Immovable Block

    SuperJedi224 replied to SuperJedi224's topic in Modder Support

    Yeah, that worked. Thanks again, diesieben.
    • May 13, 2017
    • 3 replies
  10. SuperJedi224

    [1.11.2] Immovable Block

    SuperJedi224 replied to SuperJedi224's topic in Modder Support

    Thanks, I'll try doing that.
    • May 13, 2017
    • 3 replies
  11. SuperJedi224 SuperJedi224 changed their profile photo May 13, 2017
  12. SuperJedi224

    [1.11.2] Immovable Block

    SuperJedi224 posted a topic in Modder Support

    I have a custom block (an instance of an anonymous subclass of my BlockGeneric class, which itself extends net.minecraft.Block) which I have marked (by overriding canEntityDestroy within the anonymous subclass) as indestructible by the ender dragon and would also like to mark as immovable by pistons. How would I do this?
    • May 13, 2017
    • 3 replies
  13. SuperJedi224

    [1.11.2] More Heads (Creative Mod)

    SuperJedi224 posted a topic in Mods

    This is a mod I put together over the last couple of days, which I was originally going to include as part of a larger mod I'm working on but wound up turning into its own separate mod instead. It's a fairly small mod which adds a new tab to the creative inventory containing a variety of custom player heads (plus the six default ones). Custom player heads are already obtainable in vanilla using commands, this mod just makes a selection of them available in the creative inventory. Screenshots: Download: heads-1.0.jar The source code for this mod is available here under a Creative Commons Attribution-Share Alike License.
    • May 11, 2017
    • 1 reply
  14. SuperJedi224

    Forge Loot Tables

    SuperJedi224 posted a topic in Suggestions

    Instead of using slightly different loot table syntaxes for vanilla loot tables and custom loot tables (why does it do this, anyway?), forge should allow you to use the vanilla syntax for both.
    • May 8, 2017
    • 1 reply
  15. SuperJedi224

    Breaking Doors and Avoiding water[1.10.2]

    SuperJedi224 replied to hackcr1258's topic in Modder Support

    Add an instance of EntityAIBreakDoor to its AI tasks.
    • May 8, 2017
    • 7 replies
  16. SuperJedi224

    [1.11.2] Custom Entity Rendering Inccorectly

    SuperJedi224 replied to SuperJedi224's topic in Modder Support

    And... after rearranging a few things in my proxy classes, that seems to have fixed it. Thanks, diesieben!
    • May 4, 2017
    • 3 replies
  • All Activity
  • Home
  • SuperJedi224
  • Theme

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