Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-19 06:20:14 +01:00
Slightly amend license header
Dieser Commit ist enthalten in:
Ursprung
9352ea54f8
Commit
bd6c2e1dcc
@ -23,6 +23,10 @@ Known issues
|
|||||||
* Custom 1.17+ min_y and height world values are not and will (most likely) never be supported => Clients older than 1.17 will not be able to see or interact with blocks below y=0 and above y=255
|
* Custom 1.17+ min_y and height world values are not and will (most likely) never be supported => Clients older than 1.17 will not be able to see or interact with blocks below y=0 and above y=255
|
||||||
* Sound mappings are incomplete ([see here](https://github.com/ViaVersion/ViaBackwards/issues/326))
|
* Sound mappings are incomplete ([see here](https://github.com/ViaVersion/ViaBackwards/issues/326))
|
||||||
|
|
||||||
|
License
|
||||||
|
-
|
||||||
|
This project is licensed under the [GNU General Public License](LICENSE).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Maven:** https://repo.viaversion.com/
|
**Maven:** https://repo.viaversion.com/
|
||||||
|
@ -23,7 +23,7 @@ fun Project.configureShadowJar() {
|
|||||||
if (name == "jar") {
|
if (name == "jar") {
|
||||||
archiveClassifier.set("unshaded")
|
archiveClassifier.set("unshaded")
|
||||||
}
|
}
|
||||||
from(project.parent!!.file("LICENSE.txt")) {
|
from(project.parent!!.file("LICENSE")) {
|
||||||
into("")
|
into("")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
@ -10,7 +10,7 @@
|
|||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.1
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
* This file is part of ViaBackwards - https://github.com/ViaVersion/ViaBackwards
|
||||||
* Copyright (C) 2016-2021 ViaVersion and contributors
|
* Copyright (C) 2016-2021 ViaVersion and contributors
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden Mehr anzeigen
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren