Search results

  1. R

    GTFO: Gems are Truly Fabulous and Outrageous

    Changelog for 1.1a Bugfix for server crash. Removed some Sideonly Client overrides, and moved part of a line of code in the gemores file. If you are interested see the github files Implemented a test torch Same as vanilla, just with an awful texture, Mainly just seeing if I can make a...
  2. R

    Mod Feedback ChromatiCraft questions and suggestions

    Somehow that is what I expected from you.. Btw.. that light floor puzzle cellular autonomy.. OP
  3. R

    Mod Feedback ChromatiCraft questions and suggestions

    Alright guys, looking for a little nudge in the right direction here. I just got the 16th core from the chroma dimension, and now it is saying I need to repair a monument. I have not run across any monuments other than the dimensional cores puzzles in the chroma dimension, and the small altars...
  4. R

    Mod Feedback ChromatiCraft questions and suggestions

    Any time frame on when V10 will release? I have 12 of the 16 cores, and can't get the rest due to the Elemental Sonar Pinging back 0,0 as well. Regardless of this. All I have to say is... those puzzles are.... bordering on evil. Good job! (3D maze, and the other Maze were by far the hardest/most...
  5. R

    Help with making/configuring a chest, and a Light Source

    Chest Section: I'll preface this section with this tidbit. I have already implemented a chest, but its contents will not save after you save and quit. Thus, it isn't exactly useful as it stands now, my guess is I forgot a portion vital to saving contents when copying the vanilla chest code...
  6. R

    GTFO: Gems are Truly Fabulous and Outrageous

    Version 1.1 Released Changelog: Implemented AOE harvesting of blocks. Added Large tool types. These tools mine in a 3x3x1 area for their respective types of Pickaxe, Axe, Shovel and Dual Tool (combination of Pickaxe and Shovel). Crafting recipe's for the large tools are simply the base/normal...
  7. R

    How to Modify Repair Durability with Anvil Repair & AOE Mining to items?

    Thanks all, got it all working now. @Hlaaftana & @ljfa & @OreCruncher If you care to see the finished code (it is very similar to Tinker's original) here are the links. AOE Code https://github.com/Reignofmagic/GTFO/blob/NewMaster/src/main/java/com/reignofmagic/gems/init/AOEHarvestAxe.java...
  8. R

    How to Modify Repair Durability with Anvil Repair & AOE Mining to items?

    Yeah... I took too many things out. I re-copied all the code and fixed the bits I needed to and now everything is gravy, at least pickaxe wise. I'll attempt to get the shovel part working as well now! Edit: Got All tool types working currently. Including AOE Dual tool. So that is quite nifty!
  9. R

    How to Modify Repair Durability with Anvil Repair & AOE Mining to items?

    Like I said I have no idea how it works. I found code similar to that from 1.5 i believe and am using it with slight modifications I came up with to get it to work. I see it, and am using it. First attempt caused minecraft to freeze. (I had it at line 90 which is : int xRange =...
  10. R

    How to Modify Repair Durability with Anvil Repair & AOE Mining to items?

    How would I go about doing so? I'm not sure how to debug/fix something if there is no angry red lines in eclipse.
  11. R

    How to Modify Repair Durability with Anvil Repair & AOE Mining to items?

    Well I commented all that out and no change from before (aside from the shovel portion no longer working). Also the that line, in addition to the overrides allow it to be both a pickaxe and a shovel. It is the code I use for my dual tools as well. All I know is that it works.
  12. R

    [Curse|1.7.10] Gooeyless: A Cult of Kitteh concept pack [Challenge] [Unique Ore Processing]

    How do you handle crafting? Is it in-world similar to the runic altar/crafting table you can put on any block? This is the bit I'm interested about
  13. R

    How to Modify Repair Durability with Anvil Repair & AOE Mining to items?

    @Hlaaftana @ljfa Any Ideas on why the AOE Code isn't working, but has no errors? Or should I contact Boni about it?
  14. R

    How to Modify Repair Durability with Anvil Repair & AOE Mining to items?

    Thank you to all of you! I got the repair code working (side effect is that this affects all items, not just my mod. I'm ok with that although as I always thought Vanilla repairs were too expensive level wise)...
  15. R

    How to Modify Repair Durability with Anvil Repair & AOE Mining to items?

    Of course. I put everyone in the MCMod.Info file that I get some code from, and I'll start adding comments to my files themselves + my forum post. I had no intention of not doing it, but thanks for the reminder non-the less. As for the AOE Mining code, I'll take another crack at it this...
  16. R

    How to Modify Repair Durability with Anvil Repair & AOE Mining to items?

    Here is the code that I added to my Hoe file, it seems to ignore all the anvil things that I changed, although the repair part still work as it does in vanilla. I haven't pushed this to github because it isn't working, so see the spoiler below. For the repair adding to the tool material. I...
  17. R

    How to Modify Repair Durability with Anvil Repair & AOE Mining to items?

    Ok, is that any different from the code that I have in the item files themselves, aside from being in a unified location as opposed to spread across the 6 different files Hlaaftana? Because from what I can understand it is just adding the ability to repair to the tool/armor material line rather...
  18. R

    How to Modify Repair Durability with Anvil Repair & AOE Mining to items?

    Repair Question. So I'm using this method to repair my items @Override public boolean getIsRepairable(ItemStack par1ItemStack, ItemStack par2ItemStack) { return par2ItemStack.isItemEqual(new ItemStack(ModItems.gemPutty)) || super.getIsRepairable(par1ItemStack, par2ItemStack)...
  19. R

    Mod Feedback ChromatiCraft questions and suggestions

    Alright, that makes the caps easy. I'm going to go out on a limb here and say the crystal core is made from either cave crystal shards or an unbroken one. That or they or Iridescent crystals/power crystal. I'll see if I can find the correct item to use as the core. Put an issue up on the...
  20. R

    Mod Feedback ChromatiCraft questions and suggestions

    A couple quick questions Regarding the Thaumcraft/Chromaticraft Integration & one random one. First how do you craft the crystal wand core and the various caps as I don't see any recipes (either in the book or in nei) for them even when I maxed out my chromaticraft research in a test world...