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.

Featured Replies

I made an API for your Developer cape needs. :D It uses a txt file that has all the usernames you need in it. The txt file is hosted on a server like dropbox. The capes are also hosted there, and all the groups and urls are given in the txt file. :D Don't worry if that sounds complicated, a sample is given on the GitHub.

 

https://github.com/jadar/DeveloperCapesAPI

 

It works. I'm using it in my mod.

I don't want to be mean, but it looks like a pretty wasteful solution. I might have overlooked something, but it seems like the api in every tick is iterating over all players and doing stuff. The original code is looking for cloaks only once after entity is spawned.

mnn.getNativeLang() != English

If I helped you please click on the "thank you" button.

I don't want to be mean, but it looks like a pretty wasteful solution. I might have overlooked something, but it seems like the api in every tick is iterating over all players and doing stuff. The original code is looking for cloaks only once after entity is spawned.

 

yes its true that it checks all entities every tick

it can be done via ASM library to only process entities once, just like the original method does. I have it implemented, you can take a look - https://github.com/mnn/jaffas/tree/master/src/minecraft/monnef/core/asm. it's a bit more work, but I don't want to stress cpu (potentially lowering fps) of players of my mod more that it's actually needed.

mnn.getNativeLang() != English

If I helped you please click on the "thank you" button.

Capes really? Theres a reason why forge hasnt exposed this.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Guest
This topic is now closed to further replies.

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.