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.

GatoLeyo

Members
  • Joined

  • Last visited

  1. Hi I want to hire a modder to make a 1.16 mod, I would pay by PayPal and the total budget for it is 70$ The project has a lot of things completed in terms of models and textures but is missing 80% of the code and needs to be re written from the beginning since the current code is not good, further details will be discussed in private Details about the hardest parts of the mod: - Includes developing two new recipe systems which are almost the same but have some small differences - Includes custom block models (the models are already done) - Adds around 20 items that need to have custom nbt tags Requirements: - Discord account - Show at least one example of a mod project - Small coding test - Be at least 18 years old or have permission of your legal tutors
  2. Im new at modding so probably this have an obvious error but plz somebody tell me how can i make this works, it is intended to return a value in relation to the moon phase public float endWorldTick(TickEvent.WorldTickEvent event) { float x = 0; if(event.side.isServer() && event.phase == TickEvent.Phase.END) { World world = event.world; if(world.provider.getDimension() == 0) { if(world.getMoonPhase() == 1.0f) { x = 15.0f; } } } return x; }

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.