pmmp / PocketMine-MP

A server software for Minecraft: Bedrock Edition in PHP
https://pmmp.io
GNU Lesser General Public License v3.0
3.26k stars 1.54k forks source link

Added 1.21 banner patterns. #6368

Closed ipad54 closed 3 months ago

ipad54 commented 3 months ago

Introduction

Added 1.21 banner patterns.

Changes

API changes

Added BannerPatternType::FLOW, BannerPatternType::GUSTER

Tests

You can test it by typing /give your_name banner 1 {"Patterns":[{"Color":6,"Pattern":"flw"}]} and /give your_name banner 1 {"Patterns":[{"Color":6,"Pattern":"gus"}]}.

I tested this PR by doing the following:

mukeenanyafiq commented 3 months ago

is it really that easy?