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 [egui](https://github.com/emilk/egui) to permit the latest version. Release notes Sourced from egui's releases. 0.27.2 - Fix blurry text on web, and other bug fixes egui is an...

dependencies
rust

Updates the requirements on [eframe](https://github.com/emilk/egui) to permit the latest version. Release notes Sourced from eframe's releases. 0.27.2 - Fix blurry text on web, and other bug fixes egui is an...

dependencies
rust

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

dependencies
rust

# Objective - Fixes #628 # Solution - In `init_client()`, I inserted the `CombatState` component into the player

## Valence Version 1331a790517ecfdbb30e5f34a5fcf5e9dca04a2f ## What You Did I ran the combat example (`cargo run --release --example combat`) and joined with two players. Afterwards, I used the players to punch...

bug
triage

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

dependencies
rust

## Valence Version valence#1331a790 ## Overview When changing the layer of a client to be a layer with a different dimension, the client says "loading terrain..." for what seems like...

bug
triage

Here are the steps that need to be taken to rewrite the project and get it updated to the latest version of the game, since folks were asking. Should be...

enhancement

# Objective - Make it easier to create PlayerHeads with a custom skin. # Solution - Quick utility function on the ItemStack struct that will add the necessary NBT for...

## Describe the problem related to your feature request. Compared with `tokio_uring` and `monoio`, `compio` has better performance and compatibility, and has better support for the windows platform. ## What...

enhancement