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.

thomas6886

Members
  • Joined

  • Last visited

Everything posted by thomas6886

  1. Hey guys, I have a question for you modders out there: How do you make minecraftforge pull his texture file from the same package your classes are in like buildcraft does with their buildcraft_resources? Thomas
  2. oh sorry than I don't know what to do
  3. First make a new package you can name it whatever you want then in that package make a class named ClientProxyModname put this in that package: http://pastebin.com/jpLxz1bx now in your main package make a class CommonProxymodname and put this in there: package yourmainpackage; public class CommonProxymodname { public void registerRenderThings(){ } }
  4. I see,, you could try making a proxy with a void in it
  5. Be a bit more specific, where do you see x-ray effect?
  6. Hey guys, I have a question, i'm working on a mod, and i've hit the point where i need to generate something on the surface only in swamplands, what do i have to give it for the y coord and how do i make a block only spawn in certain biomes. In my case Swampland. Thomas P.S. This is the part I need to edit: int Xcoord = blockX + random.nextInt(1); int Ycoord = random.nextInt(1) + 10; int Zcoord = blockZ + random.nextInt(1); (new WorldGenMinable(Dutchmodmain.veenblok.blockID, 30)).generate(world, random, Xcoord, Ycoord, Zcoord);

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.