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 }}
scifi6546
/
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
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 3, 2020
channged villager spelling
scifi6546
committed
00a716b
View commit details
Copy full SHA for 00a716b
View code at this point
Browse repository at this point
ran cargo-fmt
scifi6546
committed
2351cfe
View commit details
Copy full SHA for 2351cfe
View code at this point
Browse repository at this point
added summon command
scifi6546
committed
a6ad74a
View commit details
Copy full SHA for a6ad74a
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
Rename ItemTags to ItemNbt and add nbt to item entities
Deliquescence
committed
8174451
View commit details
Copy full SHA for 8174451
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
Add from_inventory_index fn
Deliquescence
committed
cd4c5a3
View commit details
Copy full SHA for cd4c5a3
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
Add/update tests for item damage
Deliquescence
committed
9e07da4
View commit details
Copy full SHA for 9e07da4
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 #280 from Schuwi/non-x86-compilation
Show description for 23111fb
caelunshun
authored
23111fb
View commit details
Copy full SHA for 23111fb
View code at this point
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
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 24, 2020
Register on_chunk_cross_mark_modified event handler
Schuwi
committed
06779ca
View commit details
Copy full SHA for 06779ca
View code at this point
Browse repository at this point
Commits on Jul 23, 2020
Fix empty favicon being sent to server ping
Show description for f8aa167
hjarrell
committed
f8aa167
View commit details
Copy full SHA for f8aa167
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 19, 2020
Change how commands handle successes, implement clear command (#279)
Show description for 34c40eb
Molive-0
authored
34c40eb
View commit details
Copy full SHA for 34c40eb
View code at this point
Browse repository at this point
Commits on Jul 18, 2020
Update simdnoise dependency
Schuwi
committed
9e698cb
View commit details
Copy full SHA for 9e698cb
View code at this point
Browse repository at this point
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
Re-introduce fixed shortcut in feather-server-chunk/save.rs
Schuwi
committed
6471625
View commit details
Copy full SHA for 6471625
View code at this point
Browse repository at this point
Unpack some deep nesting as per code review
Schuwi
committed
5c54175
View commit details
Copy full SHA for 5c54175
View code at this point
Browse repository at this point
target-guard `is_x86_feature_detected!` in feather-server-worldgen
Schuwi
committed
f1856cb
View commit details
Copy full SHA for f1856cb
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 Jul 6, 2020
Merge pull request #273 from BuggStream/textargument-input-advance-to-end
Show description for 026a7a6
caelunshun
authored
026a7a6
View commit details
Copy full SHA for 026a7a6
View code at this point
Browse repository at this point
Commits on Jun 28, 2020
Update TextArgument with fixed advance_to_end
BuggStream
committed
4c6b086
View commit details
Copy full SHA for 4c6b086
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
Remove chunk data serialization workaround to use serde serialization instead
Schuwi
committed
f0b0054
View commit details
Copy full SHA for f0b0054
View code at this point
Browse repository at this point
Commits on Jun 16, 2020
Rewrite of packed_u9 + tests, removed panics ; fmt, clippy, testing
Schuwi
committed
c0584d3
View commit details
Copy full SHA for c0584d3
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
Merge pull request #257 from feather-rs/block-entities
Show description for 3e7570e
caelunshun
authored
3e7570e
View commit details
Copy full SHA for 3e7570e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.