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 16,078 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
A lightweight, fast and extensible game server for Minecraft
-
Updated
Feb 21, 2022 - C++
A Minecraft Launcher which is multi-functional, cross-platform and popular
-
Updated
Mar 12, 2022 - Java
A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once
-
Updated
Mar 6, 2022 - C++
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
-
Updated
Mar 10, 2022 - Java
A server software for Minecraft: Bedrock Edition in PHP
-
Updated
Mar 12, 2022 - PHP
Is your feature request related to a problem? Please describe.
Shouldn't have to rely on node-minecraft-protocol for particle packets
Describe the solution you'd like
particles event
Describe alternatives you've considered
using bot._client.once('world_particles', onParticles)
Additional context
N/A
A Minecraft: Java Edition Launcher for Android and iOS based on Boardwalk. This repository contains source code for Android platform.
-
Updated
Mar 12, 2022 - Java
Microsoft MakeCode (PXT - Programming eXperience Toolkit)
-
Updated
Mar 11, 2022 - TypeScript
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
A simple Minecraft written in Rust with the Piston game engine
-
Updated
Aug 3, 2021 - Rust
A tool to select chunks from Minecraft worlds for deletion or export.
-
Updated
Feb 28, 2022 - Java
So in the prefix/suffix stacking section you can select several different formats that will end up building the combined prefix. I think it would be very useful that if you specify the same format twice that instead of adding the same prefix/suffix twice the second adds the next best.
So if you specify this:
meta-formatting:
prefix:
format:
- "highest"
- "highe全中文,分布式,高扩展性,开箱即用,支持 Docker,兼容 Minecraft 和其他部分游戏的服务端程序管理面板
-
Updated
Feb 28, 2022 - TypeScript
The essential plugin suite for Minecraft servers.
-
Updated
Mar 12, 2022 - Java
Home of the OpenComputers mod for Minecraft.
-
Updated
Jan 26, 2022 - Scala
1.18.2 Lightweight and multi-threaded Minecraft server
-
Updated
Mar 12, 2022 - Java
A Forge mod that implements SpongeAPI
-
Updated
Feb 22, 2022 - 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?
I wanted to create an entity that is only shown to one player, but I can still change and resend. Unfortunately, the only way to do that is to manually run Entity#hideEntity on every player on the server, and any that log on after the entity is spawned.
Describe the solution you'd like.
I would like there to be a Entity#hideEntityByDefault w