Recent content by supremegamer76

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. S

    FTB - Curse FAQ (Help required)

    nvm i figured it out
  2. S

    FTB - Curse FAQ (Help required)

    sooo... what am i supposed to do in the curse launcher to get to the modpacks?
  3. S

    I need help with a few things...

    ya ok... the only reason why I don't want to use 1.7.10 is that its (to me) its not the latest update...
  4. S

    [1.8] Mod Development Help Thread/Updating to 1.8 Thread

    no ocean monuments/guardians/prismarine blocks were pretty good too
  5. S

    I need help with a few things...

    by the way this mod is for 1.8... so the registerblockicons and geticon might not work...
  6. S

    I need help with a few things...

    here is proof that it didn't work... Here is where I extended BlockRotatedPillar: package com.supremegamer76.minecraftplusmod.blocks; import net.minecraft.block.Block; import net.minecraft.block.BlockRotatedPillar; import net.minecraft.block.material.Material; public class BlockTest extends...
  7. S

    I need help with a few things...

    Nope doesn't work.... I extended it at BlockTest.java class but it didn't work...
  8. S

    I need help with a few things...

    ok I did that... what next?
  9. S

    I need help with a few things...

    Hi I had another post on one problem I had... now it's solved but I need more help... This thread is for any other help I need and I'll put my questions in here. first of all, I'm trying to make a block similar to dispensers but instead of the block doing right click things, it will do left...
  10. S

    What happened to" IIconRegister" in 1.8?

    I finally got it to work! I had to kind of replace the package in com.supremegamer76, MinecraftPlusMod to minecraftplusmod and in assets, MinecraftPlusMod to minecraftplusmod... and I had to fix a few things to make it work for "minecraftplusmod" and in the build.gradle I had to change whatever...
  11. S

    What happened to" IIconRegister" in 1.8?

    What version of eclipse (as in are you using eclipse mars?) and minecraft forge are you using?
  12. S

    What happened to" IIconRegister" in 1.8?

    ok maybe my computer is just weird...
  13. S

    What happened to" IIconRegister" in 1.8?

    I've been taking a look at the #inventory part of the error and I'm pretty sure its because of the ModelResourceLocation() method that I used in the "renderRegister" because I looked at the code for the ModelResourceLocation() method and it shows this...
  14. S

    What happened to" IIconRegister" in 1.8?

    I think I just saw another problem... in the references code I set the SERVER_PROXY_CLASS to "com.supremegamer76.MinecraftPlusMod.proxy.CommmonProxy"; instead of "com.supremegamer76.MinecraftPlusMod.proxy.CommonProxy"; so I accidently had 3 m's in Common instead of 2