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.

Leaderboard

Popular Content

Showing content with the highest reputation on 08/23/19 in all areas

  1. 1 point
    Scroll to the bottom of the page, please WARNING: After switching you might notice some posts with white around their text... this is caused by users copypasting rich text into their posts.
  2. Set through the code in the debugger. Try creating a new AxisAlignedBB
  3. Why not make it extend BowItem anyways? You can just override the methods and give it your own behavior. Then everyone will know it is a bow. Of course there is. You can change the boundingBox field in the entities class.
  4. return new ModelResourceLocation(stack.getItem().getRegistryName() + "_" + Math.min(stack.getCount(),3), "inventory");
  5. 1 point
    You are launching a vanilla server. To launch a Forge server you have to launch the Forge jar.
  6. Not really, no. If the block isn't fully opaque, the game assumes it is transparent, and begins rendering the sides of neighboring blocks.
  7. It only culls them if it is told to and this is controlled by a series of factors. Stuff like if it is opaque. Generally things that aren't full cubes are not culled because of the simple way minecraft checks if culling should happen. Is there a block on this side. Cool don't render this side then.
  8. Probably not the best option ya know. Taking a little peaksie into RangedBowAttackGoal it seems to wait for the bow to be ready to fire just like how the player does you can see this on line 129-130. So your option is to either extend RangedBowAttackGoal/Goal(parent class) and implement your own cooldown of sorts. OR create your own bow for the skeleton to use that has it's own cooldown set to a lower value. I like this option because it gives a drop for the SkeletonKing to drop.
  9. This is not a proper resource location it should look like this. new ResourceLocation("modid", "textures/path/to/file.png");

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.