Minecraft
Published by Mojang, Minecraft is a game that allows its players virtually unlimited creative and building authority in their 3D cube world.
Here are 14,035 public repositories matching this topic...
-
Updated
Oct 3, 2021 - Python
-
Updated
Oct 3, 2021 - C++
Is there a way to continue a task if it got aborted by baritone not the player, or after a player reconnects to the server?
Like, im tunneling with lots of picks in my inventory. sometimes, the server cant keep up and chunks stop loading.
once baritone runs into unloaded chunks, the task get cancelled.
also when my connection resets for some reason, i need to reconnect, after that, bariton
-
Updated
Oct 17, 2021 - Java
-
Updated
Oct 16, 2021 - Java
-
Updated
Oct 16, 2021 - C++
-
Updated
Oct 15, 2021 - PHP
- The FAQ doesn't contain a resolution to my issue
Versions
- mineflayer: 3.11.0
- server: Unrelated
- node: 16.9.0
- typescript: 4.4.3
Detailed description of a problem
ContainerWindow methods, such as close() and withdraw() are not recognized by typescript for me, throwing the error below
https://i.i
-
Updated
Oct 16, 2021 - Java
-
Updated
Oct 15, 2021 - TypeScript
-
Updated
Aug 3, 2021 - Rust
1.13 Tasks
Glowstone needs your help with the huge 1.13 technical update!
1.13 project board
1.13 task list
#957 - 1.13 PR. Please base your contributions on and make PRs to this branch (1.13).
Glowkit 1.13 - If you need to make API changes, bas
API Event Coverage
Entity physics
Implement entity physics: gravity and collisions with blocks.
The basic algorithm for Minecraft entity physics is, each tick, to:
- Add velocity to position.
- 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
-
Updated
Oct 10, 2021 - Java
-
Updated
Oct 16, 2021 - Java
-
Updated
Oct 8, 2021 - Scala
-
Updated
Oct 16, 2021 - Java
-
Updated
Sep 29, 2021 - JavaScript
-
Updated
Oct 10, 2021 - Java
-
Updated
Oct 11, 2021 - Java
Created by Markus Persson, Jens Bergensten
Released November 18, 2011
- Website
- minecraft.net/en-us
- Wikipedia
- Wikipedia
Is your feature request related to a problem?
When deploying Minecraft servers at scale, you would want to automate as much as you can. What I would like to achieve is an immutable Docker image to deploy my Minecraft server. I would like to store Bukkit, Spigot, Paper, etc config inside the Docker image. However, it is not a good idea to store sensitive information like forwarding secret insi