Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yellowberryhn/pumpkinmc
A stupid little Minecraft 1.12.2 server written in .NET 8 to teach myself networking.
https://github.com/yellowberryhn/pumpkinmc
Last synced: about 2 months ago
JSON representation
A stupid little Minecraft 1.12.2 server written in .NET 8 to teach myself networking.
- Host: GitHub
- URL: https://github.com/yellowberryhn/pumpkinmc
- Owner: yellowberryHN
- License: mit
- Created: 2020-08-17T00:19:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T13:04:38.000Z (about 1 year ago)
- Last Synced: 2024-01-15T16:51:59.284Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 38.1 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PumpkinMC
A stupid little Minecraft 1.12.2 server written in .NET 8 to teach myself networking.The goal is have more or less full support for every packet type in an object oriented way.
----
**Note:** This project is simply a personal project, don't expect the code to be any good, use at your own risk.