mirror of
https://github.com/ViaVersion/mcstructs-viafier.git
synced 2025-01-04 18:28:00 +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
|
||||
py mcstructs.py
|
||||
cd MCStructs
|
||||
gradlew test
|
||||
gradlew test -x checkstyleMain
|
||||
```
|
@ -2,7 +2,7 @@ import os
|
||||
import re
|
||||
import subprocess
|
||||
|
||||
via_nbt_version = '5.0.0-SNAPSHOT'
|
||||
via_nbt_version = '5.0.0'
|
||||
version_prefix = '5'
|
||||
|
||||
# All of this would work better with bytecode rewriting, but here we go
|
||||
|
@ -302,16 +302,18 @@ index 62daf4c..382f00b 100644
|
||||
publications {
|
||||
maven(MavenPublication) {
|
||||
diff --git a/settings.gradle b/settings.gradle
|
||||
index 8782dd6..dd6c9cc 100644
|
||||
index 64fd6ec..46ca6cc 100644
|
||||
--- a/settings.gradle
|
||||
+++ b/settings.gradle
|
||||
@@ -7,9 +7,6 @@ pluginManagement {
|
||||
@@ -11,11 +11,6 @@ plugins {
|
||||
|
||||
rootProject.name = "MCStructs"
|
||||
|
||||
-include(":MCStructs-all")
|
||||
-include(":MCStructs-data")
|
||||
-include(":MCStructs-converter")
|
||||
include(":MCStructs-core")
|
||||
-include(":MCStructs-data")
|
||||
-include(":MCStructs-itemcomponents")
|
||||
-include(":MCStructs-nbt")
|
||||
include(":MCStructs-snbt")
|
||||
include(":MCStructs-text")
|
||||
|
Loading…
Reference in New Issue
Block a user