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 }}
ByteCoding
/
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
feature/tree-generation
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 15, 2019
Prevent trees from spawning next to each other
caelunshun
committed
983c1dc
View commit details
Copy full SHA for 983c1dc
Browse repository at this point
Fix column_seed()
caelunshun
committed
ba55640
View commit details
Copy full SHA for ba55640
Browse repository at this point
Fix tree schematic
caelunshun
committed
87c8ad8
View commit details
Copy full SHA for 87c8ad8
Browse repository at this point
Initial implementation: tree finisher
caelunshun
committed
bacfeb7
View commit details
Copy full SHA for bacfeb7
Browse repository at this point
Implement oak tree schematic generator
caelunshun
committed
8ec312c
View commit details
Copy full SHA for 8ec312c
Browse repository at this point
Implement schematic struct to start on tree generation
caelunshun
committed
a416d5d
View commit details
Copy full SHA for a416d5d
Browse repository at this point
Commits on Sep 14, 2019
Fix test_load_config (#136)
aramperes
authored and
caelunshun
committed
33d1413
View commit details
Copy full SHA for 33d1413
Browse repository at this point
Support bounding boxes for non-cubic blocks (#134)
caelunshun
authored
c4f16ba
View commit details
Copy full SHA for c4f16ba
Browse repository at this point
Respect server address from config file
caelunshun
committed
f1a2374
View commit details
Copy full SHA for f1a2374
Browse repository at this point
Check if entity was destroyed in EntitySendSystem
Show description for fdbb0af
caelunshun
committed
fdbb0af
View commit details
Copy full SHA for fdbb0af
Browse repository at this point
Basic Overworld world generation (#120)
Show description for 8187341
caelunshun
authored
8187341
View commit details
Copy full SHA for 8187341
Browse repository at this point
Support bounding boxes for non-cubic blocks
caelunshun
committed
e18d934
View commit details
Copy full SHA for e18d934
Browse repository at this point
Temporary IO worker panic fix (see also #34)
Show description for 0bc8b03
caelunshun
committed
0bc8b03
View commit details
Copy full SHA for 0bc8b03
Browse repository at this point
Merge pull request #127 from cheako/fix-der
Show description for d4e782d
caelunshun
authored
d4e782d
View commit details
Copy full SHA for d4e782d
Browse repository at this point
Correctly emit signed der message
cheako
committed
ba165d1
View commit details
Copy full SHA for ba165d1
Browse repository at this point
Remove player distance moved check
Show description for 6a4f046
caelunshun
committed
6a4f046
View commit details
Copy full SHA for 6a4f046
Browse repository at this point
Block update propagation and falling blocks - resolves #104 (#129)
aramperes
authored and
caelunshun
committed
3d1305a
View commit details
Copy full SHA for 3d1305a
Browse repository at this point
Commits on Sep 13, 2019
Merge pull request #128 from momothereal/feature/player-data-inherit
Show description for 6a6126b
caelunshun
authored
6a6126b
View commit details
Copy full SHA for 6a6126b
Browse repository at this point
Use BaseEntityData in PlayerData; Move read_position and read_velocity tests
aramperes
committed
05b514d
View commit details
Copy full SHA for 05b514d
Browse repository at this point
Commits on Sep 11, 2019
Load item and arrow entities from chunk save - resolves #102 (#125)
aramperes
authored and
caelunshun
committed
a790c57
View commit details
Copy full SHA for a790c57
Browse repository at this point
Commits on Sep 9, 2019
Handle arrow shooting - resolves #101 (#121)
aramperes
authored and
caelunshun
committed
02dab41
View commit details
Copy full SHA for 02dab41
Browse repository at this point
Correct `util::protocol_velocity` - it should multiply, not divide
caelunshun
committed
d9f9738
View commit details
Copy full SHA for d9f9738
Browse repository at this point
Commits on Sep 8, 2019
Merge pull request #123 from momothereal/feature/flat-gen-biomes
Show description for 0e9e292
caelunshun
authored
0e9e292
View commit details
Copy full SHA for 0e9e292
Browse repository at this point
Set biome from generatorOptions for flat chunks
aramperes
committed
6b33ac5
View commit details
Copy full SHA for 6b33ac5
Browse repository at this point
Load and send chunk biome data - resolves #122
Show description for a721848
caelunshun
committed
a721848
View commit details
Copy full SHA for a721848
Browse repository at this point
Generate biome mappings - resolves #119
Show description for 6e75819
caelunshun
committed
6e75819
View commit details
Copy full SHA for 6e75819
Browse repository at this point
Send chunks closest to a player first
Show description for 26ffbab
caelunshun
committed
26ffbab
View commit details
Copy full SHA for 26ffbab
Browse repository at this point
Commits on Sep 7, 2019
Load sky and block light from world save and send it to clients - resolves #103 (#117)
NyxCode
authored and
caelunshun
committed
b9218d6
View commit details
Copy full SHA for b9218d6
Browse repository at this point
Send correct level type in JoinGame packet
Show description for 6ba0de6
caelunshun
committed
6ba0de6
View commit details
Copy full SHA for 6ba0de6
Browse repository at this point
Implement superflat generation (#24) (see #108)
Show description for 69f337c
aramperes
authored and
caelunshun
committed
69f337c
View commit details
Copy full SHA for 69f337c
Browse repository at this point
Lower codecov patch threshold to 25
caelunshun
committed
c132df0
View commit details
Copy full SHA for c132df0
Browse repository at this point
Improve `Inventory::collect_item` - resolves #111
Show description for 608c237
caelunshun
committed
608c237
View commit details
Copy full SHA for 608c237
Browse repository at this point
Commits on Sep 6, 2019
Load spawn chunks at startup - resolves #107
Show description for 6edfb3f
caelunshun
committed
6edfb3f
View commit details
Copy full SHA for 6edfb3f
Browse repository at this point
Fix typo in config
caelunshun
committed
26a9ca4
View commit details
Copy full SHA for 26a9ca4
Browse repository at this point
Generate default state mappings for `Block` - resolves #116
Show description for 015c053
caelunshun
committed
015c053
View commit details
Copy full SHA for 015c053
Browse repository at this point
Previous
Next
You can’t perform that action at this time.