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.

TheRPGAdventurer

Members
  • Joined

  • Last visited

Everything posted by TheRPGAdventurer

  1. By the way I use 1.10.2 version.
  2. How do i look at vanilla examples? I can't find them in eclipse.
  3. Hey guys kind of a noob modder just started for 3 months, :D. I was thinking how to make my entities shoot projectiles like arrows and stuff. I know I need to make a class for my projectile but I'm more like looking for a tutorial. Thanks! every comment is appreciated.
  4. No worries already fixed it.
  5. D Still crashing, here is the class where it crashes package com.TheRPGAdventurer.items; import com.TheRPGAdventurer.blocks.BlockDragonBreedEgg; import com.TheRPGAdventurer.entity.breeds.EnumDragonBreed; import net.minecraft.item.ItemBlock; import net.minecraft.item.ItemStack; import net.minecraft.util.text.translation.I18n; public class ItemDragonBreedEgg extends ItemBlock { public static final ItemDragonBreedEgg INSTANCE = new ItemDragonBreedEgg(); public ItemDragonBreedEgg() { super(BlockDragonBreedEgg.INSTANCE); setMaxDamage(0); setHasSubtypes(true); } @Override public int getMetadata(int metadata) { return metadata; } @Override public String getItemStackDisplayName(ItemStack stack) { EnumDragonBreed type = EnumDragonBreed.META_MAPPING.inverse().get(stack.getMetadata()); String breedName = I18n.translateToLocal("entity.RealmOfTheDragons.RealmOfTheDragon." + type.getName() + ".name"); return I18n.translateToLocalFormatted("item.dragonEgg.name", breedName); } }
  6. http://pastebin.com/HLwZqSpp
  7. Hi I made a mod using eclipse and every time I run my mod I get this error, [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded. [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded. I want to know what state engine is and what it does, every comment is 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.