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 17,624 public repositories matching this topic...
-
Updated
Dec 8, 2021 - Python
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
Jun 23, 2022 - C++
-
Updated
Jun 20, 2022 - Java
-
Updated
Jun 13, 2022 - C++
-
Updated
Jun 23, 2022 - Java
The documentation for mineflayer.Container says: "Extends windows.Window for chests, dispensers, etc... See bot.openChest(chestBlock or minecartchestEntity).". However, the documentation for bot.openChest() says "Deprecated. Same as openContainer". The documentation for mineflayer.Container should probably directly point at bot.openContainer().
-
Updated
Jun 20, 2022 - Java
-
Updated
Jun 23, 2022 - PHP
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Jun 19, 2022 - Java
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
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
-
Updated
Jun 9, 2022 - Rust
-
Updated
Jun 18, 2022 - TypeScript
Description
I would love to have some proper topological sorts in LP, so that I can ensure that before a group is processed, all the things inheriting from it has already been processed.
Proposed Behaviour
Two new options for inheritance-traversal-algorithm. "Reversed-dfs-post" which does a DFS-post sort, and reverses the order, and "khan" which performs Khan's algorithm.
Extra D
-
Updated
Jun 23, 2022 - Java
-
Updated
Jun 23, 2022 - Java
-
Updated
Jun 22, 2022 - Java
-
Updated
Jun 21, 2022 - Scala
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?
As of right now, the plugin update logic uses a rather questionable spigot-made method to copy the updated plugin jar into the plugin folder: https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/browse/src/main/java/org/bukkit/util/FileUtil.java#22
As a side effect of this, IOExceptions that occure while copying the updated plugin jar