Skip to content

Commit bb98c94

Browse files
go-nethernet: Semi-working implementation of NetherNet
1 parent 528de5c commit bb98c94

19 files changed

+2511
-6
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Go
2-
on: [push]
2+
on: [push, pr]
33
jobs:
44

55
build:
66
name: Build
77
runs-on: ubuntu-latest
88
steps:
99

10-
- name: Set up Go 1.22
10+
- name: Set up Go 1.24
1111
uses: actions/setup-go@v1
1212
with:
13-
go-version: 1.22
13+
go-version: 1.24
1414
id: go
1515

1616
- name: Check out code into the Go module directory

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
1818

1919
# User-specific stuff
20-
idea/
20+
.idea/
2121

2222
.idea/**/workspace.xml
2323
.idea/**/tasks.xml

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# go-nethernets
1+
# go-nethernet
2+
3+
go-nethernet is a library that implements a basic version of the NetherNet protocol, which is currently used
4+
for Minecraft: Bedrock Edition connections over LAN and Xbox Live.
5+
6+
!NOTE
7+
> This library is still in development and is not yet feature-complete.
8+
9+
### Documentation
10+
11+
[![PkgGoDev](https://pkg.go.dev/badge/github.com/df-mc/go-nethernet)](https://pkg.go.dev/github.com/df-mc/go-nethernet)
12+
13+
## Contact
14+
15+
[![Discord Banner 2](https://discordapp.com/api/guilds/623638955262345216/widget.png?style=banner2)](https://discord.gg/U4kFWHhTNR)

0 commit comments

Comments
 (0)