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.

GuyGoodThe

Members
  • Joined

  • Last visited

Everything posted by GuyGoodThe

  1. Hi my event work, i see my print in Terminal, and i see the test line But the addEntitySpawn doesn't work
  2. Hello, i'm working on a project that add companions in minecraft, i have done the IA and all the other stuff. But when it come to gen data i'm a little bit lost. So i know that to spawn a entity i need to subscribe it to an event, and i found the "StructureSpawnListGatherEvent" but it won't work. I succes if try to spawn it in a biome. There is my code : @Mod.EventBusSubscriber(modid = CompanionMod.MODID) public class WorldGenerationEvents { @SubscribeEvent public static void StructureSpawnEvent(final StructureSpawnListGatherEvent event){ System.out.println(event.getStructure()); if(event.getStructure() == StructureFeature.VILLAGE){ System.out.println("test"); event.addEntitySpawn(MobCategory.CREATURE, new MobSpawnSettings.SpawnerData(Registration.COMPANION.get(),200,5,10)); } } } Thanks for your help, and sorry for my poor english.

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.