Jump to content

FallenMoons

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by FallenMoons

  1. Not sure why it's not loading. I've been at this for hours. Here's the code: BlockMS.java Block_Red.java ModBlocks.java My file structure for the texture goes like: src>main>(java is here too but that's not important)resources>assets>moonsstuff>textures>blocks>blockRed.png Thanks for the help guys, I'm really stumped. EDIT: I'd like to add that I have an item using a very similar system that displays the correct texture, but the block will not. EDIT: Fixed it. Simple mis-type. In my BlockMS.java I accidentally put a "$" in front of my "%s" so it was checking the wrong directory. @Override @SideOnly(Side.CLIENT) public void registerBlockIcons(IIconRegister iconRegister) { blockIcon = iconRegister.registerIcon(String.format("[b]$[/b]s%s", getUnwrappedUnlocalizedName(this.getUnlocalizedName()))); }
  2. Okay... So my client runs fine, the server however will start but then crashes... I've been looking but I'm not really sure. One of the mods wanted a different version of forge, so I installed that version of forge and now all the other mods are having a fit! (As far as I can tell) So, some insight from more experienced people would be great! Thanks a lot! Crash Log: http://pastebin.com/P4zgwWAj FML-Server-Latest Log: (Don't have pro and file is too large (by 110kb)) PT1: http://pastebin.com/Bj50YzG3 PT2: http://pastebin.com/qf7c5YSz Latest Log: http://pastebin.com/mFuUcG4f If I missed anything, let me know! And again, thank you! EDIT: Fixed the problem. It seems that MineChem was causing the issue. I just removed it from the pack and it was fixed!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.