mirror of
https://github.com/ViaVersion/mcstructs-viafier.git
synced 2025-01-20 20:51:21 +01:00
Update patch
This commit is contained in:
parent
bdc89dd763
commit
eea2194217
@ -9,5 +9,5 @@ Then you can run the Python script to apply the automated updates.
|
|||||||
```bash
|
```bash
|
||||||
py mcstructs.py
|
py mcstructs.py
|
||||||
cd MCStructs
|
cd MCStructs
|
||||||
gradlew test
|
gradlew test -x checkstyleMain
|
||||||
```
|
```
|
@ -2,7 +2,7 @@ import os
|
|||||||
import re
|
import re
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
via_nbt_version = '5.0.0-SNAPSHOT'
|
via_nbt_version = '5.0.0'
|
||||||
version_prefix = '5'
|
version_prefix = '5'
|
||||||
|
|
||||||
# All of this would work better with bytecode rewriting, but here we go
|
# All of this would work better with bytecode rewriting, but here we go
|
||||||
|
@ -302,16 +302,18 @@ index 62daf4c..382f00b 100644
|
|||||||
publications {
|
publications {
|
||||||
maven(MavenPublication) {
|
maven(MavenPublication) {
|
||||||
diff --git a/settings.gradle b/settings.gradle
|
diff --git a/settings.gradle b/settings.gradle
|
||||||
index 8782dd6..dd6c9cc 100644
|
index 64fd6ec..46ca6cc 100644
|
||||||
--- a/settings.gradle
|
--- a/settings.gradle
|
||||||
+++ b/settings.gradle
|
+++ b/settings.gradle
|
||||||
@@ -7,9 +7,6 @@ pluginManagement {
|
@@ -11,11 +11,6 @@ plugins {
|
||||||
|
|
||||||
rootProject.name = "MCStructs"
|
rootProject.name = "MCStructs"
|
||||||
|
|
||||||
-include(":MCStructs-all")
|
-include(":MCStructs-all")
|
||||||
-include(":MCStructs-data")
|
-include(":MCStructs-converter")
|
||||||
include(":MCStructs-core")
|
include(":MCStructs-core")
|
||||||
|
-include(":MCStructs-data")
|
||||||
|
-include(":MCStructs-itemcomponents")
|
||||||
-include(":MCStructs-nbt")
|
-include(":MCStructs-nbt")
|
||||||
include(":MCStructs-snbt")
|
include(":MCStructs-snbt")
|
||||||
include(":MCStructs-text")
|
include(":MCStructs-text")
|
||||||
|
Loading…
Reference in New Issue
Block a user