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
Accelerator
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
Branch selector
develop
User selector
All users
All time
Commit history
Commits on Aug 27, 2020
Merge pull request #298 from toiglak/kick-command
Show description for ba22a63
caelunshun
authored
ba22a63
View commit details
Copy full SHA for ba22a63
Browse repository at this point
Commits on Aug 25, 2020
Update /kick to use disconnect_and_log()
toiglak
committed
c3e90e1
View commit details
Copy full SHA for c3e90e1
Browse repository at this point
Fix/refactor game.disconnect()
Show description for 25d22d0
toiglak
committed
25d22d0
View commit details
Copy full SHA for 25d22d0
Browse repository at this point
Commits on Aug 23, 2020
Fix order of logging and dispatching a command
toiglak
committed
03954a1
View commit details
Copy full SHA for 03954a1
Browse repository at this point
Revert "Set -C debuginfo=0 in CI for smaller cache sizes (#305)"
Show description for 8d607b3
caelunshun
committed
8d607b3
View commit details
Copy full SHA for 8d607b3
Browse repository at this point
reverse the hashmap in codegen (#302)
Show description for 1e47f27
PonasKovas
authored
1e47f27
View commit details
Copy full SHA for 1e47f27
Browse repository at this point
Commits on Aug 21, 2020
Merge branch 'develop' of https://github.com/feather-rs/feather into kick-command
toiglak
committed
70243d0
View commit details
Copy full SHA for 70243d0
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
Browse repository at this point
Set -C debuginfo=0 in CI for smaller cache sizes (#305)
Show description for cd90d94
caelunshun
authored
cd90d94
View commit details
Copy full SHA for cd90d94
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
Browse repository at this point
Fix clippy lint affecting old code
caelunshun
committed
eb5259b
View commit details
Copy full SHA for eb5259b
Browse repository at this point
Consume arrows when shooting in survival mode
caelunshun
committed
a8fe2c3
View commit details
Copy full SHA for a8fe2c3
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
Browse repository at this point
Commits on Aug 16, 2020
Implement /kick command
toiglak
committed
f583481
View commit details
Copy full SHA for f583481
Browse repository at this point
Commits on Aug 12, 2020
Merge pull request #294 from Schuwi/fix-placement-out-of-bounds
Show description for 5b27cef
caelunshun
authored
5b27cef
View commit details
Copy full SHA for 5b27cef
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
Browse repository at this point
Commits on Aug 1, 2020
Merge pull request #288 from Deliquescence/tool-durability
Show description for 5e22d74
caelunshun
authored
5e22d74
View commit details
Copy full SHA for 5e22d74
Browse repository at this point
Commits on Jul 31, 2020
Fix style issues
Deliquescence
committed
c7ae682
View commit details
Copy full SHA for c7ae682
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
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
Browse repository at this point
Commits on Jul 27, 2020
Fix item collection not respecting nbt
Deliquescence
committed
68149b9
View commit details
Copy full SHA for 68149b9
Browse repository at this point
Fix inventory clicking not respecting nbt
Deliquescence
committed
e9fdb49
View commit details
Copy full SHA for e9fdb49
Browse repository at this point
Rename ItemTags to ItemNbt and add nbt to item entities
Deliquescence
committed
8174451
View commit details
Copy full SHA for 8174451
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
Browse repository at this point
Add from_inventory_index fn
Deliquescence
committed
cd4c5a3
View commit details
Copy full SHA for cd4c5a3
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
Browse repository at this point
Add/update tests for item damage
Deliquescence
committed
9e07da4
View commit details
Copy full SHA for 9e07da4
Browse repository at this point
Initial implementation of tool damage
Deliquescence
committed
6794e0a
View commit details
Copy full SHA for 6794e0a
Browse repository at this point
Commits on Jul 25, 2020
Merge pull request #280 from Schuwi/non-x86-compilation
Show description for 23111fb
caelunshun
authored
23111fb
View commit details
Copy full SHA for 23111fb
Browse repository at this point
Merge pull request #282 from Schuwi/tags-packet
Show description for 062eaee
caelunshun
authored
062eaee
View commit details
Copy full SHA for 062eaee
Browse repository at this point
Merge pull request #286 from Schuwi/rust-v1.45
Show description for 185bd1b
caelunshun
authored
185bd1b
View commit details
Copy full SHA for 185bd1b
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
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
Browse repository at this point
Commits on Jul 24, 2020
Fix updated clippy lint and update Cargo.lock
Schuwi
committed
b770bac
View commit details
Copy full SHA for b770bac
Browse repository at this point
Register on_chunk_cross_mark_modified event handler
Schuwi
committed
06779ca
View commit details
Copy full SHA for 06779ca
Browse repository at this point
Previous
Next
You can’t perform that action at this time.