RaymondBlaze

Results 9 issues of RaymondBlaze

This PR solved #432 : Ropes now can be collected from top using Shift + Right Click. Additional information: 1. Player must have its mainhand empty to do this. 2....

Currently, prefix and suffix are in the form of `adj.` and `of noun.` and added to the beginning/end of the item name. This is reasonable for most language like English,...

enhancement

### Intro The Kekimurus in Botania is known for generating mana from eating cakes. Botania's code only checks for `CakeBlock` and thus only vanilla cake and some modded cakes. Since...

integration

The non-breaking change part for #1330, introduced 4 new events for `LivingEntity` and `ProjectileWeaponItem`. - `ProjectileWeaponLoadEvent.Pre` - an advanced version of the original `ArrowNockEvent`, supports `Player` and mobs who uses...

enhancement
1.21
needs rebase

Closes #1313. Introduce a `disableSweepAttack` field to the `CriticalHitEvent`, equals to `isVanillaCritical` by default, matching vanilla behavior. Now the sweep attack will only be disabled when `isCriticalHit()` and `disableSweepAttack()` both...

enhancement
1.21

### Context - Vanilla has some hardcoded special case for building tooltip for attribute modifiers in `ItemStack`, like the weapon attack damage and attack speed modifier and the `Attributes.KNOCKBACK_RESISTANCE`. -...

bug
enhancement
1.21

- Fixes #1060 by checking if cures matches default cures in `MobEffectInstance#asDetails`. - Make `MobEffectInstance#update` ~~use the intersection of both effect's cure~~ use the cures of the effect instance of...

Fixes #8048. ### Overview This PR reworked the Processing Recipe system in order to: - Better adapt the `Codec`/`StreamCodec` based `RecipeSerializer` system in 1.21.1 - Remove unavailable recipe id context...

area: api
pr type: feature

### Description A `SimpleRegistry` should be added for the special fuel so they don't share the same super burn time, the remaining normal burn time after super burning ends should...

area: api