added pride pack

v-26.1-pride
Razz 1 week ago
parent b2b67384f6
commit 6533e23cc4

@ -11,13 +11,13 @@ neoforge_loader_range=[4,)
fabric_loader_version=0.18.2
## Mod Properties
mod_id=decocraft_worldflags
mod_name=Decocraft World Flags Addon
mod_id=decocraft_pride
mod_name=Decocraft Pride Addon
mod_license=All Rights Reserved
mod_version=1.0.0
mod_group_id=com.razz.decocraft.worldflags
mod_group_id=com.razz.decocraft.pride
mod_authors=Momo, Razz, ProfMobius, Taelnia
mod_description=Adds world flag decorations to Decocraft
mod_description=Adds pride decorations to Decocraft
# Decocraft minimum version
decocraft_version=3.0.7

Binary file not shown.

@ -1,9 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

5
gradlew vendored

@ -57,7 +57,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/<unknown>/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
@ -114,6 +114,7 @@ case "$( uname )" in #(
NONSTOP* ) nonstop=true ;;
esac
CLASSPATH="\\\"\\\""
# Determine the Java command to use to start the JVM.
@ -171,6 +172,7 @@ fi
# For Cygwin or MSYS, switch paths to Windows format before running java
if "$cygwin" || "$msys" ; then
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
JAVACMD=$( cygpath --unix "$JAVACMD" )
@ -210,6 +212,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
set -- \
"-Dorg.gradle.appname=$APP_BASE_NAME" \
-classpath "$CLASSPATH" \
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
"$@"

32
gradlew.bat vendored

@ -23,8 +23,8 @@
@rem
@rem ##########################################################################
@rem Set local scope for the variables, and ensure extensions are enabled
setlocal EnableExtensions
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
set DIRNAME=%~dp0
if "%DIRNAME%"=="" set DIRNAME=.
@ -51,7 +51,7 @@ echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2
"%COMSPEC%" /c exit 1
goto fail
:findJavaFromJavaHome
set JAVA_HOME=%JAVA_HOME:"=%
@ -65,18 +65,30 @@ echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2
"%COMSPEC%" /c exit 1
goto fail
:execute
@rem Setup the command line
set CLASSPATH=
@rem Execute Gradle
@rem endlocal doesn't take effect until after the line is parsed and variables are expanded
@rem which allows us to clear the local environment before executing the java command
endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
:exitWithErrorLevel
@rem Use "%COMSPEC%" /c exit to allow operators to work properly in scripts
"%COMSPEC%" /c exit %ERRORLEVEL%
:end
@rem End local scope for the variables with windows NT shell
if %ERRORLEVEL% equ 0 goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
set EXIT_CODE=%ERRORLEVEL%
if %EXIT_CODE% equ 0 set EXIT_CODE=1
if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
exit /b %EXIT_CODE%
:mainEnd
if "%OS%"=="Windows_NT" endlocal
:omega

@ -8,4 +8,4 @@ plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
}
rootProject.name = 'decocraft-worldflags'
rootProject.name = 'decocraft-pride'

@ -1,4 +1,4 @@
[
"groups.json",
"worldflags.json"
"pride.json"
]

@ -1,3 +1,3 @@
{
"worldflags": { "label": "itemGroup.decocraft.worldflags", "icon": "mexico" }
"pride": { "label": "itemGroup.decocraft.pride", "icon": "wall_flag_1_rainbow_pride" }
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,185 @@
{
"models": [
{
"name": "Wall Flag 1 Agender",
"decoref": "wall_flag_1_agender",
"material": "agender",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Ally",
"decoref": "wall_flag_1_ally",
"material": "ally",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Aromantic",
"decoref": "wall_flag_1_aromantic",
"material": "aromantic",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Asexual",
"decoref": "wall_flag_1_asexual",
"material": "asexual",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Bigender",
"decoref": "wall_flag_1_bigender",
"material": "bigender",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Bisexual",
"decoref": "wall_flag_1_bisexual",
"material": "bisexual",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Demiboy",
"decoref": "wall_flag_1_demiboy",
"material": "demiboy",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Demigirl",
"decoref": "wall_flag_1_demigirl",
"material": "demigirl",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Demisexual",
"decoref": "wall_flag_1_demisexual",
"material": "demisexual",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Gay",
"decoref": "wall_flag_1_gay",
"material": "gay",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Genderfluid",
"decoref": "wall_flag_1_genderfluid",
"material": "genderfluid",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Intersex",
"decoref": "wall_flag_1_intersex",
"material": "intersex",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Lesbian",
"decoref": "wall_flag_1_lesbian",
"material": "lesbian",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Nonbinary",
"decoref": "wall_flag_1_nonbinary",
"material": "nonbinary",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Pansexual",
"decoref": "wall_flag_1_pansexual",
"material": "pansexual",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Polysexual",
"decoref": "wall_flag_1_polysexual",
"material": "polysexual",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Progress Intersex",
"decoref": "wall_flag_1_progress_intersex",
"material": "progress_intersex",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Progress Pride",
"decoref": "wall_flag_1_progress_pride",
"material": "progress_pride",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Rainbow Pride",
"decoref": "wall_flag_1_rainbow_pride",
"material": "rainbow_pride",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
},
{
"name": "Wall Flag 1 Transgender",
"decoref": "wall_flag_1_transgender",
"material": "transgender",
"model": "wall_flag_1",
"scale": 1.0,
"tabs": "pride",
"crafting_color": [0, 0, 0]
}
],
"bounding_boxes": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 978 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1002 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 996 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 978 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 954 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 975 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 978 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 998 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 989 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1015 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 969 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1005 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1000 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 991 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 985 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 998 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1003 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1001 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1018 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1017 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 992 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1016 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1018 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 959 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1020 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 991 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1023 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 963 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 978 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 981 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 976 B

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save