Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
CDFN
/
feather
Public
forked from
feather-rs/feather
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
feather
server
player
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 23, 2020
Fix order of logging and dispatching a command
toiglak
committed
03954a1
View commit details
Copy full SHA for 03954a1
View code at this point
Browse repository at this point
Commits on Aug 18, 2020
Implement maximum durability and breaking used tools (#299)
Show description for 6fc2f2c
Deliquescence
authored
6fc2f2c
View commit details
Copy full SHA for 6fc2f2c
View code at this point
Browse repository at this point
Merge pull request #304 from toiglak/297-fix-items-drop-outside-inventory-window
Show description for 0bdb306
caelunshun
authored
0bdb306
View commit details
Copy full SHA for 0bdb306
View code at this point
Browse repository at this point
Fix clippy lint affecting old code
caelunshun
committed
eb5259b
View commit details
Copy full SHA for eb5259b
View code at this point
Browse repository at this point
Consume arrows when shooting in survival mode
caelunshun
committed
a8fe2c3
View commit details
Copy full SHA for a8fe2c3
View code at this point
Browse repository at this point
Commits on Aug 17, 2020
Fix dropping items outside the inventory window
toiglak
committed
173802b
View commit details
Copy full SHA for 173802b
View code at this point
Browse repository at this point
Commits on Aug 10, 2020
Prevent panic when trying to place a block at y=256
Show description for 8c91f9a
Schuwi
committed
8c91f9a
View commit details
Copy full SHA for 8c91f9a
View code at this point
Browse repository at this point
Commits on Jul 31, 2020
Fix style issues
Deliquescence
committed
c7ae682
View commit details
Copy full SHA for c7ae682
View code at this point
Browse repository at this point
Commits on Jul 28, 2020
Fix clippy::trivially_copy_pass_by_ref
Deliquescence
committed
0dfe013
View commit details
Copy full SHA for 0dfe013
View code at this point
Browse repository at this point
Correct amount of damage done to tool when digging
Deliquescence
committed
02246b7
View commit details
Copy full SHA for 02246b7
View code at this point
Browse repository at this point
Commits on Jul 27, 2020
Fix inventory clicking not respecting nbt
Deliquescence
committed
e9fdb49
View commit details
Copy full SHA for e9fdb49
View code at this point
Browse repository at this point
Replace some usages of ItemStack::new so data is kept when making copies
Deliquescence
committed
fdb41f2
View commit details
Copy full SHA for fdb41f2
View code at this point
Browse repository at this point
Fix ItemStacks in server player create and switch to From impl
Deliquescence
committed
c39fd78
View commit details
Copy full SHA for c39fd78
View code at this point
Browse repository at this point
Initial implementation of tool damage
Deliquescence
committed
6794e0a
View commit details
Copy full SHA for 6794e0a
View code at this point
Browse repository at this point
Commits on Jul 25, 2020
Merge pull request #282 from Schuwi/tags-packet
Show description for 062eaee
caelunshun
authored
062eaee
View commit details
Copy full SHA for 062eaee
View code at this point
Browse repository at this point
Merge pull request #281 from Schuwi/simplified-kind
Show description for 36419a0
caelunshun
authored
36419a0
View commit details
Copy full SHA for 36419a0
View code at this point
Browse repository at this point
Merge pull request #276 from Schuwi/fix-duplication
Show description for 5bddc7b
caelunshun
authored
5bddc7b
View commit details
Copy full SHA for 5bddc7b
View code at this point
Browse repository at this point
Commits on Jul 21, 2020
Address review comments
Schuwi
committed
690b418
View commit details
Copy full SHA for 690b418
View code at this point
Browse repository at this point
Commits on Jul 18, 2020
Implement basics of Tags and HeldItemChangeClientbound packets
Schuwi
committed
a2b38bb
View commit details
Copy full SHA for a2b38bb
View code at this point
Browse repository at this point
Commits on Jul 15, 2020
Implement SimplifiedBlockKind and refactoring
Show description for 148cc9e
Schuwi
committed
148cc9e
View commit details
Copy full SHA for 148cc9e
View code at this point
Browse repository at this point
Fix double block break effect
Show description for 7856574
Deliquescence
committed
7856574
View commit details
Copy full SHA for 7856574
View code at this point
Browse repository at this point
Commits on Jul 14, 2020
Fix entity duplication and add Velocity and PreviousVelocity to player
Schuwi
committed
0be57a0
View commit details
Copy full SHA for 0be57a0
View code at this point
Browse repository at this point
Commits on Jun 14, 2020
Fix most of the stuff that prevents my example vanilla world from loading
Schuwi
committed
4fdfaf6
View commit details
Copy full SHA for 4fdfaf6
View code at this point
Browse repository at this point
Commits on Jun 11, 2020
Handle breaking of large chests
caelunshun
committed
885922d
View commit details
Copy full SHA for 885922d
View code at this point
Browse repository at this point
Fix chest entities occasionally failing to spawn
caelunshun
committed
474f950
View commit details
Copy full SHA for 474f950
View code at this point
Browse repository at this point
Implement interaction with large chests
caelunshun
committed
fa27727
View commit details
Copy full SHA for fa27727
View code at this point
Browse repository at this point
Update interaction handlers to use inventory crate
Show description for ac25a2a
caelunshun
committed
ac25a2a
View commit details
Copy full SHA for ac25a2a
View code at this point
Browse repository at this point
Commits on Jun 10, 2020
Use Block Action packet to spawn chest on client
Show description for 1714027
caelunshun
committed
1714027
View commit details
Copy full SHA for 1714027
View code at this point
Browse repository at this point
Handle Close Window to reset player's window
Show description for 5862565
caelunshun
committed
5862565
View commit details
Copy full SHA for 5862565
View code at this point
Browse repository at this point
Successfully handle inventory interaction with chests
caelunshun
committed
a3c9389
View commit details
Copy full SHA for a3c9389
View code at this point
Browse repository at this point
Rename InventoryUpdateEvent::player => entity
Show description for 81ea7e5
caelunshun
committed
81ea7e5
View commit details
Copy full SHA for 81ea7e5
View code at this point
Browse repository at this point
Successfully open chest inventory
caelunshun
committed
1ef7faa
View commit details
Copy full SHA for 1ef7faa
View code at this point
Browse repository at this point
Commits on Jun 9, 2020
Merge pull request #264 from Schuwi/small-fixes
Show description for 5c7e6ee
caelunshun
authored
5c7e6ee
View commit details
Copy full SHA for 5c7e6ee
View code at this point
Browse repository at this point
Merge current develop branch
Schuwi
committed
d31d30e
View commit details
Copy full SHA for d31d30e
View code at this point
Browse repository at this point
Commits on Jun 8, 2020
Prevent shooting a bow from crashing the server
Show description for bf3e219
Schuwi
committed
bf3e219
View commit details
Copy full SHA for bf3e219
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.