IvanCraft623

Results 24 issues of IvanCraft623

## Introduction Implement Suspicious Stew and its features. ## Follow-up StringToItemParser must contain all suspicious stews? ## Tests https://user-images.githubusercontent.com/57236932/184469655-1ed49cd2-7995-428e-8b84-065281b56fa8.mp4

### Issue description Although the code for dyeing these armors is present, when attempting to dye, only the amount of water in the cauldron is reduced and the armor is...

Category: Gameplay
Status: Debugged
Line: Bleeding Edge

## Introduction Implement the nametags and their function (currently only obtainable through commands because there are no anvils). ## Follow-up - https://github.com/pmmp/Language/pull/134 ## Tests https://youtu.be/DCpjGbXHEh0 (The interactive tag for fishing...

Category: Gameplay
Type: Contribution
Line: Bleeding Edge

## Introduction Currently when trying to dye leather armor in a cauldron, it simply does not seem to work. ## Tests Result: https://user-images.githubusercontent.com/57236932/181696010-ff57ac95-ee60-4b66-9359-31d701437e46.mp4

## Introduction Implements item and trident projectile. ## Changes ### API changes `Projectile::onHit()` now returns `Vector3` representing the new projectile motion. ### Behavioural changes `Projectile::onHitEntity()` no longer flags the projectile...

Category: Gameplay
BC break
Status: Waiting on Author
Type: Enhancement

## Introduction According to the tests in Vanilla, motion is added to the entity's motion, allowing features such as TNT cannons. ### Behavioural changes Explosion knockback has changed ## Backwards...

## Introduction Adds the sound of burping when eating cake ### Relevant issues * Fixes #5157

## Introduction The CustomNameAlwaysVisible tag is not being read/saved in the entities, causing data loss. ### Relevant issues * Fixes #4669 ## Tests ```php $human = new Human($location, $skin); $human->setNameTag("mctestDylan");...

Category: API
Type: Fix

## Introduction As it is well explained in the related issue, Furnaces produce xp and store that amount in them until a player picks up an item from their result...

Category: Gameplay
Type: Contribution
Line: Experimental

## Introduction This pull request will remove the limit for plugin developers to only set strings as labels. ## Justification In some cases, for example when the button references an...