Skip to content

Commit 3f1e254

Browse files
authored
Break out protocol library (#113)
* initial switch to archloom * rearrange project * split out protocol, not ready to run in prod * protocol: add neo variant * protocol: fixes and polishing
1 parent 2e533c5 commit 3f1e254

File tree

103 files changed

+901
-344
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+901
-344
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ dependency-reduced-pom.xml
2626
!gradle-wrapper.jar
2727
.gradle/
2828
/build/
29-
*/build/
29+
/*/build/
30+
/.architectury-transformer/
3031

3132
# Fabric stuff
32-
/run/
33+
/*/run/
3334

3435
# OS X quirks
3536
.DS_Store

HEADER-PROTOCOL

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Copyright (c) 2011-2024 WorldEditCUI team and contributors
2+
3+
This program and the accompanying materials are made
4+
available under the terms of the Eclipse Public License 2.0
5+
which is available at https://www.eclipse.org/legal/epl-2.0/
6+
7+
This Source Code may also be made available under the following
8+
Secondary Licenses when the conditions for such availability set forth
9+
in the Eclipse Public License, v. 2.0 are satisfied:
10+
GNU General Public License version 3 or later
11+
12+
SPDX-License-Identifier: EPL-2.0

0 commit comments

Comments
 (0)