Fallen_Breath

Results 12 issues of Fallen_Breath

Tested with 1.13.2 and 1.14.4 vanilla server When teleport(use command or something else) the bot to a new position, the bot will still receive packets from the old pisiton but...

Ported from [Carpet TIS Addition](https://github.com/TISUnion/Carpet-TIS-Addition) v1.20.0, code modified from [TISCarpet13](https://github.com/TISUnion/TISCarpet113) Doc: https://github.com/TISUnion/TISCarpet113/blob/TIS-Server/docs/Features.md#lifetime ``` /lifetime tracking [start|stop|restart|realtime] /lifetime filter [set |clear] /lifetime [life_time|spawning|removal [realtime]] ``` ## Codes All related classes of...

## To Reproduce 1. Join single player 2. Make a rail line and place a minecart and let it move 3. `/tick freeze` 4. Teleport to the minecart with `/tp`...

The code usage demo in the Value access section of the JSON Pointer document does not work correctly https://json.nlohmann.me/features/json_pointer/#value-access https://github.com/nlohmann/json/blob/a259ecc51e1951e12f757ce17db958e9881e9c6c/docs/mkdocs/docs/features/json_pointer.md?plain=1#L62-L78 There are 3 mistakes in the code above: 1. (line...

documentation
S

To reproduce ```java package me.fallenbreath.playground; import org.asynchttpclient.proxy.ProxyType; import static org.asynchttpclient.Dsl.*; public class Main { public static void main(String[] args) throws Exception { var proxyServer = proxyServer("127.0.0.1", 1081). setProxyType(ProxyType.SOCKS_V5); try (var...

Defect

## What Constructing a `MarkdownRenderer` modifies a global array (`mistletoe.block_token.remove_token`), which is not concurrent safe https://github.com/miyuchina/mistletoe/blob/b911e5b64a98d537bb44a0212cbf8fa708d37d48/mistletoe/markdown_renderer.py#L112 As a result, using renderers in multiple threads at the same time results in...

bug
documentation

### Instructions If a inventory block with contents inside is placed without updates next to a hopper, the hopper will not pull / push items from / to the inventory...

T-bug
A-mods
S-confirmed
F-good-issue

The issue is splitted from #442 #### Instructions The following tnt duper behavior changes when the tnt entity is nearby a chunk border #### Reproduction Steps 1. Install [fabric-carpet](https://github.com/gnembon/fabric-carpet) mod...

bug
confirmed
good issue report

### Is there an existing feature request for this? - [X] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to...

feature request

When processing sources, it doesn't recognize tab character as valid indentation, only space characters will be recognized as indentation (See `PreprocessTask`) Maybe adding an optional parameter to switch between space...

enhancement