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.

nike4613

Members
  • Joined

  • Last visited

Everything posted by nike4613

  1. i sthere an easy way to loop through all recipe handlers?
  2. Hello! I'm trying to do just what the title says, but I cant quite figure out how to do this. FYI, I am not remaking NEI, but using it for something entirely different.
  3. It is not printing to the console.
  4. I am attempting to change the texture based on whether the graphics mode is. I am reading it with @SideOnly(Side.CLIENT) public void setGraphicsLevel(boolean fof) { this.isFancy = fof; TPDWSP.logger.log(Level.INFO, "Changed graphics level"); } (the logger works) and it is not being triggered. How do I get it to trigger? and how do I change the texture when it does?
  5. Hi! I am trying to make a leaf block whose color changes with the biome (like vanilla) and cannot quite figure out how. The block class: (LeVBlock has the texture and opaque rendering in it.) LeVBlock:
  6. Could I see a peice of code for server-side? For locating the entity?
  7. So how do I find the entity server-side?
  8. Code: When I use the item and all text is green, the entity moves, and then "unmoves", moves back to its original location. How do I fix it? And is it a server sync issue?
  9. I'm trying to rotate a tile entity model and it is causing inconsistant results. Any suggestions? Any help is appreciated! Renderer: Model:
  10. Do you know what to change the function to?
  11. I need a tile entity to update every tick or so. I found a page that talks about the updateTick function, but it isnt working for me. I have a System.out.println function that isnt happening. Any help is appreciated! Code: private long tickCounter; public void updateTick(World world, int x, int y, int z, Random par5Random) { if(tickCounter%mod_Eclipses.JarTickSpeed == 0){ long wt = world.getWorldTime(); System.out.println(wt); if(wt > 0 && wt < 12000){ setFluid(liquid1); }else if(wt > 12000 && wt < 24000){ setFluid(liquid2); } } tickCounter++; }
  12. Do you know what to change the names to?
  13. I have a tile entity that updates on right-click with certain items. Whenever I relog, the contents of the jar I'm making is deleted. Any help is appreciated! Code:
  14. Thanks, but no luck. It seems to have something to do with how and where I placed them from. I'm goning to try total transparency next. EDIT: Worked.
  15. What are the sourceFactor and destinationFactor?
  16. No go. Didnt work. Ive updated the original post texture.
  17. I am making a jar, and I have a good 3d model for it, but some of the faces aren't rendering throuch other faces. Srceenshots: Code: Any help is very appreciated!

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.