valence icon indicating copy to clipboard operation
valence copied to clipboard

A Rust framework for building Minecraft servers.

Results 138 valence issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [bevy_derive](https://github.com/bevyengine/bevy) to permit the latest version. Changelog Sourced from bevy_derive's changelog. Changelog While we try to keep the Unreleased changes updated, it is often behind and...

dependencies
rust

Updates the requirements on [bevy_hierarchy](https://github.com/bevyengine/bevy) to permit the latest version. Changelog Sourced from bevy_hierarchy's changelog. Changelog While we try to keep the Unreleased changes updated, it is often behind and...

dependencies
rust

Updates the requirements on [bitfield-struct](https://github.com/wrenger/bitfield-struct-rs) to permit the latest version. Release notes Sourced from bitfield-struct's releases. 0.5.6 This release introduces a new parameter to the #[bits] attribute for making fields...

dependencies
rust

## Describe the problem related to your feature request. There are no helpers for [Block Actions](https://wiki.vg/Block_Actions). This makes it nearly impossible to display animations. ## What solution would you like?...

enhancement

This adds the following methods in Value, ValueRef and ValueMut: - is_array - is_string - is_list - is_compound - as_i8_array - as_i32_array - as_i64_array - as_string - as_list - as_compound...

# Objective Update the protocol to version 765 for 1.20.4 and 1.20.3 # Solution - [x] Update and run extractor - [x] Implement new packets - [ ] Repair Valence

Since the last time I implemented world time, the `main` branch has been updated significantly. Merging my previous pull request #370 requires more effort than reimplementing from scratch. As a...

It would be convenient if `Instance` had some optional components for controlling state which is typically expected to be global to the instance. This includes the time of day, whether...

good first issue

## Valence Version bbb8aa57c14bde097d3685be27450bd5253c8ec6 ## What You Did Start a server, open minecraft with the same account twice, login at the server in both clients I've tested both with online...

bug

## Describe the problem related to your feature request. We have to copy-paste a bunch of crate-level attributes in every crate to enable some lints. ## What solution would you...

enhancement