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.

TheOnlyTails

Members
  • Joined

  • Last visited

Everything posted by TheOnlyTails

  1. I tried both, and both yielded the same result (as if nothing has changed).
  2. @SubscribeEvent public static void onSheepJoinWorld(EntityJoinWorldEvent event) { Entity entity = event.getEntity(); if (entity instanceof SheepEntity && !(entity instanceof RubySheepEntity)) { SheepEntity sheepEntity = (SheepEntity) entity; sheepEntity.goalSelector.addGoal(2, new BreedGoal(sheepEntity, 1.0f, RubySheepEntity.class)); } } Here's the code for the event. The problem might be that I set the priority to be the same as the regular BreedGoal.
  3. I've already tried adding it using an EntityJoinWorldEvent, but it didn't work (the goal was added, I checked).
  4. Thanks! I didn't think that was in the biome file, so I searched in the world/gen folder.
  5. I'm looking for the spawning parameters for sheep.
  6. When breaking my custom block, it shows the "no texture" (black and purple square) texture. How do I fix it?

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.