Skip to content
#

Minecraft

minecraft logo

Published by Mojang, Minecraft is a game that allows its players virtually unlimited creative and building authority in their 3D cube world.

Here are 10,976 public repositories matching this topic...

Paper
Fatih120
Fatih120 commented Nov 14, 2020

Describe your suggestion

When a build fails through the use of Baritone, it would be beneficial to report to the player why the build fails, whether it is an obstruction, missing material, et cetera. Having no verbose output makes troubleshooting difficult. Reporting what block is required or what external factors must be fixed would be helpful.

Settings

N/A

Context

"Unable to do

caelunshun
caelunshun commented Mar 2, 2021

Implement entity physics: gravity and collisions with blocks.

The basic algorithm for Minecraft entity physics is, each tick, to:

  1. Add velocity to position.
  2. For each axis (X/Y/Z) individually, check for collisions between the entity's bounding box and blocks. If there are any, clamp the entity's position to the edge of the block. There are some useful details on collision detection [here

Created by Markus Persson, Jens Bergensten

Released November 18, 2011

Website
minecraft.net/en-us
Wikipedia
Wikipedia