Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

FallenMoons

Members
  • Joined

  • Last visited

  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!

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.