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.

BinaryCodex

Members
  • Joined

  • Last visited

Everything posted by BinaryCodex

  1. Yep. That was it. I feel silly for not realizing that.
  2. I'm having a similar problem. As far as I can tell, I did it all correctly but still can't get it to work. [21:58:02] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [21:58:02] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found. [21:58:02] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== [21:58:02] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN test_mod [21:58:02] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- [21:58:02] [Client thread/ERROR] [TEXTURE ERRORS]: domain test_mod is missing 1 texture [21:58:02] [Client thread/ERROR] [TEXTURE ERRORS]: domain test_mod is missing a resource manager - it is probably a side-effect of automatic texture processing [21:58:02] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- [21:58:02] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain test_mod are: [21:58:02] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/key.png [21:58:02] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- [21:58:02] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain test_mod [21:58:02] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== [21:58:02] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= http://i1072.photobucket.com/albums/w371/DigitalCommander/Untitled_zpswmdw9oai.png[/img] package net.binarycodex.testmod; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.Item; public class ItemKey extends Item { private String name = "key"; public ItemKey() { setUnlocalizedName(TestMod.MODID + "_" + name); setTextureName(TestMod.MODID + ":" + name); setCreativeTab(CreativeTabs.tabMisc); } }

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.