diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index deaf54b..0a1b79e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ # against bad commits. name: build -on: [pull_request, push] +on: [pull_request] jobs: build-fabric-1-21-1: @@ -58,3 +58,29 @@ jobs: with: name: Fabric-1.21.11-artifacts path: Fabric-1.21.11/build/libs/ + + build-fabric-1-20-1: + runs-on: ubuntu-24.04 + steps: + - name: checkout repository + uses: actions/checkout@v4 + - name: validate gradle wrapper + uses: gradle/actions/wrapper-validation@v4 + - name: setup jdk + uses: actions/setup-java@v4 + with: + java-version: "25" + distribution: "microsoft" + - name: make gradle wrapper executable + working-directory: ./Fabric-1.20.1 + run: chmod +x ./gradlew + + - name: build Fabric 1.20.1 + working-directory: ./Fabric-1.20.1 + run: ./gradlew build + + - name: upload artifacts Fabric 1.20.1 + uses: actions/upload-artifact@v4 + with: + name: Fabric-1.20.1-artifacts + path: Fabric-1.20.1/build/libs/ diff --git a/Fabric-1.20.1/.gitattributes b/Fabric-1.20.1/.gitattributes new file mode 100644 index 0000000..097f9f9 --- /dev/null +++ b/Fabric-1.20.1/.gitattributes @@ -0,0 +1,9 @@ +# +# https://help.github.com/articles/dealing-with-line-endings/ +# +# Linux start script should use lf +/gradlew text eol=lf + +# These are Windows script files and should use crlf +*.bat text eol=crlf + diff --git a/Fabric-1.20.1/.github/workflows/build.yml b/Fabric-1.20.1/.github/workflows/build.yml new file mode 100644 index 0000000..d657f37 --- /dev/null +++ b/Fabric-1.20.1/.github/workflows/build.yml @@ -0,0 +1,30 @@ +# Automatically build the project and run any configured tests for every push +# and submitted pull request. This can help catch issues that only occur on +# certain platforms or Java versions, and provides a first line of defence +# against bad commits. + +name: build +on: [pull_request, push] + +jobs: + build: + runs-on: ubuntu-24.04 + steps: + - name: checkout repository + uses: actions/checkout@v4 + - name: validate gradle wrapper + uses: gradle/actions/wrapper-validation@v4 + - name: setup jdk + uses: actions/setup-java@v4 + with: + java-version: '25' + distribution: 'microsoft' + - name: make gradle wrapper executable + run: chmod +x ./gradlew + - name: build + run: ./gradlew build + - name: capture build artifacts + uses: actions/upload-artifact@v4 + with: + name: Artifacts + path: build/libs/ diff --git a/Fabric-1.20.1/.gitignore b/Fabric-1.20.1/.gitignore new file mode 100644 index 0000000..c476faf --- /dev/null +++ b/Fabric-1.20.1/.gitignore @@ -0,0 +1,40 @@ +# gradle + +.gradle/ +build/ +out/ +classes/ + +# eclipse + +*.launch + +# idea + +.idea/ +*.iml +*.ipr +*.iws + +# vscode + +.settings/ +.vscode/ +bin/ +.classpath +.project + +# macos + +*.DS_Store + +# fabric + +run/ + +# java + +hs_err_*.log +replay_*.log +*.hprof +*.jfr diff --git a/Fabric-1.20.1/LICENSE b/Fabric-1.20.1/LICENSE new file mode 100644 index 0000000..1625c17 --- /dev/null +++ b/Fabric-1.20.1/LICENSE @@ -0,0 +1,121 @@ +Creative Commons Legal Code + +CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator +and subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for +the purpose of contributing to a commons of creative, cultural and +scientific works ("Commons") that the public can reliably and without fear +of later claims of infringement build upon, modify, incorporate in other +works, reuse and redistribute as freely as possible in any form whatsoever +and for any purposes, including without limitation commercial purposes. +These owners may contribute to the Commons to promote the ideal of a free +culture and the further production of creative, cultural and scientific +works, or to gain reputation or greater distribution for their Work in +part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any +expectation of additional consideration or compensation, the person +associating CC0 with a Work (the "Affirmer"), to the extent that he or she +is an owner of Copyright and Related Rights in the Work, voluntarily +elects to apply CC0 to the Work and publicly distribute the Work under its +terms, with knowledge of his or her Copyright and Related Rights in the +Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not +limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); +iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and +vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention +of, applicable law, Affirmer hereby overtly, fully, permanently, +irrevocably and unconditionally waives, abandons, and surrenders all of +Affirmer's Copyright and Related Rights and associated claims and causes +of action, whether now known or unknown (including existing as well as +future claims and causes of action), in the Work (i) in all territories +worldwide, (ii) for the maximum duration provided by applicable law or +treaty (including future time extensions), (iii) in any current or future +medium and for any number of copies, and (iv) for any purpose whatsoever, +including without limitation commercial, advertising or promotional +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each +member of the public at large and to the detriment of Affirmer's heirs and +successors, fully intending that such Waiver shall not be subject to +revocation, rescission, cancellation, termination, or any other legal or +equitable action to disrupt the quiet enjoyment of the Work by the public +as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason +be judged legally invalid or ineffective under applicable law, then the +Waiver shall be preserved to the maximum extent permitted taking into +account Affirmer's express Statement of Purpose. In addition, to the +extent the Waiver is so judged Affirmer hereby grants to each affected +person a royalty-free, non transferable, non sublicensable, non exclusive, +irrevocable and unconditional license to exercise Affirmer's Copyright and +Related Rights in the Work (i) in all territories worldwide, (ii) for the +maximum duration provided by applicable law or treaty (including future +time extensions), (iii) in any current or future medium and for any number +of copies, and (iv) for any purpose whatsoever, including without +limitation commercial, advertising or promotional purposes (the +"License"). The License shall be deemed effective as of the date CC0 was +applied by Affirmer to the Work. Should any part of the License for any +reason be judged legally invalid or ineffective under applicable law, such +partial invalidity or ineffectiveness shall not invalidate the remainder +of the License, and in such case Affirmer hereby affirms that he or she +will not (i) exercise any of his or her remaining Copyright and Related +Rights in the Work or (ii) assert any associated claims and causes of +action with respect to the Work, in either case contrary to Affirmer's +express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. \ No newline at end of file diff --git a/Fabric-1.20.1/build.gradle b/Fabric-1.20.1/build.gradle new file mode 100644 index 0000000..5b7ab25 --- /dev/null +++ b/Fabric-1.20.1/build.gradle @@ -0,0 +1,90 @@ +plugins { + id 'net.fabricmc.fabric-loom-remap' version "${loom_version}" + id 'maven-publish' +} + +version = project.mod_version +group = project.maven_group + +base { + archivesName = project.archives_base_name +} + +repositories { + // Add repositories to retrieve artifacts from in here. + // You should only use this when depending on other mods because + // Loom adds the essential maven repositories to download Minecraft and libraries from automatically. + // See https://docs.gradle.org/current/userguide/declaring_repositories.html + // for more information about repositories. +} + +loom { + splitEnvironmentSourceSets() + + mods { + "box3" { + sourceSet sourceSets.main + sourceSet sourceSets.client + } + } + +} + +dependencies { + // To change the versions see the gradle.properties file + minecraft "com.mojang:minecraft:${project.minecraft_version}" + mappings loom.officialMojangMappings() + modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" + + // Fabric API. This is technically optional, but you probably want it anyway. + modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}" + +} + +processResources { + inputs.property "version", project.version + + filesMatching("fabric.mod.json") { + expand "version": inputs.properties.version + } +} + +tasks.withType(JavaCompile).configureEach { + it.options.release = 17 +} + +java { + // Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task + // if it is present. + // If you remove this line, sources will not be generated. + withSourcesJar() + + sourceCompatibility = JavaVersion.VERSION_17 + targetCompatibility = JavaVersion.VERSION_17 +} + +jar { + inputs.property "archivesName", project.base.archivesName + + from("LICENSE") { + rename { "${it}_${inputs.properties.archivesName}"} + } +} + +// configure the maven publication +publishing { + publications { + create("mavenJava", MavenPublication) { + artifactId = project.archives_base_name + from components.java + } + } + + // See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing. + repositories { + // Add repositories to publish to here. + // Notice: This block does NOT have the same function as the block in the top level. + // The repositories here will be used for publishing your artifact, not for + // retrieving dependencies. + } +} \ No newline at end of file diff --git a/Fabric-1.20.1/gradle.properties b/Fabric-1.20.1/gradle.properties new file mode 100644 index 0000000..57c3a31 --- /dev/null +++ b/Fabric-1.20.1/gradle.properties @@ -0,0 +1,20 @@ +# Done to increase the memory available to gradle. +org.gradle.jvmargs=-Xmx1G +org.gradle.parallel=true + +# IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349 +org.gradle.configuration-cache=false + +# Fabric Properties +# check these on https://fabricmc.net/develop +minecraft_version=1.20.1 +loader_version=0.18.4 +loom_version=1.15-SNAPSHOT + +# Mod Properties +mod_version=1.4.0-mc1.20.1 +maven_group=com.box3lab +archives_base_name=box3 + +# Dependencies +fabric_api_version=0.92.7+1.20.1 \ No newline at end of file diff --git a/Fabric-1.20.1/gradle/wrapper/gradle-wrapper.jar b/Fabric-1.20.1/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000..61285a6 Binary files /dev/null and b/Fabric-1.20.1/gradle/wrapper/gradle-wrapper.jar differ diff --git a/Fabric-1.20.1/gradle/wrapper/gradle-wrapper.properties b/Fabric-1.20.1/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..19a6bde --- /dev/null +++ b/Fabric-1.20.1/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,7 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip +networkTimeout=10000 +validateDistributionUrl=true +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/Fabric-1.20.1/gradlew b/Fabric-1.20.1/gradlew new file mode 100755 index 0000000..adff685 --- /dev/null +++ b/Fabric-1.20.1/gradlew @@ -0,0 +1,248 @@ +#!/bin/sh + +# +# Copyright © 2015 the original authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# + +############################################################################## +# +# Gradle start up script for POSIX generated by Gradle. +# +# Important for running: +# +# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is +# noncompliant, but you have some other compliant shell such as ksh or +# bash, then to run this script, type that shell name before the whole +# command line, like: +# +# ksh Gradle +# +# Busybox and similar reduced shells will NOT work, because this script +# requires all of these POSIX shell features: +# * functions; +# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», +# «${var#prefix}», «${var%suffix}», and «$( cmd )»; +# * compound commands having a testable exit status, especially «case»; +# * various built-in commands including «command», «set», and «ulimit». +# +# Important for patching: +# +# (2) This script targets any POSIX shell, so it avoids extensions provided +# by Bash, Ksh, etc; in particular arrays are avoided. +# +# The "traditional" practice of packing multiple parameters into a +# space-separated string is a well documented source of bugs and security +# problems, so this is (mostly) avoided, by progressively accumulating +# options in "$@", and eventually passing that to Java. +# +# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, +# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; +# see the in-line comments for details. +# +# There are tweaks for specific operating systems such as AIX, CygWin, +# Darwin, MinGW, and NonStop. +# +# (3) This script is generated from the Groovy template +# 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/. +# +############################################################################## + +# Attempt to set APP_HOME + +# Resolve links: $0 may be a link +app_path=$0 + +# Need this for daisy-chained symlinks. +while + APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path + [ -h "$app_path" ] +do + ls=$( ls -ld "$app_path" ) + link=${ls#*' -> '} + case $link in #( + /*) app_path=$link ;; #( + *) app_path=$APP_HOME$link ;; + esac +done + +# This is normally unused +# shellcheck disable=SC2034 +APP_BASE_NAME=${0##*/} +# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD=maximum + +warn () { + echo "$*" +} >&2 + +die () { + echo + echo "$*" + echo + exit 1 +} >&2 + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +nonstop=false +case "$( uname )" in #( + CYGWIN* ) cygwin=true ;; #( + Darwin* ) darwin=true ;; #( + MSYS* | MINGW* ) msys=true ;; #( + NONSTOP* ) nonstop=true ;; +esac + + + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD=$JAVA_HOME/jre/sh/java + else + JAVACMD=$JAVA_HOME/bin/java + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD=java + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +fi + +# Increase the maximum file descriptors if we can. +if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then + case $MAX_FD in #( + max*) + # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC2039,SC3045 + MAX_FD=$( ulimit -H -n ) || + warn "Could not query maximum file descriptor limit" + esac + case $MAX_FD in #( + '' | soft) :;; #( + *) + # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC2039,SC3045 + ulimit -n "$MAX_FD" || + warn "Could not set maximum file descriptor limit to $MAX_FD" + esac +fi + +# Collect all arguments for the java command, stacking in reverse order: +# * args from the command line +# * the main class name +# * -classpath +# * -D...appname settings +# * --module-path (only if needed) +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. + +# For Cygwin or MSYS, switch paths to Windows format before running java +if "$cygwin" || "$msys" ; then + APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) + + JAVACMD=$( cygpath --unix "$JAVACMD" ) + + # Now convert the arguments - kludge to limit ourselves to /bin/sh + for arg do + if + case $arg in #( + -*) false ;; # don't mess with options #( + /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath + [ -e "$t" ] ;; #( + *) false ;; + esac + then + arg=$( cygpath --path --ignore --mixed "$arg" ) + fi + # Roll the args list around exactly as many times as the number of + # args, so each arg winds up back in the position where it started, but + # possibly modified. + # + # NB: a `for` loop captures its iteration list before it begins, so + # changing the positional parameters here affects neither the number of + # iterations, nor the values presented in `arg`. + shift # remove old arg + set -- "$@" "$arg" # push replacement arg + done +fi + + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + +# Collect all arguments for the java command: +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, +# and any embedded shellness will be escaped. +# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be +# treated as '${Hostname}' itself on the command line. + +set -- \ + "-Dorg.gradle.appname=$APP_BASE_NAME" \ + -jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \ + "$@" + +# Stop when "xargs" is not available. +if ! command -v xargs >/dev/null 2>&1 +then + die "xargs is not available" +fi + +# Use "xargs" to parse quoted args. +# +# With -n1 it outputs one arg per line, with the quotes and backslashes removed. +# +# In Bash we could simply go: +# +# readarray ARGS < <( xargs -n1 <<<"$var" ) && +# set -- "${ARGS[@]}" "$@" +# +# but POSIX shell has neither arrays nor command substitution, so instead we +# post-process each arg (as a line of input to sed) to backslash-escape any +# character that might be a shell metacharacter, then use eval to reverse +# that process (while maintaining the separation between arguments), and wrap +# the whole thing up as a single "set" statement. +# +# This will of course break if any of these variables contains a newline or +# an unmatched quote. +# + +eval "set -- $( + printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | + xargs -n1 | + sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | + tr '\n' ' ' + )" '"$@"' + +exec "$JAVACMD" "$@" diff --git a/Fabric-1.20.1/gradlew.bat b/Fabric-1.20.1/gradlew.bat new file mode 100644 index 0000000..c4bdd3a --- /dev/null +++ b/Fabric-1.20.1/gradlew.bat @@ -0,0 +1,93 @@ +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem + +@if "%DEBUG%"=="" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%"=="" set DIRNAME=. +@rem This is normally unused +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if %ERRORLEVEL% equ 0 goto execute + +echo. 1>&2 +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 +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 + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto execute + +echo. 1>&2 +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 +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 + +goto fail + +:execute +@rem Setup the command line + + + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* + +: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 diff --git a/Fabric-1.20.1/settings.gradle b/Fabric-1.20.1/settings.gradle new file mode 100644 index 0000000..75c4d72 --- /dev/null +++ b/Fabric-1.20.1/settings.gradle @@ -0,0 +1,10 @@ +pluginManagement { + repositories { + maven { + name = 'Fabric' + url = 'https://maven.fabricmc.net/' + } + mavenCentral() + gradlePluginPortal() + } +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/client/java/com/box3lab/Box3Client.java b/Fabric-1.20.1/src/client/java/com/box3lab/Box3Client.java new file mode 100644 index 0000000..6363a89 --- /dev/null +++ b/Fabric-1.20.1/src/client/java/com/box3lab/Box3Client.java @@ -0,0 +1,26 @@ +package com.box3lab; + +import com.box3lab.register.ModBlocks; +import com.box3lab.util.BlockIndexUtil; + +import net.fabricmc.api.ClientModInitializer; +import net.fabricmc.fabric.api.blockrenderlayer.v1.BlockRenderLayerMap; +import net.minecraft.client.renderer.RenderType; +import net.minecraft.world.level.block.Block; + +public class Box3Client implements ClientModInitializer { + @Override + public void onInitializeClient() { + + for (var entry : ModBlocks.BLOCKS.entrySet()) { + String registryName = entry.getKey(); + Block block = entry.getValue(); + + Integer id = BlockIndexUtil.getIdByName(registryName); + if (id != null && !BlockIndexUtil.isSolid(id)) { + BlockRenderLayerMap.INSTANCE.putBlock(block, RenderType.translucent()); + } + } + + } +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/client/java/com/box3lab/mixin/client/ExampleClientMixin.java b/Fabric-1.20.1/src/client/java/com/box3lab/mixin/client/ExampleClientMixin.java new file mode 100644 index 0000000..2347200 --- /dev/null +++ b/Fabric-1.20.1/src/client/java/com/box3lab/mixin/client/ExampleClientMixin.java @@ -0,0 +1,15 @@ +package com.box3lab.mixin.client; + +import net.minecraft.client.Minecraft; +import org.spongepowered.asm.mixin.Mixin; +import org.spongepowered.asm.mixin.injection.At; +import org.spongepowered.asm.mixin.injection.Inject; +import org.spongepowered.asm.mixin.injection.callback.CallbackInfo; + +@Mixin(Minecraft.class) +public class ExampleClientMixin { + @Inject(at = @At("HEAD"), method = "run") + private void init(CallbackInfo info) { + + } +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/client/resources/box3.client.mixins.json b/Fabric-1.20.1/src/client/resources/box3.client.mixins.json new file mode 100644 index 0000000..e1f614c --- /dev/null +++ b/Fabric-1.20.1/src/client/resources/box3.client.mixins.json @@ -0,0 +1,11 @@ +{ + "required": true, + "package": "com.box3lab.mixin.client", + "compatibilityLevel": "JAVA_21", + "client": [ + "ExampleClientMixin" + ], + "injectors": { + "defaultRequire": 1 + } +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/Box3.java b/Fabric-1.20.1/src/main/java/com/box3lab/Box3.java new file mode 100644 index 0000000..e3962bd --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/Box3.java @@ -0,0 +1,31 @@ +package com.box3lab; + +import com.box3lab.command.ModCommands; +import com.box3lab.register.ModBlocks; +import com.box3lab.register.ModItems; + +import net.fabricmc.api.ModInitializer; + +// import org.slf4j.Logger; +// import org.slf4j.LoggerFactory; + +public class Box3 implements ModInitializer { + public static final String MOD_ID = "box3"; + + // This logger is used to write text to the console and the log file. + // It is considered best practice to use your mod id as the logger's name. + // That way, it's clear which mod wrote info, warnings, and errors. + // public static final Logger LOGGER = LoggerFactory.getLogger(MOD_ID); + + @Override + public void onInitialize() { + // This code runs as soon as Minecraft is in a mod-load-ready state. + // However, some things (like resources) may still be uninitialized. + // Proceed with mild caution. + ModBlocks.initialize(); + ModItems.initialize(); + ModCommands.register(); + + // LOGGER.info("Hello Fabric world!"); + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/block/BarrierVoxelBlock.java b/Fabric-1.20.1/src/main/java/com/box3lab/block/BarrierVoxelBlock.java new file mode 100644 index 0000000..90e1a7f --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/block/BarrierVoxelBlock.java @@ -0,0 +1,60 @@ +package com.box3lab.block; + +import com.box3lab.util.ConfigUtil; +import com.google.gson.JsonObject; + +import net.minecraft.core.BlockPos; +import net.minecraft.world.level.BlockGetter; +import net.minecraft.world.level.block.RenderShape; +import net.minecraft.world.level.block.state.BlockBehaviour; +import net.minecraft.world.level.block.state.BlockState; + +import static com.box3lab.util.ConfigUtil.CONFIG_DIR_NAME; + +public class BarrierVoxelBlock extends VoxelBlock { + + private static volatile boolean visible = false; + + static { + loadConfig(); + } + + public BarrierVoxelBlock(BlockBehaviour.Properties properties) { + super(properties); + } + + @Override + public float getShadeBrightness(BlockState state, BlockGetter level, BlockPos pos) { + return visible ? 0F : 1.0F; + } + + public static boolean isVisible() { + return visible; + } + + public static void setVisible(boolean value) { + visible = value; + saveConfig(); + } + + private static void loadConfig() { + JsonObject obj = ConfigUtil.readConfig(CONFIG_DIR_NAME); + if (obj == null) { + return; + } + if (obj.has("barrierVisible")) { + visible = obj.get("barrierVisible").getAsBoolean(); + } + } + + @Override + public RenderShape getRenderShape(BlockState state) { + return visible ? RenderShape.MODEL : RenderShape.INVISIBLE; + } + + private static void saveConfig() { + JsonObject obj = new JsonObject(); + obj.addProperty("barrierVisible", visible); + ConfigUtil.writeConfig(CONFIG_DIR_NAME, obj); + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/block/BouncePadBlock.java b/Fabric-1.20.1/src/main/java/com/box3lab/block/BouncePadBlock.java new file mode 100644 index 0000000..40ab246 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/block/BouncePadBlock.java @@ -0,0 +1,34 @@ +package com.box3lab.block; + +import net.minecraft.core.BlockPos; +import net.minecraft.world.entity.Entity; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.state.BlockBehaviour; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.phys.Vec3; + +public class BouncePadBlock extends VoxelBlock { + + public BouncePadBlock(BlockBehaviour.Properties properties) { + super(properties); + } + + @Override + public void stepOn(Level level, BlockPos pos, BlockState state, Entity entity) { + super.stepOn(level, pos, state, entity); + + if (entity.getY() < pos.getY() + 0.5D) { + return; + } + + Vec3 vel = entity.getDeltaMovement(); + + double bounce = 0.7D + level.random.nextDouble() * 0.3D; + + if (vel.y < bounce) { + vel = new Vec3(vel.x, bounce, vel.z); + } + + entity.setDeltaMovement(vel); + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/block/ConveyorBlock.java b/Fabric-1.20.1/src/main/java/com/box3lab/block/ConveyorBlock.java new file mode 100644 index 0000000..43a5855 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/block/ConveyorBlock.java @@ -0,0 +1,36 @@ +package com.box3lab.block; + +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.world.entity.Entity; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.state.BlockBehaviour; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.phys.Vec3; + +public class ConveyorBlock extends VoxelBlock { + + public ConveyorBlock(BlockBehaviour.Properties properties) { + super(properties); + } + + @Override + public void stepOn(Level level, BlockPos pos, BlockState state, Entity entity) { + super.stepOn(level, pos, state, entity); + + Direction facing = state.getValue(HORIZONTAL_FACING); + double speed = 0.06D; + + Vec3 vel = entity.getDeltaMovement(); + switch (facing) { + case NORTH -> vel = new Vec3(vel.x, vel.y, vel.z - speed); + case SOUTH -> vel = new Vec3(vel.x, vel.y, vel.z + speed); + case WEST -> vel = new Vec3(vel.x - speed, vel.y, vel.z); + case EAST -> vel = new Vec3(vel.x + speed, vel.y, vel.z); + default -> { } + } + + entity.setDeltaMovement(vel); + + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/block/GlassVoxelBlock.java b/Fabric-1.20.1/src/main/java/com/box3lab/block/GlassVoxelBlock.java new file mode 100644 index 0000000..9c03be1 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/block/GlassVoxelBlock.java @@ -0,0 +1,20 @@ +package com.box3lab.block; + +import net.minecraft.core.Direction; +import net.minecraft.world.level.block.state.BlockBehaviour; +import net.minecraft.world.level.block.state.BlockState; + +public class GlassVoxelBlock extends VoxelBlock { + + public GlassVoxelBlock(BlockBehaviour.Properties properties) { + super(properties); + } + + @Override + public boolean skipRendering(BlockState state, BlockState adjacentState, Direction side) { + if (adjacentState.getBlock() == state.getBlock()) { + return true; + } + return super.skipRendering(state, adjacentState, side); + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/block/SpiderWebBlock.java b/Fabric-1.20.1/src/main/java/com/box3lab/block/SpiderWebBlock.java new file mode 100644 index 0000000..1b1e1d7 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/block/SpiderWebBlock.java @@ -0,0 +1,35 @@ +package com.box3lab.block; + +import net.minecraft.core.BlockPos; +import net.minecraft.world.entity.Entity; +import net.minecraft.world.entity.LivingEntity; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.state.BlockBehaviour; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.phys.Vec3; + +public class SpiderWebBlock extends VoxelBlock { + + public SpiderWebBlock(BlockBehaviour.Properties properties) { + super(properties); + } + + @Override + public void stepOn(Level level, BlockPos pos, BlockState state, Entity entity) { + super.stepOn(level, pos, state, entity); + + if (entity instanceof LivingEntity) { + LivingEntity living = (LivingEntity) entity; + + + boolean isSprinting = living.isSprinting(); + + if (isSprinting) { + Vec3 movement = living.getDeltaMovement(); + living.setDeltaMovement(movement.multiply(0.15, 1.0, 0.15)); + } else { + living.setDeltaMovement(Vec3.ZERO); + } + } + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/block/VoxelBlock.java b/Fabric-1.20.1/src/main/java/com/box3lab/block/VoxelBlock.java new file mode 100644 index 0000000..66c1886 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/block/VoxelBlock.java @@ -0,0 +1,49 @@ +package com.box3lab.block; + +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.world.item.context.BlockPlaceContext; +import net.minecraft.world.level.BlockGetter; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.Mirror; +import net.minecraft.world.level.block.Rotation; +import net.minecraft.world.level.block.state.BlockBehaviour; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.StateDefinition; +import net.minecraft.world.level.block.state.properties.BlockStateProperties; +import net.minecraft.world.level.block.state.properties.EnumProperty; + +public class VoxelBlock extends Block { + public static final EnumProperty HORIZONTAL_FACING = BlockStateProperties.HORIZONTAL_FACING; + + public VoxelBlock(BlockBehaviour.Properties properties) { + super(properties); + this.registerDefaultState(this.stateDefinition.any().setValue(HORIZONTAL_FACING, Direction.NORTH)); + } + + @Override + protected void createBlockStateDefinition(StateDefinition.Builder builder) { + builder.add(HORIZONTAL_FACING); + } + + @Override + public BlockState getStateForPlacement(BlockPlaceContext context) { + return this.defaultBlockState().setValue(HORIZONTAL_FACING, context.getHorizontalDirection().getOpposite()); + } + + @Override + public BlockState rotate(BlockState state, Rotation rotation) { + return state.setValue(HORIZONTAL_FACING, rotation.rotate(state.getValue(HORIZONTAL_FACING))); + } + + @Override + public BlockState mirror(BlockState state, Mirror mirror) { + return state.rotate(mirror.getRotation(state.getValue(HORIZONTAL_FACING))); + } + + @Override + public boolean isCollisionShapeFullBlock(BlockState state, BlockGetter level, BlockPos pos) { + return super.isCollisionShapeFullBlock(state, level, pos); + } + +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/command/ModCommands.java b/Fabric-1.20.1/src/main/java/com/box3lab/command/ModCommands.java new file mode 100644 index 0000000..2483f36 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/command/ModCommands.java @@ -0,0 +1,186 @@ +package com.box3lab.command; + +import java.io.IOException; +import java.util.List; + +import com.box3lab.block.BarrierVoxelBlock; +import com.box3lab.register.VoxelImport; +import com.box3lab.util.Box3ImportFiles; +import com.mojang.brigadier.arguments.BoolArgumentType; +import com.mojang.brigadier.arguments.StringArgumentType; +import com.mojang.brigadier.suggestion.SuggestionProvider; + +import net.fabricmc.fabric.api.command.v2.CommandRegistrationCallback; +import net.minecraft.commands.CommandSourceStack; +import static net.minecraft.commands.Commands.argument; +import static net.minecraft.commands.Commands.literal; +import net.minecraft.core.BlockPos; +import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.server.level.ServerPlayer; + +public final class ModCommands { + private ModCommands() { + } + + private static final SuggestionProvider BOX3_FILE_SUGGESTIONS = (context, builder) -> { + try { + List files = Box3ImportFiles.listJsonFiles(); + for (String file : files) { + String name = file; + if (name.endsWith(".gz")) { + name = name.substring(0, name.length() - 3); + } + builder.suggest(name); + } + } catch (IOException ignored) { + + } + return builder.buildFuture(); + }; + + public static void register() { + CommandRegistrationCallback.EVENT.register((dispatcher, registryAccess, environment) -> { + dispatcher.register( + literal("box3import") + .executes(context -> listBox3ImportFiles(context.getSource())) + .then(argument("fileName", StringArgumentType.word()) + .suggests(BOX3_FILE_SUGGESTIONS) + .executes(context -> executeBox3Import( + context.getSource(), + StringArgumentType.getString( + context, + "fileName"), + false, + false)) + .then(argument("ignoreBarrier", + BoolArgumentType.bool()) + .executes(context -> executeBox3Import( + context.getSource(), + StringArgumentType + .getString(context, + "fileName"), + BoolArgumentType.getBool( + context, + "ignoreBarrier"), + false)) + .then(argument("ignoreWater", + BoolArgumentType.bool()) + .executes(context -> executeBox3Import( + context.getSource(), + StringArgumentType + .getString(context, + "fileName"), + BoolArgumentType.getBool( + context, + "ignoreBarrier"), + BoolArgumentType.getBool( + context, + "ignoreWater"))))))); + + dispatcher.register( + literal("box3barrier") + .executes(context -> showBarrierStatus(context.getSource())) + .then(argument("value", BoolArgumentType.bool()) + .executes(context -> setBarrierVisible( + context.getSource(), + BoolArgumentType.getBool( + context, + "value"))) + .then(literal("toggle") + .executes(context -> toggleBarrierVisible( + context.getSource()))))); + }); + } + + private static int listBox3ImportFiles(CommandSourceStack source) { + var dir = Box3ImportFiles.getImportDir(); + + try { + List files = Box3ImportFiles.listJsonFiles(); + + if (files.isEmpty()) { + source.sendSuccess( + () -> Component.translatable( + "command.box3.box3import.list.empty", + dir.toString()), + false); + } else { + String joined = String.join(", ", files); + source.sendSuccess( + () -> Component.translatable( + "command.box3.box3import.list.success", + dir.toString(), joined), + false); + } + } catch (IOException e) { + source.sendFailure( + Component.translatable( + "command.box3.box3import.list.error", + dir.toString(), e.getMessage())); + } + + return 1; + } + + private static String resolveMapName(String fileName) { + if (fileName != null && fileName.startsWith("Box3-")) { + String suffix = fileName.substring("Box3-".length()); + if (!suffix.isEmpty()) { + return "https://box3lab.com/mc/build/" + suffix + ".gz"; + } + } + return fileName; + } + + private static int executeBox3Import(CommandSourceStack source, String fileName, + boolean ignoreBarrier, boolean useVanillaWater) { + ServerLevel level = source.getServer().overworld(); + try { + ServerPlayer player = source.getPlayer(); + String mapName = resolveMapName(fileName); + VoxelImport.apply(null, level, mapName, + player != null ? player.position() : new BlockPos(0, 0, 0).getCenter(), + player, + ignoreBarrier, + useVanillaWater); + + source.sendSuccess( + () -> Component.translatable("command.box3.box3import.success", + mapName), + false); + } catch (Exception e) { + source.sendFailure( + Component.translatable("command.box3.box3import.failure", e.getMessage())); + } + return 1; + } + + private static int showBarrierStatus(CommandSourceStack source) { + boolean visible = BarrierVoxelBlock.isVisible(); + source.sendSuccess( + () -> Component.translatable("command.box3.box3barrier.status", + String.valueOf(visible)), + false); + return 1; + } + + private static int setBarrierVisible(CommandSourceStack source, boolean value) { + BarrierVoxelBlock.setVisible(value); + source.sendSuccess( + () -> Component.translatable("command.box3.box3barrier.set", String.valueOf(value)), + false); + return 1; + } + + private static int toggleBarrierVisible(CommandSourceStack source) { + boolean current = BarrierVoxelBlock.isVisible(); + boolean next = !current; + BarrierVoxelBlock.setVisible(next); + source.sendSuccess( + () -> Component.translatable("command.box3.box3barrier.toggled", + String.valueOf(next)), + false); + return 1; + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/item/ModelDestroyerItem.java b/Fabric-1.20.1/src/main/java/com/box3lab/item/ModelDestroyerItem.java new file mode 100644 index 0000000..b70e5de --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/item/ModelDestroyerItem.java @@ -0,0 +1,72 @@ +package com.box3lab.item; + +import java.util.List; + +import net.minecraft.server.level.ServerLevel; +import net.minecraft.world.InteractionResult; +import net.minecraft.world.entity.Display; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.Item; +import net.minecraft.world.item.context.UseOnContext; +import net.minecraft.world.level.Level; +import net.minecraft.world.phys.AABB; +import net.minecraft.world.phys.Vec3; + +public class ModelDestroyerItem extends Item { + private static final double RANGE = 10.0; + + public ModelDestroyerItem(Properties properties) { + super(properties); + } + + @Override + public InteractionResult useOn(UseOnContext context) { + Level level = context.getLevel(); + if (!(level instanceof ServerLevel serverLevel)) { + return InteractionResult.SUCCESS; + } + + Player player = context.getPlayer(); + if (player == null) { + return InteractionResult.PASS; + } + + boolean deleted = deleteTarget(serverLevel, player); + return deleted ? InteractionResult.SUCCESS : InteractionResult.PASS; + } + + private static boolean deleteTarget(ServerLevel level, Player player) { + Display.ItemDisplay target = findDisplay(level, player, RANGE); + if (target == null) { + return false; + } + target.discard(); + return true; + } + + private static Display.ItemDisplay findDisplay(ServerLevel level, Player player, double range) { + Vec3 start = player.getEyePosition(1.0f); + Vec3 look = player.getViewVector(1.0f); + Vec3 end = start.add(look.scale(range)); + AABB searchBox = player.getBoundingBox().expandTowards(look.scale(range)).inflate(1.5); + + List displays = level.getEntitiesOfClass(Display.ItemDisplay.class, searchBox); + Display.ItemDisplay closest = null; + double bestDist = range * range; + + for (Display.ItemDisplay display : displays) { + AABB box = display.getBoundingBox().inflate(0.8); + var hit = box.clip(start, end); + if (hit.isEmpty()) { + continue; + } + double dist = start.distanceToSqr(hit.get()); + if (dist < bestDist) { + bestDist = dist; + closest = display; + } + } + + return closest; + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/item/ModelDisplayItem.java b/Fabric-1.20.1/src/main/java/com/box3lab/item/ModelDisplayItem.java new file mode 100644 index 0000000..7e2d5ca --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/item/ModelDisplayItem.java @@ -0,0 +1,53 @@ +package com.box3lab.item; + +import net.minecraft.core.BlockPos; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.world.InteractionResult; +import net.minecraft.world.entity.Display; +import net.minecraft.world.entity.EntityType; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.Item; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.context.UseOnContext; +import net.minecraft.world.level.Level; +import net.minecraft.world.phys.Vec3; + +public class ModelDisplayItem extends Item { + public ModelDisplayItem(Properties properties) { + super(properties); + } + + @Override + public InteractionResult useOn(UseOnContext context) { + Level level = context.getLevel(); + if (!(level instanceof ServerLevel serverLevel)) { + return InteractionResult.SUCCESS; + } + + Display.ItemDisplay display = (Display.ItemDisplay) EntityType.ITEM_DISPLAY.create(serverLevel); + if (display == null) { + return InteractionResult.FAIL; + } + + BlockPos placePos = context.getClickedPos().relative(context.getClickedFace()); + Vec3 pos = Vec3.atCenterOf(placePos); + display.setPos(pos.x, pos.y, pos.z); + + Player player = context.getPlayer(); + if (player != null) { + display.setYRot(player.getYRot()); + } + + ItemStack displayStack = context.getItemInHand().copyWithCount(1); + display.getSlot(0).set(displayStack); + + display.setNoGravity(true); + serverLevel.addFreshEntity(display); + + if (player == null || !player.getAbilities().instabuild) { + context.getItemInHand().shrink(1); + } + + return InteractionResult.SUCCESS; + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/mixin/ExampleMixin.java b/Fabric-1.20.1/src/main/java/com/box3lab/mixin/ExampleMixin.java new file mode 100644 index 0000000..dcaf25c --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/mixin/ExampleMixin.java @@ -0,0 +1,15 @@ +package com.box3lab.mixin; + +import net.minecraft.server.MinecraftServer; +import org.spongepowered.asm.mixin.Mixin; +import org.spongepowered.asm.mixin.injection.At; +import org.spongepowered.asm.mixin.injection.Inject; +import org.spongepowered.asm.mixin.injection.callback.CallbackInfo; + +@Mixin(MinecraftServer.class) +public class ExampleMixin { + @Inject(at = @At("HEAD"), method = "loadLevel") + private void init(CallbackInfo info) { + + } +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/register/ModBlocks.java b/Fabric-1.20.1/src/main/java/com/box3lab/register/ModBlocks.java new file mode 100644 index 0000000..f815bbb --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/register/ModBlocks.java @@ -0,0 +1,67 @@ +package com.box3lab.register; + +import java.util.HashMap; +import java.util.Map; + +import com.box3lab.Box3; +import com.box3lab.register.core.BlockRegistrar; +import com.box3lab.register.creative.CreativeTabRegistrar; +import com.box3lab.register.sound.CategorySoundTypes; +import com.box3lab.register.voxel.VoxelBlockFactories; +import com.box3lab.register.voxel.VoxelBlockPropertiesFactory; +import com.box3lab.register.voxel.VoxelLightLevelMapper; +import com.box3lab.util.BlockIndexData; +import com.box3lab.util.BlockIndexUtil; + +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.SoundType; + +public class ModBlocks { + public static final Map BLOCKS = new HashMap<>(); + + public static void initialize() { + + BlockIndexData data = BlockIndexData.get(); + + for (int i = 0; i < data.ids.length; i++) { + int id = data.ids[i]; + if (id == 0) { + continue; + } + if (BlockIndexUtil.isFluid(id)) { + continue; + } + + String voxelName = data.names[i]; + String texturePart = voxelName.toLowerCase(java.util.Locale.ROOT); + + String category = data.categoryByName.getOrDefault(texturePart, ""); + SoundType soundType = CategorySoundTypes.soundTypeForCategory(category); + + int emissive = BlockIndexUtil.blockEmissiveLight(id); + final int lightLevel = VoxelLightLevelMapper.lightLevelFromEmissivePacked(emissive); + + boolean solid = BlockIndexUtil.isSolid(id); + boolean transparent = !solid; + + int index = data.indexById.get(id); + float hardness = data.blockHardness[index]; + float resistance = data.blockResistance[index]; + float friction = data.blockFriction[index]; + + var props = VoxelBlockPropertiesFactory.create(solid, soundType, lightLevel, hardness, resistance, + friction); + + Block block = BlockRegistrar.register( + Box3.MOD_ID, + texturePart, + VoxelBlockFactories.factoryFor(texturePart, transparent), + props, + true); + BLOCKS.put(texturePart, block); + } + + CreativeTabRegistrar.registerCreativeTabs(Box3.MOD_ID, BLOCKS, data); + } + +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/register/ModItems.java b/Fabric-1.20.1/src/main/java/com/box3lab/register/ModItems.java new file mode 100644 index 0000000..798e513 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/register/ModItems.java @@ -0,0 +1,14 @@ +package com.box3lab.register; + +public final class ModItems { + + private ModItems() { + } + + public static void initialize() { + // Register all model-based display items discovered from resource packs + ModelItemRegistrar.registerAll(); + + ModelToolRegistrar.registerAll(); + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/register/ModelItemRegistrar.java b/Fabric-1.20.1/src/main/java/com/box3lab/register/ModelItemRegistrar.java new file mode 100644 index 0000000..895e5ac --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/register/ModelItemRegistrar.java @@ -0,0 +1,131 @@ +package com.box3lab.register; + +import java.io.File; +import java.io.IOException; +import java.nio.file.DirectoryStream; +import java.nio.file.Files; +import java.nio.file.Path; +import java.util.Enumeration; +import java.util.LinkedHashSet; +import java.util.Locale; +import java.util.Set; +import java.util.zip.ZipEntry; +import java.util.zip.ZipFile; + +import com.box3lab.Box3; +import com.box3lab.item.ModelDisplayItem; +import com.box3lab.register.creative.CreativeTabExtras; +import com.box3lab.register.creative.CreativeTabRegistrar; + +import net.fabricmc.loader.api.FabricLoader; +import net.minecraft.core.Registry; +import net.minecraft.core.registries.BuiltInRegistries; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.item.Item; + +public final class ModelItemRegistrar { + private static final String ITEMS_DIR_PREFIX = "assets/" + Box3.MOD_ID + "/items/"; + public static final String DEFAULT_TAB = "models"; + + private ModelItemRegistrar() { + } + + public static void registerAll() { + Set itemPaths = discoverModelItemPaths(); + if (itemPaths.isEmpty()) { + return; + } + + for (String path : itemPaths) { + ResourceLocation id; + try { + id = new ResourceLocation(Box3.MOD_ID, path); + } catch (IllegalArgumentException e) { + continue; + } + + if (BuiltInRegistries.ITEM.containsKey(id)) { + continue; + } + + Item item = new ModelDisplayItem(new Item.Properties()); + Registry.register(BuiltInRegistries.ITEM, id, item); + CreativeTabExtras.add(DEFAULT_TAB, item); + } + + CreativeTabRegistrar.registerModelTab(Box3.MOD_ID); + } + + private static Set discoverModelItemPaths() { + Set results = new LinkedHashSet<>(); + Path resourcepacksDir = FabricLoader.getInstance().getGameDir().resolve("resourcepacks"); + if (!Files.isDirectory(resourcepacksDir)) { + return results; + } + + try (DirectoryStream stream = Files.newDirectoryStream(resourcepacksDir)) { + for (Path entry : stream) { + if (Files.isDirectory(entry)) { + scanDirectoryPack(entry, results); + } else if (isArchive(entry)) { + scanZipPack(entry, results); + } + } + } catch (IOException ignored) { + } + + return results; + } + + private static boolean isArchive(Path path) { + String name = path.getFileName().toString().toLowerCase(Locale.ROOT); + return name.endsWith(".zip") || name.endsWith(".jar"); + } + + private static void scanDirectoryPack(Path packDir, Set out) { + Path itemsDir = packDir.resolve("assets").resolve(Box3.MOD_ID).resolve("items"); + if (!Files.isDirectory(itemsDir)) { + return; + } + + try (var paths = Files.walk(itemsDir)) { + paths.filter(Files::isRegularFile) + .forEach(file -> { + String name = file.getFileName().toString(); + if (!name.endsWith(".json")) { + return; + } + + String rel = itemsDir.relativize(file).toString().replace(File.separatorChar, '/'); + if (rel.endsWith(".json")) { + rel = rel.substring(0, rel.length() - 5); + } + if (!rel.isBlank()) { + out.add(rel); + } + }); + } catch (IOException ignored) { + } + } + + private static void scanZipPack(Path zipPath, Set out) { + try (ZipFile zip = new ZipFile(zipPath.toFile())) { + Enumeration entries = zip.entries(); + while (entries.hasMoreElements()) { + ZipEntry entry = entries.nextElement(); + if (entry.isDirectory()) { + continue; + } + String name = entry.getName(); + if (!name.startsWith(ITEMS_DIR_PREFIX) || !name.endsWith(".json")) { + continue; + } + String rel = name.substring(ITEMS_DIR_PREFIX.length(), name.length() - 5); + if (!rel.isBlank()) { + out.add(rel); + } + } + } catch (IOException ignored) { + } + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/register/ModelToolRegistrar.java b/Fabric-1.20.1/src/main/java/com/box3lab/register/ModelToolRegistrar.java new file mode 100644 index 0000000..c8ed800 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/register/ModelToolRegistrar.java @@ -0,0 +1,56 @@ +package com.box3lab.register; + +import com.box3lab.Box3; +import com.box3lab.item.ModelDestroyerItem; +import com.box3lab.register.creative.CreativeTabExtras; + +import net.fabricmc.fabric.api.event.player.UseEntityCallback; +import net.minecraft.core.Registry; +import net.minecraft.core.registries.BuiltInRegistries; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.world.InteractionResult; +import net.minecraft.world.entity.Display; +import net.minecraft.world.item.Item; +import net.minecraft.world.item.ItemStack; + +public final class ModelToolRegistrar { + private ModelToolRegistrar() { + } + + public static void registerAll() { + registerDestroyer(); + registerDestroyerHandler(); + } + + private static void registerDestroyer() { + ResourceLocation id = new ResourceLocation(Box3.MOD_ID, "model_destroyer"); + if (BuiltInRegistries.ITEM.containsKey(id)) { + return; + } + + Item item = new ModelDestroyerItem(new Item.Properties().stacksTo(1)); + Registry.register(BuiltInRegistries.ITEM, id, item); + CreativeTabExtras.add(ModelItemRegistrar.DEFAULT_TAB, item); + } + + private static void registerDestroyerHandler() { + UseEntityCallback.EVENT.register((player, world, hand, entity, hitResult) -> { + ItemStack stack = player.getItemInHand(hand); + if (!(stack.getItem() instanceof ModelDestroyerItem)) { + return InteractionResult.PASS; + } + + if (!(entity instanceof Display.ItemDisplay display)) { + return InteractionResult.PASS; + } + + if (!(world instanceof ServerLevel)) { + return InteractionResult.SUCCESS; + } + + display.discard(); + return InteractionResult.SUCCESS; + }); + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/register/VoxelImport.java b/Fabric-1.20.1/src/main/java/com/box3lab/register/VoxelImport.java new file mode 100644 index 0000000..a95ce28 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/register/VoxelImport.java @@ -0,0 +1,178 @@ +package com.box3lab.register; + +import java.io.ByteArrayOutputStream; +import java.io.FileInputStream; +import java.io.IOException; +import java.io.InputStream; +import java.net.URI; +import java.net.URL; +import java.net.URLConnection; +import java.nio.charset.StandardCharsets; +import java.nio.file.Files; +import java.nio.file.Path; +import java.util.zip.GZIPInputStream; + +import static com.box3lab.Box3.MOD_ID; +import com.box3lab.util.BlockIdResolver; +import com.google.gson.JsonArray; +import com.google.gson.JsonObject; +import com.google.gson.JsonParseException; +import com.google.gson.JsonParser; + +import net.fabricmc.loader.api.FabricLoader; +import net.minecraft.core.BlockPos; +import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.Rotation; +import net.minecraft.world.phys.Vec3; + +public final class VoxelImport { + + public static void apply(Object voxels, Object world, String mapName, Vec3 customOrigin, + ServerPlayer player, boolean ignoreBarrier, boolean ignoreWater) throws Exception { + JsonObject cfg = loadConfig(mapName); + if (cfg == null) { + throw new Exception(Component + .translatable("command.box3.box3import.config_invalid") + .getString()); + } + + int[] shape = toIntArray(cfg.getAsJsonArray("shape")); + int[] dir = toIntArray(cfg.getAsJsonArray("dir")); + int[] indices = toIntArray(cfg.getAsJsonArray("indices")); + int[] data = toIntArray(cfg.getAsJsonArray("data")); + int[] rot = toIntArray(cfg.getAsJsonArray("rot")); + + int total = Math.min(indices.length, data.length); + int lastProgress = -1; + + int[] origin = new int[] { + (int) Math.floor(customOrigin.x), + (int) Math.floor(customOrigin.y), + (int) Math.floor(customOrigin.z) + }; + + for (int i = 0; i < indices.length && i < data.length; i++) { + int idx = indices[i]; + int id = data[i]; + + if (ignoreBarrier && BlockIdResolver.isBarrierId(id)) { + continue; + } + + int x = idx % shape[0]; + int y = (idx / shape[0]) % shape[1]; + int z = idx / (shape[0] * shape[1]); + int r = rot.length > i ? rot[i] : 0; + int wx = origin[0] + dir[0] * x; + int wy = origin[1] + dir[1] * y; + int wz = origin[2] + dir[2] * z; + + if (world instanceof ServerLevel level) { + BlockPos pos = new BlockPos(wx, wy, wz); + Block block = BlockIdResolver.getBlockById(id, ignoreWater); + Rotation rotation = switch (r & 3) { + case 1 -> Rotation.CLOCKWISE_90; + case 2 -> Rotation.CLOCKWISE_180; + case 3 -> Rotation.COUNTERCLOCKWISE_90; + default -> Rotation.NONE; + }; + + level.setBlock(pos, block.defaultBlockState().rotate(rotation), 3); + + if (player != null) { + int progress = (i + 1) * 100 / total; + if (progress / 10 > lastProgress / 10) { + lastProgress = progress; + player.sendSystemMessage(Component.translatable( + "command.box3.box3import.progress", mapName, progress)); + } + } + } + } + } + + private static JsonObject loadConfig(String mapName) { + if (mapName.startsWith("http://") || mapName.startsWith("https://")) { + try { + String json = readGzipJsonFromUrl(mapName); + return JsonParser.parseString(json).getAsJsonObject(); + } catch (IOException | JsonParseException e) { + System.err.println(Component + .translatable("command.box3.box3import.config_read_failed", mapName) + .getString()); + return null; + } + } + + // 否则仍然从本地 config 目录读取 + Path configPath = FabricLoader.getInstance() + .getConfigDir() + .resolve(MOD_ID) + .resolve(mapName.endsWith(".gz") ? mapName : mapName + ".gz"); + + if (!Files.exists(configPath)) { + System.err.println(Component + .translatable("command.box3.box3import.config_missing", configPath.toString()) + .getString()); + return null; + } + + try { + String json = readGzipJson(configPath.toString()); + return JsonParser.parseString(json).getAsJsonObject(); + } catch (IOException | JsonParseException e) { + System.err.println(Component + .translatable("command.box3.box3import.config_read_failed", configPath.toString()) + .getString()); + return null; + } + } + + private static String readGzipJson(String path) throws IOException { + try (FileInputStream fis = new FileInputStream(path); + GZIPInputStream gis = new GZIPInputStream(fis); + ByteArrayOutputStream baos = new ByteArrayOutputStream()) { + + byte[] buffer = new byte[8192]; + int n; + while ((n = gis.read(buffer)) > 0) { + baos.write(buffer, 0, n); + } + return baos.toString(StandardCharsets.UTF_8); + } + } + + private static String readGzipJsonFromUrl(String urlString) throws IOException { + URI uri = URI.create(urlString); + URL url = uri.toURL(); + URLConnection connection = url.openConnection(); + connection.setConnectTimeout(10_000); + connection.setReadTimeout(30_000); + + try (InputStream is = connection.getInputStream(); + GZIPInputStream gis = new GZIPInputStream(is); + ByteArrayOutputStream baos = new ByteArrayOutputStream()) { + + byte[] buffer = new byte[8192]; + int n; + while ((n = gis.read(buffer)) > 0) { + baos.write(buffer, 0, n); + } + return baos.toString(StandardCharsets.UTF_8); + } + } + + private static int[] toIntArray(JsonArray array) { + if (array == null) { + return new int[0]; + } + int[] result = new int[array.size()]; + for (int i = 0; i < array.size(); i++) { + result[i] = array.get(i).getAsInt(); + } + return result; + } +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/register/core/BlockRegistrar.java b/Fabric-1.20.1/src/main/java/com/box3lab/register/core/BlockRegistrar.java new file mode 100644 index 0000000..6b89779 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/register/core/BlockRegistrar.java @@ -0,0 +1,29 @@ +package com.box3lab.register.core; + +import java.util.function.Function; + +import net.minecraft.core.Registry; +import net.minecraft.core.registries.BuiltInRegistries; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.item.BlockItem; +import net.minecraft.world.item.Item; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.state.BlockBehaviour; + +public final class BlockRegistrar { + private BlockRegistrar() { + } + + public static Block register(String modId, String name, Function blockFactory, + BlockBehaviour.Properties settings, boolean shouldRegisterItem) { + ResourceLocation id = new ResourceLocation(modId, name); + Block block = blockFactory.apply(settings); + + if (shouldRegisterItem) { + BlockItem blockItem = new BlockItem(block, new Item.Properties()); + Registry.register(BuiltInRegistries.ITEM, id, blockItem); + } + + return Registry.register(BuiltInRegistries.BLOCK, id, block); + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/register/creative/CreativeTabExtras.java b/Fabric-1.20.1/src/main/java/com/box3lab/register/creative/CreativeTabExtras.java new file mode 100644 index 0000000..a8f97da --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/register/creative/CreativeTabExtras.java @@ -0,0 +1,26 @@ +package com.box3lab.register.creative; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import net.minecraft.world.level.ItemLike; + +public final class CreativeTabExtras { + private static final Map> EXTRAS = new HashMap<>(); + + private CreativeTabExtras() { + } + + public static void add(String categoryPath, ItemLike item) { + if (categoryPath == null || categoryPath.isBlank() || item == null) { + return; + } + EXTRAS.computeIfAbsent(categoryPath, k -> new ArrayList<>()).add(item); + } + + public static Map> extras() { + return EXTRAS; + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/register/creative/CreativeTabRegistrar.java b/Fabric-1.20.1/src/main/java/com/box3lab/register/creative/CreativeTabRegistrar.java new file mode 100644 index 0000000..3560e16 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/register/creative/CreativeTabRegistrar.java @@ -0,0 +1,131 @@ +package com.box3lab.register.creative; + +import java.util.ArrayList; +import java.util.Comparator; +import java.util.HashMap; +import java.util.List; +import java.util.Locale; +import java.util.Map; + +import static com.box3lab.register.ModelItemRegistrar.DEFAULT_TAB; +import com.box3lab.util.BlockIndexData; + +import net.fabricmc.fabric.api.itemgroup.v1.FabricItemGroup; +import net.minecraft.core.Registry; +import net.minecraft.core.registries.BuiltInRegistries; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceKey; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.item.CreativeModeTab; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.Items; +import net.minecraft.world.level.ItemLike; +import net.minecraft.world.level.block.Block; + +public final class CreativeTabRegistrar { + private CreativeTabRegistrar() { + } + + private static String sanitizeCategoryPath(String category) { + if (category == null || category.isBlank()) { + return ""; + } + String lower = category.toLowerCase(Locale.ROOT); + return lower.replaceAll("[^a-z0-9_\\-]+", "_"); + } + + private static ItemStack defaultIcon(Map blocks) { + Block iconBlock = blocks.get("stone"); + if (iconBlock == null && !blocks.isEmpty()) { + iconBlock = blocks.values().iterator().next(); + } + return iconBlock == null ? new ItemStack(Items.STONE) : new ItemStack(iconBlock); + } + + public static void registerCreativeTabs(String modId, Map blocks, BlockIndexData data) { + Map> categoryToRegistryNames = new HashMap<>(); + for (String rn : blocks.keySet()) { + String voxelName = rn; + String category = data.categoryByName.getOrDefault(voxelName, ""); + String categoryPath = sanitizeCategoryPath(category); + if (categoryPath != null && !categoryPath.isBlank()) { + categoryToRegistryNames.computeIfAbsent(categoryPath, k -> new ArrayList<>()).add(rn); + } + } + + List categories = new ArrayList<>(categoryToRegistryNames.keySet()); + categories.sort(Comparator.naturalOrder()); + + for (String categoryPath : categories) { + List registryNames = categoryToRegistryNames.get(categoryPath); + if (registryNames == null || registryNames.isEmpty()) { + continue; + } + registryNames.sort(Comparator.naturalOrder()); + + Block categoryIconBlock = blocks.get(registryNames.get(0)); + + ResourceKey key = ResourceKey.create( + BuiltInRegistries.CREATIVE_MODE_TAB.key(), + new ResourceLocation(modId, "creative_tab_" + categoryPath)); + CreativeModeTab tab = FabricItemGroup.builder() + .icon(() -> categoryIconBlock == null ? defaultIcon(blocks) : new ItemStack(categoryIconBlock)) + .title(Component.translatable("itemGroup." + modId + "." + categoryPath)) + .displayItems((params, output) -> { + for (String rn : registryNames) { + Block b = blocks.get(rn); + if (b != null) { + output.accept(b.asItem()); + } + } + + List extras = CreativeTabExtras.extras().get(categoryPath); + if (extras != null) { + for (ItemLike extra : extras) { + if (extra != null) { + output.accept(extra); + } + } + } + }) + .build(); + + Registry.register(BuiltInRegistries.CREATIVE_MODE_TAB, key, tab); + } + } + + public static void registerModelTab(String modId) { + String categoryPath = sanitizeCategoryPath(DEFAULT_TAB); + if (categoryPath.isBlank()) { + return; + } + if (BuiltInRegistries.CREATIVE_MODE_TAB + .containsKey(new ResourceLocation(modId, "creative_tab_" + categoryPath))) { + return; + } + + List extras = CreativeTabExtras.extras().get(categoryPath); + if (extras == null || extras.isEmpty()) { + return; + } + + ItemLike iconItem = extras.get(0); + ResourceKey key = ResourceKey.create( + BuiltInRegistries.CREATIVE_MODE_TAB.key(), + new ResourceLocation(modId, "creative_tab_" + categoryPath)); + + CreativeModeTab tab = FabricItemGroup.builder() + .icon(() -> new ItemStack(iconItem)) + .title(Component.translatable("itemGroup." + modId + "." + categoryPath)) + .displayItems((params, output) -> { + for (ItemLike extra : extras) { + if (extra != null) { + output.accept(extra); + } + } + }) + .build(); + + Registry.register(BuiltInRegistries.CREATIVE_MODE_TAB, key, tab); + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/register/sound/CategorySoundTypes.java b/Fabric-1.20.1/src/main/java/com/box3lab/register/sound/CategorySoundTypes.java new file mode 100644 index 0000000..aff3f8b --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/register/sound/CategorySoundTypes.java @@ -0,0 +1,33 @@ +package com.box3lab.register.sound; + +import java.util.Locale; + +import net.minecraft.world.level.block.SoundType; + +public final class CategorySoundTypes { + private CategorySoundTypes() { + } + + public static SoundType soundTypeForCategory(String category) { + if (category == null) { + return SoundType.STONE; + } + String c = category.toLowerCase(Locale.ROOT); + + return switch (c) { + case "structure" -> SoundType.STONE; + case "nature" -> SoundType.GRASS; + + case "symbol", "number", "letter", "color" -> SoundType.STONE; + + case "wood", "plant", "tree", "leaf", "leaves" -> SoundType.WOOD; + case "metal", "machine" -> SoundType.METAL; + case "glass" -> SoundType.GLASS; + case "wool", "cloth" -> SoundType.WOOL; + case "sand" -> SoundType.SAND; + case "snow" -> SoundType.SNOW; + case "slime" -> SoundType.SLIME_BLOCK; + default -> SoundType.STONE; + }; + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/register/voxel/VoxelBlockFactories.java b/Fabric-1.20.1/src/main/java/com/box3lab/register/voxel/VoxelBlockFactories.java new file mode 100644 index 0000000..75cb858 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/register/voxel/VoxelBlockFactories.java @@ -0,0 +1,57 @@ +package com.box3lab.register.voxel; + +import java.util.HashMap; +import java.util.Locale; +import java.util.Map; +import java.util.function.Function; + +import com.box3lab.block.BarrierVoxelBlock; +import com.box3lab.block.BouncePadBlock; +import com.box3lab.block.ConveyorBlock; +import com.box3lab.block.GlassVoxelBlock; +import com.box3lab.block.SpiderWebBlock; +import com.box3lab.block.VoxelBlock; + +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.state.BlockBehaviour; + +public final class VoxelBlockFactories { + private static final Function DEFAULT_FACTORY = VoxelBlock::new; + private static final Map> FACTORIES = new HashMap<>(); + + static { + register("conveyor", ConveyorBlock::new); + register("bounce_pad", BouncePadBlock::new); + register("spiderweb", SpiderWebBlock::new); + register("barrier", BarrierVoxelBlock::new); + } + + private VoxelBlockFactories() { + } + + public static void register(String texturePart, Function factory) { + if (texturePart == null || texturePart.isBlank() || factory == null) { + return; + } + FACTORIES.put(texturePart.toLowerCase(Locale.ROOT), factory); + } + + public static Function factoryFor(String texturePart, boolean transparent) { + if (texturePart == null) { + return DEFAULT_FACTORY; + } + + String key = texturePart.toLowerCase(Locale.ROOT); + + Function factory = FACTORIES.get(key); + if (factory != null) { + return factory; + } + + if (transparent) { + return GlassVoxelBlock::new; + } + + return DEFAULT_FACTORY; + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/register/voxel/VoxelBlockPropertiesFactory.java b/Fabric-1.20.1/src/main/java/com/box3lab/register/voxel/VoxelBlockPropertiesFactory.java new file mode 100644 index 0000000..60fb8ba --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/register/voxel/VoxelBlockPropertiesFactory.java @@ -0,0 +1,26 @@ +package com.box3lab.register.voxel; + +import net.minecraft.world.level.block.SoundType; +import net.minecraft.world.level.block.state.BlockBehaviour; +import net.minecraft.world.level.material.MapColor; + +public final class VoxelBlockPropertiesFactory { + private VoxelBlockPropertiesFactory() { + } + + public static BlockBehaviour.Properties create(boolean solid, SoundType soundType, int lightLevel, float hardness, + float resistance, float friction) { + BlockBehaviour.Properties props = BlockBehaviour.Properties.of() + .sound(soundType) + .mapColor(MapColor.COLOR_CYAN) + .lightLevel(state -> lightLevel) + .strength(hardness, resistance) + .friction(friction); + + if (!solid) { + props = props.noOcclusion(); + } + + return props; + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/register/voxel/VoxelLightLevelMapper.java b/Fabric-1.20.1/src/main/java/com/box3lab/register/voxel/VoxelLightLevelMapper.java new file mode 100644 index 0000000..ef88bf4 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/register/voxel/VoxelLightLevelMapper.java @@ -0,0 +1,11 @@ +package com.box3lab.register.voxel; + +public final class VoxelLightLevelMapper { + private VoxelLightLevelMapper() { + } + + public static int lightLevelFromEmissivePacked(int emissivePacked) { + int rawLight = emissivePacked == 0 ? 0 : (int) Math.round(15.0 * (0.8 + 0.2 * emissivePacked / 4095.0)); + return Math.max(0, Math.min(15, rawLight)); + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/util/BlockIdResolver.java b/Fabric-1.20.1/src/main/java/com/box3lab/util/BlockIdResolver.java new file mode 100644 index 0000000..173c015 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/util/BlockIdResolver.java @@ -0,0 +1,102 @@ +package com.box3lab.util; + +import java.io.InputStream; +import java.io.InputStreamReader; +import java.nio.charset.StandardCharsets; +import java.util.Locale; + +import com.box3lab.register.ModBlocks; +import com.google.gson.JsonObject; +import com.google.gson.JsonParser; + +import net.minecraft.network.chat.Component; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.Blocks; + +public final class BlockIdResolver { + + private static JsonObject blockIdMapping = null; + + private BlockIdResolver() { + } + + private static void loadBlockIdMapping() { + if (blockIdMapping != null) { + return; + } + + try (InputStream is = BlockIdResolver.class.getClassLoader().getResourceAsStream("block-id.json")) { + if (is == null) { + throw new RuntimeException(Component + .translatable("command.box3.block_id.missing_file") + .getString()); + } + try (InputStreamReader reader = new InputStreamReader(is, StandardCharsets.UTF_8)) { + blockIdMapping = JsonParser.parseReader(reader).getAsJsonObject(); + } + } catch (Exception e) { + throw new RuntimeException( + Component.translatable("command.box3.block_id.read_failed").getString(), + e); + } + } + + public static Block getBlockById(int id) { + return getBlockById(id, false); + } + + public static Block getBlockById(int id, boolean ignoreWater) { + loadBlockIdMapping(); + + String idStr = String.valueOf(id); + if (!blockIdMapping.has(idStr)) { + System.err.println(Component + .translatable("command.box3.block_id.no_mapping_for_id", idStr) + .getString()); + return Blocks.STONE; + } + + // 364: spec_water_block (water) + // 412-430: spec_*_juice_block, milk, soy_sauce, coffee, peach_juice + if (id == 364 + || id == 412 + || id == 414 + || id == 416 + || id == 418 + || id == 420 + || id == 422 + || id == 424 + || id == 426 + || id == 428 + || id == 430) { + if (ignoreWater) { + return Blocks.AIR; + } + return Blocks.WATER; + } + + String registryKey = blockIdMapping.get(idStr).getAsString(); + String normalizedKey = registryKey.toLowerCase(Locale.ROOT); + + Block block = ModBlocks.BLOCKS.get(normalizedKey); + if (block == null) { + System.err.println(Component + .translatable("command.box3.block_id.missing_registered_block", registryKey) + .getString()); + return Blocks.STONE; + } + + return block; + } + + public static boolean isBarrierId(int id) { + loadBlockIdMapping(); + + String idStr = String.valueOf(id); + if (!blockIdMapping.has(idStr)) { + return false; + } + String registryKey = blockIdMapping.get(idStr).getAsString(); + return "barrier".equalsIgnoreCase(registryKey); + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/util/BlockIndexData.java b/Fabric-1.20.1/src/main/java/com/box3lab/util/BlockIndexData.java new file mode 100644 index 0000000..149eab2 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/util/BlockIndexData.java @@ -0,0 +1,243 @@ +package com.box3lab.util; + +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.JsonParser; + +import java.io.InputStream; +import java.io.InputStreamReader; +import java.nio.charset.StandardCharsets; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Locale; +import java.util.Set; + +public final class BlockIndexData { + public static final class FluidInfo { + public final int id; + public final int mass; + public final long info; + public final double fluidExtinction; + + public FluidInfo(int id, int mass, long info, double fluidExtinction) { + this.id = id; + this.mass = mass; + this.info = info; + this.fluidExtinction = fluidExtinction; + } + } + + public final int[] ids; + public final String[] names; + public final int[] emissive; + public final float[] blockHardness; + public final float[] blockResistance; + public final float[] blockFriction; + public final Map categoryByName; + public final Set notSolidIds; + public final Map fluidsById; + + public final Map indexById; + public final Map idByName; + + private BlockIndexData( + int[] ids, + String[] names, + int[] emissive, + float[] blockHardness, + float[] blockResistance, + float[] blockFriction, + Map categoryByName, + Set notSolidIds, + Map fluidsById) { + this.ids = ids; + this.names = names; + this.emissive = emissive; + this.blockHardness = blockHardness; + this.blockResistance = blockResistance; + this.blockFriction = blockFriction; + this.categoryByName = categoryByName; + this.notSolidIds = notSolidIds; + this.fluidsById = fluidsById; + + Map indexByIdTmp = new HashMap<>(ids.length * 2); + for (int i = 0; i < ids.length; i++) { + indexByIdTmp.put(ids[i], i); + } + this.indexById = indexByIdTmp; + + Map idByNameTmp = new HashMap<>(names.length * 2); + int len = Math.min(ids.length, names.length); + for (int i = 0; i < len; i++) { + idByNameTmp.put(names[i], ids[i]); + } + this.idByName = idByNameTmp; + } + + private static volatile BlockIndexData INSTANCE; + + public static BlockIndexData get() { + BlockIndexData inst = INSTANCE; + if (inst != null) { + return inst; + } + synchronized (BlockIndexData.class) { + if (INSTANCE == null) { + INSTANCE = load(); + } + return INSTANCE; + } + } + + private static BlockIndexData load() { + JsonObject root; + try (InputStream is = BlockIndexData.class.getClassLoader().getResourceAsStream("block-spec.json")) { + if (is == null) { + throw new IllegalStateException("Missing resource: block-spec.json"); + } + root = JsonParser.parseReader(new InputStreamReader(is, StandardCharsets.UTF_8)).getAsJsonObject(); + } catch (Exception e) { + throw new RuntimeException("Failed to load block-spec.json", e); + } + + final class Entry { + final String name; + final int id; + final int emissive; + final String category; + final boolean transparent; + final boolean fluid; + final int mass; + final int fluidR; + final int fluidG; + final int fluidB; + final double fluidExtinction; + final float hardness; + final float resistance; + final float friction; + + Entry(String name, int id, int emissive, String category, boolean transparent, boolean fluid, int mass, + int fluidR, int fluidG, int fluidB, double fluidExtinction, float hardness, float resistance, + float friction) { + this.name = name; + this.id = id; + this.emissive = emissive; + this.category = category; + this.transparent = transparent; + this.fluid = fluid; + this.mass = mass; + this.fluidR = fluidR; + this.fluidG = fluidG; + this.fluidB = fluidB; + this.fluidExtinction = fluidExtinction; + this.hardness = hardness; + this.resistance = resistance; + this.friction = friction; + } + } + + List entries = new ArrayList<>(root.size()); + for (Map.Entry e : root.entrySet()) { + String name = e.getKey(); + JsonObject obj = e.getValue().getAsJsonObject(); + + int id = obj.has("id") ? obj.get("id").getAsInt() : -1; + String category = obj.has("category") ? obj.get("category").getAsString() : ""; + boolean transparent = obj.has("transparent") && obj.get("transparent").getAsBoolean(); + boolean fluid = obj.has("fluid") && obj.get("fluid").getAsBoolean(); + int mass = obj.has("mass") ? obj.get("mass").getAsInt() : 0; + + int emissivePacked = 0; + if (obj.has("emissive") && obj.get("emissive").isJsonArray() + && obj.getAsJsonArray("emissive").size() >= 3) { + double er = obj.getAsJsonArray("emissive").get(0).getAsDouble(); + double eg = obj.getAsJsonArray("emissive").get(1).getAsDouble(); + double eb = obj.getAsJsonArray("emissive").get(2).getAsDouble(); + double max = Math.max(er, Math.max(eg, eb)); + emissivePacked = (int) Math.round(Math.max(0.0, Math.min(1.0, max / 15.0)) * 4095.0); + } + + int fr = 0, fg = 0, fb = 0; + if (obj.has("fluidColor") && obj.get("fluidColor").isJsonArray() + && obj.getAsJsonArray("fluidColor").size() >= 3) { + double r = obj.getAsJsonArray("fluidColor").get(0).getAsDouble(); + double g = obj.getAsJsonArray("fluidColor").get(1).getAsDouble(); + double b = obj.getAsJsonArray("fluidColor").get(2).getAsDouble(); + + fr = (int) Math.round((r <= 1.0 ? r * 255.0 : r)); + fg = (int) Math.round((g <= 1.0 ? g * 255.0 : g)); + fb = (int) Math.round((b <= 1.0 ? b * 255.0 : b)); + + fr = Math.max(0, Math.min(255, fr)); + fg = Math.max(0, Math.min(255, fg)); + fb = Math.max(0, Math.min(255, fb)); + } + + double fluidExtinction = 0.0; + if (obj.has("fluidExtinction")) { + fluidExtinction = obj.get("fluidExtinction").getAsDouble(); + } + + // Parse strength values + float hardness = 1.0f; // default hardness + float resistance = 1.0f; // default resistance + + if (obj.has("strength") && obj.get("strength").isJsonObject()) { + JsonObject strengthObj = obj.get("strength").getAsJsonObject(); + hardness = strengthObj.has("hardness") ? strengthObj.get("hardness").getAsFloat() : 1.0f; + resistance = strengthObj.has("resistance") ? strengthObj.get("resistance").getAsFloat() : 1.0f; + } + + // Parse friction value (default 1.0 if missing) + float friction = 1.0f; + if (obj.has("friction")) { + friction = obj.get("friction").getAsFloat(); + } + + if (id >= 0) { + entries.add(new Entry(name, id, emissivePacked, category, transparent, fluid, mass, fr, fg, fb, + fluidExtinction, hardness, resistance, friction)); + } + } + + entries.sort((a, b) -> Integer.compare(a.id, b.id)); + + int[] ids = new int[entries.size()]; + String[] names = new String[entries.size()]; + int[] emissive = new int[entries.size()]; + float[] blockHardness = new float[entries.size()]; + float[] blockResistance = new float[entries.size()]; + float[] blockFriction = new float[entries.size()]; + Map categoryByName = new HashMap<>(entries.size() * 2); + + Set notSolidSet = new HashSet<>(); + Map fluidsById = new HashMap<>(); + + for (int i = 0; i < entries.size(); i++) { + Entry en = entries.get(i); + ids[i] = en.id; + names[i] = en.name; + emissive[i] = en.emissive; + blockHardness[i] = en.hardness; + blockResistance[i] = en.resistance; + blockFriction[i] = en.friction; + categoryByName.put(en.name.toLowerCase(Locale.ROOT), en.category == null ? "" : en.category); + + if (en.transparent || en.fluid) { + notSolidSet.add(en.id); + } + if (en.fluid) { + int a = 255; + long info = (en.fluidR & 255L) | ((en.fluidG & 255L) << 8) | ((en.fluidB & 255L) << 16) + | ((a & 255L) << 24); + fluidsById.put(en.id, new FluidInfo(en.id, en.mass, info, en.fluidExtinction)); + } + } + + return new BlockIndexData(ids, names, emissive, blockHardness, blockResistance, blockFriction, categoryByName, + notSolidSet, fluidsById); + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/util/BlockIndexUtil.java b/Fabric-1.20.1/src/main/java/com/box3lab/util/BlockIndexUtil.java new file mode 100644 index 0000000..2d4539b --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/util/BlockIndexUtil.java @@ -0,0 +1,98 @@ +package com.box3lab.util; + +import java.util.Locale; + +public final class BlockIndexUtil { + private BlockIndexUtil() { + } + + public static final class RGBA { + public final int r; + public final int g; + public final int b; + public final float a; + + public RGBA(int r, int g, int b, float a) { + this.r = r; + this.g = g; + this.b = b; + this.a = a; + } + } + + public static int normalizeId(int blockId) { + return blockId & 4095; + } + + public static String getNameById(int blockId) { + int id = normalizeId(blockId); + BlockIndexData data = BlockIndexData.get(); + Integer idx = data.indexById.get(id); + if (idx == null) { + return null; + } + if (idx < 0 || idx >= data.names.length) { + return null; + } + return data.names[idx]; + } + + public static Integer getIdByName(String name) { + if (name == null) { + return null; + } + BlockIndexData data = BlockIndexData.get(); + return data.idByName.get(name); + } + + public static boolean isFluid(int blockId) { + int id = normalizeId(blockId); + return BlockIndexData.get().fluidsById.containsKey(id); + } + + public static boolean isSolid(int blockId) { + int id = normalizeId(blockId); + return !BlockIndexData.get().notSolidIds.contains(id); + } + + public static boolean isSoild(int blockId) { + return isSolid(blockId); + } + + public static int blockEmissiveLight(int blockId) { + int id = normalizeId(blockId); + BlockIndexData data = BlockIndexData.get(); + Integer idx = data.indexById.get(id); + if (idx == null) { + return 0; + } + if (idx < 0 || idx >= data.emissive.length) { + return 0; + } + return data.emissive[idx]; + } + + public static RGBA getFluidColor(int blockId) { + int id = normalizeId(blockId); + BlockIndexData.FluidInfo fluid = BlockIndexData.get().fluidsById.get(id); + if (fluid == null) { + return null; + } + long info = fluid.info; + + int r = (int) (info & 255L); + int g = (int) ((info & 65280L) >> 8); + int b = (int) ((info & 16711680L) >>> 16); + float a = (float) (((info >>> 24) & 255L) / 255.0); + + return new RGBA(r, g, b, a); + } + + public static String getVoxelNameLowerCaseById(int blockId) { + String name = getNameById(blockId); + if (name == null) { + return null; + } + return name.toLowerCase(Locale.ROOT); + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/util/Box3ImportFiles.java b/Fabric-1.20.1/src/main/java/com/box3lab/util/Box3ImportFiles.java new file mode 100644 index 0000000..bb2c1c1 --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/util/Box3ImportFiles.java @@ -0,0 +1,38 @@ +package com.box3lab.util; + +import java.io.IOException; +import java.nio.file.Files; +import java.nio.file.Path; +import java.util.Collections; +import java.util.List; + +import net.fabricmc.loader.api.FabricLoader; + +import static com.box3lab.Box3.MOD_ID; + +public final class Box3ImportFiles { + + private Box3ImportFiles() { + } + + public static Path getImportDir() { + return FabricLoader.getInstance() + .getConfigDir() + .resolve(MOD_ID); + } + + public static List listJsonFiles() throws IOException { + Path dir = getImportDir(); + if (!Files.exists(dir)) { + return Collections.emptyList(); + } + + try (var stream = Files.list(dir)) { + return stream + .filter(path -> path.getFileName().toString().endsWith(".gz")) + .map(path -> path.getFileName().toString()) + .sorted() + .toList(); + } + } +} diff --git a/Fabric-1.20.1/src/main/java/com/box3lab/util/ConfigUtil.java b/Fabric-1.20.1/src/main/java/com/box3lab/util/ConfigUtil.java new file mode 100644 index 0000000..2c4c97f --- /dev/null +++ b/Fabric-1.20.1/src/main/java/com/box3lab/util/ConfigUtil.java @@ -0,0 +1,58 @@ +package com.box3lab.util; + +import java.io.IOException; +import java.io.Reader; +import java.io.Writer; +import java.nio.charset.StandardCharsets; +import java.nio.file.Files; +import java.nio.file.Path; + +import com.google.gson.JsonObject; +import com.google.gson.JsonParseException; +import com.google.gson.JsonParser; + +import net.fabricmc.loader.api.FabricLoader; + +import static com.box3lab.Box3.MOD_ID; + +public final class ConfigUtil { + + public static final String CONFIG_DIR_NAME = "config.json"; + + private ConfigUtil() { + } + + public static JsonObject readConfig(String fileName) { + try { + Path dir = FabricLoader.getInstance().getConfigDir().resolve(MOD_ID); + Path path = dir.resolve(fileName); + if (!Files.exists(path)) { + return null; + } + + try (Reader reader = Files.newBufferedReader(path, StandardCharsets.UTF_8)) { + return JsonParser.parseReader(reader).getAsJsonObject(); + } + } catch (IOException | JsonParseException e) { + return null; + } + } + + public static void writeConfig(String fileName, JsonObject obj) { + if (obj == null) { + return; + } + try { + Path dir = FabricLoader.getInstance().getConfigDir().resolve(MOD_ID); + if (!Files.exists(dir)) { + Files.createDirectories(dir); + } + Path path = dir.resolve(fileName); + + try (Writer writer = Files.newBufferedWriter(path, StandardCharsets.UTF_8)) { + writer.write(obj.toString()); + } + } catch (IOException e) { + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/a.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/a.json new file mode 100644 index 0000000..b07a258 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/a.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/a" + }, + "facing=east": { + "model": "box3:block/a", + "y": 90 + }, + "facing=south": { + "model": "box3:block/a", + "y": 180 + }, + "facing=west": { + "model": "box3:block/a", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/acacia.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/acacia.json new file mode 100644 index 0000000..8164473 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/acacia.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/acacia" + }, + "facing=east": { + "model": "box3:block/acacia", + "y": 90 + }, + "facing=south": { + "model": "box3:block/acacia", + "y": 180 + }, + "facing=west": { + "model": "box3:block/acacia", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/add.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/add.json new file mode 100644 index 0000000..78037ce --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/add.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/add" + }, + "facing=east": { + "model": "box3:block/add", + "y": 90 + }, + "facing=south": { + "model": "box3:block/add", + "y": 180 + }, + "facing=west": { + "model": "box3:block/add", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/air_duct.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/air_duct.json new file mode 100644 index 0000000..c51aa1f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/air_duct.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/air_duct" + }, + "facing=east": { + "model": "box3:block/air_duct", + "y": 90 + }, + "facing=south": { + "model": "box3:block/air_duct", + "y": 180 + }, + "facing=west": { + "model": "box3:block/air_duct", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ampersand.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ampersand.json new file mode 100644 index 0000000..22269cb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ampersand.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/ampersand" + }, + "facing=east": { + "model": "box3:block/ampersand", + "y": 90 + }, + "facing=south": { + "model": "box3:block/ampersand", + "y": 180 + }, + "facing=west": { + "model": "box3:block/ampersand", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/asterisk.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/asterisk.json new file mode 100644 index 0000000..59f83a4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/asterisk.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/asterisk" + }, + "facing=east": { + "model": "box3:block/asterisk", + "y": 90 + }, + "facing=south": { + "model": "box3:block/asterisk", + "y": 180 + }, + "facing=west": { + "model": "box3:block/asterisk", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/at.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/at.json new file mode 100644 index 0000000..d592b48 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/at.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/at" + }, + "facing=east": { + "model": "box3:block/at", + "y": 90 + }, + "facing=south": { + "model": "box3:block/at", + "y": 180 + }, + "facing=west": { + "model": "box3:block/at", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/b.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/b.json new file mode 100644 index 0000000..a552a41 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/b.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/b" + }, + "facing=east": { + "model": "box3:block/b", + "y": 90 + }, + "facing=south": { + "model": "box3:block/b", + "y": 180 + }, + "facing=west": { + "model": "box3:block/b", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/backslash.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/backslash.json new file mode 100644 index 0000000..bb3813c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/backslash.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/backslash" + }, + "facing=east": { + "model": "box3:block/backslash", + "y": 90 + }, + "facing=south": { + "model": "box3:block/backslash", + "y": 180 + }, + "facing=west": { + "model": "box3:block/backslash", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bamboo.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bamboo.json new file mode 100644 index 0000000..499e690 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bamboo.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/bamboo" + }, + "facing=east": { + "model": "box3:block/bamboo", + "y": 90 + }, + "facing=south": { + "model": "box3:block/bamboo", + "y": 180 + }, + "facing=west": { + "model": "box3:block/bamboo", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/barrier.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/barrier.json new file mode 100644 index 0000000..d75b775 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/barrier.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/barrier" + }, + "facing=east": { + "model": "box3:block/barrier", + "y": 90 + }, + "facing=south": { + "model": "box3:block/barrier", + "y": 180 + }, + "facing=west": { + "model": "box3:block/barrier", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bat_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bat_window.json new file mode 100644 index 0000000..8257c52 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bat_window.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/bat_window" + }, + "facing=east": { + "model": "box3:block/bat_window", + "y": 90 + }, + "facing=south": { + "model": "box3:block/bat_window", + "y": 180 + }, + "facing=west": { + "model": "box3:block/bat_window", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bear_footprint.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bear_footprint.json new file mode 100644 index 0000000..f01bb96 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bear_footprint.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/bear_footprint" + }, + "facing=east": { + "model": "box3:block/bear_footprint", + "y": 90 + }, + "facing=south": { + "model": "box3:block/bear_footprint", + "y": 180 + }, + "facing=west": { + "model": "box3:block/bear_footprint", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/biscuit.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/biscuit.json new file mode 100644 index 0000000..d1e1016 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/biscuit.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/biscuit" + }, + "facing=east": { + "model": "box3:block/biscuit", + "y": 90 + }, + "facing=south": { + "model": "box3:block/biscuit", + "y": 180 + }, + "facing=west": { + "model": "box3:block/biscuit", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/black.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/black.json new file mode 100644 index 0000000..353f922 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/black.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/black" + }, + "facing=east": { + "model": "box3:block/black", + "y": 90 + }, + "facing=south": { + "model": "box3:block/black", + "y": 180 + }, + "facing=west": { + "model": "box3:block/black", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/black_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/black_glass.json new file mode 100644 index 0000000..296363c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/black_glass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/black_glass" + }, + "facing=east": { + "model": "box3:block/black_glass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/black_glass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/black_glass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue.json new file mode 100644 index 0000000..3cef204 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/blue" + }, + "facing=east": { + "model": "box3:block/blue", + "y": 90 + }, + "facing=south": { + "model": "box3:block/blue", + "y": 180 + }, + "facing=west": { + "model": "box3:block/blue", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_decorative_light.json new file mode 100644 index 0000000..79d08a8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_decorative_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/blue_decorative_light" + }, + "facing=east": { + "model": "box3:block/blue_decorative_light", + "y": 90 + }, + "facing=south": { + "model": "box3:block/blue_decorative_light", + "y": 180 + }, + "facing=west": { + "model": "box3:block/blue_decorative_light", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_gift.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_gift.json new file mode 100644 index 0000000..5b2ec60 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_gift.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/blue_gift" + }, + "facing=east": { + "model": "box3:block/blue_gift", + "y": 90 + }, + "facing=south": { + "model": "box3:block/blue_gift", + "y": 180 + }, + "facing=west": { + "model": "box3:block/blue_gift", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_glass.json new file mode 100644 index 0000000..522ce2d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_glass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/blue_glass" + }, + "facing=east": { + "model": "box3:block/blue_glass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/blue_glass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/blue_glass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_grass.json new file mode 100644 index 0000000..e65eac0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/blue_grass" + }, + "facing=east": { + "model": "box3:block/blue_grass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/blue_grass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/blue_grass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_grass_all.json new file mode 100644 index 0000000..abc9b06 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/blue_grass_all" + }, + "facing=east": { + "model": "box3:block/blue_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3:block/blue_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3:block/blue_grass_all", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_light.json new file mode 100644 index 0000000..3cdffb6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/blue_light" + }, + "facing=east": { + "model": "box3:block/blue_light", + "y": 90 + }, + "facing=south": { + "model": "box3:block/blue_light", + "y": 180 + }, + "facing=west": { + "model": "box3:block/blue_light", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_surface_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_surface_01.json new file mode 100644 index 0000000..4a00a5a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_surface_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/blue_surface_01" + }, + "facing=east": { + "model": "box3:block/blue_surface_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/blue_surface_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/blue_surface_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_surface_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_surface_02.json new file mode 100644 index 0000000..e5166d7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/blue_surface_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/blue_surface_02" + }, + "facing=east": { + "model": "box3:block/blue_surface_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/blue_surface_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/blue_surface_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board0.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board0.json new file mode 100644 index 0000000..60a8d90 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board0.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board0" + }, + "facing=east": { + "model": "box3:block/board0", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board0", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board0", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board1.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board1.json new file mode 100644 index 0000000..65a9fce --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board1.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board1" + }, + "facing=east": { + "model": "box3:block/board1", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board1", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board1", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board10.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board10.json new file mode 100644 index 0000000..1cc1a9d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board10.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board10" + }, + "facing=east": { + "model": "box3:block/board10", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board10", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board10", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board11.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board11.json new file mode 100644 index 0000000..f0c7e9a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board11.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board11" + }, + "facing=east": { + "model": "box3:block/board11", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board11", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board11", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board12.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board12.json new file mode 100644 index 0000000..cf06647 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board12.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board12" + }, + "facing=east": { + "model": "box3:block/board12", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board12", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board12", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board13.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board13.json new file mode 100644 index 0000000..7972855 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board13.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board13" + }, + "facing=east": { + "model": "box3:block/board13", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board13", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board13", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board14.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board14.json new file mode 100644 index 0000000..98e5e50 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board14.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board14" + }, + "facing=east": { + "model": "box3:block/board14", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board14", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board14", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board15.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board15.json new file mode 100644 index 0000000..305f3f7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board15.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board15" + }, + "facing=east": { + "model": "box3:block/board15", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board15", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board15", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board2.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board2.json new file mode 100644 index 0000000..67dcb5d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board2.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board2" + }, + "facing=east": { + "model": "box3:block/board2", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board2", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board2", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board3.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board3.json new file mode 100644 index 0000000..e73e38f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board3.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board3" + }, + "facing=east": { + "model": "box3:block/board3", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board3", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board3", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board4.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board4.json new file mode 100644 index 0000000..03d575e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board4.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board4" + }, + "facing=east": { + "model": "box3:block/board4", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board4", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board4", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board5.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board5.json new file mode 100644 index 0000000..b609709 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board5.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board5" + }, + "facing=east": { + "model": "box3:block/board5", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board5", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board5", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board6.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board6.json new file mode 100644 index 0000000..ae555d4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board6.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board6" + }, + "facing=east": { + "model": "box3:block/board6", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board6", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board6", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board7.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board7.json new file mode 100644 index 0000000..2012552 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board7.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board7" + }, + "facing=east": { + "model": "box3:block/board7", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board7", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board7", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board8.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board8.json new file mode 100644 index 0000000..dc3f099 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board8.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board8" + }, + "facing=east": { + "model": "box3:block/board8", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board8", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board8", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board9.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board9.json new file mode 100644 index 0000000..4f134d2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board9.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board9" + }, + "facing=east": { + "model": "box3:block/board9", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board9", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board9", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_01.json new file mode 100644 index 0000000..92d6fd8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board_01" + }, + "facing=east": { + "model": "box3:block/board_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_02.json new file mode 100644 index 0000000..d741e83 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board_02" + }, + "facing=east": { + "model": "box3:block/board_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_03.json new file mode 100644 index 0000000..58212a1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board_03" + }, + "facing=east": { + "model": "box3:block/board_03", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board_03", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board_03", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_04.json new file mode 100644 index 0000000..a3fe416 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board_04" + }, + "facing=east": { + "model": "box3:block/board_04", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board_04", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board_04", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_05.json new file mode 100644 index 0000000..d5ac79c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board_05" + }, + "facing=east": { + "model": "box3:block/board_05", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board_05", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board_05", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_06.json new file mode 100644 index 0000000..f3f91ae --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board_06" + }, + "facing=east": { + "model": "box3:block/board_06", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board_06", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board_06", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_07.json new file mode 100644 index 0000000..db7029f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/board_07.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/board_07" + }, + "facing=east": { + "model": "box3:block/board_07", + "y": 90 + }, + "facing=south": { + "model": "box3:block/board_07", + "y": 180 + }, + "facing=west": { + "model": "box3:block/board_07", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bookshelf.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bookshelf.json new file mode 100644 index 0000000..e8757f3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bookshelf.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/bookshelf" + }, + "facing=east": { + "model": "box3:block/bookshelf", + "y": 90 + }, + "facing=south": { + "model": "box3:block/bookshelf", + "y": 180 + }, + "facing=west": { + "model": "box3:block/bookshelf", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bounce_pad.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bounce_pad.json new file mode 100644 index 0000000..afabe54 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bounce_pad.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/bounce_pad" + }, + "facing=east": { + "model": "box3:block/bounce_pad", + "y": 90 + }, + "facing=south": { + "model": "box3:block/bounce_pad", + "y": 180 + }, + "facing=west": { + "model": "box3:block/bounce_pad", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bracket_close.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bracket_close.json new file mode 100644 index 0000000..34eea70 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bracket_close.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/bracket_close" + }, + "facing=east": { + "model": "box3:block/bracket_close", + "y": 90 + }, + "facing=south": { + "model": "box3:block/bracket_close", + "y": 180 + }, + "facing=west": { + "model": "box3:block/bracket_close", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bracket_open.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bracket_open.json new file mode 100644 index 0000000..a1f7c28 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/bracket_open.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/bracket_open" + }, + "facing=east": { + "model": "box3:block/bracket_open", + "y": 90 + }, + "facing=south": { + "model": "box3:block/bracket_open", + "y": 180 + }, + "facing=west": { + "model": "box3:block/bracket_open", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/brick_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/brick_01.json new file mode 100644 index 0000000..3f6012c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/brick_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/brick_01" + }, + "facing=east": { + "model": "box3:block/brick_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/brick_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/brick_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/brick_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/brick_02.json new file mode 100644 index 0000000..f919823 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/brick_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/brick_02" + }, + "facing=east": { + "model": "box3:block/brick_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/brick_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/brick_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/brick_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/brick_red.json new file mode 100644 index 0000000..be066ad --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/brick_red.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/brick_red" + }, + "facing=east": { + "model": "box3:block/brick_red", + "y": 90 + }, + "facing=south": { + "model": "box3:block/brick_red", + "y": 180 + }, + "facing=west": { + "model": "box3:block/brick_red", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/button.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/button.json new file mode 100644 index 0000000..41b103b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/button.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/button" + }, + "facing=east": { + "model": "box3:block/button", + "y": 90 + }, + "facing=south": { + "model": "box3:block/button", + "y": 180 + }, + "facing=west": { + "model": "box3:block/button", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/c.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/c.json new file mode 100644 index 0000000..eafe756 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/c.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/c" + }, + "facing=east": { + "model": "box3:block/c", + "y": 90 + }, + "facing=south": { + "model": "box3:block/c", + "y": 180 + }, + "facing=west": { + "model": "box3:block/c", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/cadet_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/cadet_blue.json new file mode 100644 index 0000000..dd65300 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/cadet_blue.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/cadet_blue" + }, + "facing=east": { + "model": "box3:block/cadet_blue", + "y": 90 + }, + "facing=south": { + "model": "box3:block/cadet_blue", + "y": 180 + }, + "facing=west": { + "model": "box3:block/cadet_blue", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/candy.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/candy.json new file mode 100644 index 0000000..015f860 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/candy.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/candy" + }, + "facing=east": { + "model": "box3:block/candy", + "y": 90 + }, + "facing=south": { + "model": "box3:block/candy", + "y": 180 + }, + "facing=west": { + "model": "box3:block/candy", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/caret.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/caret.json new file mode 100644 index 0000000..98d75a1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/caret.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/caret" + }, + "facing=east": { + "model": "box3:block/caret", + "y": 90 + }, + "facing=south": { + "model": "box3:block/caret", + "y": 180 + }, + "facing=west": { + "model": "box3:block/caret", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_01.json new file mode 100644 index 0000000..3bc660a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/carpet_01" + }, + "facing=east": { + "model": "box3:block/carpet_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/carpet_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/carpet_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_02.json new file mode 100644 index 0000000..6fc83ee --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/carpet_02" + }, + "facing=east": { + "model": "box3:block/carpet_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/carpet_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/carpet_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_03.json new file mode 100644 index 0000000..c1a24a2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/carpet_03" + }, + "facing=east": { + "model": "box3:block/carpet_03", + "y": 90 + }, + "facing=south": { + "model": "box3:block/carpet_03", + "y": 180 + }, + "facing=west": { + "model": "box3:block/carpet_03", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_04.json new file mode 100644 index 0000000..4f90647 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/carpet_04" + }, + "facing=east": { + "model": "box3:block/carpet_04", + "y": 90 + }, + "facing=south": { + "model": "box3:block/carpet_04", + "y": 180 + }, + "facing=west": { + "model": "box3:block/carpet_04", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_05.json new file mode 100644 index 0000000..d079027 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/carpet_05" + }, + "facing=east": { + "model": "box3:block/carpet_05", + "y": 90 + }, + "facing=south": { + "model": "box3:block/carpet_05", + "y": 180 + }, + "facing=west": { + "model": "box3:block/carpet_05", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_06.json new file mode 100644 index 0000000..9838894 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/carpet_06" + }, + "facing=east": { + "model": "box3:block/carpet_06", + "y": 90 + }, + "facing=south": { + "model": "box3:block/carpet_06", + "y": 180 + }, + "facing=west": { + "model": "box3:block/carpet_06", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_07.json new file mode 100644 index 0000000..a3cd536 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_07.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/carpet_07" + }, + "facing=east": { + "model": "box3:block/carpet_07", + "y": 90 + }, + "facing=south": { + "model": "box3:block/carpet_07", + "y": 180 + }, + "facing=west": { + "model": "box3:block/carpet_07", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_08.json new file mode 100644 index 0000000..c18565b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_08.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/carpet_08" + }, + "facing=east": { + "model": "box3:block/carpet_08", + "y": 90 + }, + "facing=south": { + "model": "box3:block/carpet_08", + "y": 180 + }, + "facing=west": { + "model": "box3:block/carpet_08", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_09.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_09.json new file mode 100644 index 0000000..b42ac1b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_09.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/carpet_09" + }, + "facing=east": { + "model": "box3:block/carpet_09", + "y": 90 + }, + "facing=south": { + "model": "box3:block/carpet_09", + "y": 180 + }, + "facing=west": { + "model": "box3:block/carpet_09", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_10.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_10.json new file mode 100644 index 0000000..407c4c9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_10.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/carpet_10" + }, + "facing=east": { + "model": "box3:block/carpet_10", + "y": 90 + }, + "facing=south": { + "model": "box3:block/carpet_10", + "y": 180 + }, + "facing=west": { + "model": "box3:block/carpet_10", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_11.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_11.json new file mode 100644 index 0000000..bae0a08 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_11.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/carpet_11" + }, + "facing=east": { + "model": "box3:block/carpet_11", + "y": 90 + }, + "facing=south": { + "model": "box3:block/carpet_11", + "y": 180 + }, + "facing=west": { + "model": "box3:block/carpet_11", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_12.json new file mode 100644 index 0000000..c8e9463 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_12.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/carpet_12" + }, + "facing=east": { + "model": "box3:block/carpet_12", + "y": 90 + }, + "facing=south": { + "model": "box3:block/carpet_12", + "y": 180 + }, + "facing=west": { + "model": "box3:block/carpet_12", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_13.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_13.json new file mode 100644 index 0000000..e528c7b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/carpet_13.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/carpet_13" + }, + "facing=east": { + "model": "box3:block/carpet_13", + "y": 90 + }, + "facing=south": { + "model": "box3:block/carpet_13", + "y": 180 + }, + "facing=west": { + "model": "box3:block/carpet_13", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/coffee_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/coffee_gray.json new file mode 100644 index 0000000..5a58cc5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/coffee_gray.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/coffee_gray" + }, + "facing=east": { + "model": "box3:block/coffee_gray", + "y": 90 + }, + "facing=south": { + "model": "box3:block/coffee_gray", + "y": 180 + }, + "facing=west": { + "model": "box3:block/coffee_gray", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/colon.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/colon.json new file mode 100644 index 0000000..b93d645 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/colon.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/colon" + }, + "facing=east": { + "model": "box3:block/colon", + "y": 90 + }, + "facing=south": { + "model": "box3:block/colon", + "y": 180 + }, + "facing=west": { + "model": "box3:block/colon", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/color_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/color_glass.json new file mode 100644 index 0000000..85cc26b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/color_glass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/color_glass" + }, + "facing=east": { + "model": "box3:block/color_glass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/color_glass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/color_glass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/comma.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/comma.json new file mode 100644 index 0000000..000faec --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/comma.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/comma" + }, + "facing=east": { + "model": "box3:block/comma", + "y": 90 + }, + "facing=south": { + "model": "box3:block/comma", + "y": 180 + }, + "facing=west": { + "model": "box3:block/comma", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/conveyor.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/conveyor.json new file mode 100644 index 0000000..6277c1b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/conveyor.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/conveyor" + }, + "facing=east": { + "model": "box3:block/conveyor", + "y": 90 + }, + "facing=south": { + "model": "box3:block/conveyor", + "y": 180 + }, + "facing=west": { + "model": "box3:block/conveyor", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/crane_lantern.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/crane_lantern.json new file mode 100644 index 0000000..17f25c1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/crane_lantern.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/crane_lantern" + }, + "facing=east": { + "model": "box3:block/crane_lantern", + "y": 90 + }, + "facing=south": { + "model": "box3:block/crane_lantern", + "y": 180 + }, + "facing=west": { + "model": "box3:block/crane_lantern", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/crane_roof_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/crane_roof_01.json new file mode 100644 index 0000000..0be3542 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/crane_roof_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/crane_roof_01" + }, + "facing=east": { + "model": "box3:block/crane_roof_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/crane_roof_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/crane_roof_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/crane_roof_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/crane_roof_02.json new file mode 100644 index 0000000..f3bccbd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/crane_roof_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/crane_roof_02" + }, + "facing=east": { + "model": "box3:block/crane_roof_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/crane_roof_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/crane_roof_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/cross_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/cross_window.json new file mode 100644 index 0000000..847ad4c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/cross_window.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/cross_window" + }, + "facing=east": { + "model": "box3:block/cross_window", + "y": 90 + }, + "facing=south": { + "model": "box3:block/cross_window", + "y": 180 + }, + "facing=west": { + "model": "box3:block/cross_window", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/d.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/d.json new file mode 100644 index 0000000..431baa4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/d.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/d" + }, + "facing=east": { + "model": "box3:block/d", + "y": 90 + }, + "facing=south": { + "model": "box3:block/d", + "y": 180 + }, + "facing=west": { + "model": "box3:block/d", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_blue_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_blue_grass.json new file mode 100644 index 0000000..fde88d6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_blue_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_blue_grass" + }, + "facing=east": { + "model": "box3:block/dark_blue_grass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_blue_grass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_blue_grass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_blue_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_blue_grass_all.json new file mode 100644 index 0000000..5ddc706 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_blue_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_blue_grass_all" + }, + "facing=east": { + "model": "box3:block/dark_blue_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_blue_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_blue_grass_all", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_brick_00.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_brick_00.json new file mode 100644 index 0000000..c811812 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_brick_00.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_brick_00" + }, + "facing=east": { + "model": "box3:block/dark_brick_00", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_brick_00", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_brick_00", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_brick_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_brick_01.json new file mode 100644 index 0000000..0e4e9ed --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_brick_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_brick_01" + }, + "facing=east": { + "model": "box3:block/dark_brick_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_brick_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_brick_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_brick_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_brick_02.json new file mode 100644 index 0000000..8e7aa3b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_brick_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_brick_02" + }, + "facing=east": { + "model": "box3:block/dark_brick_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_brick_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_brick_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_grass.json new file mode 100644 index 0000000..3b4e7c1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_grass" + }, + "facing=east": { + "model": "box3:block/dark_grass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_grass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_grass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_grass_all.json new file mode 100644 index 0000000..4b3cbb1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_grass_all" + }, + "facing=east": { + "model": "box3:block/dark_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_grass_all", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_grass_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_grass_rock.json new file mode 100644 index 0000000..fcc11aa --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_grass_rock.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_grass_rock" + }, + "facing=east": { + "model": "box3:block/dark_grass_rock", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_grass_rock", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_grass_rock", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_grass_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_grass_sand.json new file mode 100644 index 0000000..0cc84ba --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_grass_sand.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_grass_sand" + }, + "facing=east": { + "model": "box3:block/dark_grass_sand", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_grass_sand", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_grass_sand", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_gray.json new file mode 100644 index 0000000..8df23ef --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_gray.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_gray" + }, + "facing=east": { + "model": "box3:block/dark_gray", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_gray", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_gray", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_orchid.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_orchid.json new file mode 100644 index 0000000..cb460ee --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_orchid.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_orchid" + }, + "facing=east": { + "model": "box3:block/dark_orchid", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_orchid", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_orchid", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_purple_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_purple_grass.json new file mode 100644 index 0000000..88ae0bf --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_purple_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_purple_grass" + }, + "facing=east": { + "model": "box3:block/dark_purple_grass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_purple_grass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_purple_grass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_purple_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_purple_grass_all.json new file mode 100644 index 0000000..4872d51 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_purple_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_purple_grass_all" + }, + "facing=east": { + "model": "box3:block/dark_purple_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_purple_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_purple_grass_all", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_red.json new file mode 100644 index 0000000..5625243 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_red.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_red" + }, + "facing=east": { + "model": "box3:block/dark_red", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_red", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_red", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_red_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_red_grass.json new file mode 100644 index 0000000..f5d6542 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_red_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_red_grass" + }, + "facing=east": { + "model": "box3:block/dark_red_grass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_red_grass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_red_grass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_red_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_red_grass_all.json new file mode 100644 index 0000000..11115a0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_red_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_red_grass_all" + }, + "facing=east": { + "model": "box3:block/dark_red_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_red_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_red_grass_all", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_salmon.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_salmon.json new file mode 100644 index 0000000..3fe315a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_salmon.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_salmon" + }, + "facing=east": { + "model": "box3:block/dark_salmon", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_salmon", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_salmon", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_sand.json new file mode 100644 index 0000000..c745ec5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_sand.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_sand" + }, + "facing=east": { + "model": "box3:block/dark_sand", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_sand", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_sand", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_slate_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_slate_blue.json new file mode 100644 index 0000000..439d4fb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_slate_blue.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_slate_blue" + }, + "facing=east": { + "model": "box3:block/dark_slate_blue", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_slate_blue", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_slate_blue", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_stone.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_stone.json new file mode 100644 index 0000000..28c5b17 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_stone.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_stone" + }, + "facing=east": { + "model": "box3:block/dark_stone", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_stone", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_stone", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_surface.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_surface.json new file mode 100644 index 0000000..951e323 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_surface.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_surface" + }, + "facing=east": { + "model": "box3:block/dark_surface", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_surface", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_surface", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_volcanic_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_volcanic_rock.json new file mode 100644 index 0000000..aae710b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_volcanic_rock.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_volcanic_rock" + }, + "facing=east": { + "model": "box3:block/dark_volcanic_rock", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_volcanic_rock", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_volcanic_rock", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_yellow_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_yellow_grass.json new file mode 100644 index 0000000..57aaaa7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_yellow_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_yellow_grass" + }, + "facing=east": { + "model": "box3:block/dark_yellow_grass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_yellow_grass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_yellow_grass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_yellow_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_yellow_grass_all.json new file mode 100644 index 0000000..2a91397 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dark_yellow_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dark_yellow_grass_all" + }, + "facing=east": { + "model": "box3:block/dark_yellow_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dark_yellow_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dark_yellow_grass_all", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dirt.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dirt.json new file mode 100644 index 0000000..996dfa2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dirt.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dirt" + }, + "facing=east": { + "model": "box3:block/dirt", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dirt", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dirt", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/divide.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/divide.json new file mode 100644 index 0000000..967f04c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/divide.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/divide" + }, + "facing=east": { + "model": "box3:block/divide", + "y": 90 + }, + "facing=south": { + "model": "box3:block/divide", + "y": 180 + }, + "facing=west": { + "model": "box3:block/divide", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dollar.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dollar.json new file mode 100644 index 0000000..f40e8ee --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/dollar.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/dollar" + }, + "facing=east": { + "model": "box3:block/dollar", + "y": 90 + }, + "facing=south": { + "model": "box3:block/dollar", + "y": 180 + }, + "facing=west": { + "model": "box3:block/dollar", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/e.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/e.json new file mode 100644 index 0000000..00d7543 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/e.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/e" + }, + "facing=east": { + "model": "box3:block/e", + "y": 90 + }, + "facing=south": { + "model": "box3:block/e", + "y": 180 + }, + "facing=west": { + "model": "box3:block/e", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/eight.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/eight.json new file mode 100644 index 0000000..c731f1b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/eight.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/eight" + }, + "facing=east": { + "model": "box3:block/eight", + "y": 90 + }, + "facing=south": { + "model": "box3:block/eight", + "y": 180 + }, + "facing=west": { + "model": "box3:block/eight", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/equal.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/equal.json new file mode 100644 index 0000000..53e8732 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/equal.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/equal" + }, + "facing=east": { + "model": "box3:block/equal", + "y": 90 + }, + "facing=south": { + "model": "box3:block/equal", + "y": 180 + }, + "facing=west": { + "model": "box3:block/equal", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/exclamation_mark.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/exclamation_mark.json new file mode 100644 index 0000000..ca745d5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/exclamation_mark.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/exclamation_mark" + }, + "facing=east": { + "model": "box3:block/exclamation_mark", + "y": 90 + }, + "facing=south": { + "model": "box3:block/exclamation_mark", + "y": 180 + }, + "facing=west": { + "model": "box3:block/exclamation_mark", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/express_box.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/express_box.json new file mode 100644 index 0000000..300da43 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/express_box.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/express_box" + }, + "facing=east": { + "model": "box3:block/express_box", + "y": 90 + }, + "facing=south": { + "model": "box3:block/express_box", + "y": 180 + }, + "facing=west": { + "model": "box3:block/express_box", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/f.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/f.json new file mode 100644 index 0000000..89c977e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/f.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/f" + }, + "facing=east": { + "model": "box3:block/f", + "y": 90 + }, + "facing=south": { + "model": "box3:block/f", + "y": 180 + }, + "facing=west": { + "model": "box3:block/f", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/fan.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/fan.json new file mode 100644 index 0000000..f065de9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/fan" + }, + "facing=east": { + "model": "box3:block/fan", + "y": 90 + }, + "facing=south": { + "model": "box3:block/fan", + "y": 180 + }, + "facing=west": { + "model": "box3:block/fan", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/firecracker.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/firecracker.json new file mode 100644 index 0000000..fb47d6c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/firecracker.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/firecracker" + }, + "facing=east": { + "model": "box3:block/firecracker", + "y": 90 + }, + "facing=south": { + "model": "box3:block/firecracker", + "y": 180 + }, + "facing=west": { + "model": "box3:block/firecracker", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/five.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/five.json new file mode 100644 index 0000000..5cfb609 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/five.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/five" + }, + "facing=east": { + "model": "box3:block/five", + "y": 90 + }, + "facing=south": { + "model": "box3:block/five", + "y": 180 + }, + "facing=west": { + "model": "box3:block/five", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/four.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/four.json new file mode 100644 index 0000000..044c9ef --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/four.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/four" + }, + "facing=east": { + "model": "box3:block/four", + "y": 90 + }, + "facing=south": { + "model": "box3:block/four", + "y": 180 + }, + "facing=west": { + "model": "box3:block/four", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/fu.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/fu.json new file mode 100644 index 0000000..b6d0df8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/fu.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/fu" + }, + "facing=east": { + "model": "box3:block/fu", + "y": 90 + }, + "facing=south": { + "model": "box3:block/fu", + "y": 180 + }, + "facing=west": { + "model": "box3:block/fu", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/g.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/g.json new file mode 100644 index 0000000..8124495 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/g.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/g" + }, + "facing=east": { + "model": "box3:block/g", + "y": 90 + }, + "facing=south": { + "model": "box3:block/g", + "y": 180 + }, + "facing=west": { + "model": "box3:block/g", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/geometric_window_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/geometric_window_01.json new file mode 100644 index 0000000..bd85e77 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/geometric_window_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/geometric_window_01" + }, + "facing=east": { + "model": "box3:block/geometric_window_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/geometric_window_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/geometric_window_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/geometric_window_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/geometric_window_02.json new file mode 100644 index 0000000..1a4fe62 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/geometric_window_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/geometric_window_02" + }, + "facing=east": { + "model": "box3:block/geometric_window_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/geometric_window_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/geometric_window_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/glass.json new file mode 100644 index 0000000..e32275b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/glass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/glass" + }, + "facing=east": { + "model": "box3:block/glass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/glass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/glass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/gold_trim_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/gold_trim_brick.json new file mode 100644 index 0000000..fae9601 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/gold_trim_brick.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/gold_trim_brick" + }, + "facing=east": { + "model": "box3:block/gold_trim_brick", + "y": 90 + }, + "facing=south": { + "model": "box3:block/gold_trim_brick", + "y": 180 + }, + "facing=west": { + "model": "box3:block/gold_trim_brick", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/grass.json new file mode 100644 index 0000000..cfc638f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/grass" + }, + "facing=east": { + "model": "box3:block/grass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/grass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/grass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/grass_all.json new file mode 100644 index 0000000..b1ead3e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/grass_all" + }, + "facing=east": { + "model": "box3:block/grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3:block/grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3:block/grass_all", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/grass_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/grass_rock.json new file mode 100644 index 0000000..91446b7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/grass_rock.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/grass_rock" + }, + "facing=east": { + "model": "box3:block/grass_rock", + "y": 90 + }, + "facing=south": { + "model": "box3:block/grass_rock", + "y": 180 + }, + "facing=west": { + "model": "box3:block/grass_rock", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/grass_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/grass_sand.json new file mode 100644 index 0000000..32a47f0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/grass_sand.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/grass_sand" + }, + "facing=east": { + "model": "box3:block/grass_sand", + "y": 90 + }, + "facing=south": { + "model": "box3:block/grass_sand", + "y": 180 + }, + "facing=west": { + "model": "box3:block/grass_sand", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/greater_than.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/greater_than.json new file mode 100644 index 0000000..dd7f6c7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/greater_than.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/greater_than" + }, + "facing=east": { + "model": "box3:block/greater_than", + "y": 90 + }, + "facing=south": { + "model": "box3:block/greater_than", + "y": 180 + }, + "facing=west": { + "model": "box3:block/greater_than", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/green_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/green_decorative_light.json new file mode 100644 index 0000000..2cee369 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/green_decorative_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/green_decorative_light" + }, + "facing=east": { + "model": "box3:block/green_decorative_light", + "y": 90 + }, + "facing=south": { + "model": "box3:block/green_decorative_light", + "y": 180 + }, + "facing=west": { + "model": "box3:block/green_decorative_light", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/green_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/green_glass.json new file mode 100644 index 0000000..89b1009 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/green_glass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/green_glass" + }, + "facing=east": { + "model": "box3:block/green_glass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/green_glass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/green_glass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/green_leaf.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/green_leaf.json new file mode 100644 index 0000000..ce7f1ba --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/green_leaf.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/green_leaf" + }, + "facing=east": { + "model": "box3:block/green_leaf", + "y": 90 + }, + "facing=south": { + "model": "box3:block/green_leaf", + "y": 180 + }, + "facing=west": { + "model": "box3:block/green_leaf", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/green_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/green_light.json new file mode 100644 index 0000000..54a21e6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/green_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/green_light" + }, + "facing=east": { + "model": "box3:block/green_light", + "y": 90 + }, + "facing=south": { + "model": "box3:block/green_light", + "y": 180 + }, + "facing=west": { + "model": "box3:block/green_light", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/greenbelt_l.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/greenbelt_l.json new file mode 100644 index 0000000..3347c40 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/greenbelt_l.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/greenbelt_l" + }, + "facing=east": { + "model": "box3:block/greenbelt_l", + "y": 90 + }, + "facing=south": { + "model": "box3:block/greenbelt_l", + "y": 180 + }, + "facing=west": { + "model": "box3:block/greenbelt_l", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/greenbelt_l1.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/greenbelt_l1.json new file mode 100644 index 0000000..34d62cd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/greenbelt_l1.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/greenbelt_l1" + }, + "facing=east": { + "model": "box3:block/greenbelt_l1", + "y": 90 + }, + "facing=south": { + "model": "box3:block/greenbelt_l1", + "y": 180 + }, + "facing=west": { + "model": "box3:block/greenbelt_l1", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/grey_stone_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/grey_stone_brick.json new file mode 100644 index 0000000..4b1097f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/grey_stone_brick.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/grey_stone_brick" + }, + "facing=east": { + "model": "box3:block/grey_stone_brick", + "y": 90 + }, + "facing=south": { + "model": "box3:block/grey_stone_brick", + "y": 180 + }, + "facing=west": { + "model": "box3:block/grey_stone_brick", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/h.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/h.json new file mode 100644 index 0000000..b108fcd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/h.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/h" + }, + "facing=east": { + "model": "box3:block/h", + "y": 90 + }, + "facing=south": { + "model": "box3:block/h", + "y": 180 + }, + "facing=west": { + "model": "box3:block/h", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/honeycomb_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/honeycomb_01.json new file mode 100644 index 0000000..fa01627 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/honeycomb_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/honeycomb_01" + }, + "facing=east": { + "model": "box3:block/honeycomb_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/honeycomb_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/honeycomb_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/honeycomb_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/honeycomb_02.json new file mode 100644 index 0000000..c7cef6f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/honeycomb_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/honeycomb_02" + }, + "facing=east": { + "model": "box3:block/honeycomb_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/honeycomb_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/honeycomb_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/i.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/i.json new file mode 100644 index 0000000..1fc8bf3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/i.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/i" + }, + "facing=east": { + "model": "box3:block/i", + "y": 90 + }, + "facing=south": { + "model": "box3:block/i", + "y": 180 + }, + "facing=west": { + "model": "box3:block/i", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ice.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ice.json new file mode 100644 index 0000000..7384b71 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ice.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/ice" + }, + "facing=east": { + "model": "box3:block/ice", + "y": 90 + }, + "facing=south": { + "model": "box3:block/ice", + "y": 180 + }, + "facing=west": { + "model": "box3:block/ice", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ice_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ice_brick.json new file mode 100644 index 0000000..b4ee739 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ice_brick.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/ice_brick" + }, + "facing=east": { + "model": "box3:block/ice_brick", + "y": 90 + }, + "facing=south": { + "model": "box3:block/ice_brick", + "y": 180 + }, + "facing=west": { + "model": "box3:block/ice_brick", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ice_wall.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ice_wall.json new file mode 100644 index 0000000..794d83f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ice_wall.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/ice_wall" + }, + "facing=east": { + "model": "box3:block/ice_wall", + "y": 90 + }, + "facing=south": { + "model": "box3:block/ice_wall", + "y": 180 + }, + "facing=west": { + "model": "box3:block/ice_wall", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/indigo_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/indigo_light.json new file mode 100644 index 0000000..578fb6b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/indigo_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/indigo_light" + }, + "facing=east": { + "model": "box3:block/indigo_light", + "y": 90 + }, + "facing=south": { + "model": "box3:block/indigo_light", + "y": 180 + }, + "facing=west": { + "model": "box3:block/indigo_light", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/j.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/j.json new file mode 100644 index 0000000..507702a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/j.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/j" + }, + "facing=east": { + "model": "box3:block/j", + "y": 90 + }, + "facing=south": { + "model": "box3:block/j", + "y": 180 + }, + "facing=west": { + "model": "box3:block/j", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/k.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/k.json new file mode 100644 index 0000000..b1789d1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/k.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/k" + }, + "facing=east": { + "model": "box3:block/k", + "y": 90 + }, + "facing=south": { + "model": "box3:block/k", + "y": 180 + }, + "facing=west": { + "model": "box3:block/k", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/l.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/l.json new file mode 100644 index 0000000..ed785de --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/l.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/l" + }, + "facing=east": { + "model": "box3:block/l", + "y": 90 + }, + "facing=south": { + "model": "box3:block/l", + "y": 180 + }, + "facing=west": { + "model": "box3:block/l", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_lamp_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_lamp_01.json new file mode 100644 index 0000000..3101d86 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_lamp_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_lamp_01" + }, + "facing=east": { + "model": "box3:block/lab_lamp_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_lamp_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_lamp_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_lamp_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_lamp_02.json new file mode 100644 index 0000000..aedf401 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_lamp_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_lamp_02" + }, + "facing=east": { + "model": "box3:block/lab_lamp_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_lamp_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_lamp_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_lamp_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_lamp_03.json new file mode 100644 index 0000000..3b1f233 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_lamp_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_lamp_03" + }, + "facing=east": { + "model": "box3:block/lab_lamp_03", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_lamp_03", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_lamp_03", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_01.json new file mode 100644 index 0000000..2a4a3c6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_material_01" + }, + "facing=east": { + "model": "box3:block/lab_material_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_material_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_material_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_02.json new file mode 100644 index 0000000..07fd43d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_material_02" + }, + "facing=east": { + "model": "box3:block/lab_material_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_material_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_material_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_03.json new file mode 100644 index 0000000..d6b94bb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_material_03" + }, + "facing=east": { + "model": "box3:block/lab_material_03", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_material_03", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_material_03", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_04.json new file mode 100644 index 0000000..0514c28 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_material_04" + }, + "facing=east": { + "model": "box3:block/lab_material_04", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_material_04", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_material_04", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_05.json new file mode 100644 index 0000000..76d30d0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_material_05" + }, + "facing=east": { + "model": "box3:block/lab_material_05", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_material_05", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_material_05", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_06.json new file mode 100644 index 0000000..a3638ab --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_material_06" + }, + "facing=east": { + "model": "box3:block/lab_material_06", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_material_06", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_material_06", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_07.json new file mode 100644 index 0000000..b05b06d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_07.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_material_07" + }, + "facing=east": { + "model": "box3:block/lab_material_07", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_material_07", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_material_07", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_08.json new file mode 100644 index 0000000..a9b74d2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_08.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_material_08" + }, + "facing=east": { + "model": "box3:block/lab_material_08", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_material_08", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_material_08", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_09.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_09.json new file mode 100644 index 0000000..c36e465 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_09.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_material_09" + }, + "facing=east": { + "model": "box3:block/lab_material_09", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_material_09", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_material_09", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_10.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_10.json new file mode 100644 index 0000000..935a49c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_10.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_material_10" + }, + "facing=east": { + "model": "box3:block/lab_material_10", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_material_10", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_material_10", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_11.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_11.json new file mode 100644 index 0000000..0b8dcf8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_11.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_material_11" + }, + "facing=east": { + "model": "box3:block/lab_material_11", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_material_11", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_material_11", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_12.json new file mode 100644 index 0000000..e53182d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_12.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_material_12" + }, + "facing=east": { + "model": "box3:block/lab_material_12", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_material_12", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_material_12", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_13.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_13.json new file mode 100644 index 0000000..6a01303 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_13.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_material_13" + }, + "facing=east": { + "model": "box3:block/lab_material_13", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_material_13", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_material_13", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_14.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_14.json new file mode 100644 index 0000000..26d3ae4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_14.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_material_14" + }, + "facing=east": { + "model": "box3:block/lab_material_14", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_material_14", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_material_14", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_15.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_15.json new file mode 100644 index 0000000..8a8ec16 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_material_15.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_material_15" + }, + "facing=east": { + "model": "box3:block/lab_material_15", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_material_15", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_material_15", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_screen.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_screen.json new file mode 100644 index 0000000..85a41a4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_screen.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_screen" + }, + "facing=east": { + "model": "box3:block/lab_screen", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_screen", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_screen", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_wire.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_wire.json new file mode 100644 index 0000000..8dbea33 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lab_wire.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lab_wire" + }, + "facing=east": { + "model": "box3:block/lab_wire", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lab_wire", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lab_wire", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lantern_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lantern_01.json new file mode 100644 index 0000000..b69c6c2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lantern_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lantern_01" + }, + "facing=east": { + "model": "box3:block/lantern_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lantern_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lantern_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lantern_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lantern_02.json new file mode 100644 index 0000000..2f79523 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lantern_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lantern_02" + }, + "facing=east": { + "model": "box3:block/lantern_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lantern_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lantern_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lava01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lava01.json new file mode 100644 index 0000000..d515bbd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lava01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lava01" + }, + "facing=east": { + "model": "box3:block/lava01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lava01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lava01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lava02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lava02.json new file mode 100644 index 0000000..9a87c0f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lava02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lava02" + }, + "facing=east": { + "model": "box3:block/lava02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lava02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lava02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_01.json new file mode 100644 index 0000000..3f81f7d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/leaf_01" + }, + "facing=east": { + "model": "box3:block/leaf_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/leaf_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/leaf_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_02.json new file mode 100644 index 0000000..91b170f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/leaf_02" + }, + "facing=east": { + "model": "box3:block/leaf_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/leaf_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/leaf_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_03.json new file mode 100644 index 0000000..75f9252 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/leaf_03" + }, + "facing=east": { + "model": "box3:block/leaf_03", + "y": 90 + }, + "facing=south": { + "model": "box3:block/leaf_03", + "y": 180 + }, + "facing=west": { + "model": "box3:block/leaf_03", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_04.json new file mode 100644 index 0000000..00d074e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/leaf_04" + }, + "facing=east": { + "model": "box3:block/leaf_04", + "y": 90 + }, + "facing=south": { + "model": "box3:block/leaf_04", + "y": 180 + }, + "facing=west": { + "model": "box3:block/leaf_04", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_05.json new file mode 100644 index 0000000..5b47540 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/leaf_05" + }, + "facing=east": { + "model": "box3:block/leaf_05", + "y": 90 + }, + "facing=south": { + "model": "box3:block/leaf_05", + "y": 180 + }, + "facing=west": { + "model": "box3:block/leaf_05", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_06.json new file mode 100644 index 0000000..b979f59 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/leaf_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/leaf_06" + }, + "facing=east": { + "model": "box3:block/leaf_06", + "y": 90 + }, + "facing=south": { + "model": "box3:block/leaf_06", + "y": 180 + }, + "facing=west": { + "model": "box3:block/leaf_06", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ledfloor01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ledfloor01.json new file mode 100644 index 0000000..9ce41d8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ledfloor01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/ledfloor01" + }, + "facing=east": { + "model": "box3:block/ledfloor01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/ledfloor01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/ledfloor01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ledfloor02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ledfloor02.json new file mode 100644 index 0000000..27b508e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/ledfloor02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/ledfloor02" + }, + "facing=east": { + "model": "box3:block/ledfloor02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/ledfloor02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/ledfloor02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lemon.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lemon.json new file mode 100644 index 0000000..fbe688c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/lemon.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/lemon" + }, + "facing=east": { + "model": "box3:block/lemon", + "y": 90 + }, + "facing=south": { + "model": "box3:block/lemon", + "y": 180 + }, + "facing=west": { + "model": "box3:block/lemon", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/less_than.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/less_than.json new file mode 100644 index 0000000..fecd033 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/less_than.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/less_than" + }, + "facing=east": { + "model": "box3:block/less_than", + "y": 90 + }, + "facing=south": { + "model": "box3:block/less_than", + "y": 180 + }, + "facing=west": { + "model": "box3:block/less_than", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_blue_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_blue_grass.json new file mode 100644 index 0000000..6d4f61f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_blue_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/light_blue_grass" + }, + "facing=east": { + "model": "box3:block/light_blue_grass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/light_blue_grass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/light_blue_grass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_blue_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_blue_grass_all.json new file mode 100644 index 0000000..7e97be1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_blue_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/light_blue_grass_all" + }, + "facing=east": { + "model": "box3:block/light_blue_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3:block/light_blue_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3:block/light_blue_grass_all", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_dirt.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_dirt.json new file mode 100644 index 0000000..b3e1756 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_dirt.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/light_dirt" + }, + "facing=east": { + "model": "box3:block/light_dirt", + "y": 90 + }, + "facing=south": { + "model": "box3:block/light_dirt", + "y": 180 + }, + "facing=west": { + "model": "box3:block/light_dirt", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_gray.json new file mode 100644 index 0000000..23dd700 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_gray.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/light_gray" + }, + "facing=east": { + "model": "box3:block/light_gray", + "y": 90 + }, + "facing=south": { + "model": "box3:block/light_gray", + "y": 180 + }, + "facing=west": { + "model": "box3:block/light_gray", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_grey_stone_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_grey_stone_brick.json new file mode 100644 index 0000000..b8d8954 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_grey_stone_brick.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/light_grey_stone_brick" + }, + "facing=east": { + "model": "box3:block/light_grey_stone_brick", + "y": 90 + }, + "facing=south": { + "model": "box3:block/light_grey_stone_brick", + "y": 180 + }, + "facing=west": { + "model": "box3:block/light_grey_stone_brick", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_purple_grass_.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_purple_grass_.json new file mode 100644 index 0000000..de5da81 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_purple_grass_.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/light_purple_grass_" + }, + "facing=east": { + "model": "box3:block/light_purple_grass_", + "y": 90 + }, + "facing=south": { + "model": "box3:block/light_purple_grass_", + "y": 180 + }, + "facing=west": { + "model": "box3:block/light_purple_grass_", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_purple_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_purple_grass_all.json new file mode 100644 index 0000000..4fff6a5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_purple_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/light_purple_grass_all" + }, + "facing=east": { + "model": "box3:block/light_purple_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3:block/light_purple_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3:block/light_purple_grass_all", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_sand.json new file mode 100644 index 0000000..3c8a004 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_sand.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/light_sand" + }, + "facing=east": { + "model": "box3:block/light_sand", + "y": 90 + }, + "facing=south": { + "model": "box3:block/light_sand", + "y": 180 + }, + "facing=west": { + "model": "box3:block/light_sand", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_volcanic_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_volcanic_rock.json new file mode 100644 index 0000000..66ea2bf --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/light_volcanic_rock.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/light_volcanic_rock" + }, + "facing=east": { + "model": "box3:block/light_volcanic_rock", + "y": 90 + }, + "facing=south": { + "model": "box3:block/light_volcanic_rock", + "y": 180 + }, + "facing=west": { + "model": "box3:block/light_volcanic_rock", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/m.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/m.json new file mode 100644 index 0000000..400e560 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/m.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/m" + }, + "facing=east": { + "model": "box3:block/m", + "y": 90 + }, + "facing=south": { + "model": "box3:block/m", + "y": 180 + }, + "facing=west": { + "model": "box3:block/m", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/macaroon.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/macaroon.json new file mode 100644 index 0000000..8613bdc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/macaroon.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/macaroon" + }, + "facing=east": { + "model": "box3:block/macaroon", + "y": 90 + }, + "facing=south": { + "model": "box3:block/macaroon", + "y": 180 + }, + "facing=west": { + "model": "box3:block/macaroon", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/maroon.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/maroon.json new file mode 100644 index 0000000..fde8ff7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/maroon.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/maroon" + }, + "facing=east": { + "model": "box3:block/maroon", + "y": 90 + }, + "facing=south": { + "model": "box3:block/maroon", + "y": 180 + }, + "facing=west": { + "model": "box3:block/maroon", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_gray.json new file mode 100644 index 0000000..8b45094 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_gray.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/medium_gray" + }, + "facing=east": { + "model": "box3:block/medium_gray", + "y": 90 + }, + "facing=south": { + "model": "box3:block/medium_gray", + "y": 180 + }, + "facing=west": { + "model": "box3:block/medium_gray", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_green.json new file mode 100644 index 0000000..e1fca69 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_green.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/medium_green" + }, + "facing=east": { + "model": "box3:block/medium_green", + "y": 90 + }, + "facing=south": { + "model": "box3:block/medium_green", + "y": 180 + }, + "facing=west": { + "model": "box3:block/medium_green", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_orchid.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_orchid.json new file mode 100644 index 0000000..f0a0a68 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_orchid.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/medium_orchid" + }, + "facing=east": { + "model": "box3:block/medium_orchid", + "y": 90 + }, + "facing=south": { + "model": "box3:block/medium_orchid", + "y": 180 + }, + "facing=west": { + "model": "box3:block/medium_orchid", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_purple.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_purple.json new file mode 100644 index 0000000..b994ba3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_purple.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/medium_purple" + }, + "facing=east": { + "model": "box3:block/medium_purple", + "y": 90 + }, + "facing=south": { + "model": "box3:block/medium_purple", + "y": 180 + }, + "facing=west": { + "model": "box3:block/medium_purple", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_spring_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_spring_green.json new file mode 100644 index 0000000..a9b6a33 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_spring_green.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/medium_spring_green" + }, + "facing=east": { + "model": "box3:block/medium_spring_green", + "y": 90 + }, + "facing=south": { + "model": "box3:block/medium_spring_green", + "y": 180 + }, + "facing=west": { + "model": "box3:block/medium_spring_green", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_violet_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_violet_red.json new file mode 100644 index 0000000..ddba8c4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_violet_red.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/medium_violet_red" + }, + "facing=east": { + "model": "box3:block/medium_violet_red", + "y": 90 + }, + "facing=south": { + "model": "box3:block/medium_violet_red", + "y": 180 + }, + "facing=west": { + "model": "box3:block/medium_violet_red", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_yellow.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_yellow.json new file mode 100644 index 0000000..ef0475b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/medium_yellow.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/medium_yellow" + }, + "facing=east": { + "model": "box3:block/medium_yellow", + "y": 90 + }, + "facing=south": { + "model": "box3:block/medium_yellow", + "y": 180 + }, + "facing=west": { + "model": "box3:block/medium_yellow", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/mint_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/mint_green.json new file mode 100644 index 0000000..970a0bb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/mint_green.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/mint_green" + }, + "facing=east": { + "model": "box3:block/mint_green", + "y": 90 + }, + "facing=south": { + "model": "box3:block/mint_green", + "y": 180 + }, + "facing=west": { + "model": "box3:block/mint_green", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/mint_green_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/mint_green_light.json new file mode 100644 index 0000000..3eb5ec2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/mint_green_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/mint_green_light" + }, + "facing=east": { + "model": "box3:block/mint_green_light", + "y": 90 + }, + "facing=south": { + "model": "box3:block/mint_green_light", + "y": 180 + }, + "facing=west": { + "model": "box3:block/mint_green_light", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/multiply.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/multiply.json new file mode 100644 index 0000000..5bb5af1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/multiply.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/multiply" + }, + "facing=east": { + "model": "box3:block/multiply", + "y": 90 + }, + "facing=south": { + "model": "box3:block/multiply", + "y": 180 + }, + "facing=west": { + "model": "box3:block/multiply", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/n.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/n.json new file mode 100644 index 0000000..ff0f44e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/n.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/n" + }, + "facing=east": { + "model": "box3:block/n", + "y": 90 + }, + "facing=south": { + "model": "box3:block/n", + "y": 180 + }, + "facing=west": { + "model": "box3:block/n", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/navajo_white.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/navajo_white.json new file mode 100644 index 0000000..d63efdd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/navajo_white.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/navajo_white" + }, + "facing=east": { + "model": "box3:block/navajo_white", + "y": 90 + }, + "facing=south": { + "model": "box3:block/navajo_white", + "y": 180 + }, + "facing=west": { + "model": "box3:block/navajo_white", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/nine.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/nine.json new file mode 100644 index 0000000..82f1481 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/nine.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/nine" + }, + "facing=east": { + "model": "box3:block/nine", + "y": 90 + }, + "facing=south": { + "model": "box3:block/nine", + "y": 180 + }, + "facing=west": { + "model": "box3:block/nine", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/o.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/o.json new file mode 100644 index 0000000..dda400b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/o.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/o" + }, + "facing=east": { + "model": "box3:block/o", + "y": 90 + }, + "facing=south": { + "model": "box3:block/o", + "y": 180 + }, + "facing=west": { + "model": "box3:block/o", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/olive_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/olive_green.json new file mode 100644 index 0000000..bd802b8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/olive_green.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/olive_green" + }, + "facing=east": { + "model": "box3:block/olive_green", + "y": 90 + }, + "facing=south": { + "model": "box3:block/olive_green", + "y": 180 + }, + "facing=west": { + "model": "box3:block/olive_green", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/one.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/one.json new file mode 100644 index 0000000..bf41e5f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/one.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/one" + }, + "facing=east": { + "model": "box3:block/one", + "y": 90 + }, + "facing=south": { + "model": "box3:block/one", + "y": 180 + }, + "facing=west": { + "model": "box3:block/one", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/orange.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/orange.json new file mode 100644 index 0000000..6e1b0d8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/orange.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/orange" + }, + "facing=east": { + "model": "box3:block/orange", + "y": 90 + }, + "facing=south": { + "model": "box3:block/orange", + "y": 180 + }, + "facing=west": { + "model": "box3:block/orange", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/orange_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/orange_grass.json new file mode 100644 index 0000000..33d9e46 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/orange_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/orange_grass" + }, + "facing=east": { + "model": "box3:block/orange_grass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/orange_grass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/orange_grass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/orange_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/orange_grass_all.json new file mode 100644 index 0000000..0d60974 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/orange_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/orange_grass_all" + }, + "facing=east": { + "model": "box3:block/orange_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3:block/orange_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3:block/orange_grass_all", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/orange_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/orange_light.json new file mode 100644 index 0000000..664655b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/orange_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/orange_light" + }, + "facing=east": { + "model": "box3:block/orange_light", + "y": 90 + }, + "facing=south": { + "model": "box3:block/orange_light", + "y": 180 + }, + "facing=west": { + "model": "box3:block/orange_light", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/orange_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/orange_red.json new file mode 100644 index 0000000..91105cf --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/orange_red.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/orange_red" + }, + "facing=east": { + "model": "box3:block/orange_red", + "y": 90 + }, + "facing=south": { + "model": "box3:block/orange_red", + "y": 180 + }, + "facing=west": { + "model": "box3:block/orange_red", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/p.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/p.json new file mode 100644 index 0000000..dde7f26 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/p.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/p" + }, + "facing=east": { + "model": "box3:block/p", + "y": 90 + }, + "facing=south": { + "model": "box3:block/p", + "y": 180 + }, + "facing=west": { + "model": "box3:block/p", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_carving.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_carving.json new file mode 100644 index 0000000..721d227 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_carving.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/palace_carving" + }, + "facing=east": { + "model": "box3:block/palace_carving", + "y": 90 + }, + "facing=south": { + "model": "box3:block/palace_carving", + "y": 180 + }, + "facing=west": { + "model": "box3:block/palace_carving", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_cloud.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_cloud.json new file mode 100644 index 0000000..d4fe094 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_cloud.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/palace_cloud" + }, + "facing=east": { + "model": "box3:block/palace_cloud", + "y": 90 + }, + "facing=south": { + "model": "box3:block/palace_cloud", + "y": 180 + }, + "facing=west": { + "model": "box3:block/palace_cloud", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_01.json new file mode 100644 index 0000000..8e45bf3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/palace_eaves_01" + }, + "facing=east": { + "model": "box3:block/palace_eaves_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/palace_eaves_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/palace_eaves_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_02.json new file mode 100644 index 0000000..a44c7b4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/palace_eaves_02" + }, + "facing=east": { + "model": "box3:block/palace_eaves_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/palace_eaves_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/palace_eaves_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_03.json new file mode 100644 index 0000000..e46241e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/palace_eaves_03" + }, + "facing=east": { + "model": "box3:block/palace_eaves_03", + "y": 90 + }, + "facing=south": { + "model": "box3:block/palace_eaves_03", + "y": 180 + }, + "facing=west": { + "model": "box3:block/palace_eaves_03", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_04.json new file mode 100644 index 0000000..db812e5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/palace_eaves_04" + }, + "facing=east": { + "model": "box3:block/palace_eaves_04", + "y": 90 + }, + "facing=south": { + "model": "box3:block/palace_eaves_04", + "y": 180 + }, + "facing=west": { + "model": "box3:block/palace_eaves_04", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_05.json new file mode 100644 index 0000000..e1c5bb0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/palace_eaves_05" + }, + "facing=east": { + "model": "box3:block/palace_eaves_05", + "y": 90 + }, + "facing=south": { + "model": "box3:block/palace_eaves_05", + "y": 180 + }, + "facing=west": { + "model": "box3:block/palace_eaves_05", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_06.json new file mode 100644 index 0000000..880bc66 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/palace_eaves_06" + }, + "facing=east": { + "model": "box3:block/palace_eaves_06", + "y": 90 + }, + "facing=south": { + "model": "box3:block/palace_eaves_06", + "y": 180 + }, + "facing=west": { + "model": "box3:block/palace_eaves_06", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_07.json new file mode 100644 index 0000000..1e3dbb4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_07.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/palace_eaves_07" + }, + "facing=east": { + "model": "box3:block/palace_eaves_07", + "y": 90 + }, + "facing=south": { + "model": "box3:block/palace_eaves_07", + "y": 180 + }, + "facing=west": { + "model": "box3:block/palace_eaves_07", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_08.json new file mode 100644 index 0000000..8a4aced --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_eaves_08.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/palace_eaves_08" + }, + "facing=east": { + "model": "box3:block/palace_eaves_08", + "y": 90 + }, + "facing=south": { + "model": "box3:block/palace_eaves_08", + "y": 180 + }, + "facing=west": { + "model": "box3:block/palace_eaves_08", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_floor.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_floor.json new file mode 100644 index 0000000..d9bfaf5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_floor.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/palace_floor" + }, + "facing=east": { + "model": "box3:block/palace_floor", + "y": 90 + }, + "facing=south": { + "model": "box3:block/palace_floor", + "y": 180 + }, + "facing=west": { + "model": "box3:block/palace_floor", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_lamp.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_lamp.json new file mode 100644 index 0000000..cfb3d30 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_lamp.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/palace_lamp" + }, + "facing=east": { + "model": "box3:block/palace_lamp", + "y": 90 + }, + "facing=south": { + "model": "box3:block/palace_lamp", + "y": 180 + }, + "facing=west": { + "model": "box3:block/palace_lamp", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_roof.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_roof.json new file mode 100644 index 0000000..48eee27 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_roof.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/palace_roof" + }, + "facing=east": { + "model": "box3:block/palace_roof", + "y": 90 + }, + "facing=south": { + "model": "box3:block/palace_roof", + "y": 180 + }, + "facing=west": { + "model": "box3:block/palace_roof", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_window.json new file mode 100644 index 0000000..fec5d58 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palace_window.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/palace_window" + }, + "facing=east": { + "model": "box3:block/palace_window", + "y": 90 + }, + "facing=south": { + "model": "box3:block/palace_window", + "y": 180 + }, + "facing=west": { + "model": "box3:block/palace_window", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pale_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pale_green.json new file mode 100644 index 0000000..77aab41 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pale_green.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/pale_green" + }, + "facing=east": { + "model": "box3:block/pale_green", + "y": 90 + }, + "facing=south": { + "model": "box3:block/pale_green", + "y": 180 + }, + "facing=west": { + "model": "box3:block/pale_green", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palm.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palm.json new file mode 100644 index 0000000..6a673aa --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/palm.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/palm" + }, + "facing=east": { + "model": "box3:block/palm", + "y": 90 + }, + "facing=south": { + "model": "box3:block/palm", + "y": 180 + }, + "facing=west": { + "model": "box3:block/palm", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/paren_close.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/paren_close.json new file mode 100644 index 0000000..b2b7f98 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/paren_close.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/paren_close" + }, + "facing=east": { + "model": "box3:block/paren_close", + "y": 90 + }, + "facing=south": { + "model": "box3:block/paren_close", + "y": 180 + }, + "facing=west": { + "model": "box3:block/paren_close", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/paren_open.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/paren_open.json new file mode 100644 index 0000000..effd09f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/paren_open.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/paren_open" + }, + "facing=east": { + "model": "box3:block/paren_open", + "y": 90 + }, + "facing=south": { + "model": "box3:block/paren_open", + "y": 180 + }, + "facing=west": { + "model": "box3:block/paren_open", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/percent.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/percent.json new file mode 100644 index 0000000..824c208 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/percent.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/percent" + }, + "facing=east": { + "model": "box3:block/percent", + "y": 90 + }, + "facing=south": { + "model": "box3:block/percent", + "y": 180 + }, + "facing=west": { + "model": "box3:block/percent", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/period.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/period.json new file mode 100644 index 0000000..3eb14ea --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/period.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/period" + }, + "facing=east": { + "model": "box3:block/period", + "y": 90 + }, + "facing=south": { + "model": "box3:block/period", + "y": 180 + }, + "facing=west": { + "model": "box3:block/period", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/peru.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/peru.json new file mode 100644 index 0000000..3c19551 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/peru.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/peru" + }, + "facing=east": { + "model": "box3:block/peru", + "y": 90 + }, + "facing=south": { + "model": "box3:block/peru", + "y": 180 + }, + "facing=west": { + "model": "box3:block/peru", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pink.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pink.json new file mode 100644 index 0000000..384fe36 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pink.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/pink" + }, + "facing=east": { + "model": "box3:block/pink", + "y": 90 + }, + "facing=south": { + "model": "box3:block/pink", + "y": 180 + }, + "facing=west": { + "model": "box3:block/pink", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pink_cake.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pink_cake.json new file mode 100644 index 0000000..453ffc4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pink_cake.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/pink_cake" + }, + "facing=east": { + "model": "box3:block/pink_cake", + "y": 90 + }, + "facing=south": { + "model": "box3:block/pink_cake", + "y": 180 + }, + "facing=west": { + "model": "box3:block/pink_cake", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pink_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pink_grass.json new file mode 100644 index 0000000..001d9a8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pink_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/pink_grass" + }, + "facing=east": { + "model": "box3:block/pink_grass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/pink_grass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/pink_grass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pink_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pink_grass_all.json new file mode 100644 index 0000000..46b5540 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pink_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/pink_grass_all" + }, + "facing=east": { + "model": "box3:block/pink_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3:block/pink_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3:block/pink_grass_all", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pink_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pink_light.json new file mode 100644 index 0000000..8d60ae1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pink_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/pink_light" + }, + "facing=east": { + "model": "box3:block/pink_light", + "y": 90 + }, + "facing=south": { + "model": "box3:block/pink_light", + "y": 180 + }, + "facing=west": { + "model": "box3:block/pink_light", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_01.json new file mode 100644 index 0000000..65d6011 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/plank_01" + }, + "facing=east": { + "model": "box3:block/plank_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/plank_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/plank_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_02.json new file mode 100644 index 0000000..025c0dc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/plank_02" + }, + "facing=east": { + "model": "box3:block/plank_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/plank_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/plank_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_03.json new file mode 100644 index 0000000..7322e43 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/plank_03" + }, + "facing=east": { + "model": "box3:block/plank_03", + "y": 90 + }, + "facing=south": { + "model": "box3:block/plank_03", + "y": 180 + }, + "facing=west": { + "model": "box3:block/plank_03", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_04.json new file mode 100644 index 0000000..7aba58f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/plank_04" + }, + "facing=east": { + "model": "box3:block/plank_04", + "y": 90 + }, + "facing=south": { + "model": "box3:block/plank_04", + "y": 180 + }, + "facing=west": { + "model": "box3:block/plank_04", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_05.json new file mode 100644 index 0000000..50be912 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/plank_05" + }, + "facing=east": { + "model": "box3:block/plank_05", + "y": 90 + }, + "facing=south": { + "model": "box3:block/plank_05", + "y": 180 + }, + "facing=west": { + "model": "box3:block/plank_05", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_06.json new file mode 100644 index 0000000..7329ecf --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/plank_06" + }, + "facing=east": { + "model": "box3:block/plank_06", + "y": 90 + }, + "facing=south": { + "model": "box3:block/plank_06", + "y": 180 + }, + "facing=west": { + "model": "box3:block/plank_06", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_07.json new file mode 100644 index 0000000..0982806 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/plank_07.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/plank_07" + }, + "facing=east": { + "model": "box3:block/plank_07", + "y": 90 + }, + "facing=south": { + "model": "box3:block/plank_07", + "y": 180 + }, + "facing=west": { + "model": "box3:block/plank_07", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/polar_ice.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/polar_ice.json new file mode 100644 index 0000000..ddcf82b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/polar_ice.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/polar_ice" + }, + "facing=east": { + "model": "box3:block/polar_ice", + "y": 90 + }, + "facing=south": { + "model": "box3:block/polar_ice", + "y": 180 + }, + "facing=west": { + "model": "box3:block/polar_ice", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/polar_region.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/polar_region.json new file mode 100644 index 0000000..6750e78 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/polar_region.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/polar_region" + }, + "facing=east": { + "model": "box3:block/polar_region", + "y": 90 + }, + "facing=south": { + "model": "box3:block/polar_region", + "y": 180 + }, + "facing=west": { + "model": "box3:block/polar_region", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pound.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pound.json new file mode 100644 index 0000000..8b11f6a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pound.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/pound" + }, + "facing=east": { + "model": "box3:block/pound", + "y": 90 + }, + "facing=south": { + "model": "box3:block/pound", + "y": 180 + }, + "facing=west": { + "model": "box3:block/pound", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/powder_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/powder_blue.json new file mode 100644 index 0000000..9073e7c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/powder_blue.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/powder_blue" + }, + "facing=east": { + "model": "box3:block/powder_blue", + "y": 90 + }, + "facing=south": { + "model": "box3:block/powder_blue", + "y": 180 + }, + "facing=west": { + "model": "box3:block/powder_blue", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pumpkin.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pumpkin.json new file mode 100644 index 0000000..c79f5cc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pumpkin.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/pumpkin" + }, + "facing=east": { + "model": "box3:block/pumpkin", + "y": 90 + }, + "facing=south": { + "model": "box3:block/pumpkin", + "y": 180 + }, + "facing=west": { + "model": "box3:block/pumpkin", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pumpkin_lantern.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pumpkin_lantern.json new file mode 100644 index 0000000..82ced6a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/pumpkin_lantern.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/pumpkin_lantern" + }, + "facing=east": { + "model": "box3:block/pumpkin_lantern", + "y": 90 + }, + "facing=south": { + "model": "box3:block/pumpkin_lantern", + "y": 180 + }, + "facing=west": { + "model": "box3:block/pumpkin_lantern", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/purple.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/purple.json new file mode 100644 index 0000000..a6ae331 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/purple.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/purple" + }, + "facing=east": { + "model": "box3:block/purple", + "y": 90 + }, + "facing=south": { + "model": "box3:block/purple", + "y": 180 + }, + "facing=west": { + "model": "box3:block/purple", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/purple_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/purple_grass.json new file mode 100644 index 0000000..6b0403f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/purple_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/purple_grass" + }, + "facing=east": { + "model": "box3:block/purple_grass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/purple_grass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/purple_grass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/purple_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/purple_grass_all.json new file mode 100644 index 0000000..5f5fedf --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/purple_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/purple_grass_all" + }, + "facing=east": { + "model": "box3:block/purple_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3:block/purple_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3:block/purple_grass_all", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/purple_surface_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/purple_surface_01.json new file mode 100644 index 0000000..8e3e881 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/purple_surface_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/purple_surface_01" + }, + "facing=east": { + "model": "box3:block/purple_surface_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/purple_surface_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/purple_surface_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/purple_surface_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/purple_surface_02.json new file mode 100644 index 0000000..88049d8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/purple_surface_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/purple_surface_02" + }, + "facing=east": { + "model": "box3:block/purple_surface_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/purple_surface_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/purple_surface_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/q.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/q.json new file mode 100644 index 0000000..3c9d954 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/q.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/q" + }, + "facing=east": { + "model": "box3:block/q", + "y": 90 + }, + "facing=south": { + "model": "box3:block/q", + "y": 180 + }, + "facing=west": { + "model": "box3:block/q", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/quartz_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/quartz_brick.json new file mode 100644 index 0000000..42e3d78 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/quartz_brick.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/quartz_brick" + }, + "facing=east": { + "model": "box3:block/quartz_brick", + "y": 90 + }, + "facing=south": { + "model": "box3:block/quartz_brick", + "y": 180 + }, + "facing=west": { + "model": "box3:block/quartz_brick", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/question_mark.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/question_mark.json new file mode 100644 index 0000000..46a6bb4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/question_mark.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/question_mark" + }, + "facing=east": { + "model": "box3:block/question_mark", + "y": 90 + }, + "facing=south": { + "model": "box3:block/question_mark", + "y": 180 + }, + "facing=west": { + "model": "box3:block/question_mark", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/quotation_mark.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/quotation_mark.json new file mode 100644 index 0000000..a1aee42 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/quotation_mark.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/quotation_mark" + }, + "facing=east": { + "model": "box3:block/quotation_mark", + "y": 90 + }, + "facing=south": { + "model": "box3:block/quotation_mark", + "y": 180 + }, + "facing=west": { + "model": "box3:block/quotation_mark", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/r.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/r.json new file mode 100644 index 0000000..22e8044 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/r.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/r" + }, + "facing=east": { + "model": "box3:block/r", + "y": 90 + }, + "facing=south": { + "model": "box3:block/r", + "y": 180 + }, + "facing=west": { + "model": "box3:block/r", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/rainbow_cube.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/rainbow_cube.json new file mode 100644 index 0000000..785c373 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/rainbow_cube.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/rainbow_cube" + }, + "facing=east": { + "model": "box3:block/rainbow_cube", + "y": 90 + }, + "facing=south": { + "model": "box3:block/rainbow_cube", + "y": 180 + }, + "facing=west": { + "model": "box3:block/rainbow_cube", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red.json new file mode 100644 index 0000000..534afd7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/red" + }, + "facing=east": { + "model": "box3:block/red", + "y": 90 + }, + "facing=south": { + "model": "box3:block/red", + "y": 180 + }, + "facing=west": { + "model": "box3:block/red", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_brick.json new file mode 100644 index 0000000..a506dc7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_brick.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/red_brick" + }, + "facing=east": { + "model": "box3:block/red_brick", + "y": 90 + }, + "facing=south": { + "model": "box3:block/red_brick", + "y": 180 + }, + "facing=west": { + "model": "box3:block/red_brick", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_brick_floor.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_brick_floor.json new file mode 100644 index 0000000..c2afcce --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_brick_floor.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/red_brick_floor" + }, + "facing=east": { + "model": "box3:block/red_brick_floor", + "y": 90 + }, + "facing=south": { + "model": "box3:block/red_brick_floor", + "y": 180 + }, + "facing=west": { + "model": "box3:block/red_brick_floor", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_brick_wall.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_brick_wall.json new file mode 100644 index 0000000..7743c18 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_brick_wall.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/red_brick_wall" + }, + "facing=east": { + "model": "box3:block/red_brick_wall", + "y": 90 + }, + "facing=south": { + "model": "box3:block/red_brick_wall", + "y": 180 + }, + "facing=west": { + "model": "box3:block/red_brick_wall", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_decorative_light.json new file mode 100644 index 0000000..34b0c7c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_decorative_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/red_decorative_light" + }, + "facing=east": { + "model": "box3:block/red_decorative_light", + "y": 90 + }, + "facing=south": { + "model": "box3:block/red_decorative_light", + "y": 180 + }, + "facing=west": { + "model": "box3:block/red_decorative_light", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_gift.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_gift.json new file mode 100644 index 0000000..bf9b815 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_gift.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/red_gift" + }, + "facing=east": { + "model": "box3:block/red_gift", + "y": 90 + }, + "facing=south": { + "model": "box3:block/red_gift", + "y": 180 + }, + "facing=west": { + "model": "box3:block/red_gift", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_glass.json new file mode 100644 index 0000000..dc3c105 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_glass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/red_glass" + }, + "facing=east": { + "model": "box3:block/red_glass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/red_glass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/red_glass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_light.json new file mode 100644 index 0000000..70617cb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/red_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/red_light" + }, + "facing=east": { + "model": "box3:block/red_light", + "y": 90 + }, + "facing=south": { + "model": "box3:block/red_light", + "y": 180 + }, + "facing=west": { + "model": "box3:block/red_light", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/rock.json new file mode 100644 index 0000000..13db698 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/rock.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/rock" + }, + "facing=east": { + "model": "box3:block/rock", + "y": 90 + }, + "facing=south": { + "model": "box3:block/rock", + "y": 180 + }, + "facing=west": { + "model": "box3:block/rock", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_blue_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_blue_04.json new file mode 100644 index 0000000..504e235 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_blue_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/roof_blue_04" + }, + "facing=east": { + "model": "box3:block/roof_blue_04", + "y": 90 + }, + "facing=south": { + "model": "box3:block/roof_blue_04", + "y": 180 + }, + "facing=west": { + "model": "box3:block/roof_blue_04", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_green.json new file mode 100644 index 0000000..afb3d8d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_green.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/roof_green" + }, + "facing=east": { + "model": "box3:block/roof_green", + "y": 90 + }, + "facing=south": { + "model": "box3:block/roof_green", + "y": 180 + }, + "facing=west": { + "model": "box3:block/roof_green", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_grey.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_grey.json new file mode 100644 index 0000000..17529d8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_grey.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/roof_grey" + }, + "facing=east": { + "model": "box3:block/roof_grey", + "y": 90 + }, + "facing=south": { + "model": "box3:block/roof_grey", + "y": 180 + }, + "facing=west": { + "model": "box3:block/roof_grey", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_purple.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_purple.json new file mode 100644 index 0000000..13de006 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_purple.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/roof_purple" + }, + "facing=east": { + "model": "box3:block/roof_purple", + "y": 90 + }, + "facing=south": { + "model": "box3:block/roof_purple", + "y": 180 + }, + "facing=west": { + "model": "box3:block/roof_purple", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_red.json new file mode 100644 index 0000000..599bab9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_red.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/roof_red" + }, + "facing=east": { + "model": "box3:block/roof_red", + "y": 90 + }, + "facing=south": { + "model": "box3:block/roof_red", + "y": 180 + }, + "facing=west": { + "model": "box3:block/roof_red", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_yellow.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_yellow.json new file mode 100644 index 0000000..2560e3c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/roof_yellow.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/roof_yellow" + }, + "facing=east": { + "model": "box3:block/roof_yellow", + "y": 90 + }, + "facing=south": { + "model": "box3:block/roof_yellow", + "y": 180 + }, + "facing=west": { + "model": "box3:block/roof_yellow", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/s.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/s.json new file mode 100644 index 0000000..a64473c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/s.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/s" + }, + "facing=east": { + "model": "box3:block/s", + "y": 90 + }, + "facing=south": { + "model": "box3:block/s", + "y": 180 + }, + "facing=west": { + "model": "box3:block/s", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/sakura_pink.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/sakura_pink.json new file mode 100644 index 0000000..b885ceb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/sakura_pink.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/sakura_pink" + }, + "facing=east": { + "model": "box3:block/sakura_pink", + "y": 90 + }, + "facing=south": { + "model": "box3:block/sakura_pink", + "y": 180 + }, + "facing=west": { + "model": "box3:block/sakura_pink", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/sand.json new file mode 100644 index 0000000..86e9f2f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/sand.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/sand" + }, + "facing=east": { + "model": "box3:block/sand", + "y": 90 + }, + "facing=south": { + "model": "box3:block/sand", + "y": 180 + }, + "facing=west": { + "model": "box3:block/sand", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/sand_stones.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/sand_stones.json new file mode 100644 index 0000000..3833681 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/sand_stones.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/sand_stones" + }, + "facing=east": { + "model": "box3:block/sand_stones", + "y": 90 + }, + "facing=south": { + "model": "box3:block/sand_stones", + "y": 180 + }, + "facing=west": { + "model": "box3:block/sand_stones", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/semicolon.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/semicolon.json new file mode 100644 index 0000000..40d76a1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/semicolon.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/semicolon" + }, + "facing=east": { + "model": "box3:block/semicolon", + "y": 90 + }, + "facing=south": { + "model": "box3:block/semicolon", + "y": 180 + }, + "facing=west": { + "model": "box3:block/semicolon", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/seven.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/seven.json new file mode 100644 index 0000000..9a32278 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/seven.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/seven" + }, + "facing=east": { + "model": "box3:block/seven", + "y": 90 + }, + "facing=south": { + "model": "box3:block/seven", + "y": 180 + }, + "facing=west": { + "model": "box3:block/seven", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/sienna.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/sienna.json new file mode 100644 index 0000000..21dff7b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/sienna.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/sienna" + }, + "facing=east": { + "model": "box3:block/sienna", + "y": 90 + }, + "facing=south": { + "model": "box3:block/sienna", + "y": 180 + }, + "facing=west": { + "model": "box3:block/sienna", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/six.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/six.json new file mode 100644 index 0000000..8af1a5b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/six.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/six" + }, + "facing=east": { + "model": "box3:block/six", + "y": 90 + }, + "facing=south": { + "model": "box3:block/six", + "y": 180 + }, + "facing=west": { + "model": "box3:block/six", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/sky_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/sky_blue.json new file mode 100644 index 0000000..811dffb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/sky_blue.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/sky_blue" + }, + "facing=east": { + "model": "box3:block/sky_blue", + "y": 90 + }, + "facing=south": { + "model": "box3:block/sky_blue", + "y": 180 + }, + "facing=west": { + "model": "box3:block/sky_blue", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/slash.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/slash.json new file mode 100644 index 0000000..a70d07b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/slash.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/slash" + }, + "facing=east": { + "model": "box3:block/slash", + "y": 90 + }, + "facing=south": { + "model": "box3:block/slash", + "y": 180 + }, + "facing=west": { + "model": "box3:block/slash", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snow.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snow.json new file mode 100644 index 0000000..d656f8b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snow.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/snow" + }, + "facing=east": { + "model": "box3:block/snow", + "y": 90 + }, + "facing=south": { + "model": "box3:block/snow", + "y": 180 + }, + "facing=west": { + "model": "box3:block/snow", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snow_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snow_grass.json new file mode 100644 index 0000000..3ce9495 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snow_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/snow_grass" + }, + "facing=east": { + "model": "box3:block/snow_grass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/snow_grass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/snow_grass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snow_land.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snow_land.json new file mode 100644 index 0000000..4cbc6d0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snow_land.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/snow_land" + }, + "facing=east": { + "model": "box3:block/snow_land", + "y": 90 + }, + "facing=south": { + "model": "box3:block/snow_land", + "y": 180 + }, + "facing=west": { + "model": "box3:block/snow_land", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snowflake_lamp.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snowflake_lamp.json new file mode 100644 index 0000000..e002fc6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snowflake_lamp.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/snowflake_lamp" + }, + "facing=east": { + "model": "box3:block/snowflake_lamp", + "y": 90 + }, + "facing=south": { + "model": "box3:block/snowflake_lamp", + "y": 180 + }, + "facing=west": { + "model": "box3:block/snowflake_lamp", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snowland.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snowland.json new file mode 100644 index 0000000..917cb92 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snowland.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/snowland" + }, + "facing=east": { + "model": "box3:block/snowland", + "y": 90 + }, + "facing=south": { + "model": "box3:block/snowland", + "y": 180 + }, + "facing=west": { + "model": "box3:block/snowland", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snowman_body.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snowman_body.json new file mode 100644 index 0000000..ec4efa2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snowman_body.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/snowman_body" + }, + "facing=east": { + "model": "box3:block/snowman_body", + "y": 90 + }, + "facing=south": { + "model": "box3:block/snowman_body", + "y": 180 + }, + "facing=west": { + "model": "box3:block/snowman_body", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snowman_head.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snowman_head.json new file mode 100644 index 0000000..ea7aec0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/snowman_head.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/snowman_head" + }, + "facing=east": { + "model": "box3:block/snowman_head", + "y": 90 + }, + "facing=south": { + "model": "box3:block/snowman_head", + "y": 180 + }, + "facing=west": { + "model": "box3:block/snowman_head", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_01.json new file mode 100644 index 0000000..71cfbae --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_01" + }, + "facing=east": { + "model": "box3:block/special_grass_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_02.json new file mode 100644 index 0000000..a7aa513 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_02" + }, + "facing=east": { + "model": "box3:block/special_grass_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_03.json new file mode 100644 index 0000000..9a73d8b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_03" + }, + "facing=east": { + "model": "box3:block/special_grass_03", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_03", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_03", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_04.json new file mode 100644 index 0000000..caced04 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_04" + }, + "facing=east": { + "model": "box3:block/special_grass_04", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_04", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_04", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_05.json new file mode 100644 index 0000000..7ca3de0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_05" + }, + "facing=east": { + "model": "box3:block/special_grass_05", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_05", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_05", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_06.json new file mode 100644 index 0000000..b49338b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_06" + }, + "facing=east": { + "model": "box3:block/special_grass_06", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_06", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_06", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_07.json new file mode 100644 index 0000000..49a14f1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_07.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_07" + }, + "facing=east": { + "model": "box3:block/special_grass_07", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_07", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_07", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_08.json new file mode 100644 index 0000000..07cdbd3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_08.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_08" + }, + "facing=east": { + "model": "box3:block/special_grass_08", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_08", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_08", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_09.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_09.json new file mode 100644 index 0000000..25a0235 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_09.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_09" + }, + "facing=east": { + "model": "box3:block/special_grass_09", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_09", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_09", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_10.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_10.json new file mode 100644 index 0000000..25e830c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_10.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_10" + }, + "facing=east": { + "model": "box3:block/special_grass_10", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_10", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_10", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_11.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_11.json new file mode 100644 index 0000000..475ed29 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_11.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_11" + }, + "facing=east": { + "model": "box3:block/special_grass_11", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_11", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_11", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_12.json new file mode 100644 index 0000000..dce385b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_12.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_12" + }, + "facing=east": { + "model": "box3:block/special_grass_12", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_12", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_12", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_13.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_13.json new file mode 100644 index 0000000..32baf23 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_13.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_13" + }, + "facing=east": { + "model": "box3:block/special_grass_13", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_13", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_13", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_14.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_14.json new file mode 100644 index 0000000..0b23c12 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_14.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_14" + }, + "facing=east": { + "model": "box3:block/special_grass_14", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_14", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_14", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_15.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_15.json new file mode 100644 index 0000000..58e1867 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_15.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_15" + }, + "facing=east": { + "model": "box3:block/special_grass_15", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_15", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_15", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_16.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_16.json new file mode 100644 index 0000000..ce5cf62 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_grass_16.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_grass_16" + }, + "facing=east": { + "model": "box3:block/special_grass_16", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_grass_16", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_grass_16", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_land_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_land_01.json new file mode 100644 index 0000000..c26274e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_land_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_land_01" + }, + "facing=east": { + "model": "box3:block/special_land_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_land_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_land_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_sand_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_sand_01.json new file mode 100644 index 0000000..7bffb55 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_sand_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_sand_01" + }, + "facing=east": { + "model": "box3:block/special_sand_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_sand_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_sand_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_sand_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_sand_02.json new file mode 100644 index 0000000..e2187f2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_sand_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_sand_02" + }, + "facing=east": { + "model": "box3:block/special_sand_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_sand_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_sand_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_sand_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_sand_03.json new file mode 100644 index 0000000..12f5cbf --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_sand_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_sand_03" + }, + "facing=east": { + "model": "box3:block/special_sand_03", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_sand_03", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_sand_03", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_sand_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_sand_04.json new file mode 100644 index 0000000..56e2c01 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_sand_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_sand_04" + }, + "facing=east": { + "model": "box3:block/special_sand_04", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_sand_04", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_sand_04", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_sand_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_sand_05.json new file mode 100644 index 0000000..71fae7d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/special_sand_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/special_sand_05" + }, + "facing=east": { + "model": "box3:block/special_sand_05", + "y": 90 + }, + "facing=south": { + "model": "box3:block/special_sand_05", + "y": 180 + }, + "facing=west": { + "model": "box3:block/special_sand_05", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/spiderweb.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/spiderweb.json new file mode 100644 index 0000000..f655a51 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/spiderweb.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/spiderweb" + }, + "facing=east": { + "model": "box3:block/spiderweb", + "y": 90 + }, + "facing=south": { + "model": "box3:block/spiderweb", + "y": 180 + }, + "facing=west": { + "model": "box3:block/spiderweb", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stained_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stained_glass.json new file mode 100644 index 0000000..1855393 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stained_glass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stained_glass" + }, + "facing=east": { + "model": "box3:block/stained_glass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stained_glass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stained_glass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stainless_steel.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stainless_steel.json new file mode 100644 index 0000000..cd66737 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stainless_steel.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stainless_steel" + }, + "facing=east": { + "model": "box3:block/stainless_steel", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stainless_steel", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stainless_steel", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/star_lamp.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/star_lamp.json new file mode 100644 index 0000000..c47fa17 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/star_lamp.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/star_lamp" + }, + "facing=east": { + "model": "box3:block/star_lamp", + "y": 90 + }, + "facing=south": { + "model": "box3:block/star_lamp", + "y": 180 + }, + "facing=west": { + "model": "box3:block/star_lamp", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone.json new file mode 100644 index 0000000..9771029 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stone" + }, + "facing=east": { + "model": "box3:block/stone", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stone", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stone", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_brick_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_brick_01.json new file mode 100644 index 0000000..bf97a60 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_brick_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stone_brick_01" + }, + "facing=east": { + "model": "box3:block/stone_brick_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stone_brick_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stone_brick_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_brick_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_brick_02.json new file mode 100644 index 0000000..95667bc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_brick_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stone_brick_02" + }, + "facing=east": { + "model": "box3:block/stone_brick_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stone_brick_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stone_brick_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_pillar_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_pillar_03.json new file mode 100644 index 0000000..6d05f40 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_pillar_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stone_pillar_03" + }, + "facing=east": { + "model": "box3:block/stone_pillar_03", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stone_pillar_03", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stone_pillar_03", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_pillar_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_pillar_04.json new file mode 100644 index 0000000..2f42780 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_pillar_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stone_pillar_04" + }, + "facing=east": { + "model": "box3:block/stone_pillar_04", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stone_pillar_04", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stone_pillar_04", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_pillar_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_pillar_05.json new file mode 100644 index 0000000..8d3e30a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_pillar_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stone_pillar_05" + }, + "facing=east": { + "model": "box3:block/stone_pillar_05", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stone_pillar_05", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stone_pillar_05", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_pillar_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_pillar_06.json new file mode 100644 index 0000000..14412d1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_pillar_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stone_pillar_06" + }, + "facing=east": { + "model": "box3:block/stone_pillar_06", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stone_pillar_06", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stone_pillar_06", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_wall.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_wall.json new file mode 100644 index 0000000..a84d8e0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_wall.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stone_wall" + }, + "facing=east": { + "model": "box3:block/stone_wall", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stone_wall", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stone_wall", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_wall_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_wall_01.json new file mode 100644 index 0000000..a6cc073 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stone_wall_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stone_wall_01" + }, + "facing=east": { + "model": "box3:block/stone_wall_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stone_wall_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stone_wall_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stripe_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stripe_01.json new file mode 100644 index 0000000..0bce4c5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stripe_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stripe_01" + }, + "facing=east": { + "model": "box3:block/stripe_01", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stripe_01", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stripe_01", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stripe_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stripe_02.json new file mode 100644 index 0000000..0fd346a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stripe_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stripe_02" + }, + "facing=east": { + "model": "box3:block/stripe_02", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stripe_02", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stripe_02", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stripe_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stripe_03.json new file mode 100644 index 0000000..a6c757d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stripe_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stripe_03" + }, + "facing=east": { + "model": "box3:block/stripe_03", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stripe_03", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stripe_03", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stripe_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stripe_04.json new file mode 100644 index 0000000..c373cae --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stripe_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stripe_04" + }, + "facing=east": { + "model": "box3:block/stripe_04", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stripe_04", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stripe_04", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stripe_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stripe_05.json new file mode 100644 index 0000000..879389a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/stripe_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/stripe_05" + }, + "facing=east": { + "model": "box3:block/stripe_05", + "y": 90 + }, + "facing=south": { + "model": "box3:block/stripe_05", + "y": 180 + }, + "facing=west": { + "model": "box3:block/stripe_05", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/subtract.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/subtract.json new file mode 100644 index 0000000..e30ea52 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/subtract.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/subtract" + }, + "facing=east": { + "model": "box3:block/subtract", + "y": 90 + }, + "facing=south": { + "model": "box3:block/subtract", + "y": 180 + }, + "facing=west": { + "model": "box3:block/subtract", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/t.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/t.json new file mode 100644 index 0000000..725560e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/t.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/t" + }, + "facing=east": { + "model": "box3:block/t", + "y": 90 + }, + "facing=south": { + "model": "box3:block/t", + "y": 180 + }, + "facing=west": { + "model": "box3:block/t", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/television.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/television.json new file mode 100644 index 0000000..33a95c6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/television.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/television" + }, + "facing=east": { + "model": "box3:block/television", + "y": 90 + }, + "facing=south": { + "model": "box3:block/television", + "y": 180 + }, + "facing=west": { + "model": "box3:block/television", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/three.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/three.json new file mode 100644 index 0000000..2a9757e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/three.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/three" + }, + "facing=east": { + "model": "box3:block/three", + "y": 90 + }, + "facing=south": { + "model": "box3:block/three", + "y": 180 + }, + "facing=west": { + "model": "box3:block/three", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/tilde.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/tilde.json new file mode 100644 index 0000000..039efb1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/tilde.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/tilde" + }, + "facing=east": { + "model": "box3:block/tilde", + "y": 90 + }, + "facing=south": { + "model": "box3:block/tilde", + "y": 180 + }, + "facing=west": { + "model": "box3:block/tilde", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/toolbox.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/toolbox.json new file mode 100644 index 0000000..ad88894 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/toolbox.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/toolbox" + }, + "facing=east": { + "model": "box3:block/toolbox", + "y": 90 + }, + "facing=south": { + "model": "box3:block/toolbox", + "y": 180 + }, + "facing=west": { + "model": "box3:block/toolbox", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/traditional_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/traditional_window.json new file mode 100644 index 0000000..58f55a1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/traditional_window.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/traditional_window" + }, + "facing=east": { + "model": "box3:block/traditional_window", + "y": 90 + }, + "facing=south": { + "model": "box3:block/traditional_window", + "y": 180 + }, + "facing=west": { + "model": "box3:block/traditional_window", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/treasure_chest.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/treasure_chest.json new file mode 100644 index 0000000..7de8e92 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/treasure_chest.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/treasure_chest" + }, + "facing=east": { + "model": "box3:block/treasure_chest", + "y": 90 + }, + "facing=south": { + "model": "box3:block/treasure_chest", + "y": 180 + }, + "facing=west": { + "model": "box3:block/treasure_chest", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/turquoise.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/turquoise.json new file mode 100644 index 0000000..0c5cb2c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/turquoise.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/turquoise" + }, + "facing=east": { + "model": "box3:block/turquoise", + "y": 90 + }, + "facing=south": { + "model": "box3:block/turquoise", + "y": 180 + }, + "facing=west": { + "model": "box3:block/turquoise", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/two.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/two.json new file mode 100644 index 0000000..158e69b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/two.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/two" + }, + "facing=east": { + "model": "box3:block/two", + "y": 90 + }, + "facing=south": { + "model": "box3:block/two", + "y": 180 + }, + "facing=west": { + "model": "box3:block/two", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/u.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/u.json new file mode 100644 index 0000000..e896d71 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/u.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/u" + }, + "facing=east": { + "model": "box3:block/u", + "y": 90 + }, + "facing=south": { + "model": "box3:block/u", + "y": 180 + }, + "facing=west": { + "model": "box3:block/u", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/v.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/v.json new file mode 100644 index 0000000..c69f5ae --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/v.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/v" + }, + "facing=east": { + "model": "box3:block/v", + "y": 90 + }, + "facing=south": { + "model": "box3:block/v", + "y": 180 + }, + "facing=west": { + "model": "box3:block/v", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/w.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/w.json new file mode 100644 index 0000000..853e92b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/w.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/w" + }, + "facing=east": { + "model": "box3:block/w", + "y": 90 + }, + "facing=south": { + "model": "box3:block/w", + "y": 180 + }, + "facing=west": { + "model": "box3:block/w", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/warm_yellow_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/warm_yellow_light.json new file mode 100644 index 0000000..49d3edd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/warm_yellow_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/warm_yellow_light" + }, + "facing=east": { + "model": "box3:block/warm_yellow_light", + "y": 90 + }, + "facing=south": { + "model": "box3:block/warm_yellow_light", + "y": 180 + }, + "facing=west": { + "model": "box3:block/warm_yellow_light", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/white.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/white.json new file mode 100644 index 0000000..556e0d3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/white.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/white" + }, + "facing=east": { + "model": "box3:block/white", + "y": 90 + }, + "facing=south": { + "model": "box3:block/white", + "y": 180 + }, + "facing=west": { + "model": "box3:block/white", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/white_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/white_grass.json new file mode 100644 index 0000000..95ef74d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/white_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/white_grass" + }, + "facing=east": { + "model": "box3:block/white_grass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/white_grass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/white_grass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/white_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/white_light.json new file mode 100644 index 0000000..690a582 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/white_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/white_light" + }, + "facing=east": { + "model": "box3:block/white_light", + "y": 90 + }, + "facing=south": { + "model": "box3:block/white_light", + "y": 180 + }, + "facing=west": { + "model": "box3:block/white_light", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/window.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/window.json new file mode 100644 index 0000000..7583b2f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/window.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/window" + }, + "facing=east": { + "model": "box3:block/window", + "y": 90 + }, + "facing=south": { + "model": "box3:block/window", + "y": 180 + }, + "facing=west": { + "model": "box3:block/window", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/windygrass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/windygrass.json new file mode 100644 index 0000000..3148fe2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/windygrass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/windygrass" + }, + "facing=east": { + "model": "box3:block/windygrass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/windygrass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/windygrass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/winter_leaf.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/winter_leaf.json new file mode 100644 index 0000000..8d68e16 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/winter_leaf.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/winter_leaf" + }, + "facing=east": { + "model": "box3:block/winter_leaf", + "y": 90 + }, + "facing=south": { + "model": "box3:block/winter_leaf", + "y": 180 + }, + "facing=west": { + "model": "box3:block/winter_leaf", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/withered_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/withered_grass.json new file mode 100644 index 0000000..d903656 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/withered_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/withered_grass" + }, + "facing=east": { + "model": "box3:block/withered_grass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/withered_grass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/withered_grass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/withered_grass_land.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/withered_grass_land.json new file mode 100644 index 0000000..118b996 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/withered_grass_land.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/withered_grass_land" + }, + "facing=east": { + "model": "box3:block/withered_grass_land", + "y": 90 + }, + "facing=south": { + "model": "box3:block/withered_grass_land", + "y": 180 + }, + "facing=west": { + "model": "box3:block/withered_grass_land", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/wood.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/wood.json new file mode 100644 index 0000000..2a43c00 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/wood.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/wood" + }, + "facing=east": { + "model": "box3:block/wood", + "y": 90 + }, + "facing=south": { + "model": "box3:block/wood", + "y": 180 + }, + "facing=west": { + "model": "box3:block/wood", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/wooden_box.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/wooden_box.json new file mode 100644 index 0000000..8756a3b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/wooden_box.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/wooden_box" + }, + "facing=east": { + "model": "box3:block/wooden_box", + "y": 90 + }, + "facing=south": { + "model": "box3:block/wooden_box", + "y": 180 + }, + "facing=west": { + "model": "box3:block/wooden_box", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/woodstone_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/woodstone_12.json new file mode 100644 index 0000000..3e07707 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/woodstone_12.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/woodstone_12" + }, + "facing=east": { + "model": "box3:block/woodstone_12", + "y": 90 + }, + "facing=south": { + "model": "box3:block/woodstone_12", + "y": 180 + }, + "facing=west": { + "model": "box3:block/woodstone_12", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/x.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/x.json new file mode 100644 index 0000000..7763958 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/x.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/x" + }, + "facing=east": { + "model": "box3:block/x", + "y": 90 + }, + "facing=south": { + "model": "box3:block/x", + "y": 180 + }, + "facing=west": { + "model": "box3:block/x", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/y.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/y.json new file mode 100644 index 0000000..49f7e04 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/y.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/y" + }, + "facing=east": { + "model": "box3:block/y", + "y": 90 + }, + "facing=south": { + "model": "box3:block/y", + "y": 180 + }, + "facing=west": { + "model": "box3:block/y", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/yellow_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/yellow_decorative_light.json new file mode 100644 index 0000000..9b60c04 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/yellow_decorative_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/yellow_decorative_light" + }, + "facing=east": { + "model": "box3:block/yellow_decorative_light", + "y": 90 + }, + "facing=south": { + "model": "box3:block/yellow_decorative_light", + "y": 180 + }, + "facing=west": { + "model": "box3:block/yellow_decorative_light", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/yellow_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/yellow_grass.json new file mode 100644 index 0000000..250bc85 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/yellow_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/yellow_grass" + }, + "facing=east": { + "model": "box3:block/yellow_grass", + "y": 90 + }, + "facing=south": { + "model": "box3:block/yellow_grass", + "y": 180 + }, + "facing=west": { + "model": "box3:block/yellow_grass", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/yellow_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/yellow_green.json new file mode 100644 index 0000000..abafa56 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/yellow_green.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/yellow_green" + }, + "facing=east": { + "model": "box3:block/yellow_green", + "y": 90 + }, + "facing=south": { + "model": "box3:block/yellow_green", + "y": 180 + }, + "facing=west": { + "model": "box3:block/yellow_green", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/yellow_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/yellow_light.json new file mode 100644 index 0000000..c8d38c2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/yellow_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/yellow_light" + }, + "facing=east": { + "model": "box3:block/yellow_light", + "y": 90 + }, + "facing=south": { + "model": "box3:block/yellow_light", + "y": 180 + }, + "facing=west": { + "model": "box3:block/yellow_light", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/z.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/z.json new file mode 100644 index 0000000..7059b34 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/z.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/z" + }, + "facing=east": { + "model": "box3:block/z", + "y": 90 + }, + "facing=south": { + "model": "box3:block/z", + "y": 180 + }, + "facing=west": { + "model": "box3:block/z", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/zero.json b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/zero.json new file mode 100644 index 0000000..1e4772b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/blockstates/zero.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3:block/zero" + }, + "facing=east": { + "model": "box3:block/zero", + "y": 90 + }, + "facing=south": { + "model": "box3:block/zero", + "y": 180 + }, + "facing=west": { + "model": "box3:block/zero", + "y": 270 + } + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/icon.png b/Fabric-1.20.1/src/main/resources/assets/box3/icon.png new file mode 100644 index 0000000..8ef4da9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/icon.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/a.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/a.json new file mode 100644 index 0000000..02d43bc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/a.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/a" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/acacia.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/acacia.json new file mode 100644 index 0000000..6e4f19b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/acacia.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/acacia" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/add.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/add.json new file mode 100644 index 0000000..81806e3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/add.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/add" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/air_duct.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/air_duct.json new file mode 100644 index 0000000..19f27fa --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/air_duct.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/air_duct" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/ampersand.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/ampersand.json new file mode 100644 index 0000000..1f72cb2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/ampersand.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/ampersand" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/asterisk.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/asterisk.json new file mode 100644 index 0000000..a02634d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/asterisk.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/asterisk" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/at.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/at.json new file mode 100644 index 0000000..2e7310f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/at.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/at" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/b.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/b.json new file mode 100644 index 0000000..f12f5d5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/b.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/b" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/backslash.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/backslash.json new file mode 100644 index 0000000..e24bf5a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/backslash.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/backslash" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/bamboo.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/bamboo.json new file mode 100644 index 0000000..9841fe3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/bamboo.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/bamboo" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/barrier.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/barrier.json new file mode 100644 index 0000000..f1bb11b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/barrier.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/barrier" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/bat_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/bat_window.json new file mode 100644 index 0000000..0ee67a5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/bat_window.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/bat_window" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/bear_footprint.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/bear_footprint.json new file mode 100644 index 0000000..79fc918 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/bear_footprint.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/bear_footprint" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/biscuit.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/biscuit.json new file mode 100644 index 0000000..d7f5cee --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/biscuit.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/biscuit" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/black.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/black.json new file mode 100644 index 0000000..12c1d88 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/black.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/black" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/black_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/black_glass.json new file mode 100644 index 0000000..80bb5ba --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/black_glass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/black_glass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue.json new file mode 100644 index 0000000..804b7fb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/blue" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_decorative_light.json new file mode 100644 index 0000000..2f6d55a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_decorative_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/blue_decorative_light" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_gift.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_gift.json new file mode 100644 index 0000000..ec24ccb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_gift.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/blue_gift" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_glass.json new file mode 100644 index 0000000..e6f9450 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_glass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/blue_glass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_grass.json new file mode 100644 index 0000000..adb4fba --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/blue_grass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_grass_all.json new file mode 100644 index 0000000..66b216f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/blue_grass_all" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_light.json new file mode 100644 index 0000000..377f414 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/blue_light" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_surface_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_surface_01.json new file mode 100644 index 0000000..3c1a560 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_surface_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/blue_surface_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_surface_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_surface_02.json new file mode 100644 index 0000000..9a2cecb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/blue_surface_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/blue_surface_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board0.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board0.json new file mode 100644 index 0000000..52ba1af --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board0.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board0" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board1.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board1.json new file mode 100644 index 0000000..b900680 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board1.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board1" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board10.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board10.json new file mode 100644 index 0000000..d30519c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board10.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board10" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board11.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board11.json new file mode 100644 index 0000000..d73b611 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board11.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board11" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board12.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board12.json new file mode 100644 index 0000000..ffb22b3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board12.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board12" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board13.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board13.json new file mode 100644 index 0000000..d8cb0ed --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board13.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board13" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board14.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board14.json new file mode 100644 index 0000000..25bf8c9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board14.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board14" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board15.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board15.json new file mode 100644 index 0000000..e484802 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board15.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board15" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board2.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board2.json new file mode 100644 index 0000000..90b7b27 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board2.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board2" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board3.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board3.json new file mode 100644 index 0000000..8abf855 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board3.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board3" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board4.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board4.json new file mode 100644 index 0000000..b73c88e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board4.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board4" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board5.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board5.json new file mode 100644 index 0000000..15c5bdc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board5.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board5" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board6.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board6.json new file mode 100644 index 0000000..63a1735 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board6.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board6" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board7.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board7.json new file mode 100644 index 0000000..96a3956 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board7.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board7" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board8.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board8.json new file mode 100644 index 0000000..2c39255 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board8.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board8" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board9.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board9.json new file mode 100644 index 0000000..233e6a4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board9.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board9" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board_01.json new file mode 100644 index 0000000..6a7d20a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board_02.json new file mode 100644 index 0000000..4486d04 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board_03.json new file mode 100644 index 0000000..bab92fc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board_03" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board_04.json new file mode 100644 index 0000000..8abebd9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board_04" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board_05.json new file mode 100644 index 0000000..0549172 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board_05" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board_06.json new file mode 100644 index 0000000..fa5ce79 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board_06" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/board_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/board_07.json new file mode 100644 index 0000000..91be8cb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/board_07.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/board_07" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/bookshelf.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/bookshelf.json new file mode 100644 index 0000000..7d45d12 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/bookshelf.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/bookshelf" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/bounce_pad.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/bounce_pad.json new file mode 100644 index 0000000..cb73261 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/bounce_pad.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/bounce_pad" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/bracket_close.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/bracket_close.json new file mode 100644 index 0000000..7af84cb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/bracket_close.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/bracket_close" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/bracket_open.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/bracket_open.json new file mode 100644 index 0000000..9c24107 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/bracket_open.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/bracket_open" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/brick_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/brick_01.json new file mode 100644 index 0000000..1329ed5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/brick_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/brick_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/brick_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/brick_02.json new file mode 100644 index 0000000..08b585b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/brick_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/brick_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/brick_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/brick_red.json new file mode 100644 index 0000000..08c51d0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/brick_red.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/brick_red" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/button.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/button.json new file mode 100644 index 0000000..bcfc2d0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/button.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/button" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/c.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/c.json new file mode 100644 index 0000000..1d32155 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/c.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/c" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/cadet_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/cadet_blue.json new file mode 100644 index 0000000..d92caa4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/cadet_blue.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/cadet_blue" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/candy.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/candy.json new file mode 100644 index 0000000..bb7f62e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/candy.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/candy" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/caret.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/caret.json new file mode 100644 index 0000000..748c4bb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/caret.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/caret" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_01.json new file mode 100644 index 0000000..1aa5ab1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/carpet_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_02.json new file mode 100644 index 0000000..257cb15 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/carpet_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_03.json new file mode 100644 index 0000000..7f62422 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/carpet_03" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_04.json new file mode 100644 index 0000000..3bf31f8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/carpet_04" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_05.json new file mode 100644 index 0000000..c7b9758 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/carpet_05" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_06.json new file mode 100644 index 0000000..8950c18 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/carpet_06" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_07.json new file mode 100644 index 0000000..bb9d63d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_07.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/carpet_07" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_08.json new file mode 100644 index 0000000..4afd1dd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_08.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/carpet_08" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_09.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_09.json new file mode 100644 index 0000000..7718ceb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_09.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/carpet_09" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_10.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_10.json new file mode 100644 index 0000000..045e52a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_10.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/carpet_10" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_11.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_11.json new file mode 100644 index 0000000..d130bd2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_11.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/carpet_11" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_12.json new file mode 100644 index 0000000..aa1d2d0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_12.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/carpet_12" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_13.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_13.json new file mode 100644 index 0000000..683726d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/carpet_13.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/carpet_13" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/coffee_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/coffee_gray.json new file mode 100644 index 0000000..5686385 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/coffee_gray.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/coffee_gray" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/colon.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/colon.json new file mode 100644 index 0000000..d38772d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/colon.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/colon" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/color_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/color_glass.json new file mode 100644 index 0000000..da9ba79 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/color_glass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/color_glass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/comma.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/comma.json new file mode 100644 index 0000000..b052ad6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/comma.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/comma" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/conveyor.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/conveyor.json new file mode 100644 index 0000000..e12e869 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/conveyor.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/conveyor" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/crane_lantern.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/crane_lantern.json new file mode 100644 index 0000000..0e1a6a5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/crane_lantern.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/crane_lantern" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/crane_roof_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/crane_roof_01.json new file mode 100644 index 0000000..3621295 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/crane_roof_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/crane_roof_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/crane_roof_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/crane_roof_02.json new file mode 100644 index 0000000..2dfb3b4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/crane_roof_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/crane_roof_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/cross_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/cross_window.json new file mode 100644 index 0000000..1ca5258 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/cross_window.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/cross_window" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/d.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/d.json new file mode 100644 index 0000000..5e818d3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/d.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/d" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_blue_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_blue_grass.json new file mode 100644 index 0000000..cf16017 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_blue_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_blue_grass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_blue_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_blue_grass_all.json new file mode 100644 index 0000000..e3c31f6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_blue_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_blue_grass_all" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_brick_00.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_brick_00.json new file mode 100644 index 0000000..5df1731 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_brick_00.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_brick_00" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_brick_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_brick_01.json new file mode 100644 index 0000000..b89ee49 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_brick_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_brick_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_brick_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_brick_02.json new file mode 100644 index 0000000..16d325c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_brick_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_brick_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_grass.json new file mode 100644 index 0000000..af71b0b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_grass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_grass_all.json new file mode 100644 index 0000000..d7b2ecb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_grass_all" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_grass_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_grass_rock.json new file mode 100644 index 0000000..c7398bf --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_grass_rock.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_grass_rock" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_grass_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_grass_sand.json new file mode 100644 index 0000000..a014561 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_grass_sand.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_grass_sand" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_gray.json new file mode 100644 index 0000000..aec83c8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_gray.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_gray" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_orchid.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_orchid.json new file mode 100644 index 0000000..f20bf72 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_orchid.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_orchid" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_purple_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_purple_grass.json new file mode 100644 index 0000000..25204bd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_purple_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_purple_grass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_purple_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_purple_grass_all.json new file mode 100644 index 0000000..7bbba91 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_purple_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_purple_grass_all" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_red.json new file mode 100644 index 0000000..fd152da --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_red.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_red" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_red_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_red_grass.json new file mode 100644 index 0000000..e705592 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_red_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_red_grass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_red_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_red_grass_all.json new file mode 100644 index 0000000..9af265e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_red_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_red_grass_all" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_salmon.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_salmon.json new file mode 100644 index 0000000..b43eb20 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_salmon.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_salmon" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_sand.json new file mode 100644 index 0000000..ad1add6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_sand.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_sand" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_slate_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_slate_blue.json new file mode 100644 index 0000000..ced1994 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_slate_blue.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_slate_blue" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_stone.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_stone.json new file mode 100644 index 0000000..44483a6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_stone.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_stone" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_surface.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_surface.json new file mode 100644 index 0000000..0919902 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_surface.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_surface" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_volcanic_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_volcanic_rock.json new file mode 100644 index 0000000..3d0e51f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_volcanic_rock.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_volcanic_rock" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_yellow_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_yellow_grass.json new file mode 100644 index 0000000..66d7348 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_yellow_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_yellow_grass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_yellow_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_yellow_grass_all.json new file mode 100644 index 0000000..5f18fcf --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dark_yellow_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dark_yellow_grass_all" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dirt.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dirt.json new file mode 100644 index 0000000..9b6ab28 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dirt.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dirt" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/divide.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/divide.json new file mode 100644 index 0000000..b882016 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/divide.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/divide" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/dollar.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/dollar.json new file mode 100644 index 0000000..7753537 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/dollar.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/dollar" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/e.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/e.json new file mode 100644 index 0000000..1cb4576 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/e.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/e" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/eight.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/eight.json new file mode 100644 index 0000000..068a50b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/eight.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/eight" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/equal.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/equal.json new file mode 100644 index 0000000..919b881 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/equal.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/equal" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/exclamation_mark.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/exclamation_mark.json new file mode 100644 index 0000000..7f30263 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/exclamation_mark.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/exclamation_mark" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/express_box.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/express_box.json new file mode 100644 index 0000000..eac4770 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/express_box.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/express_box" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/f.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/f.json new file mode 100644 index 0000000..a7ed859 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/f.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/f" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/fan.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/fan.json new file mode 100644 index 0000000..72e17dc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/fan.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/fan" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/firecracker.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/firecracker.json new file mode 100644 index 0000000..2143eb0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/firecracker.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/firecracker" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/five.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/five.json new file mode 100644 index 0000000..0495fed --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/five.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/five" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/four.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/four.json new file mode 100644 index 0000000..87fe2a1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/four.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/four" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/fu.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/fu.json new file mode 100644 index 0000000..ac58887 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/fu.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/fu" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/g.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/g.json new file mode 100644 index 0000000..10b15b5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/g.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/g" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/geometric_window_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/geometric_window_01.json new file mode 100644 index 0000000..26c77f6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/geometric_window_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/geometric_window_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/geometric_window_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/geometric_window_02.json new file mode 100644 index 0000000..6a81398 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/geometric_window_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/geometric_window_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/glass.json new file mode 100644 index 0000000..8ebe08a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/glass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/glass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/gold_trim_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/gold_trim_brick.json new file mode 100644 index 0000000..a009c35 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/gold_trim_brick.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/gold_trim_brick" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/grass.json new file mode 100644 index 0000000..831f622 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/grass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/grass_all.json new file mode 100644 index 0000000..64ea26e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/grass_all" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/grass_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/grass_rock.json new file mode 100644 index 0000000..0ea0d62 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/grass_rock.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/grass_rock" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/grass_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/grass_sand.json new file mode 100644 index 0000000..958616f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/grass_sand.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/grass_sand" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/greater_than.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/greater_than.json new file mode 100644 index 0000000..250ee32 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/greater_than.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/greater_than" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/green_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/green_decorative_light.json new file mode 100644 index 0000000..a6eafcb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/green_decorative_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/green_decorative_light" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/green_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/green_glass.json new file mode 100644 index 0000000..15252c7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/green_glass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/green_glass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/green_leaf.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/green_leaf.json new file mode 100644 index 0000000..ce84a61 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/green_leaf.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/green_leaf" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/green_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/green_light.json new file mode 100644 index 0000000..e44ae40 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/green_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/green_light" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/greenbelt_l.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/greenbelt_l.json new file mode 100644 index 0000000..999e44d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/greenbelt_l.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/greenbelt_l" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/greenbelt_l1.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/greenbelt_l1.json new file mode 100644 index 0000000..081cab9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/greenbelt_l1.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/greenbelt_l1" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/grey_stone_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/grey_stone_brick.json new file mode 100644 index 0000000..0745310 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/grey_stone_brick.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/grey_stone_brick" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/h.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/h.json new file mode 100644 index 0000000..e18b89e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/h.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/h" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/honeycomb_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/honeycomb_01.json new file mode 100644 index 0000000..c72b8ac --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/honeycomb_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/honeycomb_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/honeycomb_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/honeycomb_02.json new file mode 100644 index 0000000..e7871e5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/honeycomb_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/honeycomb_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/i.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/i.json new file mode 100644 index 0000000..925d185 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/i.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/i" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/ice.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/ice.json new file mode 100644 index 0000000..8390288 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/ice.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/ice" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/ice_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/ice_brick.json new file mode 100644 index 0000000..8ac20b3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/ice_brick.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/ice_brick" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/ice_wall.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/ice_wall.json new file mode 100644 index 0000000..a645465 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/ice_wall.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/ice_wall" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/indigo_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/indigo_light.json new file mode 100644 index 0000000..ba94441 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/indigo_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/indigo_light" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/j.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/j.json new file mode 100644 index 0000000..989a8ad --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/j.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/j" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/k.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/k.json new file mode 100644 index 0000000..66a0873 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/k.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/k" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/l.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/l.json new file mode 100644 index 0000000..4360e8b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/l.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/l" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_lamp_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_lamp_01.json new file mode 100644 index 0000000..92916d8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_lamp_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_lamp_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_lamp_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_lamp_02.json new file mode 100644 index 0000000..b363b28 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_lamp_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_lamp_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_lamp_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_lamp_03.json new file mode 100644 index 0000000..c2a8c4d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_lamp_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_lamp_03" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_01.json new file mode 100644 index 0000000..179f393 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_material_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_02.json new file mode 100644 index 0000000..8d63e5e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_material_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_03.json new file mode 100644 index 0000000..7722840 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_material_03" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_04.json new file mode 100644 index 0000000..e7eed74 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_material_04" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_05.json new file mode 100644 index 0000000..fa60b6f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_material_05" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_06.json new file mode 100644 index 0000000..1dcd6a3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_material_06" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_07.json new file mode 100644 index 0000000..a31cf88 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_07.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_material_07" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_08.json new file mode 100644 index 0000000..5e4c6e9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_08.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_material_08" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_09.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_09.json new file mode 100644 index 0000000..67d084a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_09.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_material_09" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_10.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_10.json new file mode 100644 index 0000000..b5df569 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_10.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_material_10" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_11.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_11.json new file mode 100644 index 0000000..08a1f41 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_11.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_material_11" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_12.json new file mode 100644 index 0000000..4feb080 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_12.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_material_12" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_13.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_13.json new file mode 100644 index 0000000..44042b9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_13.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_material_13" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_14.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_14.json new file mode 100644 index 0000000..4a294b5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_14.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_material_14" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_15.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_15.json new file mode 100644 index 0000000..4bb05ba --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_material_15.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_material_15" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_screen.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_screen.json new file mode 100644 index 0000000..948dd73 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_screen.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_screen" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_wire.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_wire.json new file mode 100644 index 0000000..b8dc391 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lab_wire.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lab_wire" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lantern_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lantern_01.json new file mode 100644 index 0000000..c1cb675 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lantern_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lantern_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lantern_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lantern_02.json new file mode 100644 index 0000000..f04de93 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lantern_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lantern_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lava01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lava01.json new file mode 100644 index 0000000..3c8c5c1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lava01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lava01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lava02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lava02.json new file mode 100644 index 0000000..217827b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lava02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lava02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_01.json new file mode 100644 index 0000000..9fe13ae --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/leaf_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_02.json new file mode 100644 index 0000000..cb03a3e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/leaf_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_03.json new file mode 100644 index 0000000..0b7e228 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/leaf_03" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_04.json new file mode 100644 index 0000000..40f9bc4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/leaf_04" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_05.json new file mode 100644 index 0000000..facdb17 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/leaf_05" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_06.json new file mode 100644 index 0000000..aa2a5ce --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/leaf_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/leaf_06" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/ledfloor01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/ledfloor01.json new file mode 100644 index 0000000..24f35b8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/ledfloor01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/ledfloor01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/ledfloor02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/ledfloor02.json new file mode 100644 index 0000000..fbd873d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/ledfloor02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/ledfloor02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/lemon.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/lemon.json new file mode 100644 index 0000000..c2b084a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/lemon.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/lemon" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/less_than.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/less_than.json new file mode 100644 index 0000000..e7b6337 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/less_than.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/less_than" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/light_blue_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_blue_grass.json new file mode 100644 index 0000000..32401ee --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_blue_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/light_blue_grass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/light_blue_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_blue_grass_all.json new file mode 100644 index 0000000..2306365 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_blue_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/light_blue_grass_all" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/light_dirt.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_dirt.json new file mode 100644 index 0000000..c3b4873 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_dirt.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/light_dirt" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/light_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_gray.json new file mode 100644 index 0000000..da9da0b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_gray.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/light_gray" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/light_grey_stone_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_grey_stone_brick.json new file mode 100644 index 0000000..a927735 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_grey_stone_brick.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/light_grey_stone_brick" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/light_purple_grass_.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_purple_grass_.json new file mode 100644 index 0000000..1ad0b19 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_purple_grass_.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/light_purple_grass_" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/light_purple_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_purple_grass_all.json new file mode 100644 index 0000000..be02659 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_purple_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/light_purple_grass_all" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/light_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_sand.json new file mode 100644 index 0000000..f04afc6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_sand.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/light_sand" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/light_volcanic_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_volcanic_rock.json new file mode 100644 index 0000000..4581586 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/light_volcanic_rock.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/light_volcanic_rock" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/m.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/m.json new file mode 100644 index 0000000..73b015a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/m.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/m" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/macaroon.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/macaroon.json new file mode 100644 index 0000000..6dafa43 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/macaroon.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/macaroon" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/maroon.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/maroon.json new file mode 100644 index 0000000..261cc75 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/maroon.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/maroon" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_gray.json new file mode 100644 index 0000000..ebc5880 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_gray.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/medium_gray" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_green.json new file mode 100644 index 0000000..bcf16dd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_green.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/medium_green" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_orchid.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_orchid.json new file mode 100644 index 0000000..60e01a9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_orchid.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/medium_orchid" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_purple.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_purple.json new file mode 100644 index 0000000..5160851 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_purple.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/medium_purple" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_spring_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_spring_green.json new file mode 100644 index 0000000..31caccf --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_spring_green.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/medium_spring_green" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_violet_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_violet_red.json new file mode 100644 index 0000000..60b43b4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_violet_red.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/medium_violet_red" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_yellow.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_yellow.json new file mode 100644 index 0000000..78cb0c3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/medium_yellow.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/medium_yellow" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/mint_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/mint_green.json new file mode 100644 index 0000000..0552f74 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/mint_green.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/mint_green" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/mint_green_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/mint_green_light.json new file mode 100644 index 0000000..59d113f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/mint_green_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/mint_green_light" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/model_destroyer.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/model_destroyer.json new file mode 100644 index 0000000..540ac17 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/model_destroyer.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "minecraft:block/bucket" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/multiply.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/multiply.json new file mode 100644 index 0000000..4da0155 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/multiply.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/multiply" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/n.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/n.json new file mode 100644 index 0000000..da64de5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/n.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/n" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/navajo_white.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/navajo_white.json new file mode 100644 index 0000000..d8ddee3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/navajo_white.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/navajo_white" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/nine.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/nine.json new file mode 100644 index 0000000..be071c9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/nine.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/nine" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/o.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/o.json new file mode 100644 index 0000000..ccda7c7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/o.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/o" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/olive_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/olive_green.json new file mode 100644 index 0000000..2b22ba2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/olive_green.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/olive_green" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/one.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/one.json new file mode 100644 index 0000000..f5ea1e7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/one.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/one" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/orange.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/orange.json new file mode 100644 index 0000000..7e50b3f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/orange.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/orange" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/orange_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/orange_grass.json new file mode 100644 index 0000000..106228a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/orange_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/orange_grass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/orange_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/orange_grass_all.json new file mode 100644 index 0000000..b223ac2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/orange_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/orange_grass_all" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/orange_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/orange_light.json new file mode 100644 index 0000000..a69603d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/orange_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/orange_light" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/orange_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/orange_red.json new file mode 100644 index 0000000..bf2c9cd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/orange_red.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/orange_red" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/p.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/p.json new file mode 100644 index 0000000..d46229e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/p.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/p" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_carving.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_carving.json new file mode 100644 index 0000000..b5ef206 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_carving.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/palace_carving" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_cloud.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_cloud.json new file mode 100644 index 0000000..850ee1c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_cloud.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/palace_cloud" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_01.json new file mode 100644 index 0000000..ccfc8c8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/palace_eaves_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_02.json new file mode 100644 index 0000000..6e1f147 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/palace_eaves_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_03.json new file mode 100644 index 0000000..1b93214 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/palace_eaves_03" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_04.json new file mode 100644 index 0000000..6d60970 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/palace_eaves_04" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_05.json new file mode 100644 index 0000000..9eb3867 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/palace_eaves_05" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_06.json new file mode 100644 index 0000000..51c47cc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/palace_eaves_06" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_07.json new file mode 100644 index 0000000..f418492 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_07.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/palace_eaves_07" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_08.json new file mode 100644 index 0000000..42fa30d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_eaves_08.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/palace_eaves_08" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_floor.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_floor.json new file mode 100644 index 0000000..cd55b2c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_floor.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/palace_floor" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_lamp.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_lamp.json new file mode 100644 index 0000000..5de862e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_lamp.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/palace_lamp" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_roof.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_roof.json new file mode 100644 index 0000000..f8f8c11 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_roof.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/palace_roof" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_window.json new file mode 100644 index 0000000..5235c99 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/palace_window.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/palace_window" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/pale_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/pale_green.json new file mode 100644 index 0000000..a3a3d1c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/pale_green.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/pale_green" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/palm.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/palm.json new file mode 100644 index 0000000..19adbd6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/palm.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/palm" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/paren_close.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/paren_close.json new file mode 100644 index 0000000..90a722c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/paren_close.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/paren_close" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/paren_open.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/paren_open.json new file mode 100644 index 0000000..9a17afd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/paren_open.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/paren_open" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/percent.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/percent.json new file mode 100644 index 0000000..e9ef53c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/percent.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/percent" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/period.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/period.json new file mode 100644 index 0000000..c13c350 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/period.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/period" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/peru.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/peru.json new file mode 100644 index 0000000..8682ee3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/peru.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/peru" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/pink.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/pink.json new file mode 100644 index 0000000..477ee3d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/pink.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/pink" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/pink_cake.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/pink_cake.json new file mode 100644 index 0000000..61183cd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/pink_cake.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/pink_cake" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/pink_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/pink_grass.json new file mode 100644 index 0000000..18e60fe --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/pink_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/pink_grass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/pink_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/pink_grass_all.json new file mode 100644 index 0000000..6b5c09f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/pink_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/pink_grass_all" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/pink_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/pink_light.json new file mode 100644 index 0000000..447300d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/pink_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/pink_light" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_01.json new file mode 100644 index 0000000..0abf12d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/plank_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_02.json new file mode 100644 index 0000000..11b34c1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/plank_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_03.json new file mode 100644 index 0000000..29cb3ce --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/plank_03" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_04.json new file mode 100644 index 0000000..34e55e9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/plank_04" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_05.json new file mode 100644 index 0000000..99cd6dc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/plank_05" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_06.json new file mode 100644 index 0000000..e72b139 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/plank_06" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_07.json new file mode 100644 index 0000000..364678d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/plank_07.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/plank_07" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/polar_ice.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/polar_ice.json new file mode 100644 index 0000000..9d75783 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/polar_ice.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/polar_ice" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/polar_region.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/polar_region.json new file mode 100644 index 0000000..a8a6aae --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/polar_region.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/polar_region" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/pound.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/pound.json new file mode 100644 index 0000000..62ee74c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/pound.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/pound" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/powder_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/powder_blue.json new file mode 100644 index 0000000..77eace1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/powder_blue.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/powder_blue" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/pumpkin.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/pumpkin.json new file mode 100644 index 0000000..cf88e11 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/pumpkin.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/pumpkin" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/pumpkin_lantern.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/pumpkin_lantern.json new file mode 100644 index 0000000..4d3339a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/pumpkin_lantern.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/pumpkin_lantern" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/purple.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/purple.json new file mode 100644 index 0000000..8742773 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/purple.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/purple" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/purple_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/purple_grass.json new file mode 100644 index 0000000..27f07e1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/purple_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/purple_grass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/purple_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/purple_grass_all.json new file mode 100644 index 0000000..fc529e9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/purple_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/purple_grass_all" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/purple_surface_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/purple_surface_01.json new file mode 100644 index 0000000..136e81d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/purple_surface_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/purple_surface_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/purple_surface_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/purple_surface_02.json new file mode 100644 index 0000000..291ce8c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/purple_surface_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/purple_surface_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/q.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/q.json new file mode 100644 index 0000000..ec0e6eb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/q.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/q" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/quartz_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/quartz_brick.json new file mode 100644 index 0000000..73922b2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/quartz_brick.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/quartz_brick" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/question_mark.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/question_mark.json new file mode 100644 index 0000000..ba5c710 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/question_mark.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/question_mark" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/quotation_mark.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/quotation_mark.json new file mode 100644 index 0000000..5b2ed04 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/quotation_mark.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/quotation_mark" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/r.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/r.json new file mode 100644 index 0000000..60ed57c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/r.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/r" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/rainbow_cube.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/rainbow_cube.json new file mode 100644 index 0000000..85672fa --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/rainbow_cube.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/rainbow_cube" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/red.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/red.json new file mode 100644 index 0000000..3564f72 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/red.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/red" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/red_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/red_brick.json new file mode 100644 index 0000000..6f8d82f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/red_brick.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/red_brick" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/red_brick_floor.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/red_brick_floor.json new file mode 100644 index 0000000..b672f97 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/red_brick_floor.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/red_brick_floor" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/red_brick_wall.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/red_brick_wall.json new file mode 100644 index 0000000..140d31c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/red_brick_wall.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/red_brick_wall" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/red_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/red_decorative_light.json new file mode 100644 index 0000000..5aaa9ee --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/red_decorative_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/red_decorative_light" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/red_gift.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/red_gift.json new file mode 100644 index 0000000..ff63c9e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/red_gift.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/red_gift" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/red_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/red_glass.json new file mode 100644 index 0000000..c1ce2be --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/red_glass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/red_glass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/red_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/red_light.json new file mode 100644 index 0000000..f3a54b1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/red_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/red_light" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/rock.json new file mode 100644 index 0000000..0f8dc0c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/rock.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/rock" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_blue_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_blue_04.json new file mode 100644 index 0000000..1e4fbcc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_blue_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/roof_blue_04" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_green.json new file mode 100644 index 0000000..506746f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_green.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/roof_green" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_grey.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_grey.json new file mode 100644 index 0000000..493164e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_grey.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/roof_grey" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_purple.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_purple.json new file mode 100644 index 0000000..37baf69 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_purple.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/roof_purple" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_red.json new file mode 100644 index 0000000..bb10304 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_red.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/roof_red" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_yellow.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_yellow.json new file mode 100644 index 0000000..7e9f332 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/roof_yellow.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/roof_yellow" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/s.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/s.json new file mode 100644 index 0000000..23b72ae --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/s.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/s" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/sakura_pink.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/sakura_pink.json new file mode 100644 index 0000000..c16c0e8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/sakura_pink.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/sakura_pink" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/sand.json new file mode 100644 index 0000000..e2d8265 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/sand.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/sand" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/sand_stones.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/sand_stones.json new file mode 100644 index 0000000..1f39da9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/sand_stones.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/sand_stones" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/semicolon.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/semicolon.json new file mode 100644 index 0000000..5e53a43 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/semicolon.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/semicolon" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/seven.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/seven.json new file mode 100644 index 0000000..caf85a9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/seven.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/seven" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/sienna.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/sienna.json new file mode 100644 index 0000000..c2c9b07 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/sienna.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/sienna" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/six.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/six.json new file mode 100644 index 0000000..10a94a4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/six.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/six" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/sky_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/sky_blue.json new file mode 100644 index 0000000..a09556c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/sky_blue.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/sky_blue" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/slash.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/slash.json new file mode 100644 index 0000000..9f6d304 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/slash.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/slash" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/snow.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/snow.json new file mode 100644 index 0000000..b767dcc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/snow.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/snow" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/snow_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/snow_grass.json new file mode 100644 index 0000000..f7d7bcd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/snow_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/snow_grass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/snow_land.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/snow_land.json new file mode 100644 index 0000000..412538f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/snow_land.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/snow_land" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/snowflake_lamp.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/snowflake_lamp.json new file mode 100644 index 0000000..e377aff --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/snowflake_lamp.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/snowflake_lamp" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/snowland.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/snowland.json new file mode 100644 index 0000000..8baec4a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/snowland.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/snowland" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/snowman_body.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/snowman_body.json new file mode 100644 index 0000000..3949fb3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/snowman_body.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/snowman_body" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/snowman_head.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/snowman_head.json new file mode 100644 index 0000000..ad72e96 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/snowman_head.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/snowman_head" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_01.json new file mode 100644 index 0000000..59e7ef7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_02.json new file mode 100644 index 0000000..031868b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_03.json new file mode 100644 index 0000000..ef0eb04 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_03" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_04.json new file mode 100644 index 0000000..e85c046 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_04" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_05.json new file mode 100644 index 0000000..256deb7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_05" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_06.json new file mode 100644 index 0000000..26435a8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_06" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_07.json new file mode 100644 index 0000000..dbe74e5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_07.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_07" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_08.json new file mode 100644 index 0000000..038f13d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_08.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_08" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_09.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_09.json new file mode 100644 index 0000000..84cd942 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_09.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_09" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_10.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_10.json new file mode 100644 index 0000000..a584936 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_10.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_10" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_11.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_11.json new file mode 100644 index 0000000..41d4835 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_11.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_11" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_12.json new file mode 100644 index 0000000..b2ec8a8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_12.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_12" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_13.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_13.json new file mode 100644 index 0000000..5578361 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_13.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_13" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_14.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_14.json new file mode 100644 index 0000000..743ddca --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_14.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_14" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_15.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_15.json new file mode 100644 index 0000000..1d8ed5f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_15.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_15" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_16.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_16.json new file mode 100644 index 0000000..d9c9f1a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_grass_16.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_grass_16" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_land_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_land_01.json new file mode 100644 index 0000000..ccdacfe --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_land_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_land_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_sand_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_sand_01.json new file mode 100644 index 0000000..d79a983 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_sand_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_sand_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_sand_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_sand_02.json new file mode 100644 index 0000000..fa3e3a9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_sand_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_sand_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_sand_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_sand_03.json new file mode 100644 index 0000000..0a3a890 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_sand_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_sand_03" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_sand_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_sand_04.json new file mode 100644 index 0000000..adb2373 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_sand_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_sand_04" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/special_sand_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_sand_05.json new file mode 100644 index 0000000..1b489f7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/special_sand_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/special_sand_05" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/spiderweb.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/spiderweb.json new file mode 100644 index 0000000..20e924d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/spiderweb.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/spiderweb" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stained_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stained_glass.json new file mode 100644 index 0000000..5aa7862 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stained_glass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stained_glass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stainless_steel.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stainless_steel.json new file mode 100644 index 0000000..3e8eb01 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stainless_steel.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stainless_steel" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/star_lamp.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/star_lamp.json new file mode 100644 index 0000000..c26dfba --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/star_lamp.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/star_lamp" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stone.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone.json new file mode 100644 index 0000000..99f9060 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stone" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_brick_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_brick_01.json new file mode 100644 index 0000000..24a3d13 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_brick_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stone_brick_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_brick_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_brick_02.json new file mode 100644 index 0000000..cd5eced --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_brick_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stone_brick_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_pillar_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_pillar_03.json new file mode 100644 index 0000000..55f083d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_pillar_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stone_pillar_03" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_pillar_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_pillar_04.json new file mode 100644 index 0000000..9a3cd4f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_pillar_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stone_pillar_04" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_pillar_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_pillar_05.json new file mode 100644 index 0000000..a32dcc4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_pillar_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stone_pillar_05" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_pillar_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_pillar_06.json new file mode 100644 index 0000000..49e0f5d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_pillar_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stone_pillar_06" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_wall.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_wall.json new file mode 100644 index 0000000..fe2df85 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_wall.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stone_wall" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_wall_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_wall_01.json new file mode 100644 index 0000000..05f7b5b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stone_wall_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stone_wall_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stripe_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stripe_01.json new file mode 100644 index 0000000..0a71a93 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stripe_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stripe_01" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stripe_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stripe_02.json new file mode 100644 index 0000000..3b691a7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stripe_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stripe_02" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stripe_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stripe_03.json new file mode 100644 index 0000000..0070e7b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stripe_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stripe_03" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stripe_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stripe_04.json new file mode 100644 index 0000000..f81b64c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stripe_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stripe_04" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/stripe_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/stripe_05.json new file mode 100644 index 0000000..63d7095 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/stripe_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/stripe_05" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/subtract.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/subtract.json new file mode 100644 index 0000000..35dd948 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/subtract.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/subtract" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/t.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/t.json new file mode 100644 index 0000000..3f7ab28 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/t.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/t" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/television.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/television.json new file mode 100644 index 0000000..ac89e90 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/television.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/television" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/three.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/three.json new file mode 100644 index 0000000..c2b113c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/three.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/three" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/tilde.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/tilde.json new file mode 100644 index 0000000..7782906 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/tilde.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/tilde" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/toolbox.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/toolbox.json new file mode 100644 index 0000000..2ba25d2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/toolbox.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/toolbox" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/traditional_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/traditional_window.json new file mode 100644 index 0000000..70ecf5c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/traditional_window.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/traditional_window" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/treasure_chest.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/treasure_chest.json new file mode 100644 index 0000000..9c8b153 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/treasure_chest.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/treasure_chest" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/turquoise.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/turquoise.json new file mode 100644 index 0000000..45fefc7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/turquoise.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/turquoise" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/two.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/two.json new file mode 100644 index 0000000..69835f1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/two.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/two" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/u.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/u.json new file mode 100644 index 0000000..6503ecd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/u.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/u" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/v.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/v.json new file mode 100644 index 0000000..a81fc0c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/v.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/v" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/w.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/w.json new file mode 100644 index 0000000..7bf11c5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/w.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/w" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/warm_yellow_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/warm_yellow_light.json new file mode 100644 index 0000000..992efc8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/warm_yellow_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/warm_yellow_light" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/white.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/white.json new file mode 100644 index 0000000..e54bddd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/white.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/white" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/white_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/white_grass.json new file mode 100644 index 0000000..5fabc89 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/white_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/white_grass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/white_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/white_light.json new file mode 100644 index 0000000..a6c6115 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/white_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/white_light" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/window.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/window.json new file mode 100644 index 0000000..d42576c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/window.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/window" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/windygrass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/windygrass.json new file mode 100644 index 0000000..e648271 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/windygrass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/windygrass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/winter_leaf.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/winter_leaf.json new file mode 100644 index 0000000..307640e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/winter_leaf.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/winter_leaf" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/withered_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/withered_grass.json new file mode 100644 index 0000000..6d9cb24 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/withered_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/withered_grass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/withered_grass_land.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/withered_grass_land.json new file mode 100644 index 0000000..e6cf967 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/withered_grass_land.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/withered_grass_land" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/wood.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/wood.json new file mode 100644 index 0000000..e1c9a40 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/wood.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/wood" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/wooden_box.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/wooden_box.json new file mode 100644 index 0000000..74b1c6a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/wooden_box.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/wooden_box" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/woodstone_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/woodstone_12.json new file mode 100644 index 0000000..8c700a7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/woodstone_12.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/woodstone_12" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/x.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/x.json new file mode 100644 index 0000000..01ca6be --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/x.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/x" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/y.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/y.json new file mode 100644 index 0000000..d1a034a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/y.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/y" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/yellow_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/yellow_decorative_light.json new file mode 100644 index 0000000..d23c760 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/yellow_decorative_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/yellow_decorative_light" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/yellow_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/yellow_grass.json new file mode 100644 index 0000000..561e542 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/yellow_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/yellow_grass" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/yellow_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/yellow_green.json new file mode 100644 index 0000000..8f7120a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/yellow_green.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/yellow_green" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/yellow_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/yellow_light.json new file mode 100644 index 0000000..55e8485 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/yellow_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/yellow_light" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/z.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/z.json new file mode 100644 index 0000000..759ef7a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/z.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/z" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/items/zero.json b/Fabric-1.20.1/src/main/resources/assets/box3/items/zero.json new file mode 100644 index 0000000..7d247fe --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/items/zero.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3:block/zero" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/lang/en_us.json b/Fabric-1.20.1/src/main/resources/assets/box3/lang/en_us.json new file mode 100644 index 0000000..20cdb13 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/lang/en_us.json @@ -0,0 +1,415 @@ +{ + "block.box3.spec_air_block": "Air", + "block.box3.spec_blueberry_juice_block": "Blueberry Juice", + "block.box3.spec_coffee_block": "Coffee", + "block.box3.spec_grape_juice_block": "Grape Juice", + "block.box3.spec_lemon_juice_block": "Lemon Juice", + "block.box3.spec_lime_juice_block": "Lime Juice", + "block.box3.spec_milk_block": "Milk", + "block.box3.spec_orange_juice_block": "Orange Juice", + "block.box3.spec_peach_juice_block": "Peach Juice", + "block.box3.spec_soy_sauce_block": "Soy Sauce", + "block.box3.spec_strawberry_juice_block": "Strawberry Juice", + "block.box3.spec_water_block": "Water", + "block.box3.a": "A", + "block.box3.acacia": "Acacia", + "block.box3.add": "Add", + "block.box3.air_duct": "Air Duct", + "block.box3.ampersand": "Ampersand", + "block.box3.asterisk": "Asterisk", + "block.box3.at": "At", + "block.box3.b": "B", + "block.box3.backslash": "Backslash", + "block.box3.bamboo": "Bamboo", + "block.box3.barrier": "Barrier", + "block.box3.bat_window": "Bat Window", + "block.box3.bear_footprint": "Bear Footprint", + "block.box3.biscuit": "Biscuit", + "block.box3.black": "Black", + "block.box3.black_glass": "Black Glass", + "block.box3.blue": "Blue", + "block.box3.blue_decorative_light": "Blue Decorative Light", + "block.box3.blue_gift": "Blue Gift", + "block.box3.blue_glass": "Blue Glass", + "block.box3.blue_grass": "Blue Grass", + "block.box3.blue_grass_all": "Blue Grass All", + "block.box3.blue_light": "Blue Light", + "block.box3.blue_surface_01": "Blue Surface 01", + "block.box3.blue_surface_02": "Blue Surface 02", + "block.box3.board0": "board0", + "block.box3.board1": "board1", + "block.box3.board10": "board10", + "block.box3.board11": "board11", + "block.box3.board12": "board12", + "block.box3.board13": "board13", + "block.box3.board14": "board14", + "block.box3.board15": "board15", + "block.box3.board2": "board2", + "block.box3.board3": "board3", + "block.box3.board4": "board4", + "block.box3.board5": "board5", + "block.box3.board6": "board6", + "block.box3.board7": "board7", + "block.box3.board8": "board8", + "block.box3.board9": "board9", + "block.box3.board_01": "Board 01", + "block.box3.board_02": "Board 02", + "block.box3.board_03": "Board 03", + "block.box3.board_04": "Board 04", + "block.box3.board_05": "Board 05", + "block.box3.board_06": "Board 06", + "block.box3.board_07": "Board 07", + "block.box3.bookshelf": "Bookshelf", + "block.box3.bounce_pad": "Bounce Pad", + "block.box3.bracket_close": "Bracket Close", + "block.box3.bracket_open": "Bracket Open", + "block.box3.brick_01": "Brick 01", + "block.box3.brick_02": "Brick 02", + "block.box3.brick_red": "Brick Red", + "block.box3.button": "Button", + "block.box3.c": "C", + "block.box3.cadet_blue": "Cadet Blue", + "block.box3.candy": "Candy", + "block.box3.caret": "Caret", + "block.box3.carpet_01": "Carpet 01", + "block.box3.carpet_02": "Carpet 02", + "block.box3.carpet_03": "Carpet 03", + "block.box3.carpet_04": "Carpet 04", + "block.box3.carpet_05": "Carpet 05", + "block.box3.carpet_06": "Carpet 06", + "block.box3.carpet_07": "Carpet 07", + "block.box3.carpet_08": "Carpet 08", + "block.box3.carpet_09": "Carpet 09", + "block.box3.carpet_10": "Carpet 10", + "block.box3.carpet_11": "Carpet 11", + "block.box3.carpet_12": "Carpet 12", + "block.box3.carpet_13": "Carpet 13", + "block.box3.coffee_gray": "Coffee Gray", + "block.box3.colon": "Colon", + "block.box3.color_glass": "Color Glass", + "block.box3.comma": "Comma", + "block.box3.conveyor": "Conveyor", + "block.box3.crane_lantern": "Crane Lantern", + "block.box3.crane_roof_01": "Crane Roof 01", + "block.box3.crane_roof_02": "Crane Roof 02", + "block.box3.cross_window": "Cross Window", + "block.box3.d": "D", + "block.box3.dark_blue_grass": "Dark Blue Grass", + "block.box3.dark_blue_grass_all": "Dark Blue Grass All", + "block.box3.dark_brick_00": "Dark Brick 00", + "block.box3.dark_brick_01": "Dark Brick 01", + "block.box3.dark_brick_02": "Dark Brick 02", + "block.box3.dark_grass": "Dark Grass", + "block.box3.dark_grass_all": "Dark Grass All", + "block.box3.dark_grass_rock": "Dark Grass Rock", + "block.box3.dark_grass_sand": "Dark Grass Sand", + "block.box3.dark_gray": "Dark Gray", + "block.box3.dark_orchid": "Dark Orchid", + "block.box3.dark_purple_grass": "Dark Purple Grass", + "block.box3.dark_purple_grass_all": "Dark Purple Grass All", + "block.box3.dark_red": "Dark Red", + "block.box3.dark_red_grass": "Dark Red Grass", + "block.box3.dark_red_grass_all": "Dark Red Grass All", + "block.box3.dark_salmon": "Dark Salmon", + "block.box3.dark_sand": "Dark Sand", + "block.box3.dark_slate_blue": "Dark Slate Blue", + "block.box3.dark_stone": "Dark Stone", + "block.box3.dark_surface": "Dark Surface", + "block.box3.dark_volcanic_rock": "Dark Volcanic Rock", + "block.box3.dark_yellow_grass": "Dark Yellow Grass", + "block.box3.dark_yellow_grass_all": "Dark Yellow Grass All", + "block.box3.dirt": "Dirt", + "block.box3.divide": "Divide", + "block.box3.dollar": "Dollar", + "block.box3.e": "E", + "block.box3.eight": "Eight", + "block.box3.equal": "Equal", + "block.box3.exclamation_mark": "Exclamation Mark", + "block.box3.express_box": "Express Box", + "block.box3.f": "F", + "block.box3.fan": "Fan", + "block.box3.firecracker": "Firecracker", + "block.box3.five": "Five", + "block.box3.four": "Four", + "block.box3.fu": "Fu", + "block.box3.g": "G", + "block.box3.geometric_window_01": "Geometric Window 01", + "block.box3.geometric_window_02": "Geometric Window 02", + "block.box3.glass": "Glass", + "block.box3.gold_trim_brick": "Gold Trim Brick", + "block.box3.grass": "Grass", + "block.box3.grass_all": "Grass All", + "block.box3.grass_rock": "Grass Rock", + "block.box3.grass_sand": "Grass Sand", + "block.box3.greater_than": "Greater Than", + "block.box3.green_decorative_light": "Green Decorative Light", + "block.box3.green_glass": "Green Glass", + "block.box3.green_leaf": "Green Leaf", + "block.box3.green_light": "Green Light", + "block.box3.greenbelt_l": "Greenbelt L", + "block.box3.greenbelt_l1": "Greenbelt l1", + "block.box3.grey_stone_brick": "Grey Stone Brick", + "block.box3.h": "H", + "block.box3.honeycomb_01": "Honeycomb 01", + "block.box3.honeycomb_02": "Honeycomb 02", + "block.box3.i": "I", + "block.box3.ice": "Ice", + "block.box3.ice_brick": "Ice Brick", + "block.box3.ice_wall": "Ice Wall", + "block.box3.indigo_light": "Indigo Light", + "block.box3.j": "J", + "block.box3.k": "K", + "block.box3.l": "L", + "block.box3.lab_lamp_01": "Lab Lamp 01", + "block.box3.lab_lamp_02": "Lab Lamp 02", + "block.box3.lab_lamp_03": "Lab Lamp 03", + "block.box3.lab_material_01": "Lab Material 01", + "block.box3.lab_material_02": "Lab Material 02", + "block.box3.lab_material_03": "Lab Material 03", + "block.box3.lab_material_04": "Lab Material 04", + "block.box3.lab_material_05": "Lab Material 05", + "block.box3.lab_material_06": "Lab Material 06", + "block.box3.lab_material_07": "Lab Material 07", + "block.box3.lab_material_08": "Lab Material 08", + "block.box3.lab_material_09": "Lab Material 09", + "block.box3.lab_material_10": "Lab Material 10", + "block.box3.lab_material_11": "Lab Material 11", + "block.box3.lab_material_12": "Lab Material 12", + "block.box3.lab_material_13": "Lab Material 13", + "block.box3.lab_material_14": "Lab Material 14", + "block.box3.lab_material_15": "Lab Material 15", + "block.box3.lab_screen": "Lab Screen", + "block.box3.lab_wire": "Lab Wire", + "block.box3.lantern_01": "Lantern 01", + "block.box3.lantern_02": "Lantern 02", + "block.box3.lava01": "lava01", + "block.box3.lava02": "lava02", + "block.box3.leaf_01": "Leaf 01", + "block.box3.leaf_02": "Leaf 02", + "block.box3.leaf_03": "Leaf 03", + "block.box3.leaf_04": "Leaf 04", + "block.box3.leaf_05": "Leaf 05", + "block.box3.leaf_06": "Leaf 06", + "block.box3.ledfloor01": "ledfloor01", + "block.box3.ledfloor02": "ledfloor02", + "block.box3.lemon": "Lemon", + "block.box3.less_than": "Less Than", + "block.box3.light_blue_grass": "Light Blue Grass", + "block.box3.light_blue_grass_all": "Light Blue Grass All", + "block.box3.light_dirt": "Light Dirt", + "block.box3.light_gray": "Light Gray", + "block.box3.light_grey_stone_brick": "Light Grey Stone Brick", + "block.box3.light_purple_grass_": "Light Purple Grass", + "block.box3.light_purple_grass_all": "Light Purple Grass All", + "block.box3.light_sand": "Light Sand", + "block.box3.light_volcanic_rock": "Light Volcanic Rock", + "block.box3.m": "M", + "block.box3.macaroon": "Macaroon", + "block.box3.maroon": "Maroon", + "block.box3.medium_gray": "Medium Gray", + "block.box3.medium_green": "Medium Green", + "block.box3.medium_orchid": "Medium Orchid", + "block.box3.medium_purple": "Medium Purple", + "block.box3.medium_spring_green": "Medium Spring Green", + "block.box3.medium_violet_red": "Medium Violet Red", + "block.box3.medium_yellow": "Medium Yellow", + "block.box3.mint_green": "Mint Green", + "block.box3.mint_green_light": "Mint Green Light", + "block.box3.multiply": "Multiply", + "block.box3.n": "N", + "block.box3.navajo_white": "Navajo White", + "block.box3.nine": "Nine", + "block.box3.o": "O", + "block.box3.olive_green": "Olive Green", + "block.box3.one": "One", + "block.box3.orange": "Orange", + "block.box3.orange_grass": "Orange Grass", + "block.box3.orange_grass_all": "Orange Grass All", + "block.box3.orange_light": "Orange Light", + "block.box3.orange_red": "Orange Red", + "block.box3.p": "P", + "block.box3.palace_carving": "Palace Carving", + "block.box3.palace_cloud": "Palace Cloud", + "block.box3.palace_eaves_01": "Palace Eaves 01", + "block.box3.palace_eaves_02": "Palace Eaves 02", + "block.box3.palace_eaves_03": "Palace Eaves 03", + "block.box3.palace_eaves_04": "Palace Eaves 04", + "block.box3.palace_eaves_05": "Palace Eaves 05", + "block.box3.palace_eaves_06": "Palace Eaves 06", + "block.box3.palace_eaves_07": "Palace Eaves 07", + "block.box3.palace_eaves_08": "Palace Eaves 08", + "block.box3.palace_floor": "Palace Floor", + "block.box3.palace_lamp": "Palace Lamp", + "block.box3.palace_roof": "Palace Roof", + "block.box3.palace_window": "Palace Window", + "block.box3.pale_green": "Pale Green", + "block.box3.palm": "Palm", + "block.box3.paren_close": "Paren Close", + "block.box3.paren_open": "Paren Open", + "block.box3.percent": "Percent", + "block.box3.period": "Period", + "block.box3.peru": "Peru", + "block.box3.pink": "Pink", + "block.box3.pink_cake": "Pink Cake", + "block.box3.pink_grass": "Pink Grass", + "block.box3.pink_grass_all": "Pink Grass All", + "block.box3.pink_light": "Pink Light", + "block.box3.plank_01": "Plank 01", + "block.box3.plank_02": "Plank 02", + "block.box3.plank_03": "Plank 03", + "block.box3.plank_04": "Plank 04", + "block.box3.plank_05": "Plank 05", + "block.box3.plank_06": "Plank 06", + "block.box3.plank_07": "Plank 07", + "block.box3.polar_ice": "Polar Ice", + "block.box3.polar_region": "Polar Region", + "block.box3.pound": "Pound", + "block.box3.powder_blue": "Powder Blue", + "block.box3.pumpkin": "Pumpkin", + "block.box3.pumpkin_lantern": "Pumpkin Lantern", + "block.box3.purple": "Purple", + "block.box3.purple_grass": "Purple Grass", + "block.box3.purple_grass_all": "Purple Grass All", + "block.box3.purple_surface_01": "Purple Surface 01", + "block.box3.purple_surface_02": "Purple Surface 02", + "block.box3.q": "Q", + "block.box3.quartz_brick": "Quartz Brick", + "block.box3.question_mark": "Question Mark", + "block.box3.quotation_mark": "Quotation Mark", + "block.box3.r": "R", + "block.box3.rainbow_cube": "Rainbow Cube", + "block.box3.red": "Red", + "block.box3.red_brick": "Red Brick", + "block.box3.red_brick_floor": "Red Brick Floor", + "block.box3.red_brick_wall": "Red Brick Wall", + "block.box3.red_decorative_light": "Red Decorative Light", + "block.box3.red_gift": "Red Gift", + "block.box3.red_glass": "Red Glass", + "block.box3.red_light": "Red Light", + "block.box3.rock": "Rock", + "block.box3.roof_blue_04": "Roof Blue 04", + "block.box3.roof_green": "Roof Green", + "block.box3.roof_grey": "Roof Grey", + "block.box3.roof_purple": "Roof Purple", + "block.box3.roof_red": "Roof Red", + "block.box3.roof_yellow": "Roof Yellow", + "block.box3.s": "S", + "block.box3.sakura_pink": "Sakura Pink", + "block.box3.sand": "Sand", + "block.box3.sand_stones": "Sand Stones", + "block.box3.semicolon": "Semicolon", + "block.box3.seven": "Seven", + "block.box3.sienna": "Sienna", + "block.box3.six": "Six", + "block.box3.sky_blue": "Sky Blue", + "block.box3.slash": "Slash", + "block.box3.snow": "Snow", + "block.box3.snow_grass": "Snow Grass", + "block.box3.snow_land": "Snow Land", + "block.box3.snowflake_lamp": "Snowflake Lamp", + "block.box3.snowland": "Snowland", + "block.box3.snowman_body": "Snowman Body", + "block.box3.snowman_head": "Snowman Head", + "block.box3.special_grass_01": "Special Grass 01", + "block.box3.special_grass_02": "Special Grass 02", + "block.box3.special_grass_03": "Special Grass 03", + "block.box3.special_grass_04": "Special Grass 04", + "block.box3.special_grass_05": "Special Grass 05", + "block.box3.special_grass_06": "Special Grass 06", + "block.box3.special_grass_07": "Special Grass 07", + "block.box3.special_grass_08": "Special Grass 08", + "block.box3.special_grass_09": "Special Grass 09", + "block.box3.special_grass_10": "Special Grass 10", + "block.box3.special_grass_11": "Special Grass 11", + "block.box3.special_grass_12": "Special Grass 12", + "block.box3.special_grass_13": "Special Grass 13", + "block.box3.special_grass_14": "Special Grass 14", + "block.box3.special_grass_15": "Special Grass 15", + "block.box3.special_grass_16": "Special Grass 16", + "block.box3.special_land_01": "Special Land 01", + "block.box3.special_sand_01": "Special Sand 01", + "block.box3.special_sand_02": "Special Sand 02", + "block.box3.special_sand_03": "Special Sand 03", + "block.box3.special_sand_04": "Special Sand 04", + "block.box3.special_sand_05": "Special Sand 05", + "block.box3.spiderweb": "Spiderweb", + "block.box3.stained_glass": "Stained Glass", + "block.box3.stainless_steel": "Stainless Steel", + "block.box3.star_lamp": "Star Lamp", + "block.box3.stone": "Stone", + "block.box3.stone_brick_01": "Stone Brick 01", + "block.box3.stone_brick_02": "Stone Brick 02", + "block.box3.stone_pillar_03": "Stone Pillar 03", + "block.box3.stone_pillar_04": "Stone Pillar 04", + "block.box3.stone_pillar_05": "Stone Pillar 05", + "block.box3.stone_pillar_06": "Stone Pillar 06", + "block.box3.stone_wall": "Stone Wall", + "block.box3.stone_wall_01": "Stone Wall 01", + "block.box3.stripe_01": "Stripe 01", + "block.box3.stripe_02": "Stripe 02", + "block.box3.stripe_03": "Stripe 03", + "block.box3.stripe_04": "Stripe 04", + "block.box3.stripe_05": "Stripe 05", + "block.box3.subtract": "Subtract", + "block.box3.t": "T", + "block.box3.television": "Television", + "block.box3.three": "Three", + "block.box3.tilde": "Tilde", + "block.box3.toolbox": "Toolbox", + "block.box3.traditional_window": "Traditional Window", + "block.box3.treasure_chest": "Treasure Chest", + "block.box3.turquoise": "Turquoise", + "block.box3.two": "Two", + "block.box3.u": "U", + "block.box3.v": "V", + "block.box3.w": "W", + "block.box3.warm_yellow_light": "Warm Yellow Light", + "block.box3.white": "White", + "block.box3.white_grass": "White Grass", + "block.box3.white_light": "White Light", + "block.box3.window": "Window", + "block.box3.windygrass": "Windygrass", + "block.box3.winter_leaf": "Winter Leaf", + "block.box3.withered_grass": "Withered Grass", + "block.box3.withered_grass_land": "Withered Grass Land", + "block.box3.wood": "Wood", + "block.box3.wooden_box": "Wooden Box", + "block.box3.woodstone_12": "Woodstone 12", + "block.box3.x": "X", + "block.box3.y": "Y", + "block.box3.yellow_decorative_light": "Yellow Decorative Light", + "block.box3.yellow_grass": "Yellow Grass", + "block.box3.yellow_green": "Yellow Green", + "block.box3.yellow_light": "Yellow Light", + "block.box3.z": "Z", + "block.box3.zero": "Zero", + "itemGroup.box3.letter": "Box3:Letters", + "itemGroup.box3.number": "Box3:Numbers", + "itemGroup.box3.symbol": "Box3:Symbols", + "itemGroup.box3.color": "Box3:Colors", + "itemGroup.box3.element": "Box3:Elements", + "itemGroup.box3.food": "Box3:Food", + "itemGroup.box3.light": "Box3:Lighting", + "itemGroup.box3.nature": "Box3:Nature", + "itemGroup.box3.structure": "Box3:Structures", + "itemGroup.box3.models": "Box3:Models", + "command.box3.box3import.usage": "Usage: /box3import (reads from config/box3/.json),It will generate a building at your current location. ", + "command.box3.box3import.success": "Imported building from config/box3/%s", + "command.box3.box3import.progress": "Importing %s... %s%%", + "command.box3.box3import.failure": "Import failed: %s", + "command.box3.box3import.config_invalid": "Config file is invalid, please check it exists and has correct format.", + "command.box3.box3import.config_missing": "Config file does not exist: %s", + "command.box3.box3import.config_read_failed": "Failed to read config file: %s", + "command.box3.block_id.missing_file": "Cannot find block-id.json in the mod resources.", + "command.box3.block_id.read_failed": "Failed to read block-id.json.", + "command.box3.block_id.no_mapping_for_id": "No block-id.json mapping found for ID %s.", + "command.box3.block_id.missing_fluid_block": "Missing fluid block for %s, using water instead.", + "command.box3.block_id.missing_registered_block": "Missing registered voxel block: %s.", + "command.box3.box3import.list.empty": "No Terrain files found in %s (excluding %s)", + "command.box3.box3import.list.success": "Available Terrain files in %s: %s", + "command.box3.box3import.list.error": "Failed to list Terrain files in %s: %s", + "command.box3.box3barrier.status": "Barrier visible: %s", + "command.box3.box3barrier.set": "Barrier visibility set to: %s", + "command.box3.box3barrier.toggled": "Barrier visibility toggled to: %s (re-enter the world to fully apply)", + "item.box3.model_destroyer": "Model destruction bucket" +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/lang/zh_cn.json b/Fabric-1.20.1/src/main/resources/assets/box3/lang/zh_cn.json new file mode 100644 index 0000000..2bd3f32 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/lang/zh_cn.json @@ -0,0 +1,403 @@ +{ + "block.box3.a": "A", + "block.box3.acacia": "金合欢", + "block.box3.add": "加", + "block.box3.air_duct": "通风管", + "block.box3.ampersand": "和号", + "block.box3.asterisk": "星号", + "block.box3.at": "艾特", + "block.box3.b": "B", + "block.box3.backslash": "反斜杠", + "block.box3.bamboo": "竹子", + "block.box3.barrier": "屏障", + "block.box3.bat_window": "蝙蝠窗", + "block.box3.bear_footprint": "熊脚印", + "block.box3.biscuit": "饼干", + "block.box3.black": "黑色", + "block.box3.black_glass": "黑色玻璃", + "block.box3.blue": "蓝色", + "block.box3.blue_decorative_light": "蓝色装饰灯", + "block.box3.blue_gift": "蓝色礼物", + "block.box3.blue_glass": "蓝色玻璃", + "block.box3.blue_grass": "蓝色草", + "block.box3.blue_grass_all": "蓝色全草", + "block.box3.blue_light": "蓝色灯", + "block.box3.blue_surface_01": "蓝色表面01", + "block.box3.blue_surface_02": "蓝色表面02", + "block.box3.board0": "木板0", + "block.box3.board1": "木板1", + "block.box3.board10": "木板10", + "block.box3.board11": "木板11", + "block.box3.board12": "木板12", + "block.box3.board13": "木板13", + "block.box3.board14": "木板14", + "block.box3.board15": "木板15", + "block.box3.board2": "木板2", + "block.box3.board3": "木板3", + "block.box3.board4": "木板4", + "block.box3.board5": "木板5", + "block.box3.board6": "木板6", + "block.box3.board7": "木板7", + "block.box3.board8": "木板8", + "block.box3.board9": "木板9", + "block.box3.board_01": "木板01", + "block.box3.board_02": "木板02", + "block.box3.board_03": "木板03", + "block.box3.board_04": "木板04", + "block.box3.board_05": "木板05", + "block.box3.board_06": "木板06", + "block.box3.board_07": "木板07", + "block.box3.bookshelf": "书架", + "block.box3.bounce_pad": "弹跳垫", + "block.box3.bracket_close": "右方括号", + "block.box3.bracket_open": "左方括号", + "block.box3.brick_01": "砖块01", + "block.box3.brick_02": "砖块02", + "block.box3.brick_red": "红砖", + "block.box3.button": "按钮", + "block.box3.c": "C", + "block.box3.cadet_blue": "军蓝", + "block.box3.candy": "糖果", + "block.box3.caret": "脱字符", + "block.box3.carpet_01": "地毯01", + "block.box3.carpet_02": "地毯02", + "block.box3.carpet_03": "地毯03", + "block.box3.carpet_04": "地毯04", + "block.box3.carpet_05": "地毯05", + "block.box3.carpet_06": "地毯06", + "block.box3.carpet_07": "地毯07", + "block.box3.carpet_08": "地毯08", + "block.box3.carpet_09": "地毯09", + "block.box3.carpet_10": "地毯10", + "block.box3.carpet_11": "地毯11", + "block.box3.carpet_12": "地毯12", + "block.box3.carpet_13": "地毯13", + "block.box3.coffee_gray": "咖啡灰", + "block.box3.colon": "冒号", + "block.box3.color_glass": "彩色玻璃", + "block.box3.comma": "逗号", + "block.box3.conveyor": "传送带", + "block.box3.crane_lantern": "起重机灯笼", + "block.box3.crane_roof_01": "起重机屋顶01", + "block.box3.crane_roof_02": "起重机屋顶02", + "block.box3.cross_window": "十字窗", + "block.box3.d": "D", + "block.box3.dark_blue_grass": "深蓝草", + "block.box3.dark_blue_grass_all": "深蓝全草", + "block.box3.dark_brick_00": "深砖00", + "block.box3.dark_brick_01": "深砖01", + "block.box3.dark_brick_02": "深砖02", + "block.box3.dark_grass": "深草", + "block.box3.dark_grass_all": "深全草", + "block.box3.dark_grass_rock": "深草岩", + "block.box3.dark_grass_sand": "深草沙", + "block.box3.dark_gray": "深灰", + "block.box3.dark_orchid": "深兰花", + "block.box3.dark_purple_grass": "深紫草", + "block.box3.dark_purple_grass_all": "深紫全草", + "block.box3.dark_red": "深红", + "block.box3.dark_red_grass": "深红草", + "block.box3.dark_red_grass_all": "深红全草", + "block.box3.dark_salmon": "深鲑鱼", + "block.box3.dark_sand": "深沙", + "block.box3.dark_slate_blue": "深板岩蓝", + "block.box3.dark_stone": "深石", + "block.box3.dark_surface": "深表面", + "block.box3.dark_volcanic_rock": "深火山岩", + "block.box3.dark_yellow_grass": "深黄草", + "block.box3.dark_yellow_grass_all": "深黄全草", + "block.box3.dirt": "泥土", + "block.box3.divide": "除", + "block.box3.dollar": "美元", + "block.box3.e": "E", + "block.box3.eight": "八", + "block.box3.equal": "等号", + "block.box3.exclamation_mark": "感叹号", + "block.box3.express_box": "快递箱", + "block.box3.f": "F", + "block.box3.fan": "风扇", + "block.box3.firecracker": "鞭炮", + "block.box3.five": "五", + "block.box3.four": "四", + "block.box3.fu": "福", + "block.box3.g": "G", + "block.box3.geometric_window_01": "几何窗01", + "block.box3.geometric_window_02": "几何窗02", + "block.box3.glass": "玻璃", + "block.box3.gold_trim_brick": "金边砖", + "block.box3.grass": "草", + "block.box3.grass_all": "全草", + "block.box3.grass_rock": "草岩", + "block.box3.grass_sand": "草沙", + "block.box3.greater_than": "大于号", + "block.box3.green_decorative_light": "绿色装饰灯", + "block.box3.green_glass": "绿色玻璃", + "block.box3.green_leaf": "绿叶", + "block.box3.green_light": "绿色灯", + "block.box3.greenbelt_l": "绿化带L", + "block.box3.greenbelt_l1": "绿化带L1", + "block.box3.grey_stone_brick": "灰石砖", + "block.box3.h": "H", + "block.box3.honeycomb_01": "蜂巢01", + "block.box3.honeycomb_02": "蜂巢02", + "block.box3.i": "I", + "block.box3.ice": "冰", + "block.box3.ice_brick": "冰砖", + "block.box3.ice_wall": "冰墙", + "block.box3.indigo_light": "靛蓝灯", + "block.box3.j": "J", + "block.box3.k": "K", + "block.box3.l": "L", + "block.box3.lab_lamp_01": "实验室灯01", + "block.box3.lab_lamp_02": "实验室灯02", + "block.box3.lab_lamp_03": "实验室灯03", + "block.box3.lab_material_01": "实验室材料01", + "block.box3.lab_material_02": "实验室材料02", + "block.box3.lab_material_03": "实验室材料03", + "block.box3.lab_material_04": "实验室材料04", + "block.box3.lab_material_05": "实验室材料05", + "block.box3.lab_material_06": "实验室材料06", + "block.box3.lab_material_07": "实验室材料07", + "block.box3.lab_material_08": "实验室材料08", + "block.box3.lab_material_09": "实验室材料09", + "block.box3.lab_material_10": "实验室材料10", + "block.box3.lab_material_11": "实验室材料11", + "block.box3.lab_material_12": "实验室材料12", + "block.box3.lab_material_13": "实验室材料13", + "block.box3.lab_material_14": "实验室材料14", + "block.box3.lab_material_15": "实验室材料15", + "block.box3.lab_screen": "实验室屏幕", + "block.box3.lab_wire": "实验室电线", + "block.box3.lantern_01": "灯笼01", + "block.box3.lantern_02": "灯笼02", + "block.box3.lava01": "熔岩01", + "block.box3.lava02": "熔岩02", + "block.box3.leaf_01": "叶子01", + "block.box3.leaf_02": "叶子02", + "block.box3.leaf_03": "叶子03", + "block.box3.leaf_04": "叶子04", + "block.box3.leaf_05": "叶子05", + "block.box3.leaf_06": "叶子06", + "block.box3.ledfloor01": "LED地板01", + "block.box3.ledfloor02": "LED地板02", + "block.box3.lemon": "柠檬", + "block.box3.less_than": "小于号", + "block.box3.light_blue_grass": "浅蓝草", + "block.box3.light_blue_grass_all": "浅蓝全草", + "block.box3.light_dirt": "浅土", + "block.box3.light_gray": "浅灰", + "block.box3.light_grey_stone_brick": "浅灰石砖", + "block.box3.light_purple_grass_": "浅紫草", + "block.box3.light_purple_grass_all": "浅紫全草", + "block.box3.light_sand": "浅沙", + "block.box3.light_volcanic_rock": "浅火山岩", + "block.box3.m": "M", + "block.box3.macaroon": "马卡龙", + "block.box3.maroon": "栗色", + "block.box3.medium_gray": "中灰", + "block.box3.medium_green": "中绿", + "block.box3.medium_orchid": "中兰花", + "block.box3.medium_purple": "中紫", + "block.box3.medium_spring_green": "中春绿", + "block.box3.medium_violet_red": "中紫红", + "block.box3.medium_yellow": "中黄", + "block.box3.mint_green": "薄荷绿", + "block.box3.mint_green_light": "薄荷绿灯", + "block.box3.multiply": "乘", + "block.box3.n": "N", + "block.box3.navajo_white": "纳瓦霍白", + "block.box3.nine": "九", + "block.box3.o": "O", + "block.box3.olive_green": "橄榄绿", + "block.box3.one": "一", + "block.box3.orange": "橙色", + "block.box3.orange_grass": "橙草", + "block.box3.orange_grass_all": "橙全草", + "block.box3.orange_light": "橙色灯", + "block.box3.orange_red": "橙红", + "block.box3.p": "P", + "block.box3.palace_carving": "宫殿雕刻", + "block.box3.palace_cloud": "宫殿云", + "block.box3.palace_eaves_01": "宫殿屋檐01", + "block.box3.palace_eaves_02": "宫殿屋檐02", + "block.box3.palace_eaves_03": "宫殿屋檐03", + "block.box3.palace_eaves_04": "宫殿屋檐04", + "block.box3.palace_eaves_05": "宫殿屋檐05", + "block.box3.palace_eaves_06": "宫殿屋檐06", + "block.box3.palace_eaves_07": "宫殿屋檐07", + "block.box3.palace_eaves_08": "宫殿屋檐08", + "block.box3.palace_floor": "宫殿地板", + "block.box3.palace_lamp": "宫殿灯", + "block.box3.palace_roof": "宫殿屋顶", + "block.box3.palace_window": "宫殿窗", + "block.box3.pale_green": "淡绿", + "block.box3.palm": "棕榈", + "block.box3.paren_close": "右圆括号", + "block.box3.paren_open": "左圆括号", + "block.box3.percent": "百分号", + "block.box3.period": "句号", + "block.box3.peru": "秘鲁色", + "block.box3.pink": "粉色", + "block.box3.pink_cake": "粉色蛋糕", + "block.box3.pink_grass": "粉草", + "block.box3.pink_grass_all": "粉全草", + "block.box3.pink_light": "粉色灯", + "block.box3.plank_01": "木板01", + "block.box3.plank_02": "木板02", + "block.box3.plank_03": "木板03", + "block.box3.plank_04": "木板04", + "block.box3.plank_05": "木板05", + "block.box3.plank_06": "木板06", + "block.box3.plank_07": "木板07", + "block.box3.polar_ice": "极地冰", + "block.box3.polar_region": "极地区域", + "block.box3.pound": "井号", + "block.box3.powder_blue": "粉蓝", + "block.box3.pumpkin": "南瓜", + "block.box3.pumpkin_lantern": "南瓜灯", + "block.box3.purple": "紫色", + "block.box3.purple_grass": "紫草", + "block.box3.purple_grass_all": "紫全草", + "block.box3.purple_surface_01": "紫色表面01", + "block.box3.purple_surface_02": "紫色表面02", + "block.box3.q": "Q", + "block.box3.quartz_brick": "石英砖", + "block.box3.question_mark": "问号", + "block.box3.quotation_mark": "引号", + "block.box3.r": "R", + "block.box3.rainbow_cube": "彩虹方块", + "block.box3.red": "红色", + "block.box3.red_brick": "红砖", + "block.box3.red_brick_floor": "红砖地板", + "block.box3.red_brick_wall": "红砖墙", + "block.box3.red_decorative_light": "红色装饰灯", + "block.box3.red_gift": "红色礼物", + "block.box3.red_glass": "红色玻璃", + "block.box3.red_light": "红色灯", + "block.box3.rock": "岩石", + "block.box3.roof_blue_04": "蓝色屋顶04", + "block.box3.roof_green": "绿色屋顶", + "block.box3.roof_grey": "灰色屋顶", + "block.box3.roof_purple": "紫色屋顶", + "block.box3.roof_red": "红色屋顶", + "block.box3.roof_yellow": "黄色屋顶", + "block.box3.s": "S", + "block.box3.sakura_pink": "樱花粉", + "block.box3.sand": "沙子", + "block.box3.sand_stones": "沙石", + "block.box3.semicolon": "分号", + "block.box3.seven": "七", + "block.box3.sienna": "赭石", + "block.box3.six": "六", + "block.box3.sky_blue": "天蓝", + "block.box3.slash": "斜杠", + "block.box3.snow": "雪", + "block.box3.snow_grass": "雪草", + "block.box3.snow_land": "雪地", + "block.box3.snowflake_lamp": "雪花灯", + "block.box3.snowland": "雪境", + "block.box3.snowman_body": "雪人身体", + "block.box3.snowman_head": "雪人头", + "block.box3.special_grass_01": "特殊草01", + "block.box3.special_grass_02": "特殊草02", + "block.box3.special_grass_03": "特殊草03", + "block.box3.special_grass_04": "特殊草04", + "block.box3.special_grass_05": "特殊草05", + "block.box3.special_grass_06": "特殊草06", + "block.box3.special_grass_07": "特殊草07", + "block.box3.special_grass_08": "特殊草08", + "block.box3.special_grass_09": "特殊草09", + "block.box3.special_grass_10": "特殊草10", + "block.box3.special_grass_11": "特殊草11", + "block.box3.special_grass_12": "特殊草12", + "block.box3.special_grass_13": "特殊草13", + "block.box3.special_grass_14": "特殊草14", + "block.box3.special_grass_15": "特殊草15", + "block.box3.special_grass_16": "特殊草16", + "block.box3.special_land_01": "特殊陆地01", + "block.box3.special_sand_01": "特殊沙01", + "block.box3.special_sand_02": "特殊沙02", + "block.box3.special_sand_03": "特殊沙03", + "block.box3.special_sand_04": "特殊沙04", + "block.box3.special_sand_05": "特殊沙05", + "block.box3.spiderweb": "蜘蛛网", + "block.box3.stained_glass": "染色玻璃", + "block.box3.stainless_steel": "不锈钢", + "block.box3.star_lamp": "星星灯", + "block.box3.stone": "石头", + "block.box3.stone_brick_01": "石砖01", + "block.box3.stone_brick_02": "石砖02", + "block.box3.stone_pillar_03": "石柱03", + "block.box3.stone_pillar_04": "石柱04", + "block.box3.stone_pillar_05": "石柱05", + "block.box3.stone_pillar_06": "石柱06", + "block.box3.stone_wall": "石墙", + "block.box3.stone_wall_01": "石墙01", + "block.box3.stripe_01": "条纹01", + "block.box3.stripe_02": "条纹02", + "block.box3.stripe_03": "条纹03", + "block.box3.stripe_04": "条纹04", + "block.box3.stripe_05": "条纹05", + "block.box3.subtract": "减", + "block.box3.t": "T", + "block.box3.television": "电视", + "block.box3.three": "三", + "block.box3.tilde": "波浪号", + "block.box3.toolbox": "工具箱", + "block.box3.traditional_window": "传统窗", + "block.box3.treasure_chest": "宝箱", + "block.box3.turquoise": "绿松石", + "block.box3.two": "二", + "block.box3.u": "U", + "block.box3.v": "V", + "block.box3.w": "W", + "block.box3.warm_yellow_light": "暖黄灯", + "block.box3.white": "白色", + "block.box3.white_grass": "白草", + "block.box3.white_light": "白灯", + "block.box3.window": "窗户", + "block.box3.windygrass": "风草", + "block.box3.winter_leaf": "冬叶", + "block.box3.withered_grass": "枯草", + "block.box3.withered_grass_land": "枯草地", + "block.box3.wood": "木头", + "block.box3.wooden_box": "木箱", + "block.box3.woodstone_12": "木石12", + "block.box3.x": "X", + "block.box3.y": "Y", + "block.box3.yellow_decorative_light": "黄色装饰灯", + "block.box3.yellow_grass": "黄草", + "block.box3.yellow_green": "黄绿", + "block.box3.yellow_light": "黄灯", + "block.box3.z": "Z", + "block.box3.zero": "零", + "itemGroup.box3.letter": "Box3:字母", + "itemGroup.box3.number": "Box3:数字", + "itemGroup.box3.symbol": "Box3:符号", + "itemGroup.box3.color": "Box3:颜色", + "itemGroup.box3.element": "Box3:元素", + "itemGroup.box3.food": "Box3:食物", + "itemGroup.box3.light": "Box3:灯光", + "itemGroup.box3.nature": "Box3:自然", + "itemGroup.box3.structure": "Box3:建筑", + "itemGroup.box3.models": "Box3:模型", + "command.box3.box3import.usage": "用法:/box3import <文件名>(从 config/box3/<文件名>.json 读取),会在你的当前位置生成建筑", + "command.box3.box3import.success": "已从 %s 导入建筑", + "command.box3.box3import.progress": "正在导入 %s... %s%%", + "command.box3.box3import.failure": "导入失败:%s", + "command.box3.box3import.config_invalid": "配置文件读取失败,请检查文件是否存在且格式正确。", + "command.box3.box3import.config_missing": "配置文件不存在:%s", + "command.box3.box3import.config_read_failed": "读取配置失败:%s", + "command.box3.block_id.missing_file": "无法找到 block-id.json 文件。", + "command.box3.block_id.read_failed": "读取 block-id.json 失败。", + "command.box3.block_id.no_mapping_for_id": "未找到 ID %s 对应的方块映射。", + "command.box3.block_id.missing_fluid_block": "未找到流体方块:%s,使用水方块代替。", + "command.box3.block_id.missing_registered_block": "未找到注册的方块:%s。", + "command.box3.box3import.list.empty": "在 %s 中没有找到可用的地形文件(不包括 %s)", + "command.box3.box3import.list.success": "%s 中可用的地形文件:%s", + "command.box3.box3import.list.error": "列出 %s 中的地形文件失败:%s", + "command.box3.box3barrier.status": "屏障可见状态:%s", + "command.box3.box3barrier.set": "屏障可见状态已设置为:%s", + "command.box3.box3barrier.toggled": "屏障可见状态已切换为:%s(重新进入世界以完全生效)", + "item.box3.model_destroyer": "模型销毁桶" +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/a.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/a.json new file mode 100644 index 0000000..38bb2d0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/a.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/a_top", + "down": "box3:block/a_bottom", + "north": "box3:block/a_front", + "south": "box3:block/a_back", + "west": "box3:block/a_left", + "east": "box3:block/a_right", + "particle": "box3:block/a_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/acacia.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/acacia.json new file mode 100644 index 0000000..9eddeff --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/acacia.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/acacia_top", + "down": "box3:block/acacia_bottom", + "north": "box3:block/acacia_front", + "south": "box3:block/acacia_back", + "west": "box3:block/acacia_left", + "east": "box3:block/acacia_right", + "particle": "box3:block/acacia_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/add.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/add.json new file mode 100644 index 0000000..a52327c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/add.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/add_top", + "down": "box3:block/add_bottom", + "north": "box3:block/add_front", + "south": "box3:block/add_back", + "west": "box3:block/add_left", + "east": "box3:block/add_right", + "particle": "box3:block/add_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/air_duct.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/air_duct.json new file mode 100644 index 0000000..0889204 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/air_duct.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/air_duct_top", + "down": "box3:block/air_duct_bottom", + "north": "box3:block/air_duct_front", + "south": "box3:block/air_duct_back", + "west": "box3:block/air_duct_left", + "east": "box3:block/air_duct_right", + "particle": "box3:block/air_duct_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ampersand.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ampersand.json new file mode 100644 index 0000000..17088a5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ampersand.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/ampersand_top", + "down": "box3:block/ampersand_bottom", + "north": "box3:block/ampersand_front", + "south": "box3:block/ampersand_back", + "west": "box3:block/ampersand_left", + "east": "box3:block/ampersand_right", + "particle": "box3:block/ampersand_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/asterisk.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/asterisk.json new file mode 100644 index 0000000..f428a12 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/asterisk.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/asterisk_top", + "down": "box3:block/asterisk_bottom", + "north": "box3:block/asterisk_front", + "south": "box3:block/asterisk_back", + "west": "box3:block/asterisk_left", + "east": "box3:block/asterisk_right", + "particle": "box3:block/asterisk_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/at.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/at.json new file mode 100644 index 0000000..724de46 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/at.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/at_top", + "down": "box3:block/at_bottom", + "north": "box3:block/at_front", + "south": "box3:block/at_back", + "west": "box3:block/at_left", + "east": "box3:block/at_right", + "particle": "box3:block/at_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/b.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/b.json new file mode 100644 index 0000000..9d8d308 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/b.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/b_top", + "down": "box3:block/b_bottom", + "north": "box3:block/b_front", + "south": "box3:block/b_back", + "west": "box3:block/b_left", + "east": "box3:block/b_right", + "particle": "box3:block/b_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/backslash.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/backslash.json new file mode 100644 index 0000000..cb435da --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/backslash.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/backslash_top", + "down": "box3:block/backslash_bottom", + "north": "box3:block/backslash_front", + "south": "box3:block/backslash_back", + "west": "box3:block/backslash_left", + "east": "box3:block/backslash_right", + "particle": "box3:block/backslash_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bamboo.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bamboo.json new file mode 100644 index 0000000..bd9198c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bamboo.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/bamboo_top", + "down": "box3:block/bamboo_bottom", + "north": "box3:block/bamboo_front", + "south": "box3:block/bamboo_back", + "west": "box3:block/bamboo_left", + "east": "box3:block/bamboo_right", + "particle": "box3:block/bamboo_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/barrier.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/barrier.json new file mode 100644 index 0000000..4417b97 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/barrier.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/barrier_top", + "down": "box3:block/barrier_bottom", + "north": "box3:block/barrier_front", + "south": "box3:block/barrier_back", + "west": "box3:block/barrier_left", + "east": "box3:block/barrier_right", + "particle": "box3:block/barrier_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bat_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bat_window.json new file mode 100644 index 0000000..ad4f19a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bat_window.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/bat_window_top", + "down": "box3:block/bat_window_bottom", + "north": "box3:block/bat_window_front", + "south": "box3:block/bat_window_back", + "west": "box3:block/bat_window_left", + "east": "box3:block/bat_window_right", + "particle": "box3:block/bat_window_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bear_footprint.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bear_footprint.json new file mode 100644 index 0000000..869c667 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bear_footprint.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/bear_footprint_top", + "down": "box3:block/bear_footprint_bottom", + "north": "box3:block/bear_footprint_front", + "south": "box3:block/bear_footprint_back", + "west": "box3:block/bear_footprint_left", + "east": "box3:block/bear_footprint_right", + "particle": "box3:block/bear_footprint_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/biscuit.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/biscuit.json new file mode 100644 index 0000000..cd506e1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/biscuit.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/biscuit_top", + "down": "box3:block/biscuit_bottom", + "north": "box3:block/biscuit_front", + "south": "box3:block/biscuit_back", + "west": "box3:block/biscuit_left", + "east": "box3:block/biscuit_right", + "particle": "box3:block/biscuit_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/black.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/black.json new file mode 100644 index 0000000..617231e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/black.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/black_top", + "down": "box3:block/black_bottom", + "north": "box3:block/black_front", + "south": "box3:block/black_back", + "west": "box3:block/black_left", + "east": "box3:block/black_right", + "particle": "box3:block/black_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/black_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/black_glass.json new file mode 100644 index 0000000..2d069b8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/black_glass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/black_glass_top", + "down": "box3:block/black_glass_bottom", + "north": "box3:block/black_glass_front", + "south": "box3:block/black_glass_back", + "west": "box3:block/black_glass_left", + "east": "box3:block/black_glass_right", + "particle": "box3:block/black_glass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue.json new file mode 100644 index 0000000..ed112c1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/blue_top", + "down": "box3:block/blue_bottom", + "north": "box3:block/blue_front", + "south": "box3:block/blue_back", + "west": "box3:block/blue_left", + "east": "box3:block/blue_right", + "particle": "box3:block/blue_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_decorative_light.json new file mode 100644 index 0000000..498c0f3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_decorative_light.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/blue_decorative_light_top", + "down": "box3:block/blue_decorative_light_bottom", + "north": "box3:block/blue_decorative_light_front", + "south": "box3:block/blue_decorative_light_back", + "west": "box3:block/blue_decorative_light_left", + "east": "box3:block/blue_decorative_light_right", + "particle": "box3:block/blue_decorative_light_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_gift.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_gift.json new file mode 100644 index 0000000..48967ff --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_gift.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/blue_gift_top", + "down": "box3:block/blue_gift_bottom", + "north": "box3:block/blue_gift_front", + "south": "box3:block/blue_gift_back", + "west": "box3:block/blue_gift_left", + "east": "box3:block/blue_gift_right", + "particle": "box3:block/blue_gift_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_glass.json new file mode 100644 index 0000000..4bd1e4b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_glass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/blue_glass_top", + "down": "box3:block/blue_glass_bottom", + "north": "box3:block/blue_glass_front", + "south": "box3:block/blue_glass_back", + "west": "box3:block/blue_glass_left", + "east": "box3:block/blue_glass_right", + "particle": "box3:block/blue_glass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_grass.json new file mode 100644 index 0000000..6867530 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_grass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/blue_grass_top", + "down": "box3:block/blue_grass_bottom", + "north": "box3:block/blue_grass_front", + "south": "box3:block/blue_grass_back", + "west": "box3:block/blue_grass_left", + "east": "box3:block/blue_grass_right", + "particle": "box3:block/blue_grass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_grass_all.json new file mode 100644 index 0000000..e3d5c46 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_grass_all.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/blue_grass_all_top", + "down": "box3:block/blue_grass_all_bottom", + "north": "box3:block/blue_grass_all_front", + "south": "box3:block/blue_grass_all_back", + "west": "box3:block/blue_grass_all_left", + "east": "box3:block/blue_grass_all_right", + "particle": "box3:block/blue_grass_all_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_light.json new file mode 100644 index 0000000..fc365e0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_light.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/blue_light_top", + "down": "box3:block/blue_light_bottom", + "north": "box3:block/blue_light_front", + "south": "box3:block/blue_light_back", + "west": "box3:block/blue_light_left", + "east": "box3:block/blue_light_right", + "particle": "box3:block/blue_light_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_surface_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_surface_01.json new file mode 100644 index 0000000..c70c4c1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_surface_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/blue_surface_01_top", + "down": "box3:block/blue_surface_01_bottom", + "north": "box3:block/blue_surface_01_front", + "south": "box3:block/blue_surface_01_back", + "west": "box3:block/blue_surface_01_left", + "east": "box3:block/blue_surface_01_right", + "particle": "box3:block/blue_surface_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_surface_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_surface_02.json new file mode 100644 index 0000000..5429d79 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/blue_surface_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/blue_surface_02_top", + "down": "box3:block/blue_surface_02_bottom", + "north": "box3:block/blue_surface_02_front", + "south": "box3:block/blue_surface_02_back", + "west": "box3:block/blue_surface_02_left", + "east": "box3:block/blue_surface_02_right", + "particle": "box3:block/blue_surface_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board0.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board0.json new file mode 100644 index 0000000..1b10ef3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board0.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board0_top", + "down": "box3:block/board0_bottom", + "north": "box3:block/board0_front", + "south": "box3:block/board0_back", + "west": "box3:block/board0_left", + "east": "box3:block/board0_right", + "particle": "box3:block/board0_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board1.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board1.json new file mode 100644 index 0000000..d1076b0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board1.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board1_top", + "down": "box3:block/board1_bottom", + "north": "box3:block/board1_front", + "south": "box3:block/board1_back", + "west": "box3:block/board1_left", + "east": "box3:block/board1_right", + "particle": "box3:block/board1_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board10.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board10.json new file mode 100644 index 0000000..42c3f7c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board10.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board10_top", + "down": "box3:block/board10_bottom", + "north": "box3:block/board10_front", + "south": "box3:block/board10_back", + "west": "box3:block/board10_left", + "east": "box3:block/board10_right", + "particle": "box3:block/board10_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board11.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board11.json new file mode 100644 index 0000000..c69b64c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board11.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board11_top", + "down": "box3:block/board11_bottom", + "north": "box3:block/board11_front", + "south": "box3:block/board11_back", + "west": "box3:block/board11_left", + "east": "box3:block/board11_right", + "particle": "box3:block/board11_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board12.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board12.json new file mode 100644 index 0000000..9829e76 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board12.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board12_top", + "down": "box3:block/board12_bottom", + "north": "box3:block/board12_front", + "south": "box3:block/board12_back", + "west": "box3:block/board12_left", + "east": "box3:block/board12_right", + "particle": "box3:block/board12_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board13.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board13.json new file mode 100644 index 0000000..febd425 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board13.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board13_top", + "down": "box3:block/board13_bottom", + "north": "box3:block/board13_front", + "south": "box3:block/board13_back", + "west": "box3:block/board13_left", + "east": "box3:block/board13_right", + "particle": "box3:block/board13_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board14.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board14.json new file mode 100644 index 0000000..682700d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board14.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board14_top", + "down": "box3:block/board14_bottom", + "north": "box3:block/board14_front", + "south": "box3:block/board14_back", + "west": "box3:block/board14_left", + "east": "box3:block/board14_right", + "particle": "box3:block/board14_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board15.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board15.json new file mode 100644 index 0000000..23a7900 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board15.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board15_top", + "down": "box3:block/board15_bottom", + "north": "box3:block/board15_front", + "south": "box3:block/board15_back", + "west": "box3:block/board15_left", + "east": "box3:block/board15_right", + "particle": "box3:block/board15_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board2.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board2.json new file mode 100644 index 0000000..d8207c2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board2.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board2_top", + "down": "box3:block/board2_bottom", + "north": "box3:block/board2_front", + "south": "box3:block/board2_back", + "west": "box3:block/board2_left", + "east": "box3:block/board2_right", + "particle": "box3:block/board2_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board3.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board3.json new file mode 100644 index 0000000..db27e87 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board3.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board3_top", + "down": "box3:block/board3_bottom", + "north": "box3:block/board3_front", + "south": "box3:block/board3_back", + "west": "box3:block/board3_left", + "east": "box3:block/board3_right", + "particle": "box3:block/board3_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board4.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board4.json new file mode 100644 index 0000000..3351181 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board4.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board4_top", + "down": "box3:block/board4_bottom", + "north": "box3:block/board4_front", + "south": "box3:block/board4_back", + "west": "box3:block/board4_left", + "east": "box3:block/board4_right", + "particle": "box3:block/board4_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board5.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board5.json new file mode 100644 index 0000000..b6329b2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board5.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board5_top", + "down": "box3:block/board5_bottom", + "north": "box3:block/board5_front", + "south": "box3:block/board5_back", + "west": "box3:block/board5_left", + "east": "box3:block/board5_right", + "particle": "box3:block/board5_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board6.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board6.json new file mode 100644 index 0000000..4f7aefb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board6.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board6_top", + "down": "box3:block/board6_bottom", + "north": "box3:block/board6_front", + "south": "box3:block/board6_back", + "west": "box3:block/board6_left", + "east": "box3:block/board6_right", + "particle": "box3:block/board6_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board7.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board7.json new file mode 100644 index 0000000..f623d84 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board7.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board7_top", + "down": "box3:block/board7_bottom", + "north": "box3:block/board7_front", + "south": "box3:block/board7_back", + "west": "box3:block/board7_left", + "east": "box3:block/board7_right", + "particle": "box3:block/board7_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board8.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board8.json new file mode 100644 index 0000000..371d32f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board8.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board8_top", + "down": "box3:block/board8_bottom", + "north": "box3:block/board8_front", + "south": "box3:block/board8_back", + "west": "box3:block/board8_left", + "east": "box3:block/board8_right", + "particle": "box3:block/board8_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board9.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board9.json new file mode 100644 index 0000000..4054e90 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board9.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board9_top", + "down": "box3:block/board9_bottom", + "north": "box3:block/board9_front", + "south": "box3:block/board9_back", + "west": "box3:block/board9_left", + "east": "box3:block/board9_right", + "particle": "box3:block/board9_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_01.json new file mode 100644 index 0000000..aeb6112 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board_01_top", + "down": "box3:block/board_01_bottom", + "north": "box3:block/board_01_front", + "south": "box3:block/board_01_back", + "west": "box3:block/board_01_left", + "east": "box3:block/board_01_right", + "particle": "box3:block/board_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_02.json new file mode 100644 index 0000000..a1e37fd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board_02_top", + "down": "box3:block/board_02_bottom", + "north": "box3:block/board_02_front", + "south": "box3:block/board_02_back", + "west": "box3:block/board_02_left", + "east": "box3:block/board_02_right", + "particle": "box3:block/board_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_03.json new file mode 100644 index 0000000..00b561c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_03.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board_03_top", + "down": "box3:block/board_03_bottom", + "north": "box3:block/board_03_front", + "south": "box3:block/board_03_back", + "west": "box3:block/board_03_left", + "east": "box3:block/board_03_right", + "particle": "box3:block/board_03_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_04.json new file mode 100644 index 0000000..5c0b7a7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_04.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board_04_top", + "down": "box3:block/board_04_bottom", + "north": "box3:block/board_04_front", + "south": "box3:block/board_04_back", + "west": "box3:block/board_04_left", + "east": "box3:block/board_04_right", + "particle": "box3:block/board_04_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_05.json new file mode 100644 index 0000000..e157220 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_05.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board_05_top", + "down": "box3:block/board_05_bottom", + "north": "box3:block/board_05_front", + "south": "box3:block/board_05_back", + "west": "box3:block/board_05_left", + "east": "box3:block/board_05_right", + "particle": "box3:block/board_05_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_06.json new file mode 100644 index 0000000..b5a1846 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_06.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board_06_top", + "down": "box3:block/board_06_bottom", + "north": "box3:block/board_06_front", + "south": "box3:block/board_06_back", + "west": "box3:block/board_06_left", + "east": "box3:block/board_06_right", + "particle": "box3:block/board_06_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_07.json new file mode 100644 index 0000000..f8c372b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/board_07.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/board_07_top", + "down": "box3:block/board_07_bottom", + "north": "box3:block/board_07_front", + "south": "box3:block/board_07_back", + "west": "box3:block/board_07_left", + "east": "box3:block/board_07_right", + "particle": "box3:block/board_07_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bookshelf.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bookshelf.json new file mode 100644 index 0000000..e185431 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bookshelf.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/bookshelf_top", + "down": "box3:block/bookshelf_bottom", + "north": "box3:block/bookshelf_front", + "south": "box3:block/bookshelf_back", + "west": "box3:block/bookshelf_left", + "east": "box3:block/bookshelf_right", + "particle": "box3:block/bookshelf_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bounce_pad.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bounce_pad.json new file mode 100644 index 0000000..954b575 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bounce_pad.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/bounce_pad_top", + "down": "box3:block/bounce_pad_bottom", + "north": "box3:block/bounce_pad_front", + "south": "box3:block/bounce_pad_back", + "west": "box3:block/bounce_pad_left", + "east": "box3:block/bounce_pad_right", + "particle": "box3:block/bounce_pad_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bracket_close.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bracket_close.json new file mode 100644 index 0000000..5159a63 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bracket_close.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/bracket_close_top", + "down": "box3:block/bracket_close_bottom", + "north": "box3:block/bracket_close_front", + "south": "box3:block/bracket_close_back", + "west": "box3:block/bracket_close_left", + "east": "box3:block/bracket_close_right", + "particle": "box3:block/bracket_close_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bracket_open.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bracket_open.json new file mode 100644 index 0000000..757d1ee --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/bracket_open.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/bracket_open_top", + "down": "box3:block/bracket_open_bottom", + "north": "box3:block/bracket_open_front", + "south": "box3:block/bracket_open_back", + "west": "box3:block/bracket_open_left", + "east": "box3:block/bracket_open_right", + "particle": "box3:block/bracket_open_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/brick_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/brick_01.json new file mode 100644 index 0000000..2eb5258 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/brick_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/brick_01_top", + "down": "box3:block/brick_01_bottom", + "north": "box3:block/brick_01_front", + "south": "box3:block/brick_01_back", + "west": "box3:block/brick_01_left", + "east": "box3:block/brick_01_right", + "particle": "box3:block/brick_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/brick_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/brick_02.json new file mode 100644 index 0000000..ba43717 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/brick_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/brick_02_top", + "down": "box3:block/brick_02_bottom", + "north": "box3:block/brick_02_front", + "south": "box3:block/brick_02_back", + "west": "box3:block/brick_02_left", + "east": "box3:block/brick_02_right", + "particle": "box3:block/brick_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/brick_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/brick_red.json new file mode 100644 index 0000000..8398ab9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/brick_red.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/brick_red_top", + "down": "box3:block/brick_red_bottom", + "north": "box3:block/brick_red_front", + "south": "box3:block/brick_red_back", + "west": "box3:block/brick_red_left", + "east": "box3:block/brick_red_right", + "particle": "box3:block/brick_red_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/button.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/button.json new file mode 100644 index 0000000..a1d6465 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/button.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/button_top", + "down": "box3:block/button_bottom", + "north": "box3:block/button_front", + "south": "box3:block/button_back", + "west": "box3:block/button_left", + "east": "box3:block/button_right", + "particle": "box3:block/button_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/c.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/c.json new file mode 100644 index 0000000..c1ff0e5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/c.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/c_top", + "down": "box3:block/c_bottom", + "north": "box3:block/c_front", + "south": "box3:block/c_back", + "west": "box3:block/c_left", + "east": "box3:block/c_right", + "particle": "box3:block/c_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/cadet_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/cadet_blue.json new file mode 100644 index 0000000..5fb04e3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/cadet_blue.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/cadet_blue_top", + "down": "box3:block/cadet_blue_bottom", + "north": "box3:block/cadet_blue_front", + "south": "box3:block/cadet_blue_back", + "west": "box3:block/cadet_blue_left", + "east": "box3:block/cadet_blue_right", + "particle": "box3:block/cadet_blue_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/candy.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/candy.json new file mode 100644 index 0000000..32140fd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/candy.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/candy_top", + "down": "box3:block/candy_bottom", + "north": "box3:block/candy_front", + "south": "box3:block/candy_back", + "west": "box3:block/candy_left", + "east": "box3:block/candy_right", + "particle": "box3:block/candy_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/caret.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/caret.json new file mode 100644 index 0000000..92f2b18 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/caret.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/caret_top", + "down": "box3:block/caret_bottom", + "north": "box3:block/caret_front", + "south": "box3:block/caret_back", + "west": "box3:block/caret_left", + "east": "box3:block/caret_right", + "particle": "box3:block/caret_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_01.json new file mode 100644 index 0000000..4de8aef --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/carpet_01_top", + "down": "box3:block/carpet_01_bottom", + "north": "box3:block/carpet_01_front", + "south": "box3:block/carpet_01_back", + "west": "box3:block/carpet_01_left", + "east": "box3:block/carpet_01_right", + "particle": "box3:block/carpet_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_02.json new file mode 100644 index 0000000..b648eb6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/carpet_02_top", + "down": "box3:block/carpet_02_bottom", + "north": "box3:block/carpet_02_front", + "south": "box3:block/carpet_02_back", + "west": "box3:block/carpet_02_left", + "east": "box3:block/carpet_02_right", + "particle": "box3:block/carpet_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_03.json new file mode 100644 index 0000000..aaf2b0b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_03.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/carpet_03_top", + "down": "box3:block/carpet_03_bottom", + "north": "box3:block/carpet_03_front", + "south": "box3:block/carpet_03_back", + "west": "box3:block/carpet_03_left", + "east": "box3:block/carpet_03_right", + "particle": "box3:block/carpet_03_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_04.json new file mode 100644 index 0000000..28be61b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_04.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/carpet_04_top", + "down": "box3:block/carpet_04_bottom", + "north": "box3:block/carpet_04_front", + "south": "box3:block/carpet_04_back", + "west": "box3:block/carpet_04_left", + "east": "box3:block/carpet_04_right", + "particle": "box3:block/carpet_04_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_05.json new file mode 100644 index 0000000..dc70056 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_05.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/carpet_05_top", + "down": "box3:block/carpet_05_bottom", + "north": "box3:block/carpet_05_front", + "south": "box3:block/carpet_05_back", + "west": "box3:block/carpet_05_left", + "east": "box3:block/carpet_05_right", + "particle": "box3:block/carpet_05_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_06.json new file mode 100644 index 0000000..eadf9d9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_06.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/carpet_06_top", + "down": "box3:block/carpet_06_bottom", + "north": "box3:block/carpet_06_front", + "south": "box3:block/carpet_06_back", + "west": "box3:block/carpet_06_left", + "east": "box3:block/carpet_06_right", + "particle": "box3:block/carpet_06_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_07.json new file mode 100644 index 0000000..bb93234 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_07.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/carpet_07_top", + "down": "box3:block/carpet_07_bottom", + "north": "box3:block/carpet_07_front", + "south": "box3:block/carpet_07_back", + "west": "box3:block/carpet_07_left", + "east": "box3:block/carpet_07_right", + "particle": "box3:block/carpet_07_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_08.json new file mode 100644 index 0000000..410927d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_08.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/carpet_08_top", + "down": "box3:block/carpet_08_bottom", + "north": "box3:block/carpet_08_front", + "south": "box3:block/carpet_08_back", + "west": "box3:block/carpet_08_left", + "east": "box3:block/carpet_08_right", + "particle": "box3:block/carpet_08_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_09.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_09.json new file mode 100644 index 0000000..6682446 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_09.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/carpet_09_top", + "down": "box3:block/carpet_09_bottom", + "north": "box3:block/carpet_09_front", + "south": "box3:block/carpet_09_back", + "west": "box3:block/carpet_09_left", + "east": "box3:block/carpet_09_right", + "particle": "box3:block/carpet_09_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_10.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_10.json new file mode 100644 index 0000000..1395749 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_10.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/carpet_10_top", + "down": "box3:block/carpet_10_bottom", + "north": "box3:block/carpet_10_front", + "south": "box3:block/carpet_10_back", + "west": "box3:block/carpet_10_left", + "east": "box3:block/carpet_10_right", + "particle": "box3:block/carpet_10_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_11.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_11.json new file mode 100644 index 0000000..8a05c31 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_11.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/carpet_11_top", + "down": "box3:block/carpet_11_bottom", + "north": "box3:block/carpet_11_front", + "south": "box3:block/carpet_11_back", + "west": "box3:block/carpet_11_left", + "east": "box3:block/carpet_11_right", + "particle": "box3:block/carpet_11_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_12.json new file mode 100644 index 0000000..6e5a665 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_12.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/carpet_12_top", + "down": "box3:block/carpet_12_bottom", + "north": "box3:block/carpet_12_front", + "south": "box3:block/carpet_12_back", + "west": "box3:block/carpet_12_left", + "east": "box3:block/carpet_12_right", + "particle": "box3:block/carpet_12_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_13.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_13.json new file mode 100644 index 0000000..b619bb8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/carpet_13.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/carpet_13_top", + "down": "box3:block/carpet_13_bottom", + "north": "box3:block/carpet_13_front", + "south": "box3:block/carpet_13_back", + "west": "box3:block/carpet_13_left", + "east": "box3:block/carpet_13_right", + "particle": "box3:block/carpet_13_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/coffee_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/coffee_gray.json new file mode 100644 index 0000000..b57dbde --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/coffee_gray.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/coffee_gray_top", + "down": "box3:block/coffee_gray_bottom", + "north": "box3:block/coffee_gray_front", + "south": "box3:block/coffee_gray_back", + "west": "box3:block/coffee_gray_left", + "east": "box3:block/coffee_gray_right", + "particle": "box3:block/coffee_gray_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/colon.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/colon.json new file mode 100644 index 0000000..f3ab200 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/colon.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/colon_top", + "down": "box3:block/colon_bottom", + "north": "box3:block/colon_front", + "south": "box3:block/colon_back", + "west": "box3:block/colon_left", + "east": "box3:block/colon_right", + "particle": "box3:block/colon_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/color_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/color_glass.json new file mode 100644 index 0000000..bc6250a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/color_glass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/color_glass_top", + "down": "box3:block/color_glass_bottom", + "north": "box3:block/color_glass_front", + "south": "box3:block/color_glass_back", + "west": "box3:block/color_glass_left", + "east": "box3:block/color_glass_right", + "particle": "box3:block/color_glass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/comma.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/comma.json new file mode 100644 index 0000000..82bb82c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/comma.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/comma_top", + "down": "box3:block/comma_bottom", + "north": "box3:block/comma_front", + "south": "box3:block/comma_back", + "west": "box3:block/comma_left", + "east": "box3:block/comma_right", + "particle": "box3:block/comma_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/conveyor.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/conveyor.json new file mode 100644 index 0000000..2ce7a16 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/conveyor.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/conveyor_top", + "down": "box3:block/conveyor_bottom", + "north": "box3:block/conveyor_front", + "south": "box3:block/conveyor_back", + "west": "box3:block/conveyor_left", + "east": "box3:block/conveyor_right", + "particle": "box3:block/conveyor_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/crane_lantern.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/crane_lantern.json new file mode 100644 index 0000000..464843f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/crane_lantern.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/crane_lantern_top", + "down": "box3:block/crane_lantern_bottom", + "north": "box3:block/crane_lantern_front", + "south": "box3:block/crane_lantern_back", + "west": "box3:block/crane_lantern_left", + "east": "box3:block/crane_lantern_right", + "particle": "box3:block/crane_lantern_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/crane_roof_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/crane_roof_01.json new file mode 100644 index 0000000..9bb1c3d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/crane_roof_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/crane_roof_01_top", + "down": "box3:block/crane_roof_01_bottom", + "north": "box3:block/crane_roof_01_front", + "south": "box3:block/crane_roof_01_back", + "west": "box3:block/crane_roof_01_left", + "east": "box3:block/crane_roof_01_right", + "particle": "box3:block/crane_roof_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/crane_roof_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/crane_roof_02.json new file mode 100644 index 0000000..8df7cfa --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/crane_roof_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/crane_roof_02_top", + "down": "box3:block/crane_roof_02_bottom", + "north": "box3:block/crane_roof_02_front", + "south": "box3:block/crane_roof_02_back", + "west": "box3:block/crane_roof_02_left", + "east": "box3:block/crane_roof_02_right", + "particle": "box3:block/crane_roof_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/cross_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/cross_window.json new file mode 100644 index 0000000..f5ded86 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/cross_window.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/cross_window_top", + "down": "box3:block/cross_window_bottom", + "north": "box3:block/cross_window_front", + "south": "box3:block/cross_window_back", + "west": "box3:block/cross_window_left", + "east": "box3:block/cross_window_right", + "particle": "box3:block/cross_window_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/d.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/d.json new file mode 100644 index 0000000..1eadbe9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/d.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/d_top", + "down": "box3:block/d_bottom", + "north": "box3:block/d_front", + "south": "box3:block/d_back", + "west": "box3:block/d_left", + "east": "box3:block/d_right", + "particle": "box3:block/d_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_blue_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_blue_grass.json new file mode 100644 index 0000000..b7036e0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_blue_grass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_blue_grass_top", + "down": "box3:block/dark_blue_grass_bottom", + "north": "box3:block/dark_blue_grass_front", + "south": "box3:block/dark_blue_grass_back", + "west": "box3:block/dark_blue_grass_left", + "east": "box3:block/dark_blue_grass_right", + "particle": "box3:block/dark_blue_grass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_blue_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_blue_grass_all.json new file mode 100644 index 0000000..8cd8d30 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_blue_grass_all.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_blue_grass_all_top", + "down": "box3:block/dark_blue_grass_all_bottom", + "north": "box3:block/dark_blue_grass_all_front", + "south": "box3:block/dark_blue_grass_all_back", + "west": "box3:block/dark_blue_grass_all_left", + "east": "box3:block/dark_blue_grass_all_right", + "particle": "box3:block/dark_blue_grass_all_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_brick_00.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_brick_00.json new file mode 100644 index 0000000..0488640 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_brick_00.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_brick_00_top", + "down": "box3:block/dark_brick_00_bottom", + "north": "box3:block/dark_brick_00_front", + "south": "box3:block/dark_brick_00_back", + "west": "box3:block/dark_brick_00_left", + "east": "box3:block/dark_brick_00_right", + "particle": "box3:block/dark_brick_00_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_brick_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_brick_01.json new file mode 100644 index 0000000..b3f26f0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_brick_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_brick_01_top", + "down": "box3:block/dark_brick_01_bottom", + "north": "box3:block/dark_brick_01_front", + "south": "box3:block/dark_brick_01_back", + "west": "box3:block/dark_brick_01_left", + "east": "box3:block/dark_brick_01_right", + "particle": "box3:block/dark_brick_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_brick_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_brick_02.json new file mode 100644 index 0000000..9418323 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_brick_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_brick_02_top", + "down": "box3:block/dark_brick_02_bottom", + "north": "box3:block/dark_brick_02_front", + "south": "box3:block/dark_brick_02_back", + "west": "box3:block/dark_brick_02_left", + "east": "box3:block/dark_brick_02_right", + "particle": "box3:block/dark_brick_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_grass.json new file mode 100644 index 0000000..0310548 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_grass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_grass_top", + "down": "box3:block/dark_grass_bottom", + "north": "box3:block/dark_grass_front", + "south": "box3:block/dark_grass_back", + "west": "box3:block/dark_grass_left", + "east": "box3:block/dark_grass_right", + "particle": "box3:block/dark_grass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_grass_all.json new file mode 100644 index 0000000..f683af5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_grass_all.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_grass_all_top", + "down": "box3:block/dark_grass_all_bottom", + "north": "box3:block/dark_grass_all_front", + "south": "box3:block/dark_grass_all_back", + "west": "box3:block/dark_grass_all_left", + "east": "box3:block/dark_grass_all_right", + "particle": "box3:block/dark_grass_all_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_grass_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_grass_rock.json new file mode 100644 index 0000000..0e4c8e9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_grass_rock.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_grass_rock_top", + "down": "box3:block/dark_grass_rock_bottom", + "north": "box3:block/dark_grass_rock_front", + "south": "box3:block/dark_grass_rock_back", + "west": "box3:block/dark_grass_rock_left", + "east": "box3:block/dark_grass_rock_right", + "particle": "box3:block/dark_grass_rock_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_grass_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_grass_sand.json new file mode 100644 index 0000000..daed8ed --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_grass_sand.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_grass_sand_top", + "down": "box3:block/dark_grass_sand_bottom", + "north": "box3:block/dark_grass_sand_front", + "south": "box3:block/dark_grass_sand_back", + "west": "box3:block/dark_grass_sand_left", + "east": "box3:block/dark_grass_sand_right", + "particle": "box3:block/dark_grass_sand_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_gray.json new file mode 100644 index 0000000..befd6ec --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_gray.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_gray_top", + "down": "box3:block/dark_gray_bottom", + "north": "box3:block/dark_gray_front", + "south": "box3:block/dark_gray_back", + "west": "box3:block/dark_gray_left", + "east": "box3:block/dark_gray_right", + "particle": "box3:block/dark_gray_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_orchid.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_orchid.json new file mode 100644 index 0000000..0a3cea8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_orchid.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_orchid_top", + "down": "box3:block/dark_orchid_bottom", + "north": "box3:block/dark_orchid_front", + "south": "box3:block/dark_orchid_back", + "west": "box3:block/dark_orchid_left", + "east": "box3:block/dark_orchid_right", + "particle": "box3:block/dark_orchid_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_purple_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_purple_grass.json new file mode 100644 index 0000000..a3a0974 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_purple_grass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_purple_grass_top", + "down": "box3:block/dark_purple_grass_bottom", + "north": "box3:block/dark_purple_grass_front", + "south": "box3:block/dark_purple_grass_back", + "west": "box3:block/dark_purple_grass_left", + "east": "box3:block/dark_purple_grass_right", + "particle": "box3:block/dark_purple_grass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_purple_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_purple_grass_all.json new file mode 100644 index 0000000..809fd72 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_purple_grass_all.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_purple_grass_all_top", + "down": "box3:block/dark_purple_grass_all_bottom", + "north": "box3:block/dark_purple_grass_all_front", + "south": "box3:block/dark_purple_grass_all_back", + "west": "box3:block/dark_purple_grass_all_left", + "east": "box3:block/dark_purple_grass_all_right", + "particle": "box3:block/dark_purple_grass_all_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_red.json new file mode 100644 index 0000000..c219fef --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_red.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_red_top", + "down": "box3:block/dark_red_bottom", + "north": "box3:block/dark_red_front", + "south": "box3:block/dark_red_back", + "west": "box3:block/dark_red_left", + "east": "box3:block/dark_red_right", + "particle": "box3:block/dark_red_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_red_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_red_grass.json new file mode 100644 index 0000000..41d1282 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_red_grass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_red_grass_top", + "down": "box3:block/dark_red_grass_bottom", + "north": "box3:block/dark_red_grass_front", + "south": "box3:block/dark_red_grass_back", + "west": "box3:block/dark_red_grass_left", + "east": "box3:block/dark_red_grass_right", + "particle": "box3:block/dark_red_grass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_red_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_red_grass_all.json new file mode 100644 index 0000000..79ed657 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_red_grass_all.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_red_grass_all_top", + "down": "box3:block/dark_red_grass_all_bottom", + "north": "box3:block/dark_red_grass_all_front", + "south": "box3:block/dark_red_grass_all_back", + "west": "box3:block/dark_red_grass_all_left", + "east": "box3:block/dark_red_grass_all_right", + "particle": "box3:block/dark_red_grass_all_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_salmon.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_salmon.json new file mode 100644 index 0000000..46bc410 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_salmon.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_salmon_top", + "down": "box3:block/dark_salmon_bottom", + "north": "box3:block/dark_salmon_front", + "south": "box3:block/dark_salmon_back", + "west": "box3:block/dark_salmon_left", + "east": "box3:block/dark_salmon_right", + "particle": "box3:block/dark_salmon_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_sand.json new file mode 100644 index 0000000..8db3143 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_sand.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_sand_top", + "down": "box3:block/dark_sand_bottom", + "north": "box3:block/dark_sand_front", + "south": "box3:block/dark_sand_back", + "west": "box3:block/dark_sand_left", + "east": "box3:block/dark_sand_right", + "particle": "box3:block/dark_sand_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_slate_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_slate_blue.json new file mode 100644 index 0000000..8541784 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_slate_blue.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_slate_blue_top", + "down": "box3:block/dark_slate_blue_bottom", + "north": "box3:block/dark_slate_blue_front", + "south": "box3:block/dark_slate_blue_back", + "west": "box3:block/dark_slate_blue_left", + "east": "box3:block/dark_slate_blue_right", + "particle": "box3:block/dark_slate_blue_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_stone.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_stone.json new file mode 100644 index 0000000..6a1620e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_stone.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_stone_top", + "down": "box3:block/dark_stone_bottom", + "north": "box3:block/dark_stone_front", + "south": "box3:block/dark_stone_back", + "west": "box3:block/dark_stone_left", + "east": "box3:block/dark_stone_right", + "particle": "box3:block/dark_stone_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_surface.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_surface.json new file mode 100644 index 0000000..26f815d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_surface.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_surface_top", + "down": "box3:block/dark_surface_bottom", + "north": "box3:block/dark_surface_front", + "south": "box3:block/dark_surface_back", + "west": "box3:block/dark_surface_left", + "east": "box3:block/dark_surface_right", + "particle": "box3:block/dark_surface_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_volcanic_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_volcanic_rock.json new file mode 100644 index 0000000..ae6f6b9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_volcanic_rock.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_volcanic_rock_top", + "down": "box3:block/dark_volcanic_rock_bottom", + "north": "box3:block/dark_volcanic_rock_front", + "south": "box3:block/dark_volcanic_rock_back", + "west": "box3:block/dark_volcanic_rock_left", + "east": "box3:block/dark_volcanic_rock_right", + "particle": "box3:block/dark_volcanic_rock_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_yellow_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_yellow_grass.json new file mode 100644 index 0000000..097c3ea --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_yellow_grass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_yellow_grass_top", + "down": "box3:block/dark_yellow_grass_bottom", + "north": "box3:block/dark_yellow_grass_front", + "south": "box3:block/dark_yellow_grass_back", + "west": "box3:block/dark_yellow_grass_left", + "east": "box3:block/dark_yellow_grass_right", + "particle": "box3:block/dark_yellow_grass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_yellow_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_yellow_grass_all.json new file mode 100644 index 0000000..c2377af --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dark_yellow_grass_all.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dark_yellow_grass_all_top", + "down": "box3:block/dark_yellow_grass_all_bottom", + "north": "box3:block/dark_yellow_grass_all_front", + "south": "box3:block/dark_yellow_grass_all_back", + "west": "box3:block/dark_yellow_grass_all_left", + "east": "box3:block/dark_yellow_grass_all_right", + "particle": "box3:block/dark_yellow_grass_all_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dirt.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dirt.json new file mode 100644 index 0000000..512f7a4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dirt.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dirt_top", + "down": "box3:block/dirt_bottom", + "north": "box3:block/dirt_front", + "south": "box3:block/dirt_back", + "west": "box3:block/dirt_left", + "east": "box3:block/dirt_right", + "particle": "box3:block/dirt_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/divide.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/divide.json new file mode 100644 index 0000000..a67cff4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/divide.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/divide_top", + "down": "box3:block/divide_bottom", + "north": "box3:block/divide_front", + "south": "box3:block/divide_back", + "west": "box3:block/divide_left", + "east": "box3:block/divide_right", + "particle": "box3:block/divide_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dollar.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dollar.json new file mode 100644 index 0000000..1d044ea --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/dollar.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/dollar_top", + "down": "box3:block/dollar_bottom", + "north": "box3:block/dollar_front", + "south": "box3:block/dollar_back", + "west": "box3:block/dollar_left", + "east": "box3:block/dollar_right", + "particle": "box3:block/dollar_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/e.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/e.json new file mode 100644 index 0000000..a878183 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/e.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/e_top", + "down": "box3:block/e_bottom", + "north": "box3:block/e_front", + "south": "box3:block/e_back", + "west": "box3:block/e_left", + "east": "box3:block/e_right", + "particle": "box3:block/e_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/eight.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/eight.json new file mode 100644 index 0000000..4384254 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/eight.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/eight_top", + "down": "box3:block/eight_bottom", + "north": "box3:block/eight_front", + "south": "box3:block/eight_back", + "west": "box3:block/eight_left", + "east": "box3:block/eight_right", + "particle": "box3:block/eight_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/equal.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/equal.json new file mode 100644 index 0000000..280694b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/equal.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/equal_top", + "down": "box3:block/equal_bottom", + "north": "box3:block/equal_front", + "south": "box3:block/equal_back", + "west": "box3:block/equal_left", + "east": "box3:block/equal_right", + "particle": "box3:block/equal_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/exclamation_mark.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/exclamation_mark.json new file mode 100644 index 0000000..b0d6682 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/exclamation_mark.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/exclamation_mark_top", + "down": "box3:block/exclamation_mark_bottom", + "north": "box3:block/exclamation_mark_front", + "south": "box3:block/exclamation_mark_back", + "west": "box3:block/exclamation_mark_left", + "east": "box3:block/exclamation_mark_right", + "particle": "box3:block/exclamation_mark_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/express_box.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/express_box.json new file mode 100644 index 0000000..1b69d8a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/express_box.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/express_box_top", + "down": "box3:block/express_box_bottom", + "north": "box3:block/express_box_front", + "south": "box3:block/express_box_back", + "west": "box3:block/express_box_left", + "east": "box3:block/express_box_right", + "particle": "box3:block/express_box_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/f.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/f.json new file mode 100644 index 0000000..842de05 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/f.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/f_top", + "down": "box3:block/f_bottom", + "north": "box3:block/f_front", + "south": "box3:block/f_back", + "west": "box3:block/f_left", + "east": "box3:block/f_right", + "particle": "box3:block/f_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/fan.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/fan.json new file mode 100644 index 0000000..ec1163e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/fan.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/fan_top", + "down": "box3:block/fan_bottom", + "north": "box3:block/fan_front", + "south": "box3:block/fan_back", + "west": "box3:block/fan_left", + "east": "box3:block/fan_right", + "particle": "box3:block/fan_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/firecracker.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/firecracker.json new file mode 100644 index 0000000..0cfa4bd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/firecracker.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/firecracker_top", + "down": "box3:block/firecracker_bottom", + "north": "box3:block/firecracker_front", + "south": "box3:block/firecracker_back", + "west": "box3:block/firecracker_left", + "east": "box3:block/firecracker_right", + "particle": "box3:block/firecracker_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/five.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/five.json new file mode 100644 index 0000000..f389f5a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/five.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/five_top", + "down": "box3:block/five_bottom", + "north": "box3:block/five_front", + "south": "box3:block/five_back", + "west": "box3:block/five_left", + "east": "box3:block/five_right", + "particle": "box3:block/five_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/four.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/four.json new file mode 100644 index 0000000..555bea4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/four.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/four_top", + "down": "box3:block/four_bottom", + "north": "box3:block/four_front", + "south": "box3:block/four_back", + "west": "box3:block/four_left", + "east": "box3:block/four_right", + "particle": "box3:block/four_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/fu.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/fu.json new file mode 100644 index 0000000..dfbb4d1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/fu.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/fu_top", + "down": "box3:block/fu_bottom", + "north": "box3:block/fu_front", + "south": "box3:block/fu_back", + "west": "box3:block/fu_left", + "east": "box3:block/fu_right", + "particle": "box3:block/fu_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/g.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/g.json new file mode 100644 index 0000000..8a412ed --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/g.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/g_top", + "down": "box3:block/g_bottom", + "north": "box3:block/g_front", + "south": "box3:block/g_back", + "west": "box3:block/g_left", + "east": "box3:block/g_right", + "particle": "box3:block/g_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/geometric_window_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/geometric_window_01.json new file mode 100644 index 0000000..005c787 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/geometric_window_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/geometric_window_01_top", + "down": "box3:block/geometric_window_01_bottom", + "north": "box3:block/geometric_window_01_front", + "south": "box3:block/geometric_window_01_back", + "west": "box3:block/geometric_window_01_left", + "east": "box3:block/geometric_window_01_right", + "particle": "box3:block/geometric_window_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/geometric_window_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/geometric_window_02.json new file mode 100644 index 0000000..c33b83e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/geometric_window_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/geometric_window_02_top", + "down": "box3:block/geometric_window_02_bottom", + "north": "box3:block/geometric_window_02_front", + "south": "box3:block/geometric_window_02_back", + "west": "box3:block/geometric_window_02_left", + "east": "box3:block/geometric_window_02_right", + "particle": "box3:block/geometric_window_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/glass.json new file mode 100644 index 0000000..be730d2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/glass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/glass_top", + "down": "box3:block/glass_bottom", + "north": "box3:block/glass_front", + "south": "box3:block/glass_back", + "west": "box3:block/glass_left", + "east": "box3:block/glass_right", + "particle": "box3:block/glass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/gold_trim_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/gold_trim_brick.json new file mode 100644 index 0000000..527c3e0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/gold_trim_brick.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/gold_trim_brick_top", + "down": "box3:block/gold_trim_brick_bottom", + "north": "box3:block/gold_trim_brick_front", + "south": "box3:block/gold_trim_brick_back", + "west": "box3:block/gold_trim_brick_left", + "east": "box3:block/gold_trim_brick_right", + "particle": "box3:block/gold_trim_brick_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/grass.json new file mode 100644 index 0000000..b50e60b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/grass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/grass_top", + "down": "box3:block/grass_bottom", + "north": "box3:block/grass_front", + "south": "box3:block/grass_back", + "west": "box3:block/grass_left", + "east": "box3:block/grass_right", + "particle": "box3:block/grass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/grass_all.json new file mode 100644 index 0000000..d558535 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/grass_all.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/grass_all_top", + "down": "box3:block/grass_all_bottom", + "north": "box3:block/grass_all_front", + "south": "box3:block/grass_all_back", + "west": "box3:block/grass_all_left", + "east": "box3:block/grass_all_right", + "particle": "box3:block/grass_all_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/grass_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/grass_rock.json new file mode 100644 index 0000000..1544eef --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/grass_rock.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/grass_rock_top", + "down": "box3:block/grass_rock_bottom", + "north": "box3:block/grass_rock_front", + "south": "box3:block/grass_rock_back", + "west": "box3:block/grass_rock_left", + "east": "box3:block/grass_rock_right", + "particle": "box3:block/grass_rock_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/grass_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/grass_sand.json new file mode 100644 index 0000000..d151097 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/grass_sand.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/grass_sand_top", + "down": "box3:block/grass_sand_bottom", + "north": "box3:block/grass_sand_front", + "south": "box3:block/grass_sand_back", + "west": "box3:block/grass_sand_left", + "east": "box3:block/grass_sand_right", + "particle": "box3:block/grass_sand_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/greater_than.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/greater_than.json new file mode 100644 index 0000000..ceb6e32 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/greater_than.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/greater_than_top", + "down": "box3:block/greater_than_bottom", + "north": "box3:block/greater_than_front", + "south": "box3:block/greater_than_back", + "west": "box3:block/greater_than_left", + "east": "box3:block/greater_than_right", + "particle": "box3:block/greater_than_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/green_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/green_decorative_light.json new file mode 100644 index 0000000..aef65a3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/green_decorative_light.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/green_decorative_light_top", + "down": "box3:block/green_decorative_light_bottom", + "north": "box3:block/green_decorative_light_front", + "south": "box3:block/green_decorative_light_back", + "west": "box3:block/green_decorative_light_left", + "east": "box3:block/green_decorative_light_right", + "particle": "box3:block/green_decorative_light_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/green_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/green_glass.json new file mode 100644 index 0000000..cc7507a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/green_glass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/green_glass_top", + "down": "box3:block/green_glass_bottom", + "north": "box3:block/green_glass_front", + "south": "box3:block/green_glass_back", + "west": "box3:block/green_glass_left", + "east": "box3:block/green_glass_right", + "particle": "box3:block/green_glass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/green_leaf.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/green_leaf.json new file mode 100644 index 0000000..8a255a4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/green_leaf.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/green_leaf_top", + "down": "box3:block/green_leaf_bottom", + "north": "box3:block/green_leaf_front", + "south": "box3:block/green_leaf_back", + "west": "box3:block/green_leaf_left", + "east": "box3:block/green_leaf_right", + "particle": "box3:block/green_leaf_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/green_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/green_light.json new file mode 100644 index 0000000..203d305 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/green_light.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/green_light_top", + "down": "box3:block/green_light_bottom", + "north": "box3:block/green_light_front", + "south": "box3:block/green_light_back", + "west": "box3:block/green_light_left", + "east": "box3:block/green_light_right", + "particle": "box3:block/green_light_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/greenbelt_l.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/greenbelt_l.json new file mode 100644 index 0000000..130faa4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/greenbelt_l.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/greenbelt_l_top", + "down": "box3:block/greenbelt_l_bottom", + "north": "box3:block/greenbelt_l_front", + "south": "box3:block/greenbelt_l_back", + "west": "box3:block/greenbelt_l_left", + "east": "box3:block/greenbelt_l_right", + "particle": "box3:block/greenbelt_l_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/greenbelt_l1.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/greenbelt_l1.json new file mode 100644 index 0000000..0991661 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/greenbelt_l1.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/greenbelt_l1_top", + "down": "box3:block/greenbelt_l1_bottom", + "north": "box3:block/greenbelt_l1_front", + "south": "box3:block/greenbelt_l1_back", + "west": "box3:block/greenbelt_l1_left", + "east": "box3:block/greenbelt_l1_right", + "particle": "box3:block/greenbelt_l1_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/grey_stone_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/grey_stone_brick.json new file mode 100644 index 0000000..dbfd0d6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/grey_stone_brick.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/grey_stone_brick_top", + "down": "box3:block/grey_stone_brick_bottom", + "north": "box3:block/grey_stone_brick_front", + "south": "box3:block/grey_stone_brick_back", + "west": "box3:block/grey_stone_brick_left", + "east": "box3:block/grey_stone_brick_right", + "particle": "box3:block/grey_stone_brick_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/h.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/h.json new file mode 100644 index 0000000..296577b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/h.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/h_top", + "down": "box3:block/h_bottom", + "north": "box3:block/h_front", + "south": "box3:block/h_back", + "west": "box3:block/h_left", + "east": "box3:block/h_right", + "particle": "box3:block/h_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/honeycomb_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/honeycomb_01.json new file mode 100644 index 0000000..dfa479a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/honeycomb_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/honeycomb_01_top", + "down": "box3:block/honeycomb_01_bottom", + "north": "box3:block/honeycomb_01_front", + "south": "box3:block/honeycomb_01_back", + "west": "box3:block/honeycomb_01_left", + "east": "box3:block/honeycomb_01_right", + "particle": "box3:block/honeycomb_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/honeycomb_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/honeycomb_02.json new file mode 100644 index 0000000..596b850 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/honeycomb_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/honeycomb_02_top", + "down": "box3:block/honeycomb_02_bottom", + "north": "box3:block/honeycomb_02_front", + "south": "box3:block/honeycomb_02_back", + "west": "box3:block/honeycomb_02_left", + "east": "box3:block/honeycomb_02_right", + "particle": "box3:block/honeycomb_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/i.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/i.json new file mode 100644 index 0000000..55f21d9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/i.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/i_top", + "down": "box3:block/i_bottom", + "north": "box3:block/i_front", + "south": "box3:block/i_back", + "west": "box3:block/i_left", + "east": "box3:block/i_right", + "particle": "box3:block/i_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ice.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ice.json new file mode 100644 index 0000000..550098d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ice.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/ice_top", + "down": "box3:block/ice_bottom", + "north": "box3:block/ice_front", + "south": "box3:block/ice_back", + "west": "box3:block/ice_left", + "east": "box3:block/ice_right", + "particle": "box3:block/ice_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ice_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ice_brick.json new file mode 100644 index 0000000..269ee19 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ice_brick.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/ice_brick_top", + "down": "box3:block/ice_brick_bottom", + "north": "box3:block/ice_brick_front", + "south": "box3:block/ice_brick_back", + "west": "box3:block/ice_brick_left", + "east": "box3:block/ice_brick_right", + "particle": "box3:block/ice_brick_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ice_wall.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ice_wall.json new file mode 100644 index 0000000..dad66c1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ice_wall.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/ice_wall_top", + "down": "box3:block/ice_wall_bottom", + "north": "box3:block/ice_wall_front", + "south": "box3:block/ice_wall_back", + "west": "box3:block/ice_wall_left", + "east": "box3:block/ice_wall_right", + "particle": "box3:block/ice_wall_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/indigo_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/indigo_light.json new file mode 100644 index 0000000..7af1afb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/indigo_light.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/indigo_light_top", + "down": "box3:block/indigo_light_bottom", + "north": "box3:block/indigo_light_front", + "south": "box3:block/indigo_light_back", + "west": "box3:block/indigo_light_left", + "east": "box3:block/indigo_light_right", + "particle": "box3:block/indigo_light_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/j.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/j.json new file mode 100644 index 0000000..03292ce --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/j.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/j_top", + "down": "box3:block/j_bottom", + "north": "box3:block/j_front", + "south": "box3:block/j_back", + "west": "box3:block/j_left", + "east": "box3:block/j_right", + "particle": "box3:block/j_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/k.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/k.json new file mode 100644 index 0000000..0158658 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/k.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/k_top", + "down": "box3:block/k_bottom", + "north": "box3:block/k_front", + "south": "box3:block/k_back", + "west": "box3:block/k_left", + "east": "box3:block/k_right", + "particle": "box3:block/k_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/l.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/l.json new file mode 100644 index 0000000..b818cae --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/l.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/l_top", + "down": "box3:block/l_bottom", + "north": "box3:block/l_front", + "south": "box3:block/l_back", + "west": "box3:block/l_left", + "east": "box3:block/l_right", + "particle": "box3:block/l_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_lamp_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_lamp_01.json new file mode 100644 index 0000000..e35d287 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_lamp_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_lamp_01_top", + "down": "box3:block/lab_lamp_01_bottom", + "north": "box3:block/lab_lamp_01_front", + "south": "box3:block/lab_lamp_01_back", + "west": "box3:block/lab_lamp_01_left", + "east": "box3:block/lab_lamp_01_right", + "particle": "box3:block/lab_lamp_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_lamp_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_lamp_02.json new file mode 100644 index 0000000..32f47fa --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_lamp_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_lamp_02_top", + "down": "box3:block/lab_lamp_02_bottom", + "north": "box3:block/lab_lamp_02_front", + "south": "box3:block/lab_lamp_02_back", + "west": "box3:block/lab_lamp_02_left", + "east": "box3:block/lab_lamp_02_right", + "particle": "box3:block/lab_lamp_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_lamp_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_lamp_03.json new file mode 100644 index 0000000..3ef26c0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_lamp_03.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_lamp_03_top", + "down": "box3:block/lab_lamp_03_bottom", + "north": "box3:block/lab_lamp_03_front", + "south": "box3:block/lab_lamp_03_back", + "west": "box3:block/lab_lamp_03_left", + "east": "box3:block/lab_lamp_03_right", + "particle": "box3:block/lab_lamp_03_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_01.json new file mode 100644 index 0000000..bce282f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_material_01_top", + "down": "box3:block/lab_material_01_bottom", + "north": "box3:block/lab_material_01_front", + "south": "box3:block/lab_material_01_back", + "west": "box3:block/lab_material_01_left", + "east": "box3:block/lab_material_01_right", + "particle": "box3:block/lab_material_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_02.json new file mode 100644 index 0000000..b2227e0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_material_02_top", + "down": "box3:block/lab_material_02_bottom", + "north": "box3:block/lab_material_02_front", + "south": "box3:block/lab_material_02_back", + "west": "box3:block/lab_material_02_left", + "east": "box3:block/lab_material_02_right", + "particle": "box3:block/lab_material_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_03.json new file mode 100644 index 0000000..2358302 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_03.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_material_03_top", + "down": "box3:block/lab_material_03_bottom", + "north": "box3:block/lab_material_03_front", + "south": "box3:block/lab_material_03_back", + "west": "box3:block/lab_material_03_left", + "east": "box3:block/lab_material_03_right", + "particle": "box3:block/lab_material_03_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_04.json new file mode 100644 index 0000000..4ff817f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_04.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_material_04_top", + "down": "box3:block/lab_material_04_bottom", + "north": "box3:block/lab_material_04_front", + "south": "box3:block/lab_material_04_back", + "west": "box3:block/lab_material_04_left", + "east": "box3:block/lab_material_04_right", + "particle": "box3:block/lab_material_04_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_05.json new file mode 100644 index 0000000..11cca4c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_05.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_material_05_top", + "down": "box3:block/lab_material_05_bottom", + "north": "box3:block/lab_material_05_front", + "south": "box3:block/lab_material_05_back", + "west": "box3:block/lab_material_05_left", + "east": "box3:block/lab_material_05_right", + "particle": "box3:block/lab_material_05_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_06.json new file mode 100644 index 0000000..04f0e9c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_06.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_material_06_top", + "down": "box3:block/lab_material_06_bottom", + "north": "box3:block/lab_material_06_front", + "south": "box3:block/lab_material_06_back", + "west": "box3:block/lab_material_06_left", + "east": "box3:block/lab_material_06_right", + "particle": "box3:block/lab_material_06_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_07.json new file mode 100644 index 0000000..35f113c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_07.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_material_07_top", + "down": "box3:block/lab_material_07_bottom", + "north": "box3:block/lab_material_07_front", + "south": "box3:block/lab_material_07_back", + "west": "box3:block/lab_material_07_left", + "east": "box3:block/lab_material_07_right", + "particle": "box3:block/lab_material_07_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_08.json new file mode 100644 index 0000000..288faf9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_08.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_material_08_top", + "down": "box3:block/lab_material_08_bottom", + "north": "box3:block/lab_material_08_front", + "south": "box3:block/lab_material_08_back", + "west": "box3:block/lab_material_08_left", + "east": "box3:block/lab_material_08_right", + "particle": "box3:block/lab_material_08_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_09.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_09.json new file mode 100644 index 0000000..02758e7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_09.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_material_09_top", + "down": "box3:block/lab_material_09_bottom", + "north": "box3:block/lab_material_09_front", + "south": "box3:block/lab_material_09_back", + "west": "box3:block/lab_material_09_left", + "east": "box3:block/lab_material_09_right", + "particle": "box3:block/lab_material_09_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_10.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_10.json new file mode 100644 index 0000000..5ff4d7b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_10.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_material_10_top", + "down": "box3:block/lab_material_10_bottom", + "north": "box3:block/lab_material_10_front", + "south": "box3:block/lab_material_10_back", + "west": "box3:block/lab_material_10_left", + "east": "box3:block/lab_material_10_right", + "particle": "box3:block/lab_material_10_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_11.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_11.json new file mode 100644 index 0000000..e3690b7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_11.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_material_11_top", + "down": "box3:block/lab_material_11_bottom", + "north": "box3:block/lab_material_11_front", + "south": "box3:block/lab_material_11_back", + "west": "box3:block/lab_material_11_left", + "east": "box3:block/lab_material_11_right", + "particle": "box3:block/lab_material_11_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_12.json new file mode 100644 index 0000000..45c0d44 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_12.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_material_12_top", + "down": "box3:block/lab_material_12_bottom", + "north": "box3:block/lab_material_12_front", + "south": "box3:block/lab_material_12_back", + "west": "box3:block/lab_material_12_left", + "east": "box3:block/lab_material_12_right", + "particle": "box3:block/lab_material_12_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_13.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_13.json new file mode 100644 index 0000000..3a0d27c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_13.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_material_13_top", + "down": "box3:block/lab_material_13_bottom", + "north": "box3:block/lab_material_13_front", + "south": "box3:block/lab_material_13_back", + "west": "box3:block/lab_material_13_left", + "east": "box3:block/lab_material_13_right", + "particle": "box3:block/lab_material_13_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_14.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_14.json new file mode 100644 index 0000000..2dff6e2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_14.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_material_14_top", + "down": "box3:block/lab_material_14_bottom", + "north": "box3:block/lab_material_14_front", + "south": "box3:block/lab_material_14_back", + "west": "box3:block/lab_material_14_left", + "east": "box3:block/lab_material_14_right", + "particle": "box3:block/lab_material_14_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_15.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_15.json new file mode 100644 index 0000000..45e4d35 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_material_15.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_material_15_top", + "down": "box3:block/lab_material_15_bottom", + "north": "box3:block/lab_material_15_front", + "south": "box3:block/lab_material_15_back", + "west": "box3:block/lab_material_15_left", + "east": "box3:block/lab_material_15_right", + "particle": "box3:block/lab_material_15_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_screen.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_screen.json new file mode 100644 index 0000000..5cd38a9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_screen.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_screen_top", + "down": "box3:block/lab_screen_bottom", + "north": "box3:block/lab_screen_front", + "south": "box3:block/lab_screen_back", + "west": "box3:block/lab_screen_left", + "east": "box3:block/lab_screen_right", + "particle": "box3:block/lab_screen_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_wire.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_wire.json new file mode 100644 index 0000000..214ccd2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lab_wire.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lab_wire_top", + "down": "box3:block/lab_wire_bottom", + "north": "box3:block/lab_wire_front", + "south": "box3:block/lab_wire_back", + "west": "box3:block/lab_wire_left", + "east": "box3:block/lab_wire_right", + "particle": "box3:block/lab_wire_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lantern_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lantern_01.json new file mode 100644 index 0000000..2b86a07 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lantern_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lantern_01_top", + "down": "box3:block/lantern_01_bottom", + "north": "box3:block/lantern_01_front", + "south": "box3:block/lantern_01_back", + "west": "box3:block/lantern_01_left", + "east": "box3:block/lantern_01_right", + "particle": "box3:block/lantern_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lantern_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lantern_02.json new file mode 100644 index 0000000..8880d61 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lantern_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lantern_02_top", + "down": "box3:block/lantern_02_bottom", + "north": "box3:block/lantern_02_front", + "south": "box3:block/lantern_02_back", + "west": "box3:block/lantern_02_left", + "east": "box3:block/lantern_02_right", + "particle": "box3:block/lantern_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lava01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lava01.json new file mode 100644 index 0000000..65fbb60 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lava01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lava01_top", + "down": "box3:block/lava01_bottom", + "north": "box3:block/lava01_front", + "south": "box3:block/lava01_back", + "west": "box3:block/lava01_left", + "east": "box3:block/lava01_right", + "particle": "box3:block/lava01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lava02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lava02.json new file mode 100644 index 0000000..35787c5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lava02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lava02_top", + "down": "box3:block/lava02_bottom", + "north": "box3:block/lava02_front", + "south": "box3:block/lava02_back", + "west": "box3:block/lava02_left", + "east": "box3:block/lava02_right", + "particle": "box3:block/lava02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_01.json new file mode 100644 index 0000000..66b6d09 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/leaf_01_top", + "down": "box3:block/leaf_01_bottom", + "north": "box3:block/leaf_01_front", + "south": "box3:block/leaf_01_back", + "west": "box3:block/leaf_01_left", + "east": "box3:block/leaf_01_right", + "particle": "box3:block/leaf_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_02.json new file mode 100644 index 0000000..6170bf0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/leaf_02_top", + "down": "box3:block/leaf_02_bottom", + "north": "box3:block/leaf_02_front", + "south": "box3:block/leaf_02_back", + "west": "box3:block/leaf_02_left", + "east": "box3:block/leaf_02_right", + "particle": "box3:block/leaf_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_03.json new file mode 100644 index 0000000..3847d42 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_03.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/leaf_03_top", + "down": "box3:block/leaf_03_bottom", + "north": "box3:block/leaf_03_front", + "south": "box3:block/leaf_03_back", + "west": "box3:block/leaf_03_left", + "east": "box3:block/leaf_03_right", + "particle": "box3:block/leaf_03_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_04.json new file mode 100644 index 0000000..2943a11 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_04.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/leaf_04_top", + "down": "box3:block/leaf_04_bottom", + "north": "box3:block/leaf_04_front", + "south": "box3:block/leaf_04_back", + "west": "box3:block/leaf_04_left", + "east": "box3:block/leaf_04_right", + "particle": "box3:block/leaf_04_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_05.json new file mode 100644 index 0000000..a017073 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_05.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/leaf_05_top", + "down": "box3:block/leaf_05_bottom", + "north": "box3:block/leaf_05_front", + "south": "box3:block/leaf_05_back", + "west": "box3:block/leaf_05_left", + "east": "box3:block/leaf_05_right", + "particle": "box3:block/leaf_05_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_06.json new file mode 100644 index 0000000..5351713 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/leaf_06.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/leaf_06_top", + "down": "box3:block/leaf_06_bottom", + "north": "box3:block/leaf_06_front", + "south": "box3:block/leaf_06_back", + "west": "box3:block/leaf_06_left", + "east": "box3:block/leaf_06_right", + "particle": "box3:block/leaf_06_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ledfloor01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ledfloor01.json new file mode 100644 index 0000000..0e5180d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ledfloor01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/ledfloor01_top", + "down": "box3:block/ledfloor01_bottom", + "north": "box3:block/ledfloor01_front", + "south": "box3:block/ledfloor01_back", + "west": "box3:block/ledfloor01_left", + "east": "box3:block/ledfloor01_right", + "particle": "box3:block/ledfloor01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ledfloor02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ledfloor02.json new file mode 100644 index 0000000..e53963f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/ledfloor02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/ledfloor02_top", + "down": "box3:block/ledfloor02_bottom", + "north": "box3:block/ledfloor02_front", + "south": "box3:block/ledfloor02_back", + "west": "box3:block/ledfloor02_left", + "east": "box3:block/ledfloor02_right", + "particle": "box3:block/ledfloor02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lemon.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lemon.json new file mode 100644 index 0000000..9faf3ea --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/lemon.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/lemon_top", + "down": "box3:block/lemon_bottom", + "north": "box3:block/lemon_front", + "south": "box3:block/lemon_back", + "west": "box3:block/lemon_left", + "east": "box3:block/lemon_right", + "particle": "box3:block/lemon_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/less_than.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/less_than.json new file mode 100644 index 0000000..37b83a4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/less_than.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/less_than_top", + "down": "box3:block/less_than_bottom", + "north": "box3:block/less_than_front", + "south": "box3:block/less_than_back", + "west": "box3:block/less_than_left", + "east": "box3:block/less_than_right", + "particle": "box3:block/less_than_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_blue_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_blue_grass.json new file mode 100644 index 0000000..201863f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_blue_grass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/light_blue_grass_top", + "down": "box3:block/light_blue_grass_bottom", + "north": "box3:block/light_blue_grass_front", + "south": "box3:block/light_blue_grass_back", + "west": "box3:block/light_blue_grass_left", + "east": "box3:block/light_blue_grass_right", + "particle": "box3:block/light_blue_grass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_blue_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_blue_grass_all.json new file mode 100644 index 0000000..1f6ae4b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_blue_grass_all.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/light_blue_grass_all_top", + "down": "box3:block/light_blue_grass_all_bottom", + "north": "box3:block/light_blue_grass_all_front", + "south": "box3:block/light_blue_grass_all_back", + "west": "box3:block/light_blue_grass_all_left", + "east": "box3:block/light_blue_grass_all_right", + "particle": "box3:block/light_blue_grass_all_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_dirt.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_dirt.json new file mode 100644 index 0000000..2fa1993 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_dirt.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/light_dirt_top", + "down": "box3:block/light_dirt_bottom", + "north": "box3:block/light_dirt_front", + "south": "box3:block/light_dirt_back", + "west": "box3:block/light_dirt_left", + "east": "box3:block/light_dirt_right", + "particle": "box3:block/light_dirt_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_gray.json new file mode 100644 index 0000000..a36ff33 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_gray.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/light_gray_top", + "down": "box3:block/light_gray_bottom", + "north": "box3:block/light_gray_front", + "south": "box3:block/light_gray_back", + "west": "box3:block/light_gray_left", + "east": "box3:block/light_gray_right", + "particle": "box3:block/light_gray_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_grey_stone_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_grey_stone_brick.json new file mode 100644 index 0000000..7437d55 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_grey_stone_brick.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/light_grey_stone_brick_top", + "down": "box3:block/light_grey_stone_brick_bottom", + "north": "box3:block/light_grey_stone_brick_front", + "south": "box3:block/light_grey_stone_brick_back", + "west": "box3:block/light_grey_stone_brick_left", + "east": "box3:block/light_grey_stone_brick_right", + "particle": "box3:block/light_grey_stone_brick_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_purple_grass_.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_purple_grass_.json new file mode 100644 index 0000000..55eaf15 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_purple_grass_.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/light_purple_grass__top", + "down": "box3:block/light_purple_grass__bottom", + "north": "box3:block/light_purple_grass__front", + "south": "box3:block/light_purple_grass__back", + "west": "box3:block/light_purple_grass__left", + "east": "box3:block/light_purple_grass__right", + "particle": "box3:block/light_purple_grass__bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_purple_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_purple_grass_all.json new file mode 100644 index 0000000..2165c6d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_purple_grass_all.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/light_purple_grass_all_top", + "down": "box3:block/light_purple_grass_all_bottom", + "north": "box3:block/light_purple_grass_all_front", + "south": "box3:block/light_purple_grass_all_back", + "west": "box3:block/light_purple_grass_all_left", + "east": "box3:block/light_purple_grass_all_right", + "particle": "box3:block/light_purple_grass_all_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_sand.json new file mode 100644 index 0000000..34be720 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_sand.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/light_sand_top", + "down": "box3:block/light_sand_bottom", + "north": "box3:block/light_sand_front", + "south": "box3:block/light_sand_back", + "west": "box3:block/light_sand_left", + "east": "box3:block/light_sand_right", + "particle": "box3:block/light_sand_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_volcanic_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_volcanic_rock.json new file mode 100644 index 0000000..483b003 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/light_volcanic_rock.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/light_volcanic_rock_top", + "down": "box3:block/light_volcanic_rock_bottom", + "north": "box3:block/light_volcanic_rock_front", + "south": "box3:block/light_volcanic_rock_back", + "west": "box3:block/light_volcanic_rock_left", + "east": "box3:block/light_volcanic_rock_right", + "particle": "box3:block/light_volcanic_rock_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/m.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/m.json new file mode 100644 index 0000000..b16a44a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/m.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/m_top", + "down": "box3:block/m_bottom", + "north": "box3:block/m_front", + "south": "box3:block/m_back", + "west": "box3:block/m_left", + "east": "box3:block/m_right", + "particle": "box3:block/m_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/macaroon.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/macaroon.json new file mode 100644 index 0000000..3ea1bc6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/macaroon.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/macaroon_top", + "down": "box3:block/macaroon_bottom", + "north": "box3:block/macaroon_front", + "south": "box3:block/macaroon_back", + "west": "box3:block/macaroon_left", + "east": "box3:block/macaroon_right", + "particle": "box3:block/macaroon_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/maroon.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/maroon.json new file mode 100644 index 0000000..f0487d6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/maroon.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/maroon_top", + "down": "box3:block/maroon_bottom", + "north": "box3:block/maroon_front", + "south": "box3:block/maroon_back", + "west": "box3:block/maroon_left", + "east": "box3:block/maroon_right", + "particle": "box3:block/maroon_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_gray.json new file mode 100644 index 0000000..c3ceba4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_gray.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/medium_gray_top", + "down": "box3:block/medium_gray_bottom", + "north": "box3:block/medium_gray_front", + "south": "box3:block/medium_gray_back", + "west": "box3:block/medium_gray_left", + "east": "box3:block/medium_gray_right", + "particle": "box3:block/medium_gray_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_green.json new file mode 100644 index 0000000..9359e2d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_green.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/medium_green_top", + "down": "box3:block/medium_green_bottom", + "north": "box3:block/medium_green_front", + "south": "box3:block/medium_green_back", + "west": "box3:block/medium_green_left", + "east": "box3:block/medium_green_right", + "particle": "box3:block/medium_green_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_orchid.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_orchid.json new file mode 100644 index 0000000..bd86972 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_orchid.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/medium_orchid_top", + "down": "box3:block/medium_orchid_bottom", + "north": "box3:block/medium_orchid_front", + "south": "box3:block/medium_orchid_back", + "west": "box3:block/medium_orchid_left", + "east": "box3:block/medium_orchid_right", + "particle": "box3:block/medium_orchid_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_purple.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_purple.json new file mode 100644 index 0000000..2135431 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_purple.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/medium_purple_top", + "down": "box3:block/medium_purple_bottom", + "north": "box3:block/medium_purple_front", + "south": "box3:block/medium_purple_back", + "west": "box3:block/medium_purple_left", + "east": "box3:block/medium_purple_right", + "particle": "box3:block/medium_purple_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_spring_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_spring_green.json new file mode 100644 index 0000000..f7de0f2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_spring_green.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/medium_spring_green_top", + "down": "box3:block/medium_spring_green_bottom", + "north": "box3:block/medium_spring_green_front", + "south": "box3:block/medium_spring_green_back", + "west": "box3:block/medium_spring_green_left", + "east": "box3:block/medium_spring_green_right", + "particle": "box3:block/medium_spring_green_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_violet_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_violet_red.json new file mode 100644 index 0000000..47f9012 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_violet_red.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/medium_violet_red_top", + "down": "box3:block/medium_violet_red_bottom", + "north": "box3:block/medium_violet_red_front", + "south": "box3:block/medium_violet_red_back", + "west": "box3:block/medium_violet_red_left", + "east": "box3:block/medium_violet_red_right", + "particle": "box3:block/medium_violet_red_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_yellow.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_yellow.json new file mode 100644 index 0000000..247a371 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/medium_yellow.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/medium_yellow_top", + "down": "box3:block/medium_yellow_bottom", + "north": "box3:block/medium_yellow_front", + "south": "box3:block/medium_yellow_back", + "west": "box3:block/medium_yellow_left", + "east": "box3:block/medium_yellow_right", + "particle": "box3:block/medium_yellow_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/mint_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/mint_green.json new file mode 100644 index 0000000..23e6673 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/mint_green.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/mint_green_top", + "down": "box3:block/mint_green_bottom", + "north": "box3:block/mint_green_front", + "south": "box3:block/mint_green_back", + "west": "box3:block/mint_green_left", + "east": "box3:block/mint_green_right", + "particle": "box3:block/mint_green_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/mint_green_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/mint_green_light.json new file mode 100644 index 0000000..08f9d34 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/mint_green_light.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/mint_green_light_top", + "down": "box3:block/mint_green_light_bottom", + "north": "box3:block/mint_green_light_front", + "south": "box3:block/mint_green_light_back", + "west": "box3:block/mint_green_light_left", + "east": "box3:block/mint_green_light_right", + "particle": "box3:block/mint_green_light_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/multiply.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/multiply.json new file mode 100644 index 0000000..425966e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/multiply.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/multiply_top", + "down": "box3:block/multiply_bottom", + "north": "box3:block/multiply_front", + "south": "box3:block/multiply_back", + "west": "box3:block/multiply_left", + "east": "box3:block/multiply_right", + "particle": "box3:block/multiply_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/n.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/n.json new file mode 100644 index 0000000..023ece8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/n.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/n_top", + "down": "box3:block/n_bottom", + "north": "box3:block/n_front", + "south": "box3:block/n_back", + "west": "box3:block/n_left", + "east": "box3:block/n_right", + "particle": "box3:block/n_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/navajo_white.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/navajo_white.json new file mode 100644 index 0000000..af4a443 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/navajo_white.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/navajo_white_top", + "down": "box3:block/navajo_white_bottom", + "north": "box3:block/navajo_white_front", + "south": "box3:block/navajo_white_back", + "west": "box3:block/navajo_white_left", + "east": "box3:block/navajo_white_right", + "particle": "box3:block/navajo_white_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/nine.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/nine.json new file mode 100644 index 0000000..1986471 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/nine.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/nine_top", + "down": "box3:block/nine_bottom", + "north": "box3:block/nine_front", + "south": "box3:block/nine_back", + "west": "box3:block/nine_left", + "east": "box3:block/nine_right", + "particle": "box3:block/nine_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/o.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/o.json new file mode 100644 index 0000000..e974164 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/o.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/o_top", + "down": "box3:block/o_bottom", + "north": "box3:block/o_front", + "south": "box3:block/o_back", + "west": "box3:block/o_left", + "east": "box3:block/o_right", + "particle": "box3:block/o_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/olive_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/olive_green.json new file mode 100644 index 0000000..68c52bb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/olive_green.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/olive_green_top", + "down": "box3:block/olive_green_bottom", + "north": "box3:block/olive_green_front", + "south": "box3:block/olive_green_back", + "west": "box3:block/olive_green_left", + "east": "box3:block/olive_green_right", + "particle": "box3:block/olive_green_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/one.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/one.json new file mode 100644 index 0000000..2a87312 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/one.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/one_top", + "down": "box3:block/one_bottom", + "north": "box3:block/one_front", + "south": "box3:block/one_back", + "west": "box3:block/one_left", + "east": "box3:block/one_right", + "particle": "box3:block/one_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/orange.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/orange.json new file mode 100644 index 0000000..8bb7eac --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/orange.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/orange_top", + "down": "box3:block/orange_bottom", + "north": "box3:block/orange_front", + "south": "box3:block/orange_back", + "west": "box3:block/orange_left", + "east": "box3:block/orange_right", + "particle": "box3:block/orange_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/orange_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/orange_grass.json new file mode 100644 index 0000000..2dd2c2c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/orange_grass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/orange_grass_top", + "down": "box3:block/orange_grass_bottom", + "north": "box3:block/orange_grass_front", + "south": "box3:block/orange_grass_back", + "west": "box3:block/orange_grass_left", + "east": "box3:block/orange_grass_right", + "particle": "box3:block/orange_grass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/orange_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/orange_grass_all.json new file mode 100644 index 0000000..a0aa149 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/orange_grass_all.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/orange_grass_all_top", + "down": "box3:block/orange_grass_all_bottom", + "north": "box3:block/orange_grass_all_front", + "south": "box3:block/orange_grass_all_back", + "west": "box3:block/orange_grass_all_left", + "east": "box3:block/orange_grass_all_right", + "particle": "box3:block/orange_grass_all_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/orange_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/orange_light.json new file mode 100644 index 0000000..4f48a7b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/orange_light.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/orange_light_top", + "down": "box3:block/orange_light_bottom", + "north": "box3:block/orange_light_front", + "south": "box3:block/orange_light_back", + "west": "box3:block/orange_light_left", + "east": "box3:block/orange_light_right", + "particle": "box3:block/orange_light_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/orange_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/orange_red.json new file mode 100644 index 0000000..d698a55 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/orange_red.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/orange_red_top", + "down": "box3:block/orange_red_bottom", + "north": "box3:block/orange_red_front", + "south": "box3:block/orange_red_back", + "west": "box3:block/orange_red_left", + "east": "box3:block/orange_red_right", + "particle": "box3:block/orange_red_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/p.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/p.json new file mode 100644 index 0000000..a64dae8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/p.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/p_top", + "down": "box3:block/p_bottom", + "north": "box3:block/p_front", + "south": "box3:block/p_back", + "west": "box3:block/p_left", + "east": "box3:block/p_right", + "particle": "box3:block/p_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_carving.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_carving.json new file mode 100644 index 0000000..6e78705 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_carving.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/palace_carving_top", + "down": "box3:block/palace_carving_bottom", + "north": "box3:block/palace_carving_front", + "south": "box3:block/palace_carving_back", + "west": "box3:block/palace_carving_left", + "east": "box3:block/palace_carving_right", + "particle": "box3:block/palace_carving_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_cloud.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_cloud.json new file mode 100644 index 0000000..10aa856 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_cloud.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/palace_cloud_top", + "down": "box3:block/palace_cloud_bottom", + "north": "box3:block/palace_cloud_front", + "south": "box3:block/palace_cloud_back", + "west": "box3:block/palace_cloud_left", + "east": "box3:block/palace_cloud_right", + "particle": "box3:block/palace_cloud_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_01.json new file mode 100644 index 0000000..0b5850b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/palace_eaves_01_top", + "down": "box3:block/palace_eaves_01_bottom", + "north": "box3:block/palace_eaves_01_front", + "south": "box3:block/palace_eaves_01_back", + "west": "box3:block/palace_eaves_01_left", + "east": "box3:block/palace_eaves_01_right", + "particle": "box3:block/palace_eaves_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_02.json new file mode 100644 index 0000000..019f746 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/palace_eaves_02_top", + "down": "box3:block/palace_eaves_02_bottom", + "north": "box3:block/palace_eaves_02_front", + "south": "box3:block/palace_eaves_02_back", + "west": "box3:block/palace_eaves_02_left", + "east": "box3:block/palace_eaves_02_right", + "particle": "box3:block/palace_eaves_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_03.json new file mode 100644 index 0000000..04a2dd9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_03.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/palace_eaves_03_top", + "down": "box3:block/palace_eaves_03_bottom", + "north": "box3:block/palace_eaves_03_front", + "south": "box3:block/palace_eaves_03_back", + "west": "box3:block/palace_eaves_03_left", + "east": "box3:block/palace_eaves_03_right", + "particle": "box3:block/palace_eaves_03_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_04.json new file mode 100644 index 0000000..2cb9b02 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_04.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/palace_eaves_04_top", + "down": "box3:block/palace_eaves_04_bottom", + "north": "box3:block/palace_eaves_04_front", + "south": "box3:block/palace_eaves_04_back", + "west": "box3:block/palace_eaves_04_left", + "east": "box3:block/palace_eaves_04_right", + "particle": "box3:block/palace_eaves_04_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_05.json new file mode 100644 index 0000000..c8a0888 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_05.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/palace_eaves_05_top", + "down": "box3:block/palace_eaves_05_bottom", + "north": "box3:block/palace_eaves_05_front", + "south": "box3:block/palace_eaves_05_back", + "west": "box3:block/palace_eaves_05_left", + "east": "box3:block/palace_eaves_05_right", + "particle": "box3:block/palace_eaves_05_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_06.json new file mode 100644 index 0000000..c16f2c3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_06.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/palace_eaves_06_top", + "down": "box3:block/palace_eaves_06_bottom", + "north": "box3:block/palace_eaves_06_front", + "south": "box3:block/palace_eaves_06_back", + "west": "box3:block/palace_eaves_06_left", + "east": "box3:block/palace_eaves_06_right", + "particle": "box3:block/palace_eaves_06_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_07.json new file mode 100644 index 0000000..a9e7666 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_07.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/palace_eaves_07_top", + "down": "box3:block/palace_eaves_07_bottom", + "north": "box3:block/palace_eaves_07_front", + "south": "box3:block/palace_eaves_07_back", + "west": "box3:block/palace_eaves_07_left", + "east": "box3:block/palace_eaves_07_right", + "particle": "box3:block/palace_eaves_07_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_08.json new file mode 100644 index 0000000..f8cfcb1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_eaves_08.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/palace_eaves_08_top", + "down": "box3:block/palace_eaves_08_bottom", + "north": "box3:block/palace_eaves_08_front", + "south": "box3:block/palace_eaves_08_back", + "west": "box3:block/palace_eaves_08_left", + "east": "box3:block/palace_eaves_08_right", + "particle": "box3:block/palace_eaves_08_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_floor.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_floor.json new file mode 100644 index 0000000..b12fdec --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_floor.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/palace_floor_top", + "down": "box3:block/palace_floor_bottom", + "north": "box3:block/palace_floor_front", + "south": "box3:block/palace_floor_back", + "west": "box3:block/palace_floor_left", + "east": "box3:block/palace_floor_right", + "particle": "box3:block/palace_floor_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_lamp.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_lamp.json new file mode 100644 index 0000000..8df753d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_lamp.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/palace_lamp_top", + "down": "box3:block/palace_lamp_bottom", + "north": "box3:block/palace_lamp_front", + "south": "box3:block/palace_lamp_back", + "west": "box3:block/palace_lamp_left", + "east": "box3:block/palace_lamp_right", + "particle": "box3:block/palace_lamp_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_roof.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_roof.json new file mode 100644 index 0000000..495dccd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_roof.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/palace_roof_top", + "down": "box3:block/palace_roof_bottom", + "north": "box3:block/palace_roof_front", + "south": "box3:block/palace_roof_back", + "west": "box3:block/palace_roof_left", + "east": "box3:block/palace_roof_right", + "particle": "box3:block/palace_roof_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_window.json new file mode 100644 index 0000000..123dc55 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palace_window.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/palace_window_top", + "down": "box3:block/palace_window_bottom", + "north": "box3:block/palace_window_front", + "south": "box3:block/palace_window_back", + "west": "box3:block/palace_window_left", + "east": "box3:block/palace_window_right", + "particle": "box3:block/palace_window_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pale_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pale_green.json new file mode 100644 index 0000000..8c777c0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pale_green.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/pale_green_top", + "down": "box3:block/pale_green_bottom", + "north": "box3:block/pale_green_front", + "south": "box3:block/pale_green_back", + "west": "box3:block/pale_green_left", + "east": "box3:block/pale_green_right", + "particle": "box3:block/pale_green_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palm.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palm.json new file mode 100644 index 0000000..6aac6c5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/palm.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/palm_top", + "down": "box3:block/palm_bottom", + "north": "box3:block/palm_front", + "south": "box3:block/palm_back", + "west": "box3:block/palm_left", + "east": "box3:block/palm_right", + "particle": "box3:block/palm_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/paren_close.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/paren_close.json new file mode 100644 index 0000000..57d20a5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/paren_close.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/paren_close_top", + "down": "box3:block/paren_close_bottom", + "north": "box3:block/paren_close_front", + "south": "box3:block/paren_close_back", + "west": "box3:block/paren_close_left", + "east": "box3:block/paren_close_right", + "particle": "box3:block/paren_close_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/paren_open.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/paren_open.json new file mode 100644 index 0000000..4245c7c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/paren_open.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/paren_open_top", + "down": "box3:block/paren_open_bottom", + "north": "box3:block/paren_open_front", + "south": "box3:block/paren_open_back", + "west": "box3:block/paren_open_left", + "east": "box3:block/paren_open_right", + "particle": "box3:block/paren_open_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/percent.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/percent.json new file mode 100644 index 0000000..33d3379 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/percent.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/percent_top", + "down": "box3:block/percent_bottom", + "north": "box3:block/percent_front", + "south": "box3:block/percent_back", + "west": "box3:block/percent_left", + "east": "box3:block/percent_right", + "particle": "box3:block/percent_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/period.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/period.json new file mode 100644 index 0000000..36dfcd4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/period.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/period_top", + "down": "box3:block/period_bottom", + "north": "box3:block/period_front", + "south": "box3:block/period_back", + "west": "box3:block/period_left", + "east": "box3:block/period_right", + "particle": "box3:block/period_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/peru.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/peru.json new file mode 100644 index 0000000..132ed31 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/peru.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/peru_top", + "down": "box3:block/peru_bottom", + "north": "box3:block/peru_front", + "south": "box3:block/peru_back", + "west": "box3:block/peru_left", + "east": "box3:block/peru_right", + "particle": "box3:block/peru_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pink.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pink.json new file mode 100644 index 0000000..29a780b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pink.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/pink_top", + "down": "box3:block/pink_bottom", + "north": "box3:block/pink_front", + "south": "box3:block/pink_back", + "west": "box3:block/pink_left", + "east": "box3:block/pink_right", + "particle": "box3:block/pink_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pink_cake.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pink_cake.json new file mode 100644 index 0000000..433d5b5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pink_cake.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/pink_cake_top", + "down": "box3:block/pink_cake_bottom", + "north": "box3:block/pink_cake_front", + "south": "box3:block/pink_cake_back", + "west": "box3:block/pink_cake_left", + "east": "box3:block/pink_cake_right", + "particle": "box3:block/pink_cake_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pink_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pink_grass.json new file mode 100644 index 0000000..4256310 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pink_grass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/pink_grass_top", + "down": "box3:block/pink_grass_bottom", + "north": "box3:block/pink_grass_front", + "south": "box3:block/pink_grass_back", + "west": "box3:block/pink_grass_left", + "east": "box3:block/pink_grass_right", + "particle": "box3:block/pink_grass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pink_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pink_grass_all.json new file mode 100644 index 0000000..aa2fab4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pink_grass_all.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/pink_grass_all_top", + "down": "box3:block/pink_grass_all_bottom", + "north": "box3:block/pink_grass_all_front", + "south": "box3:block/pink_grass_all_back", + "west": "box3:block/pink_grass_all_left", + "east": "box3:block/pink_grass_all_right", + "particle": "box3:block/pink_grass_all_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pink_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pink_light.json new file mode 100644 index 0000000..5aece85 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pink_light.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/pink_light_top", + "down": "box3:block/pink_light_bottom", + "north": "box3:block/pink_light_front", + "south": "box3:block/pink_light_back", + "west": "box3:block/pink_light_left", + "east": "box3:block/pink_light_right", + "particle": "box3:block/pink_light_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_01.json new file mode 100644 index 0000000..ca28142 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/plank_01_top", + "down": "box3:block/plank_01_bottom", + "north": "box3:block/plank_01_front", + "south": "box3:block/plank_01_back", + "west": "box3:block/plank_01_left", + "east": "box3:block/plank_01_right", + "particle": "box3:block/plank_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_02.json new file mode 100644 index 0000000..d004add --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/plank_02_top", + "down": "box3:block/plank_02_bottom", + "north": "box3:block/plank_02_front", + "south": "box3:block/plank_02_back", + "west": "box3:block/plank_02_left", + "east": "box3:block/plank_02_right", + "particle": "box3:block/plank_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_03.json new file mode 100644 index 0000000..67ab5fa --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_03.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/plank_03_top", + "down": "box3:block/plank_03_bottom", + "north": "box3:block/plank_03_front", + "south": "box3:block/plank_03_back", + "west": "box3:block/plank_03_left", + "east": "box3:block/plank_03_right", + "particle": "box3:block/plank_03_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_04.json new file mode 100644 index 0000000..1999852 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_04.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/plank_04_top", + "down": "box3:block/plank_04_bottom", + "north": "box3:block/plank_04_front", + "south": "box3:block/plank_04_back", + "west": "box3:block/plank_04_left", + "east": "box3:block/plank_04_right", + "particle": "box3:block/plank_04_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_05.json new file mode 100644 index 0000000..9d2412e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_05.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/plank_05_top", + "down": "box3:block/plank_05_bottom", + "north": "box3:block/plank_05_front", + "south": "box3:block/plank_05_back", + "west": "box3:block/plank_05_left", + "east": "box3:block/plank_05_right", + "particle": "box3:block/plank_05_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_06.json new file mode 100644 index 0000000..3c18a06 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_06.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/plank_06_top", + "down": "box3:block/plank_06_bottom", + "north": "box3:block/plank_06_front", + "south": "box3:block/plank_06_back", + "west": "box3:block/plank_06_left", + "east": "box3:block/plank_06_right", + "particle": "box3:block/plank_06_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_07.json new file mode 100644 index 0000000..1ec6f35 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/plank_07.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/plank_07_top", + "down": "box3:block/plank_07_bottom", + "north": "box3:block/plank_07_front", + "south": "box3:block/plank_07_back", + "west": "box3:block/plank_07_left", + "east": "box3:block/plank_07_right", + "particle": "box3:block/plank_07_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/polar_ice.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/polar_ice.json new file mode 100644 index 0000000..8776cac --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/polar_ice.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/polar_ice_top", + "down": "box3:block/polar_ice_bottom", + "north": "box3:block/polar_ice_front", + "south": "box3:block/polar_ice_back", + "west": "box3:block/polar_ice_left", + "east": "box3:block/polar_ice_right", + "particle": "box3:block/polar_ice_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/polar_region.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/polar_region.json new file mode 100644 index 0000000..e18956a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/polar_region.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/polar_region_top", + "down": "box3:block/polar_region_bottom", + "north": "box3:block/polar_region_front", + "south": "box3:block/polar_region_back", + "west": "box3:block/polar_region_left", + "east": "box3:block/polar_region_right", + "particle": "box3:block/polar_region_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pound.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pound.json new file mode 100644 index 0000000..8f411eb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pound.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/pound_top", + "down": "box3:block/pound_bottom", + "north": "box3:block/pound_front", + "south": "box3:block/pound_back", + "west": "box3:block/pound_left", + "east": "box3:block/pound_right", + "particle": "box3:block/pound_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/powder_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/powder_blue.json new file mode 100644 index 0000000..82fa453 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/powder_blue.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/powder_blue_top", + "down": "box3:block/powder_blue_bottom", + "north": "box3:block/powder_blue_front", + "south": "box3:block/powder_blue_back", + "west": "box3:block/powder_blue_left", + "east": "box3:block/powder_blue_right", + "particle": "box3:block/powder_blue_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pumpkin.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pumpkin.json new file mode 100644 index 0000000..bbe39ff --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pumpkin.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/pumpkin_top", + "down": "box3:block/pumpkin_bottom", + "north": "box3:block/pumpkin_front", + "south": "box3:block/pumpkin_back", + "west": "box3:block/pumpkin_left", + "east": "box3:block/pumpkin_right", + "particle": "box3:block/pumpkin_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pumpkin_lantern.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pumpkin_lantern.json new file mode 100644 index 0000000..3c639bc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/pumpkin_lantern.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/pumpkin_lantern_top", + "down": "box3:block/pumpkin_lantern_bottom", + "north": "box3:block/pumpkin_lantern_front", + "south": "box3:block/pumpkin_lantern_back", + "west": "box3:block/pumpkin_lantern_left", + "east": "box3:block/pumpkin_lantern_right", + "particle": "box3:block/pumpkin_lantern_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/purple.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/purple.json new file mode 100644 index 0000000..f0a22f7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/purple.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/purple_top", + "down": "box3:block/purple_bottom", + "north": "box3:block/purple_front", + "south": "box3:block/purple_back", + "west": "box3:block/purple_left", + "east": "box3:block/purple_right", + "particle": "box3:block/purple_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/purple_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/purple_grass.json new file mode 100644 index 0000000..d314953 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/purple_grass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/purple_grass_top", + "down": "box3:block/purple_grass_bottom", + "north": "box3:block/purple_grass_front", + "south": "box3:block/purple_grass_back", + "west": "box3:block/purple_grass_left", + "east": "box3:block/purple_grass_right", + "particle": "box3:block/purple_grass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/purple_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/purple_grass_all.json new file mode 100644 index 0000000..8aa8024 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/purple_grass_all.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/purple_grass_all_top", + "down": "box3:block/purple_grass_all_bottom", + "north": "box3:block/purple_grass_all_front", + "south": "box3:block/purple_grass_all_back", + "west": "box3:block/purple_grass_all_left", + "east": "box3:block/purple_grass_all_right", + "particle": "box3:block/purple_grass_all_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/purple_surface_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/purple_surface_01.json new file mode 100644 index 0000000..2967254 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/purple_surface_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/purple_surface_01_top", + "down": "box3:block/purple_surface_01_bottom", + "north": "box3:block/purple_surface_01_front", + "south": "box3:block/purple_surface_01_back", + "west": "box3:block/purple_surface_01_left", + "east": "box3:block/purple_surface_01_right", + "particle": "box3:block/purple_surface_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/purple_surface_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/purple_surface_02.json new file mode 100644 index 0000000..1877359 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/purple_surface_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/purple_surface_02_top", + "down": "box3:block/purple_surface_02_bottom", + "north": "box3:block/purple_surface_02_front", + "south": "box3:block/purple_surface_02_back", + "west": "box3:block/purple_surface_02_left", + "east": "box3:block/purple_surface_02_right", + "particle": "box3:block/purple_surface_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/q.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/q.json new file mode 100644 index 0000000..9b0dbfc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/q.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/q_top", + "down": "box3:block/q_bottom", + "north": "box3:block/q_front", + "south": "box3:block/q_back", + "west": "box3:block/q_left", + "east": "box3:block/q_right", + "particle": "box3:block/q_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/quartz_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/quartz_brick.json new file mode 100644 index 0000000..85008d2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/quartz_brick.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/quartz_brick_top", + "down": "box3:block/quartz_brick_bottom", + "north": "box3:block/quartz_brick_front", + "south": "box3:block/quartz_brick_back", + "west": "box3:block/quartz_brick_left", + "east": "box3:block/quartz_brick_right", + "particle": "box3:block/quartz_brick_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/question_mark.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/question_mark.json new file mode 100644 index 0000000..2eb956b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/question_mark.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/question_mark_top", + "down": "box3:block/question_mark_bottom", + "north": "box3:block/question_mark_front", + "south": "box3:block/question_mark_back", + "west": "box3:block/question_mark_left", + "east": "box3:block/question_mark_right", + "particle": "box3:block/question_mark_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/quotation_mark.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/quotation_mark.json new file mode 100644 index 0000000..8a1d7c5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/quotation_mark.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/quotation_mark_top", + "down": "box3:block/quotation_mark_bottom", + "north": "box3:block/quotation_mark_front", + "south": "box3:block/quotation_mark_back", + "west": "box3:block/quotation_mark_left", + "east": "box3:block/quotation_mark_right", + "particle": "box3:block/quotation_mark_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/r.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/r.json new file mode 100644 index 0000000..20f9a3f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/r.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/r_top", + "down": "box3:block/r_bottom", + "north": "box3:block/r_front", + "south": "box3:block/r_back", + "west": "box3:block/r_left", + "east": "box3:block/r_right", + "particle": "box3:block/r_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/rainbow_cube.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/rainbow_cube.json new file mode 100644 index 0000000..5529af2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/rainbow_cube.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/rainbow_cube_top", + "down": "box3:block/rainbow_cube_bottom", + "north": "box3:block/rainbow_cube_front", + "south": "box3:block/rainbow_cube_back", + "west": "box3:block/rainbow_cube_left", + "east": "box3:block/rainbow_cube_right", + "particle": "box3:block/rainbow_cube_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red.json new file mode 100644 index 0000000..7e830c0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/red_top", + "down": "box3:block/red_bottom", + "north": "box3:block/red_front", + "south": "box3:block/red_back", + "west": "box3:block/red_left", + "east": "box3:block/red_right", + "particle": "box3:block/red_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_brick.json new file mode 100644 index 0000000..c1de9fa --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_brick.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/red_brick_top", + "down": "box3:block/red_brick_bottom", + "north": "box3:block/red_brick_front", + "south": "box3:block/red_brick_back", + "west": "box3:block/red_brick_left", + "east": "box3:block/red_brick_right", + "particle": "box3:block/red_brick_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_brick_floor.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_brick_floor.json new file mode 100644 index 0000000..6420768 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_brick_floor.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/red_brick_floor_top", + "down": "box3:block/red_brick_floor_bottom", + "north": "box3:block/red_brick_floor_front", + "south": "box3:block/red_brick_floor_back", + "west": "box3:block/red_brick_floor_left", + "east": "box3:block/red_brick_floor_right", + "particle": "box3:block/red_brick_floor_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_brick_wall.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_brick_wall.json new file mode 100644 index 0000000..5ba8efc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_brick_wall.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/red_brick_wall_top", + "down": "box3:block/red_brick_wall_bottom", + "north": "box3:block/red_brick_wall_front", + "south": "box3:block/red_brick_wall_back", + "west": "box3:block/red_brick_wall_left", + "east": "box3:block/red_brick_wall_right", + "particle": "box3:block/red_brick_wall_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_decorative_light.json new file mode 100644 index 0000000..1280c15 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_decorative_light.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/red_decorative_light_top", + "down": "box3:block/red_decorative_light_bottom", + "north": "box3:block/red_decorative_light_front", + "south": "box3:block/red_decorative_light_back", + "west": "box3:block/red_decorative_light_left", + "east": "box3:block/red_decorative_light_right", + "particle": "box3:block/red_decorative_light_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_gift.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_gift.json new file mode 100644 index 0000000..9a74e25 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_gift.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/red_gift_top", + "down": "box3:block/red_gift_bottom", + "north": "box3:block/red_gift_front", + "south": "box3:block/red_gift_back", + "west": "box3:block/red_gift_left", + "east": "box3:block/red_gift_right", + "particle": "box3:block/red_gift_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_glass.json new file mode 100644 index 0000000..7e820c7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_glass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/red_glass_top", + "down": "box3:block/red_glass_bottom", + "north": "box3:block/red_glass_front", + "south": "box3:block/red_glass_back", + "west": "box3:block/red_glass_left", + "east": "box3:block/red_glass_right", + "particle": "box3:block/red_glass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_light.json new file mode 100644 index 0000000..cbf68ef --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/red_light.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/red_light_top", + "down": "box3:block/red_light_bottom", + "north": "box3:block/red_light_front", + "south": "box3:block/red_light_back", + "west": "box3:block/red_light_left", + "east": "box3:block/red_light_right", + "particle": "box3:block/red_light_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/rock.json new file mode 100644 index 0000000..2698e15 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/rock.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/rock_top", + "down": "box3:block/rock_bottom", + "north": "box3:block/rock_front", + "south": "box3:block/rock_back", + "west": "box3:block/rock_left", + "east": "box3:block/rock_right", + "particle": "box3:block/rock_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_blue_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_blue_04.json new file mode 100644 index 0000000..7d060d1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_blue_04.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/roof_blue_04_top", + "down": "box3:block/roof_blue_04_bottom", + "north": "box3:block/roof_blue_04_front", + "south": "box3:block/roof_blue_04_back", + "west": "box3:block/roof_blue_04_left", + "east": "box3:block/roof_blue_04_right", + "particle": "box3:block/roof_blue_04_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_green.json new file mode 100644 index 0000000..e9d6331 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_green.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/roof_green_top", + "down": "box3:block/roof_green_bottom", + "north": "box3:block/roof_green_front", + "south": "box3:block/roof_green_back", + "west": "box3:block/roof_green_left", + "east": "box3:block/roof_green_right", + "particle": "box3:block/roof_green_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_grey.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_grey.json new file mode 100644 index 0000000..7c230ab --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_grey.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/roof_grey_top", + "down": "box3:block/roof_grey_bottom", + "north": "box3:block/roof_grey_front", + "south": "box3:block/roof_grey_back", + "west": "box3:block/roof_grey_left", + "east": "box3:block/roof_grey_right", + "particle": "box3:block/roof_grey_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_purple.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_purple.json new file mode 100644 index 0000000..800fef4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_purple.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/roof_purple_top", + "down": "box3:block/roof_purple_bottom", + "north": "box3:block/roof_purple_front", + "south": "box3:block/roof_purple_back", + "west": "box3:block/roof_purple_left", + "east": "box3:block/roof_purple_right", + "particle": "box3:block/roof_purple_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_red.json new file mode 100644 index 0000000..0b0486b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_red.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/roof_red_top", + "down": "box3:block/roof_red_bottom", + "north": "box3:block/roof_red_front", + "south": "box3:block/roof_red_back", + "west": "box3:block/roof_red_left", + "east": "box3:block/roof_red_right", + "particle": "box3:block/roof_red_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_yellow.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_yellow.json new file mode 100644 index 0000000..dc766f8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/roof_yellow.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/roof_yellow_top", + "down": "box3:block/roof_yellow_bottom", + "north": "box3:block/roof_yellow_front", + "south": "box3:block/roof_yellow_back", + "west": "box3:block/roof_yellow_left", + "east": "box3:block/roof_yellow_right", + "particle": "box3:block/roof_yellow_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/s.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/s.json new file mode 100644 index 0000000..b3654fc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/s.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/s_top", + "down": "box3:block/s_bottom", + "north": "box3:block/s_front", + "south": "box3:block/s_back", + "west": "box3:block/s_left", + "east": "box3:block/s_right", + "particle": "box3:block/s_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/sakura_pink.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/sakura_pink.json new file mode 100644 index 0000000..be333e3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/sakura_pink.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/sakura_pink_top", + "down": "box3:block/sakura_pink_bottom", + "north": "box3:block/sakura_pink_front", + "south": "box3:block/sakura_pink_back", + "west": "box3:block/sakura_pink_left", + "east": "box3:block/sakura_pink_right", + "particle": "box3:block/sakura_pink_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/sand.json new file mode 100644 index 0000000..073b5b1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/sand.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/sand_top", + "down": "box3:block/sand_bottom", + "north": "box3:block/sand_front", + "south": "box3:block/sand_back", + "west": "box3:block/sand_left", + "east": "box3:block/sand_right", + "particle": "box3:block/sand_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/sand_stones.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/sand_stones.json new file mode 100644 index 0000000..27430a4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/sand_stones.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/sand_stones_top", + "down": "box3:block/sand_stones_bottom", + "north": "box3:block/sand_stones_front", + "south": "box3:block/sand_stones_back", + "west": "box3:block/sand_stones_left", + "east": "box3:block/sand_stones_right", + "particle": "box3:block/sand_stones_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/semicolon.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/semicolon.json new file mode 100644 index 0000000..13b7bd4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/semicolon.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/semicolon_top", + "down": "box3:block/semicolon_bottom", + "north": "box3:block/semicolon_front", + "south": "box3:block/semicolon_back", + "west": "box3:block/semicolon_left", + "east": "box3:block/semicolon_right", + "particle": "box3:block/semicolon_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/seven.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/seven.json new file mode 100644 index 0000000..34c9fb0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/seven.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/seven_top", + "down": "box3:block/seven_bottom", + "north": "box3:block/seven_front", + "south": "box3:block/seven_back", + "west": "box3:block/seven_left", + "east": "box3:block/seven_right", + "particle": "box3:block/seven_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/sienna.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/sienna.json new file mode 100644 index 0000000..e01ba40 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/sienna.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/sienna_top", + "down": "box3:block/sienna_bottom", + "north": "box3:block/sienna_front", + "south": "box3:block/sienna_back", + "west": "box3:block/sienna_left", + "east": "box3:block/sienna_right", + "particle": "box3:block/sienna_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/six.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/six.json new file mode 100644 index 0000000..65658a3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/six.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/six_top", + "down": "box3:block/six_bottom", + "north": "box3:block/six_front", + "south": "box3:block/six_back", + "west": "box3:block/six_left", + "east": "box3:block/six_right", + "particle": "box3:block/six_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/sky_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/sky_blue.json new file mode 100644 index 0000000..3b903e7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/sky_blue.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/sky_blue_top", + "down": "box3:block/sky_blue_bottom", + "north": "box3:block/sky_blue_front", + "south": "box3:block/sky_blue_back", + "west": "box3:block/sky_blue_left", + "east": "box3:block/sky_blue_right", + "particle": "box3:block/sky_blue_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/slash.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/slash.json new file mode 100644 index 0000000..4780801 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/slash.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/slash_top", + "down": "box3:block/slash_bottom", + "north": "box3:block/slash_front", + "south": "box3:block/slash_back", + "west": "box3:block/slash_left", + "east": "box3:block/slash_right", + "particle": "box3:block/slash_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snow.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snow.json new file mode 100644 index 0000000..ff8cd96 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snow.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/snow_top", + "down": "box3:block/snow_bottom", + "north": "box3:block/snow_front", + "south": "box3:block/snow_back", + "west": "box3:block/snow_left", + "east": "box3:block/snow_right", + "particle": "box3:block/snow_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snow_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snow_grass.json new file mode 100644 index 0000000..9a92812 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snow_grass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/snow_grass_top", + "down": "box3:block/snow_grass_bottom", + "north": "box3:block/snow_grass_front", + "south": "box3:block/snow_grass_back", + "west": "box3:block/snow_grass_left", + "east": "box3:block/snow_grass_right", + "particle": "box3:block/snow_grass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snow_land.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snow_land.json new file mode 100644 index 0000000..9d21ab5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snow_land.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/snow_land_top", + "down": "box3:block/snow_land_bottom", + "north": "box3:block/snow_land_front", + "south": "box3:block/snow_land_back", + "west": "box3:block/snow_land_left", + "east": "box3:block/snow_land_right", + "particle": "box3:block/snow_land_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snowflake_lamp.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snowflake_lamp.json new file mode 100644 index 0000000..3ca8b2f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snowflake_lamp.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/snowflake_lamp_top", + "down": "box3:block/snowflake_lamp_bottom", + "north": "box3:block/snowflake_lamp_front", + "south": "box3:block/snowflake_lamp_back", + "west": "box3:block/snowflake_lamp_left", + "east": "box3:block/snowflake_lamp_right", + "particle": "box3:block/snowflake_lamp_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snowland.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snowland.json new file mode 100644 index 0000000..9ac02f6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snowland.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/snowland_top", + "down": "box3:block/snowland_bottom", + "north": "box3:block/snowland_front", + "south": "box3:block/snowland_back", + "west": "box3:block/snowland_left", + "east": "box3:block/snowland_right", + "particle": "box3:block/snowland_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snowman_body.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snowman_body.json new file mode 100644 index 0000000..42426ce --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snowman_body.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/snowman_body_top", + "down": "box3:block/snowman_body_bottom", + "north": "box3:block/snowman_body_front", + "south": "box3:block/snowman_body_back", + "west": "box3:block/snowman_body_left", + "east": "box3:block/snowman_body_right", + "particle": "box3:block/snowman_body_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snowman_head.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snowman_head.json new file mode 100644 index 0000000..07f80ee --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/snowman_head.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/snowman_head_top", + "down": "box3:block/snowman_head_bottom", + "north": "box3:block/snowman_head_front", + "south": "box3:block/snowman_head_back", + "west": "box3:block/snowman_head_left", + "east": "box3:block/snowman_head_right", + "particle": "box3:block/snowman_head_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_01.json new file mode 100644 index 0000000..1d0eadf --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_01_top", + "down": "box3:block/special_grass_01_bottom", + "north": "box3:block/special_grass_01_front", + "south": "box3:block/special_grass_01_back", + "west": "box3:block/special_grass_01_left", + "east": "box3:block/special_grass_01_right", + "particle": "box3:block/special_grass_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_02.json new file mode 100644 index 0000000..131b51b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_02_top", + "down": "box3:block/special_grass_02_bottom", + "north": "box3:block/special_grass_02_front", + "south": "box3:block/special_grass_02_back", + "west": "box3:block/special_grass_02_left", + "east": "box3:block/special_grass_02_right", + "particle": "box3:block/special_grass_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_03.json new file mode 100644 index 0000000..8179344 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_03.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_03_top", + "down": "box3:block/special_grass_03_bottom", + "north": "box3:block/special_grass_03_front", + "south": "box3:block/special_grass_03_back", + "west": "box3:block/special_grass_03_left", + "east": "box3:block/special_grass_03_right", + "particle": "box3:block/special_grass_03_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_04.json new file mode 100644 index 0000000..c6ac8ad --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_04.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_04_top", + "down": "box3:block/special_grass_04_bottom", + "north": "box3:block/special_grass_04_front", + "south": "box3:block/special_grass_04_back", + "west": "box3:block/special_grass_04_left", + "east": "box3:block/special_grass_04_right", + "particle": "box3:block/special_grass_04_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_05.json new file mode 100644 index 0000000..27ae490 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_05.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_05_top", + "down": "box3:block/special_grass_05_bottom", + "north": "box3:block/special_grass_05_front", + "south": "box3:block/special_grass_05_back", + "west": "box3:block/special_grass_05_left", + "east": "box3:block/special_grass_05_right", + "particle": "box3:block/special_grass_05_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_06.json new file mode 100644 index 0000000..9c5954f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_06.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_06_top", + "down": "box3:block/special_grass_06_bottom", + "north": "box3:block/special_grass_06_front", + "south": "box3:block/special_grass_06_back", + "west": "box3:block/special_grass_06_left", + "east": "box3:block/special_grass_06_right", + "particle": "box3:block/special_grass_06_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_07.json new file mode 100644 index 0000000..f6e09a2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_07.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_07_top", + "down": "box3:block/special_grass_07_bottom", + "north": "box3:block/special_grass_07_front", + "south": "box3:block/special_grass_07_back", + "west": "box3:block/special_grass_07_left", + "east": "box3:block/special_grass_07_right", + "particle": "box3:block/special_grass_07_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_08.json new file mode 100644 index 0000000..9775132 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_08.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_08_top", + "down": "box3:block/special_grass_08_bottom", + "north": "box3:block/special_grass_08_front", + "south": "box3:block/special_grass_08_back", + "west": "box3:block/special_grass_08_left", + "east": "box3:block/special_grass_08_right", + "particle": "box3:block/special_grass_08_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_09.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_09.json new file mode 100644 index 0000000..e8c5cc5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_09.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_09_top", + "down": "box3:block/special_grass_09_bottom", + "north": "box3:block/special_grass_09_front", + "south": "box3:block/special_grass_09_back", + "west": "box3:block/special_grass_09_left", + "east": "box3:block/special_grass_09_right", + "particle": "box3:block/special_grass_09_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_10.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_10.json new file mode 100644 index 0000000..23d95e0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_10.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_10_top", + "down": "box3:block/special_grass_10_bottom", + "north": "box3:block/special_grass_10_front", + "south": "box3:block/special_grass_10_back", + "west": "box3:block/special_grass_10_left", + "east": "box3:block/special_grass_10_right", + "particle": "box3:block/special_grass_10_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_11.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_11.json new file mode 100644 index 0000000..5b53370 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_11.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_11_top", + "down": "box3:block/special_grass_11_bottom", + "north": "box3:block/special_grass_11_front", + "south": "box3:block/special_grass_11_back", + "west": "box3:block/special_grass_11_left", + "east": "box3:block/special_grass_11_right", + "particle": "box3:block/special_grass_11_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_12.json new file mode 100644 index 0000000..86997ea --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_12.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_12_top", + "down": "box3:block/special_grass_12_bottom", + "north": "box3:block/special_grass_12_front", + "south": "box3:block/special_grass_12_back", + "west": "box3:block/special_grass_12_left", + "east": "box3:block/special_grass_12_right", + "particle": "box3:block/special_grass_12_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_13.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_13.json new file mode 100644 index 0000000..d63c2bd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_13.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_13_top", + "down": "box3:block/special_grass_13_bottom", + "north": "box3:block/special_grass_13_front", + "south": "box3:block/special_grass_13_back", + "west": "box3:block/special_grass_13_left", + "east": "box3:block/special_grass_13_right", + "particle": "box3:block/special_grass_13_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_14.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_14.json new file mode 100644 index 0000000..6e8c092 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_14.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_14_top", + "down": "box3:block/special_grass_14_bottom", + "north": "box3:block/special_grass_14_front", + "south": "box3:block/special_grass_14_back", + "west": "box3:block/special_grass_14_left", + "east": "box3:block/special_grass_14_right", + "particle": "box3:block/special_grass_14_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_15.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_15.json new file mode 100644 index 0000000..6260e2c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_15.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_15_top", + "down": "box3:block/special_grass_15_bottom", + "north": "box3:block/special_grass_15_front", + "south": "box3:block/special_grass_15_back", + "west": "box3:block/special_grass_15_left", + "east": "box3:block/special_grass_15_right", + "particle": "box3:block/special_grass_15_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_16.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_16.json new file mode 100644 index 0000000..51a4e9f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_grass_16.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_grass_16_top", + "down": "box3:block/special_grass_16_bottom", + "north": "box3:block/special_grass_16_front", + "south": "box3:block/special_grass_16_back", + "west": "box3:block/special_grass_16_left", + "east": "box3:block/special_grass_16_right", + "particle": "box3:block/special_grass_16_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_land_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_land_01.json new file mode 100644 index 0000000..7cab5d2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_land_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_land_01_top", + "down": "box3:block/special_land_01_bottom", + "north": "box3:block/special_land_01_front", + "south": "box3:block/special_land_01_back", + "west": "box3:block/special_land_01_left", + "east": "box3:block/special_land_01_right", + "particle": "box3:block/special_land_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_sand_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_sand_01.json new file mode 100644 index 0000000..04cbaf8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_sand_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_sand_01_top", + "down": "box3:block/special_sand_01_bottom", + "north": "box3:block/special_sand_01_front", + "south": "box3:block/special_sand_01_back", + "west": "box3:block/special_sand_01_left", + "east": "box3:block/special_sand_01_right", + "particle": "box3:block/special_sand_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_sand_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_sand_02.json new file mode 100644 index 0000000..71c1075 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_sand_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_sand_02_top", + "down": "box3:block/special_sand_02_bottom", + "north": "box3:block/special_sand_02_front", + "south": "box3:block/special_sand_02_back", + "west": "box3:block/special_sand_02_left", + "east": "box3:block/special_sand_02_right", + "particle": "box3:block/special_sand_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_sand_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_sand_03.json new file mode 100644 index 0000000..8d212a8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_sand_03.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_sand_03_top", + "down": "box3:block/special_sand_03_bottom", + "north": "box3:block/special_sand_03_front", + "south": "box3:block/special_sand_03_back", + "west": "box3:block/special_sand_03_left", + "east": "box3:block/special_sand_03_right", + "particle": "box3:block/special_sand_03_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_sand_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_sand_04.json new file mode 100644 index 0000000..5b36785 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_sand_04.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_sand_04_top", + "down": "box3:block/special_sand_04_bottom", + "north": "box3:block/special_sand_04_front", + "south": "box3:block/special_sand_04_back", + "west": "box3:block/special_sand_04_left", + "east": "box3:block/special_sand_04_right", + "particle": "box3:block/special_sand_04_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_sand_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_sand_05.json new file mode 100644 index 0000000..d884f88 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/special_sand_05.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/special_sand_05_top", + "down": "box3:block/special_sand_05_bottom", + "north": "box3:block/special_sand_05_front", + "south": "box3:block/special_sand_05_back", + "west": "box3:block/special_sand_05_left", + "east": "box3:block/special_sand_05_right", + "particle": "box3:block/special_sand_05_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/spiderweb.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/spiderweb.json new file mode 100644 index 0000000..efa99f2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/spiderweb.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/spiderweb_top", + "down": "box3:block/spiderweb_bottom", + "north": "box3:block/spiderweb_front", + "south": "box3:block/spiderweb_back", + "west": "box3:block/spiderweb_left", + "east": "box3:block/spiderweb_right", + "particle": "box3:block/spiderweb_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stained_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stained_glass.json new file mode 100644 index 0000000..b3b64cf --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stained_glass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stained_glass_top", + "down": "box3:block/stained_glass_bottom", + "north": "box3:block/stained_glass_front", + "south": "box3:block/stained_glass_back", + "west": "box3:block/stained_glass_left", + "east": "box3:block/stained_glass_right", + "particle": "box3:block/stained_glass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stainless_steel.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stainless_steel.json new file mode 100644 index 0000000..0eebf25 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stainless_steel.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stainless_steel_top", + "down": "box3:block/stainless_steel_bottom", + "north": "box3:block/stainless_steel_front", + "south": "box3:block/stainless_steel_back", + "west": "box3:block/stainless_steel_left", + "east": "box3:block/stainless_steel_right", + "particle": "box3:block/stainless_steel_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/star_lamp.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/star_lamp.json new file mode 100644 index 0000000..8b36aef --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/star_lamp.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/star_lamp_top", + "down": "box3:block/star_lamp_bottom", + "north": "box3:block/star_lamp_front", + "south": "box3:block/star_lamp_back", + "west": "box3:block/star_lamp_left", + "east": "box3:block/star_lamp_right", + "particle": "box3:block/star_lamp_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone.json new file mode 100644 index 0000000..d6beeac --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stone_top", + "down": "box3:block/stone_bottom", + "north": "box3:block/stone_front", + "south": "box3:block/stone_back", + "west": "box3:block/stone_left", + "east": "box3:block/stone_right", + "particle": "box3:block/stone_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_brick_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_brick_01.json new file mode 100644 index 0000000..9b94c1e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_brick_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stone_brick_01_top", + "down": "box3:block/stone_brick_01_bottom", + "north": "box3:block/stone_brick_01_front", + "south": "box3:block/stone_brick_01_back", + "west": "box3:block/stone_brick_01_left", + "east": "box3:block/stone_brick_01_right", + "particle": "box3:block/stone_brick_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_brick_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_brick_02.json new file mode 100644 index 0000000..6a5747e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_brick_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stone_brick_02_top", + "down": "box3:block/stone_brick_02_bottom", + "north": "box3:block/stone_brick_02_front", + "south": "box3:block/stone_brick_02_back", + "west": "box3:block/stone_brick_02_left", + "east": "box3:block/stone_brick_02_right", + "particle": "box3:block/stone_brick_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_pillar_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_pillar_03.json new file mode 100644 index 0000000..668e863 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_pillar_03.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stone_pillar_03_top", + "down": "box3:block/stone_pillar_03_bottom", + "north": "box3:block/stone_pillar_03_front", + "south": "box3:block/stone_pillar_03_back", + "west": "box3:block/stone_pillar_03_left", + "east": "box3:block/stone_pillar_03_right", + "particle": "box3:block/stone_pillar_03_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_pillar_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_pillar_04.json new file mode 100644 index 0000000..c3957c6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_pillar_04.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stone_pillar_04_top", + "down": "box3:block/stone_pillar_04_bottom", + "north": "box3:block/stone_pillar_04_front", + "south": "box3:block/stone_pillar_04_back", + "west": "box3:block/stone_pillar_04_left", + "east": "box3:block/stone_pillar_04_right", + "particle": "box3:block/stone_pillar_04_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_pillar_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_pillar_05.json new file mode 100644 index 0000000..e9cdc0f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_pillar_05.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stone_pillar_05_top", + "down": "box3:block/stone_pillar_05_bottom", + "north": "box3:block/stone_pillar_05_front", + "south": "box3:block/stone_pillar_05_back", + "west": "box3:block/stone_pillar_05_left", + "east": "box3:block/stone_pillar_05_right", + "particle": "box3:block/stone_pillar_05_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_pillar_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_pillar_06.json new file mode 100644 index 0000000..844d307 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_pillar_06.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stone_pillar_06_top", + "down": "box3:block/stone_pillar_06_bottom", + "north": "box3:block/stone_pillar_06_front", + "south": "box3:block/stone_pillar_06_back", + "west": "box3:block/stone_pillar_06_left", + "east": "box3:block/stone_pillar_06_right", + "particle": "box3:block/stone_pillar_06_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_wall.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_wall.json new file mode 100644 index 0000000..d6e17d4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_wall.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stone_wall_top", + "down": "box3:block/stone_wall_bottom", + "north": "box3:block/stone_wall_front", + "south": "box3:block/stone_wall_back", + "west": "box3:block/stone_wall_left", + "east": "box3:block/stone_wall_right", + "particle": "box3:block/stone_wall_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_wall_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_wall_01.json new file mode 100644 index 0000000..4349775 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stone_wall_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stone_wall_01_top", + "down": "box3:block/stone_wall_01_bottom", + "north": "box3:block/stone_wall_01_front", + "south": "box3:block/stone_wall_01_back", + "west": "box3:block/stone_wall_01_left", + "east": "box3:block/stone_wall_01_right", + "particle": "box3:block/stone_wall_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stripe_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stripe_01.json new file mode 100644 index 0000000..008f085 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stripe_01.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stripe_01_top", + "down": "box3:block/stripe_01_bottom", + "north": "box3:block/stripe_01_front", + "south": "box3:block/stripe_01_back", + "west": "box3:block/stripe_01_left", + "east": "box3:block/stripe_01_right", + "particle": "box3:block/stripe_01_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stripe_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stripe_02.json new file mode 100644 index 0000000..e60f62a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stripe_02.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stripe_02_top", + "down": "box3:block/stripe_02_bottom", + "north": "box3:block/stripe_02_front", + "south": "box3:block/stripe_02_back", + "west": "box3:block/stripe_02_left", + "east": "box3:block/stripe_02_right", + "particle": "box3:block/stripe_02_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stripe_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stripe_03.json new file mode 100644 index 0000000..7a79918 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stripe_03.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stripe_03_top", + "down": "box3:block/stripe_03_bottom", + "north": "box3:block/stripe_03_front", + "south": "box3:block/stripe_03_back", + "west": "box3:block/stripe_03_left", + "east": "box3:block/stripe_03_right", + "particle": "box3:block/stripe_03_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stripe_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stripe_04.json new file mode 100644 index 0000000..c4206b2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stripe_04.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stripe_04_top", + "down": "box3:block/stripe_04_bottom", + "north": "box3:block/stripe_04_front", + "south": "box3:block/stripe_04_back", + "west": "box3:block/stripe_04_left", + "east": "box3:block/stripe_04_right", + "particle": "box3:block/stripe_04_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stripe_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stripe_05.json new file mode 100644 index 0000000..c625b7c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/stripe_05.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/stripe_05_top", + "down": "box3:block/stripe_05_bottom", + "north": "box3:block/stripe_05_front", + "south": "box3:block/stripe_05_back", + "west": "box3:block/stripe_05_left", + "east": "box3:block/stripe_05_right", + "particle": "box3:block/stripe_05_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/subtract.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/subtract.json new file mode 100644 index 0000000..a793c0a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/subtract.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/subtract_top", + "down": "box3:block/subtract_bottom", + "north": "box3:block/subtract_front", + "south": "box3:block/subtract_back", + "west": "box3:block/subtract_left", + "east": "box3:block/subtract_right", + "particle": "box3:block/subtract_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/t.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/t.json new file mode 100644 index 0000000..e136e85 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/t.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/t_top", + "down": "box3:block/t_bottom", + "north": "box3:block/t_front", + "south": "box3:block/t_back", + "west": "box3:block/t_left", + "east": "box3:block/t_right", + "particle": "box3:block/t_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/television.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/television.json new file mode 100644 index 0000000..c24970c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/television.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/television_top", + "down": "box3:block/television_bottom", + "north": "box3:block/television_front", + "south": "box3:block/television_back", + "west": "box3:block/television_left", + "east": "box3:block/television_right", + "particle": "box3:block/television_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/three.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/three.json new file mode 100644 index 0000000..0158987 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/three.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/three_top", + "down": "box3:block/three_bottom", + "north": "box3:block/three_front", + "south": "box3:block/three_back", + "west": "box3:block/three_left", + "east": "box3:block/three_right", + "particle": "box3:block/three_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/tilde.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/tilde.json new file mode 100644 index 0000000..bf11808 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/tilde.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/tilde_top", + "down": "box3:block/tilde_bottom", + "north": "box3:block/tilde_front", + "south": "box3:block/tilde_back", + "west": "box3:block/tilde_left", + "east": "box3:block/tilde_right", + "particle": "box3:block/tilde_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/toolbox.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/toolbox.json new file mode 100644 index 0000000..10e356c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/toolbox.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/toolbox_top", + "down": "box3:block/toolbox_bottom", + "north": "box3:block/toolbox_front", + "south": "box3:block/toolbox_back", + "west": "box3:block/toolbox_left", + "east": "box3:block/toolbox_right", + "particle": "box3:block/toolbox_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/traditional_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/traditional_window.json new file mode 100644 index 0000000..8560b77 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/traditional_window.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/traditional_window_top", + "down": "box3:block/traditional_window_bottom", + "north": "box3:block/traditional_window_front", + "south": "box3:block/traditional_window_back", + "west": "box3:block/traditional_window_left", + "east": "box3:block/traditional_window_right", + "particle": "box3:block/traditional_window_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/treasure_chest.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/treasure_chest.json new file mode 100644 index 0000000..41e11a4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/treasure_chest.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/treasure_chest_top", + "down": "box3:block/treasure_chest_bottom", + "north": "box3:block/treasure_chest_front", + "south": "box3:block/treasure_chest_back", + "west": "box3:block/treasure_chest_left", + "east": "box3:block/treasure_chest_right", + "particle": "box3:block/treasure_chest_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/turquoise.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/turquoise.json new file mode 100644 index 0000000..1daf02d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/turquoise.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/turquoise_top", + "down": "box3:block/turquoise_bottom", + "north": "box3:block/turquoise_front", + "south": "box3:block/turquoise_back", + "west": "box3:block/turquoise_left", + "east": "box3:block/turquoise_right", + "particle": "box3:block/turquoise_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/two.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/two.json new file mode 100644 index 0000000..41a4cb1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/two.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/two_top", + "down": "box3:block/two_bottom", + "north": "box3:block/two_front", + "south": "box3:block/two_back", + "west": "box3:block/two_left", + "east": "box3:block/two_right", + "particle": "box3:block/two_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/u.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/u.json new file mode 100644 index 0000000..f13910f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/u.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/u_top", + "down": "box3:block/u_bottom", + "north": "box3:block/u_front", + "south": "box3:block/u_back", + "west": "box3:block/u_left", + "east": "box3:block/u_right", + "particle": "box3:block/u_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/v.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/v.json new file mode 100644 index 0000000..86b884a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/v.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/v_top", + "down": "box3:block/v_bottom", + "north": "box3:block/v_front", + "south": "box3:block/v_back", + "west": "box3:block/v_left", + "east": "box3:block/v_right", + "particle": "box3:block/v_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/w.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/w.json new file mode 100644 index 0000000..bd18e1a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/w.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/w_top", + "down": "box3:block/w_bottom", + "north": "box3:block/w_front", + "south": "box3:block/w_back", + "west": "box3:block/w_left", + "east": "box3:block/w_right", + "particle": "box3:block/w_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/warm_yellow_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/warm_yellow_light.json new file mode 100644 index 0000000..f0dabfc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/warm_yellow_light.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/warm_yellow_light_top", + "down": "box3:block/warm_yellow_light_bottom", + "north": "box3:block/warm_yellow_light_front", + "south": "box3:block/warm_yellow_light_back", + "west": "box3:block/warm_yellow_light_left", + "east": "box3:block/warm_yellow_light_right", + "particle": "box3:block/warm_yellow_light_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/white.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/white.json new file mode 100644 index 0000000..defd181 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/white.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/white_top", + "down": "box3:block/white_bottom", + "north": "box3:block/white_front", + "south": "box3:block/white_back", + "west": "box3:block/white_left", + "east": "box3:block/white_right", + "particle": "box3:block/white_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/white_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/white_grass.json new file mode 100644 index 0000000..2f0f5d2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/white_grass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/white_grass_top", + "down": "box3:block/white_grass_bottom", + "north": "box3:block/white_grass_front", + "south": "box3:block/white_grass_back", + "west": "box3:block/white_grass_left", + "east": "box3:block/white_grass_right", + "particle": "box3:block/white_grass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/white_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/white_light.json new file mode 100644 index 0000000..1973e75 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/white_light.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/white_light_top", + "down": "box3:block/white_light_bottom", + "north": "box3:block/white_light_front", + "south": "box3:block/white_light_back", + "west": "box3:block/white_light_left", + "east": "box3:block/white_light_right", + "particle": "box3:block/white_light_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/window.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/window.json new file mode 100644 index 0000000..a800ae2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/window.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/window_top", + "down": "box3:block/window_bottom", + "north": "box3:block/window_front", + "south": "box3:block/window_back", + "west": "box3:block/window_left", + "east": "box3:block/window_right", + "particle": "box3:block/window_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/windygrass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/windygrass.json new file mode 100644 index 0000000..80267dc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/windygrass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/windygrass_top", + "down": "box3:block/windygrass_bottom", + "north": "box3:block/windygrass_front", + "south": "box3:block/windygrass_back", + "west": "box3:block/windygrass_left", + "east": "box3:block/windygrass_right", + "particle": "box3:block/windygrass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/winter_leaf.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/winter_leaf.json new file mode 100644 index 0000000..634c011 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/winter_leaf.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/winter_leaf_top", + "down": "box3:block/winter_leaf_bottom", + "north": "box3:block/winter_leaf_front", + "south": "box3:block/winter_leaf_back", + "west": "box3:block/winter_leaf_left", + "east": "box3:block/winter_leaf_right", + "particle": "box3:block/winter_leaf_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/withered_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/withered_grass.json new file mode 100644 index 0000000..5186812 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/withered_grass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/withered_grass_top", + "down": "box3:block/withered_grass_bottom", + "north": "box3:block/withered_grass_front", + "south": "box3:block/withered_grass_back", + "west": "box3:block/withered_grass_left", + "east": "box3:block/withered_grass_right", + "particle": "box3:block/withered_grass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/withered_grass_land.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/withered_grass_land.json new file mode 100644 index 0000000..19d8953 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/withered_grass_land.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/withered_grass_land_top", + "down": "box3:block/withered_grass_land_bottom", + "north": "box3:block/withered_grass_land_front", + "south": "box3:block/withered_grass_land_back", + "west": "box3:block/withered_grass_land_left", + "east": "box3:block/withered_grass_land_right", + "particle": "box3:block/withered_grass_land_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/wood.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/wood.json new file mode 100644 index 0000000..8e2ffe6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/wood.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/wood_top", + "down": "box3:block/wood_bottom", + "north": "box3:block/wood_front", + "south": "box3:block/wood_back", + "west": "box3:block/wood_left", + "east": "box3:block/wood_right", + "particle": "box3:block/wood_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/wooden_box.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/wooden_box.json new file mode 100644 index 0000000..41203be --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/wooden_box.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/wooden_box_top", + "down": "box3:block/wooden_box_bottom", + "north": "box3:block/wooden_box_front", + "south": "box3:block/wooden_box_back", + "west": "box3:block/wooden_box_left", + "east": "box3:block/wooden_box_right", + "particle": "box3:block/wooden_box_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/woodstone_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/woodstone_12.json new file mode 100644 index 0000000..8d7efe6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/woodstone_12.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/woodstone_12_top", + "down": "box3:block/woodstone_12_bottom", + "north": "box3:block/woodstone_12_front", + "south": "box3:block/woodstone_12_back", + "west": "box3:block/woodstone_12_left", + "east": "box3:block/woodstone_12_right", + "particle": "box3:block/woodstone_12_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/x.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/x.json new file mode 100644 index 0000000..b7ef3aa --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/x.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/x_top", + "down": "box3:block/x_bottom", + "north": "box3:block/x_front", + "south": "box3:block/x_back", + "west": "box3:block/x_left", + "east": "box3:block/x_right", + "particle": "box3:block/x_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/y.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/y.json new file mode 100644 index 0000000..42605a2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/y.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/y_top", + "down": "box3:block/y_bottom", + "north": "box3:block/y_front", + "south": "box3:block/y_back", + "west": "box3:block/y_left", + "east": "box3:block/y_right", + "particle": "box3:block/y_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/yellow_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/yellow_decorative_light.json new file mode 100644 index 0000000..a5465aa --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/yellow_decorative_light.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/yellow_decorative_light_top", + "down": "box3:block/yellow_decorative_light_bottom", + "north": "box3:block/yellow_decorative_light_front", + "south": "box3:block/yellow_decorative_light_back", + "west": "box3:block/yellow_decorative_light_left", + "east": "box3:block/yellow_decorative_light_right", + "particle": "box3:block/yellow_decorative_light_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/yellow_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/yellow_grass.json new file mode 100644 index 0000000..b6dd9a3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/yellow_grass.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/yellow_grass_top", + "down": "box3:block/yellow_grass_bottom", + "north": "box3:block/yellow_grass_front", + "south": "box3:block/yellow_grass_back", + "west": "box3:block/yellow_grass_left", + "east": "box3:block/yellow_grass_right", + "particle": "box3:block/yellow_grass_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/yellow_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/yellow_green.json new file mode 100644 index 0000000..30e786c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/yellow_green.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/yellow_green_top", + "down": "box3:block/yellow_green_bottom", + "north": "box3:block/yellow_green_front", + "south": "box3:block/yellow_green_back", + "west": "box3:block/yellow_green_left", + "east": "box3:block/yellow_green_right", + "particle": "box3:block/yellow_green_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/yellow_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/yellow_light.json new file mode 100644 index 0000000..287a24f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/yellow_light.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/yellow_light_top", + "down": "box3:block/yellow_light_bottom", + "north": "box3:block/yellow_light_front", + "south": "box3:block/yellow_light_back", + "west": "box3:block/yellow_light_left", + "east": "box3:block/yellow_light_right", + "particle": "box3:block/yellow_light_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/z.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/z.json new file mode 100644 index 0000000..56990dc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/z.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/z_top", + "down": "box3:block/z_bottom", + "north": "box3:block/z_front", + "south": "box3:block/z_back", + "west": "box3:block/z_left", + "east": "box3:block/z_right", + "particle": "box3:block/z_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/block/zero.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/zero.json new file mode 100644 index 0000000..106ad7a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/block/zero.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "up": "box3:block/zero_top", + "down": "box3:block/zero_bottom", + "north": "box3:block/zero_front", + "south": "box3:block/zero_back", + "west": "box3:block/zero_left", + "east": "box3:block/zero_right", + "particle": "box3:block/zero_bottom" + } +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/a.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/a.json new file mode 100644 index 0000000..8f1cf93 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/a.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/a" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/acacia.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/acacia.json new file mode 100644 index 0000000..d1ef0bf --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/acacia.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/acacia" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/add.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/add.json new file mode 100644 index 0000000..5ec1a89 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/add.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/add" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/air_duct.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/air_duct.json new file mode 100644 index 0000000..1e2589b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/air_duct.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/air_duct" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ampersand.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ampersand.json new file mode 100644 index 0000000..b995df3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ampersand.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/ampersand" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/asterisk.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/asterisk.json new file mode 100644 index 0000000..7b20b20 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/asterisk.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/asterisk" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/at.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/at.json new file mode 100644 index 0000000..b315311 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/at.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/at" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/b.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/b.json new file mode 100644 index 0000000..65aba50 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/b.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/b" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/backslash.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/backslash.json new file mode 100644 index 0000000..f9a9881 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/backslash.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/backslash" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bamboo.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bamboo.json new file mode 100644 index 0000000..e2cc178 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bamboo.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/bamboo" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/barrier.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/barrier.json new file mode 100644 index 0000000..124d727 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/barrier.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/barrier" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bat_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bat_window.json new file mode 100644 index 0000000..4a3aa99 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bat_window.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/bat_window" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bear_footprint.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bear_footprint.json new file mode 100644 index 0000000..8840339 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bear_footprint.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/bear_footprint" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/biscuit.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/biscuit.json new file mode 100644 index 0000000..42df0b7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/biscuit.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/biscuit" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/black.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/black.json new file mode 100644 index 0000000..7a542f6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/black.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/black" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/black_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/black_glass.json new file mode 100644 index 0000000..9a991d0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/black_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/black_glass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue.json new file mode 100644 index 0000000..e0f5378 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/blue" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_decorative_light.json new file mode 100644 index 0000000..802dfc7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_decorative_light.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/blue_decorative_light" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_gift.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_gift.json new file mode 100644 index 0000000..c8f8254 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_gift.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/blue_gift" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_glass.json new file mode 100644 index 0000000..e9a9d40 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/blue_glass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_grass.json new file mode 100644 index 0000000..17f965a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_grass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/blue_grass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_grass_all.json new file mode 100644 index 0000000..06a0afa --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_grass_all.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/blue_grass_all" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_light.json new file mode 100644 index 0000000..6ea0e6a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_light.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/blue_light" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_surface_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_surface_01.json new file mode 100644 index 0000000..fdc06bf --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_surface_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/blue_surface_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_surface_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_surface_02.json new file mode 100644 index 0000000..7426cf6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/blue_surface_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/blue_surface_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board0.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board0.json new file mode 100644 index 0000000..90b71a2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board0.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board0" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board1.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board1.json new file mode 100644 index 0000000..e1fb5b9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board1.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board1" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board10.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board10.json new file mode 100644 index 0000000..a1d323a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board10.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board10" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board11.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board11.json new file mode 100644 index 0000000..be747f7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board11.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board11" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board12.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board12.json new file mode 100644 index 0000000..f96cacd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board12.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board12" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board13.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board13.json new file mode 100644 index 0000000..6a899e9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board13.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board13" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board14.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board14.json new file mode 100644 index 0000000..017017b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board14.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board14" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board15.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board15.json new file mode 100644 index 0000000..04d725e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board15.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board15" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board2.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board2.json new file mode 100644 index 0000000..9af99e0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board2.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board2" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board3.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board3.json new file mode 100644 index 0000000..9cb3fa3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board3.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board3" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board4.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board4.json new file mode 100644 index 0000000..40d71db --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board4.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board4" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board5.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board5.json new file mode 100644 index 0000000..709c72b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board5.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board5" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board6.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board6.json new file mode 100644 index 0000000..7141813 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board6.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board6" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board7.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board7.json new file mode 100644 index 0000000..7876053 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board7.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board7" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board8.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board8.json new file mode 100644 index 0000000..ab4b23a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board8.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board8" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board9.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board9.json new file mode 100644 index 0000000..63a3f00 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board9.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board9" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_01.json new file mode 100644 index 0000000..1109851 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_02.json new file mode 100644 index 0000000..38febc2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_03.json new file mode 100644 index 0000000..38626ae --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_03.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board_03" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_04.json new file mode 100644 index 0000000..aa7cae4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_04.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board_04" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_05.json new file mode 100644 index 0000000..e37676f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_05.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board_05" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_06.json new file mode 100644 index 0000000..ac59d97 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_06.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board_06" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_07.json new file mode 100644 index 0000000..d62b8c5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/board_07.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/board_07" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bookshelf.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bookshelf.json new file mode 100644 index 0000000..1c2404b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bookshelf.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/bookshelf" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bounce_pad.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bounce_pad.json new file mode 100644 index 0000000..4bb2589 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bounce_pad.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/bounce_pad" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bracket_close.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bracket_close.json new file mode 100644 index 0000000..c11f4b5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bracket_close.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/bracket_close" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bracket_open.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bracket_open.json new file mode 100644 index 0000000..6f5d3b9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/bracket_open.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/bracket_open" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/brick_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/brick_01.json new file mode 100644 index 0000000..99d704d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/brick_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/brick_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/brick_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/brick_02.json new file mode 100644 index 0000000..e7cd8dd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/brick_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/brick_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/brick_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/brick_red.json new file mode 100644 index 0000000..24152c7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/brick_red.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/brick_red" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/button.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/button.json new file mode 100644 index 0000000..f0c4864 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/button.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/button" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/c.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/c.json new file mode 100644 index 0000000..1579c7f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/c.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/c" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/cadet_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/cadet_blue.json new file mode 100644 index 0000000..b1222d7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/cadet_blue.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/cadet_blue" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/candy.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/candy.json new file mode 100644 index 0000000..32d3c07 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/candy.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/candy" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/caret.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/caret.json new file mode 100644 index 0000000..2a9bf34 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/caret.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/caret" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_01.json new file mode 100644 index 0000000..b185bf5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/carpet_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_02.json new file mode 100644 index 0000000..7d3b172 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/carpet_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_03.json new file mode 100644 index 0000000..ba6e890 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_03.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/carpet_03" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_04.json new file mode 100644 index 0000000..873300a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_04.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/carpet_04" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_05.json new file mode 100644 index 0000000..a846503 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_05.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/carpet_05" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_06.json new file mode 100644 index 0000000..33ac51a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_06.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/carpet_06" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_07.json new file mode 100644 index 0000000..0a8d052 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_07.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/carpet_07" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_08.json new file mode 100644 index 0000000..015bcb4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_08.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/carpet_08" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_09.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_09.json new file mode 100644 index 0000000..40af279 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_09.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/carpet_09" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_10.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_10.json new file mode 100644 index 0000000..f1a8cae --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_10.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/carpet_10" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_11.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_11.json new file mode 100644 index 0000000..176c72b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_11.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/carpet_11" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_12.json new file mode 100644 index 0000000..232cb07 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_12.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/carpet_12" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_13.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_13.json new file mode 100644 index 0000000..3481356 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/carpet_13.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/carpet_13" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/coffee_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/coffee_gray.json new file mode 100644 index 0000000..8b12330 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/coffee_gray.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/coffee_gray" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/colon.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/colon.json new file mode 100644 index 0000000..9bfdef0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/colon.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/colon" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/color_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/color_glass.json new file mode 100644 index 0000000..7f559db --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/color_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/color_glass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/comma.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/comma.json new file mode 100644 index 0000000..fb1b8c2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/comma.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/comma" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/conveyor.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/conveyor.json new file mode 100644 index 0000000..3d80e81 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/conveyor.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/conveyor" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/crane_lantern.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/crane_lantern.json new file mode 100644 index 0000000..b403ac0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/crane_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/crane_lantern" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/crane_roof_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/crane_roof_01.json new file mode 100644 index 0000000..bf4215e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/crane_roof_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/crane_roof_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/crane_roof_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/crane_roof_02.json new file mode 100644 index 0000000..7c8707d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/crane_roof_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/crane_roof_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/cross_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/cross_window.json new file mode 100644 index 0000000..577a8c2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/cross_window.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/cross_window" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/d.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/d.json new file mode 100644 index 0000000..3de2e1c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/d.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/d" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_blue_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_blue_grass.json new file mode 100644 index 0000000..3e91cea --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_blue_grass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_blue_grass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_blue_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_blue_grass_all.json new file mode 100644 index 0000000..552f161 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_blue_grass_all.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_blue_grass_all" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_brick_00.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_brick_00.json new file mode 100644 index 0000000..3657d4c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_brick_00.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_brick_00" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_brick_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_brick_01.json new file mode 100644 index 0000000..f0bf18b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_brick_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_brick_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_brick_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_brick_02.json new file mode 100644 index 0000000..077c4d1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_brick_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_brick_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_grass.json new file mode 100644 index 0000000..b5840b7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_grass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_grass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_grass_all.json new file mode 100644 index 0000000..6644bc1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_grass_all.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_grass_all" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_grass_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_grass_rock.json new file mode 100644 index 0000000..9ce98fe --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_grass_rock.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_grass_rock" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_grass_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_grass_sand.json new file mode 100644 index 0000000..33b17b9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_grass_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_grass_sand" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_gray.json new file mode 100644 index 0000000..564d292 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_gray.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_gray" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_orchid.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_orchid.json new file mode 100644 index 0000000..6d5fcce --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_orchid.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_orchid" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_purple_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_purple_grass.json new file mode 100644 index 0000000..6828a55 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_purple_grass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_purple_grass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_purple_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_purple_grass_all.json new file mode 100644 index 0000000..7671be4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_purple_grass_all.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_purple_grass_all" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_red.json new file mode 100644 index 0000000..54dbe47 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_red.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_red" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_red_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_red_grass.json new file mode 100644 index 0000000..5daa2ba --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_red_grass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_red_grass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_red_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_red_grass_all.json new file mode 100644 index 0000000..6a7b71d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_red_grass_all.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_red_grass_all" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_salmon.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_salmon.json new file mode 100644 index 0000000..1ea34e2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_salmon.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_salmon" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_sand.json new file mode 100644 index 0000000..fffae0c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_sand" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_slate_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_slate_blue.json new file mode 100644 index 0000000..244d833 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_slate_blue.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_slate_blue" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_stone.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_stone.json new file mode 100644 index 0000000..6c51f8c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_stone" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_surface.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_surface.json new file mode 100644 index 0000000..5084136 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_surface.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_surface" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_volcanic_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_volcanic_rock.json new file mode 100644 index 0000000..48ec0dd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_volcanic_rock.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_volcanic_rock" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_yellow_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_yellow_grass.json new file mode 100644 index 0000000..da51286 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_yellow_grass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_yellow_grass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_yellow_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_yellow_grass_all.json new file mode 100644 index 0000000..1d709f7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dark_yellow_grass_all.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dark_yellow_grass_all" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dirt.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dirt.json new file mode 100644 index 0000000..096101f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dirt" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/divide.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/divide.json new file mode 100644 index 0000000..856f910 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/divide.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/divide" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dollar.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dollar.json new file mode 100644 index 0000000..e811778 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/dollar.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/dollar" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/e.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/e.json new file mode 100644 index 0000000..1c74f33 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/e.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/e" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/eight.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/eight.json new file mode 100644 index 0000000..daffc9f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/eight.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/eight" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/equal.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/equal.json new file mode 100644 index 0000000..6198cd6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/equal.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/equal" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/exclamation_mark.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/exclamation_mark.json new file mode 100644 index 0000000..8c52566 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/exclamation_mark.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/exclamation_mark" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/express_box.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/express_box.json new file mode 100644 index 0000000..eda111f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/express_box.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/express_box" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/f.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/f.json new file mode 100644 index 0000000..b4f5d0e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/f.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/f" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/fan.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/fan.json new file mode 100644 index 0000000..db56011 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/fan.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/fan" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/firecracker.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/firecracker.json new file mode 100644 index 0000000..a47acb9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/firecracker.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/firecracker" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/five.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/five.json new file mode 100644 index 0000000..7475f30 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/five.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/five" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/four.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/four.json new file mode 100644 index 0000000..ee9872d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/four.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/four" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/fu.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/fu.json new file mode 100644 index 0000000..21a1309 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/fu.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/fu" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/g.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/g.json new file mode 100644 index 0000000..8550934 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/g.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/g" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/geometric_window_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/geometric_window_01.json new file mode 100644 index 0000000..4dcd223 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/geometric_window_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/geometric_window_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/geometric_window_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/geometric_window_02.json new file mode 100644 index 0000000..39da663 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/geometric_window_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/geometric_window_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/glass.json new file mode 100644 index 0000000..c1ba0a0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/glass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/glass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/gold_trim_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/gold_trim_brick.json new file mode 100644 index 0000000..73f863f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/gold_trim_brick.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/gold_trim_brick" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/grass.json new file mode 100644 index 0000000..8a9954b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/grass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/grass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/grass_all.json new file mode 100644 index 0000000..c7c55d9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/grass_all.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/grass_all" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/grass_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/grass_rock.json new file mode 100644 index 0000000..bc6fe2a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/grass_rock.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/grass_rock" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/grass_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/grass_sand.json new file mode 100644 index 0000000..06f1358 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/grass_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/grass_sand" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/greater_than.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/greater_than.json new file mode 100644 index 0000000..810dc66 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/greater_than.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/greater_than" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/green_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/green_decorative_light.json new file mode 100644 index 0000000..ece51b4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/green_decorative_light.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/green_decorative_light" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/green_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/green_glass.json new file mode 100644 index 0000000..da3f5e6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/green_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/green_glass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/green_leaf.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/green_leaf.json new file mode 100644 index 0000000..6c59443 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/green_leaf.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/green_leaf" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/green_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/green_light.json new file mode 100644 index 0000000..af5ae83 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/green_light.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/green_light" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/greenbelt_l.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/greenbelt_l.json new file mode 100644 index 0000000..d3865cc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/greenbelt_l.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/greenbelt_l" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/greenbelt_l1.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/greenbelt_l1.json new file mode 100644 index 0000000..de8ff8c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/greenbelt_l1.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/greenbelt_l1" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/grey_stone_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/grey_stone_brick.json new file mode 100644 index 0000000..5cee9c6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/grey_stone_brick.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/grey_stone_brick" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/h.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/h.json new file mode 100644 index 0000000..1073fbd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/h.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/h" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/honeycomb_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/honeycomb_01.json new file mode 100644 index 0000000..7e389de --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/honeycomb_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/honeycomb_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/honeycomb_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/honeycomb_02.json new file mode 100644 index 0000000..6d116ac --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/honeycomb_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/honeycomb_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/i.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/i.json new file mode 100644 index 0000000..f226aac --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/i.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/i" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ice.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ice.json new file mode 100644 index 0000000..2027d92 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ice.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/ice" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ice_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ice_brick.json new file mode 100644 index 0000000..f2b87d2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ice_brick.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/ice_brick" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ice_wall.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ice_wall.json new file mode 100644 index 0000000..e22b4a8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ice_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/ice_wall" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/indigo_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/indigo_light.json new file mode 100644 index 0000000..d8abd5d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/indigo_light.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/indigo_light" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/j.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/j.json new file mode 100644 index 0000000..2ef16e1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/j.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/j" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/k.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/k.json new file mode 100644 index 0000000..1e2a25e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/k.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/k" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/l.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/l.json new file mode 100644 index 0000000..d79a882 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/l.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/l" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_lamp_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_lamp_01.json new file mode 100644 index 0000000..9e2f92f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_lamp_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_lamp_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_lamp_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_lamp_02.json new file mode 100644 index 0000000..32daca1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_lamp_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_lamp_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_lamp_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_lamp_03.json new file mode 100644 index 0000000..c664def --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_lamp_03.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_lamp_03" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_01.json new file mode 100644 index 0000000..57e0915 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_material_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_02.json new file mode 100644 index 0000000..b6ae54b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_material_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_03.json new file mode 100644 index 0000000..7d0b6a9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_03.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_material_03" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_04.json new file mode 100644 index 0000000..2f2347a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_04.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_material_04" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_05.json new file mode 100644 index 0000000..9812f3a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_05.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_material_05" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_06.json new file mode 100644 index 0000000..0047d49 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_06.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_material_06" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_07.json new file mode 100644 index 0000000..14935e7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_07.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_material_07" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_08.json new file mode 100644 index 0000000..1647793 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_08.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_material_08" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_09.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_09.json new file mode 100644 index 0000000..40fa548 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_09.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_material_09" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_10.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_10.json new file mode 100644 index 0000000..25b6ac8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_10.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_material_10" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_11.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_11.json new file mode 100644 index 0000000..8ce7445 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_11.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_material_11" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_12.json new file mode 100644 index 0000000..ae6bcfb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_12.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_material_12" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_13.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_13.json new file mode 100644 index 0000000..f7b67e7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_13.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_material_13" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_14.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_14.json new file mode 100644 index 0000000..d17724a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_14.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_material_14" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_15.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_15.json new file mode 100644 index 0000000..cb453eb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_material_15.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_material_15" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_screen.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_screen.json new file mode 100644 index 0000000..3f27f35 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_screen.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_screen" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_wire.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_wire.json new file mode 100644 index 0000000..75f184a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lab_wire.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lab_wire" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lantern_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lantern_01.json new file mode 100644 index 0000000..dc7a911 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lantern_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lantern_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lantern_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lantern_02.json new file mode 100644 index 0000000..cce3a74 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lantern_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lantern_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lava01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lava01.json new file mode 100644 index 0000000..76ad17d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lava01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lava01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lava02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lava02.json new file mode 100644 index 0000000..cb55cf6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lava02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lava02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_01.json new file mode 100644 index 0000000..ecd8eb2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/leaf_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_02.json new file mode 100644 index 0000000..da89a62 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/leaf_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_03.json new file mode 100644 index 0000000..020e26f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_03.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/leaf_03" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_04.json new file mode 100644 index 0000000..05306ec --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_04.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/leaf_04" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_05.json new file mode 100644 index 0000000..644b95a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_05.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/leaf_05" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_06.json new file mode 100644 index 0000000..205db50 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/leaf_06.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/leaf_06" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ledfloor01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ledfloor01.json new file mode 100644 index 0000000..47de6be --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ledfloor01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/ledfloor01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ledfloor02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ledfloor02.json new file mode 100644 index 0000000..f2b644e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/ledfloor02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/ledfloor02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lemon.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lemon.json new file mode 100644 index 0000000..0e4578e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/lemon.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/lemon" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/less_than.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/less_than.json new file mode 100644 index 0000000..42758e0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/less_than.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/less_than" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_blue_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_blue_grass.json new file mode 100644 index 0000000..694262d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_blue_grass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/light_blue_grass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_blue_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_blue_grass_all.json new file mode 100644 index 0000000..7c39f52 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_blue_grass_all.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/light_blue_grass_all" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_dirt.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_dirt.json new file mode 100644 index 0000000..55ba636 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/light_dirt" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_gray.json new file mode 100644 index 0000000..0f00c56 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_gray.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/light_gray" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_grey_stone_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_grey_stone_brick.json new file mode 100644 index 0000000..f0ff9d8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_grey_stone_brick.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/light_grey_stone_brick" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_purple_grass_.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_purple_grass_.json new file mode 100644 index 0000000..a3b0c17 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_purple_grass_.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/light_purple_grass_" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_purple_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_purple_grass_all.json new file mode 100644 index 0000000..8b1ea13 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_purple_grass_all.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/light_purple_grass_all" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_sand.json new file mode 100644 index 0000000..e8c0dd7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/light_sand" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_volcanic_rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_volcanic_rock.json new file mode 100644 index 0000000..f0906f1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/light_volcanic_rock.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/light_volcanic_rock" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/m.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/m.json new file mode 100644 index 0000000..7de5f7c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/m.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/m" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/macaroon.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/macaroon.json new file mode 100644 index 0000000..999ad10 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/macaroon.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/macaroon" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/maroon.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/maroon.json new file mode 100644 index 0000000..b8dc8c9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/maroon.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/maroon" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_gray.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_gray.json new file mode 100644 index 0000000..1b636e5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_gray.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/medium_gray" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_green.json new file mode 100644 index 0000000..4f7fcc3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_green.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/medium_green" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_orchid.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_orchid.json new file mode 100644 index 0000000..2ec7668 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_orchid.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/medium_orchid" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_purple.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_purple.json new file mode 100644 index 0000000..f3b6a0f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_purple.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/medium_purple" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_spring_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_spring_green.json new file mode 100644 index 0000000..185d2d2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_spring_green.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/medium_spring_green" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_violet_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_violet_red.json new file mode 100644 index 0000000..997ec9a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_violet_red.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/medium_violet_red" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_yellow.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_yellow.json new file mode 100644 index 0000000..08ad38d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/medium_yellow.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/medium_yellow" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/mint_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/mint_green.json new file mode 100644 index 0000000..93a37b9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/mint_green.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/mint_green" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/mint_green_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/mint_green_light.json new file mode 100644 index 0000000..0094f44 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/mint_green_light.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/mint_green_light" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/model_destroyer.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/model_destroyer.json new file mode 100644 index 0000000..331924a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/model_destroyer.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/bucket" +} diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/multiply.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/multiply.json new file mode 100644 index 0000000..1999ed6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/multiply.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/multiply" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/n.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/n.json new file mode 100644 index 0000000..1ebbc9c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/n.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/n" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/navajo_white.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/navajo_white.json new file mode 100644 index 0000000..33be825 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/navajo_white.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/navajo_white" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/nine.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/nine.json new file mode 100644 index 0000000..3a784a7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/nine.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/nine" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/o.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/o.json new file mode 100644 index 0000000..4592686 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/o.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/o" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/olive_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/olive_green.json new file mode 100644 index 0000000..832cf4f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/olive_green.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/olive_green" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/one.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/one.json new file mode 100644 index 0000000..2a4db23 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/one.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/one" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/orange.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/orange.json new file mode 100644 index 0000000..e9ab15f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/orange.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/orange" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/orange_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/orange_grass.json new file mode 100644 index 0000000..26395d6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/orange_grass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/orange_grass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/orange_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/orange_grass_all.json new file mode 100644 index 0000000..609dce2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/orange_grass_all.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/orange_grass_all" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/orange_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/orange_light.json new file mode 100644 index 0000000..994cecb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/orange_light.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/orange_light" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/orange_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/orange_red.json new file mode 100644 index 0000000..840445e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/orange_red.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/orange_red" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/p.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/p.json new file mode 100644 index 0000000..bdee327 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/p.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/p" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_carving.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_carving.json new file mode 100644 index 0000000..a4b3233 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_carving.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/palace_carving" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_cloud.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_cloud.json new file mode 100644 index 0000000..cf033bb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_cloud.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/palace_cloud" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_01.json new file mode 100644 index 0000000..86fa069 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/palace_eaves_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_02.json new file mode 100644 index 0000000..a004429 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/palace_eaves_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_03.json new file mode 100644 index 0000000..90b58cc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_03.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/palace_eaves_03" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_04.json new file mode 100644 index 0000000..18c0c75 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_04.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/palace_eaves_04" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_05.json new file mode 100644 index 0000000..75c8f20 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_05.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/palace_eaves_05" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_06.json new file mode 100644 index 0000000..b863ff1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_06.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/palace_eaves_06" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_07.json new file mode 100644 index 0000000..7f0763e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_07.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/palace_eaves_07" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_08.json new file mode 100644 index 0000000..b231e9f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_eaves_08.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/palace_eaves_08" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_floor.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_floor.json new file mode 100644 index 0000000..b284c0e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_floor.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/palace_floor" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_lamp.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_lamp.json new file mode 100644 index 0000000..e244975 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_lamp.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/palace_lamp" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_roof.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_roof.json new file mode 100644 index 0000000..379355e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_roof.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/palace_roof" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_window.json new file mode 100644 index 0000000..84e5190 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palace_window.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/palace_window" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pale_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pale_green.json new file mode 100644 index 0000000..38721ef --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pale_green.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/pale_green" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palm.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palm.json new file mode 100644 index 0000000..6d3116a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/palm.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/palm" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/paren_close.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/paren_close.json new file mode 100644 index 0000000..854c6cc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/paren_close.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/paren_close" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/paren_open.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/paren_open.json new file mode 100644 index 0000000..ff60a7b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/paren_open.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/paren_open" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/percent.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/percent.json new file mode 100644 index 0000000..d9f76f9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/percent.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/percent" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/period.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/period.json new file mode 100644 index 0000000..b8393b1 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/period.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/period" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/peru.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/peru.json new file mode 100644 index 0000000..b6e2a13 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/peru.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/peru" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pink.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pink.json new file mode 100644 index 0000000..825ff2b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pink.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/pink" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pink_cake.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pink_cake.json new file mode 100644 index 0000000..05f8948 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pink_cake.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/pink_cake" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pink_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pink_grass.json new file mode 100644 index 0000000..4ed35d7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pink_grass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/pink_grass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pink_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pink_grass_all.json new file mode 100644 index 0000000..09a5997 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pink_grass_all.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/pink_grass_all" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pink_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pink_light.json new file mode 100644 index 0000000..8042719 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pink_light.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/pink_light" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_01.json new file mode 100644 index 0000000..9018001 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/plank_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_02.json new file mode 100644 index 0000000..78f70ef --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/plank_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_03.json new file mode 100644 index 0000000..ed0bebb --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_03.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/plank_03" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_04.json new file mode 100644 index 0000000..791af4a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_04.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/plank_04" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_05.json new file mode 100644 index 0000000..84a8c22 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_05.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/plank_05" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_06.json new file mode 100644 index 0000000..1252050 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_06.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/plank_06" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_07.json new file mode 100644 index 0000000..6a74ae3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/plank_07.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/plank_07" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/polar_ice.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/polar_ice.json new file mode 100644 index 0000000..b39f97d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/polar_ice.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/polar_ice" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/polar_region.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/polar_region.json new file mode 100644 index 0000000..cea1aad --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/polar_region.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/polar_region" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pound.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pound.json new file mode 100644 index 0000000..2497c97 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pound.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/pound" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/powder_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/powder_blue.json new file mode 100644 index 0000000..ca61829 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/powder_blue.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/powder_blue" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pumpkin.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pumpkin.json new file mode 100644 index 0000000..c3bfbc7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/pumpkin" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pumpkin_lantern.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pumpkin_lantern.json new file mode 100644 index 0000000..3a58d91 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/pumpkin_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/pumpkin_lantern" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/purple.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/purple.json new file mode 100644 index 0000000..7103b83 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/purple.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/purple" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/purple_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/purple_grass.json new file mode 100644 index 0000000..9ee505d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/purple_grass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/purple_grass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/purple_grass_all.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/purple_grass_all.json new file mode 100644 index 0000000..297ce82 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/purple_grass_all.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/purple_grass_all" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/purple_surface_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/purple_surface_01.json new file mode 100644 index 0000000..189fec2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/purple_surface_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/purple_surface_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/purple_surface_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/purple_surface_02.json new file mode 100644 index 0000000..93a816a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/purple_surface_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/purple_surface_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/q.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/q.json new file mode 100644 index 0000000..05b1b88 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/q.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/q" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/quartz_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/quartz_brick.json new file mode 100644 index 0000000..8f7d867 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/quartz_brick.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/quartz_brick" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/question_mark.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/question_mark.json new file mode 100644 index 0000000..cb4477c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/question_mark.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/question_mark" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/quotation_mark.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/quotation_mark.json new file mode 100644 index 0000000..a327b94 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/quotation_mark.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/quotation_mark" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/r.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/r.json new file mode 100644 index 0000000..f3fe51c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/r.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/r" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/rainbow_cube.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/rainbow_cube.json new file mode 100644 index 0000000..7bd7679 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/rainbow_cube.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/rainbow_cube" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red.json new file mode 100644 index 0000000..9d90ac4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/red" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_brick.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_brick.json new file mode 100644 index 0000000..820d01a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_brick.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/red_brick" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_brick_floor.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_brick_floor.json new file mode 100644 index 0000000..7814ffa --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_brick_floor.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/red_brick_floor" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_brick_wall.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_brick_wall.json new file mode 100644 index 0000000..de85086 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/red_brick_wall" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_decorative_light.json new file mode 100644 index 0000000..eb06709 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_decorative_light.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/red_decorative_light" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_gift.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_gift.json new file mode 100644 index 0000000..55e6b5e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_gift.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/red_gift" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_glass.json new file mode 100644 index 0000000..5f73f29 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/red_glass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_light.json new file mode 100644 index 0000000..bc1249d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/red_light.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/red_light" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/rock.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/rock.json new file mode 100644 index 0000000..e288272 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/rock.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/rock" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_blue_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_blue_04.json new file mode 100644 index 0000000..51c3e90 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_blue_04.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/roof_blue_04" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_green.json new file mode 100644 index 0000000..f79a6fd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_green.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/roof_green" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_grey.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_grey.json new file mode 100644 index 0000000..818a16a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_grey.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/roof_grey" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_purple.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_purple.json new file mode 100644 index 0000000..dfb6ca0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_purple.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/roof_purple" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_red.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_red.json new file mode 100644 index 0000000..31a8b76 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_red.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/roof_red" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_yellow.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_yellow.json new file mode 100644 index 0000000..ff0ca64 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/roof_yellow.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/roof_yellow" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/s.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/s.json new file mode 100644 index 0000000..3529194 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/s.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/s" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/sakura_pink.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/sakura_pink.json new file mode 100644 index 0000000..426fcab --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/sakura_pink.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/sakura_pink" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/sand.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/sand.json new file mode 100644 index 0000000..168c0e6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/sand.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/sand" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/sand_stones.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/sand_stones.json new file mode 100644 index 0000000..11867d5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/sand_stones.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/sand_stones" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/semicolon.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/semicolon.json new file mode 100644 index 0000000..39eb3ae --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/semicolon.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/semicolon" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/seven.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/seven.json new file mode 100644 index 0000000..ddcd41a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/seven.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/seven" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/sienna.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/sienna.json new file mode 100644 index 0000000..c9beac6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/sienna.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/sienna" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/six.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/six.json new file mode 100644 index 0000000..376fa78 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/six.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/six" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/sky_blue.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/sky_blue.json new file mode 100644 index 0000000..56e9921 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/sky_blue.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/sky_blue" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/slash.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/slash.json new file mode 100644 index 0000000..867d0a5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/slash.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/slash" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snow.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snow.json new file mode 100644 index 0000000..4c1eb9e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snow.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/snow" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snow_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snow_grass.json new file mode 100644 index 0000000..1222fc3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snow_grass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/snow_grass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snow_land.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snow_land.json new file mode 100644 index 0000000..ef8eebe --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snow_land.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/snow_land" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snowflake_lamp.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snowflake_lamp.json new file mode 100644 index 0000000..510c76d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snowflake_lamp.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/snowflake_lamp" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snowland.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snowland.json new file mode 100644 index 0000000..8fec621 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snowland.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/snowland" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snowman_body.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snowman_body.json new file mode 100644 index 0000000..cf443c9 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snowman_body.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/snowman_body" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snowman_head.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snowman_head.json new file mode 100644 index 0000000..5f24d77 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/snowman_head.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/snowman_head" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_01.json new file mode 100644 index 0000000..8756ab5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_02.json new file mode 100644 index 0000000..5c095de --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_03.json new file mode 100644 index 0000000..5a959f0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_03.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_03" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_04.json new file mode 100644 index 0000000..fe06f50 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_04.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_04" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_05.json new file mode 100644 index 0000000..f289227 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_05.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_05" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_06.json new file mode 100644 index 0000000..07943ba --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_06.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_06" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_07.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_07.json new file mode 100644 index 0000000..8c1b5a6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_07.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_07" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_08.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_08.json new file mode 100644 index 0000000..e5f7e12 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_08.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_08" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_09.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_09.json new file mode 100644 index 0000000..b818696 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_09.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_09" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_10.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_10.json new file mode 100644 index 0000000..34ed63e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_10.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_10" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_11.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_11.json new file mode 100644 index 0000000..3277790 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_11.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_11" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_12.json new file mode 100644 index 0000000..2efe6bf --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_12.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_12" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_13.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_13.json new file mode 100644 index 0000000..f5f8f36 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_13.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_13" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_14.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_14.json new file mode 100644 index 0000000..25ebd74 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_14.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_14" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_15.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_15.json new file mode 100644 index 0000000..06826e2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_15.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_15" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_16.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_16.json new file mode 100644 index 0000000..ba8507d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_grass_16.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_grass_16" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_land_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_land_01.json new file mode 100644 index 0000000..8c30aab --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_land_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_land_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_sand_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_sand_01.json new file mode 100644 index 0000000..78884f5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_sand_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_sand_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_sand_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_sand_02.json new file mode 100644 index 0000000..1859a65 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_sand_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_sand_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_sand_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_sand_03.json new file mode 100644 index 0000000..723ddaf --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_sand_03.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_sand_03" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_sand_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_sand_04.json new file mode 100644 index 0000000..293bd2e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_sand_04.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_sand_04" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_sand_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_sand_05.json new file mode 100644 index 0000000..58cbd67 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/special_sand_05.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/special_sand_05" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/spiderweb.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/spiderweb.json new file mode 100644 index 0000000..ee5981d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/spiderweb.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/spiderweb" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stained_glass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stained_glass.json new file mode 100644 index 0000000..707aa91 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stained_glass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stainless_steel.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stainless_steel.json new file mode 100644 index 0000000..723c5fd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stainless_steel.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stainless_steel" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/star_lamp.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/star_lamp.json new file mode 100644 index 0000000..538210b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/star_lamp.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/star_lamp" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone.json new file mode 100644 index 0000000..59033d6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stone" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_brick_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_brick_01.json new file mode 100644 index 0000000..c0d2561 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_brick_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stone_brick_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_brick_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_brick_02.json new file mode 100644 index 0000000..21a26e8 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_brick_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stone_brick_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_pillar_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_pillar_03.json new file mode 100644 index 0000000..49a2e1b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_pillar_03.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stone_pillar_03" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_pillar_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_pillar_04.json new file mode 100644 index 0000000..f5117ce --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_pillar_04.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stone_pillar_04" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_pillar_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_pillar_05.json new file mode 100644 index 0000000..5b8a9f4 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_pillar_05.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stone_pillar_05" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_pillar_06.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_pillar_06.json new file mode 100644 index 0000000..bbcc1be --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_pillar_06.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stone_pillar_06" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_wall.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_wall.json new file mode 100644 index 0000000..e69d54a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stone_wall" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_wall_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_wall_01.json new file mode 100644 index 0000000..92aaa89 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stone_wall_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stone_wall_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stripe_01.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stripe_01.json new file mode 100644 index 0000000..71d8bd0 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stripe_01.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stripe_01" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stripe_02.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stripe_02.json new file mode 100644 index 0000000..77c31b6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stripe_02.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stripe_02" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stripe_03.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stripe_03.json new file mode 100644 index 0000000..a4fd9a7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stripe_03.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stripe_03" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stripe_04.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stripe_04.json new file mode 100644 index 0000000..9b86948 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stripe_04.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stripe_04" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stripe_05.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stripe_05.json new file mode 100644 index 0000000..3e81f6f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/stripe_05.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/stripe_05" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/subtract.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/subtract.json new file mode 100644 index 0000000..ef4e42a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/subtract.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/subtract" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/t.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/t.json new file mode 100644 index 0000000..ca713c2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/t.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/t" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/television.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/television.json new file mode 100644 index 0000000..a653686 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/television.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/television" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/three.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/three.json new file mode 100644 index 0000000..442748b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/three.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/three" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/tilde.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/tilde.json new file mode 100644 index 0000000..3f045f7 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/tilde.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/tilde" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/toolbox.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/toolbox.json new file mode 100644 index 0000000..1311423 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/toolbox.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/toolbox" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/traditional_window.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/traditional_window.json new file mode 100644 index 0000000..d90fc84 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/traditional_window.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/traditional_window" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/treasure_chest.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/treasure_chest.json new file mode 100644 index 0000000..9204799 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/treasure_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/treasure_chest" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/turquoise.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/turquoise.json new file mode 100644 index 0000000..38d134c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/turquoise.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/turquoise" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/two.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/two.json new file mode 100644 index 0000000..b8b619f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/two.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/two" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/u.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/u.json new file mode 100644 index 0000000..2ba50aa --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/u.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/u" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/v.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/v.json new file mode 100644 index 0000000..67819d2 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/v.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/v" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/w.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/w.json new file mode 100644 index 0000000..7ab8e9e --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/w.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/w" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/warm_yellow_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/warm_yellow_light.json new file mode 100644 index 0000000..f61cf91 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/warm_yellow_light.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/warm_yellow_light" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/white.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/white.json new file mode 100644 index 0000000..919d2be --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/white.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/white" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/white_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/white_grass.json new file mode 100644 index 0000000..88d1d03 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/white_grass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/white_grass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/white_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/white_light.json new file mode 100644 index 0000000..4c06d2c --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/white_light.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/white_light" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/window.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/window.json new file mode 100644 index 0000000..9af7155 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/window.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/window" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/windygrass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/windygrass.json new file mode 100644 index 0000000..52b4474 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/windygrass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/windygrass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/winter_leaf.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/winter_leaf.json new file mode 100644 index 0000000..2bc963a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/winter_leaf.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/winter_leaf" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/withered_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/withered_grass.json new file mode 100644 index 0000000..fb5d7c5 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/withered_grass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/withered_grass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/withered_grass_land.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/withered_grass_land.json new file mode 100644 index 0000000..3a86299 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/withered_grass_land.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/withered_grass_land" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/wood.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/wood.json new file mode 100644 index 0000000..32ac456 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/wood.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/wood" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/wooden_box.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/wooden_box.json new file mode 100644 index 0000000..2702820 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/wooden_box.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/wooden_box" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/woodstone_12.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/woodstone_12.json new file mode 100644 index 0000000..7930d25 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/woodstone_12.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/woodstone_12" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/x.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/x.json new file mode 100644 index 0000000..4db476f --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/x.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/x" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/y.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/y.json new file mode 100644 index 0000000..c7d8c5d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/y.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/y" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/yellow_decorative_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/yellow_decorative_light.json new file mode 100644 index 0000000..9b61732 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/yellow_decorative_light.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/yellow_decorative_light" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/yellow_grass.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/yellow_grass.json new file mode 100644 index 0000000..c5f232d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/yellow_grass.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/yellow_grass" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/yellow_green.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/yellow_green.json new file mode 100644 index 0000000..188a9cc --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/yellow_green.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/yellow_green" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/yellow_light.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/yellow_light.json new file mode 100644 index 0000000..d766fb3 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/yellow_light.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/yellow_light" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/z.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/z.json new file mode 100644 index 0000000..08da17a --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/z.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/z" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/models/item/zero.json b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/zero.json new file mode 100644 index 0000000..0bbd539 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/models/item/zero.json @@ -0,0 +1,3 @@ +{ + "parent": "box3:block/zero" +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_back.png new file mode 100644 index 0000000..d353a63 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_bottom.png new file mode 100644 index 0000000..d353a63 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_front.png new file mode 100644 index 0000000..d353a63 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_left.png new file mode 100644 index 0000000..d353a63 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_right.png new file mode 100644 index 0000000..d353a63 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_top.png new file mode 100644 index 0000000..d353a63 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/a_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_back.png new file mode 100644 index 0000000..7091d07 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_bottom.png new file mode 100644 index 0000000..22d6bbb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_front.png new file mode 100644 index 0000000..7091d07 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_left.png new file mode 100644 index 0000000..7091d07 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_right.png new file mode 100644 index 0000000..7091d07 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_top.png new file mode 100644 index 0000000..570ada8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/acacia_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_back.png new file mode 100644 index 0000000..f14c2f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_bottom.png new file mode 100644 index 0000000..f14c2f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_front.png new file mode 100644 index 0000000..f14c2f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_left.png new file mode 100644 index 0000000..f14c2f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_right.png new file mode 100644 index 0000000..f14c2f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_top.png new file mode 100644 index 0000000..f14c2f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/add_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_back.png new file mode 100644 index 0000000..b0c9baa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_bottom.png new file mode 100644 index 0000000..b0c9baa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_front.png new file mode 100644 index 0000000..b0c9baa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_left.png new file mode 100644 index 0000000..b0c9baa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_right.png new file mode 100644 index 0000000..b0c9baa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_top.png new file mode 100644 index 0000000..b0c9baa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/air_duct_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_back.png new file mode 100644 index 0000000..ad9ea6b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_bottom.png new file mode 100644 index 0000000..ad9ea6b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_front.png new file mode 100644 index 0000000..ad9ea6b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_left.png new file mode 100644 index 0000000..ad9ea6b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_right.png new file mode 100644 index 0000000..ad9ea6b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_top.png new file mode 100644 index 0000000..ad9ea6b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ampersand_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_back.png new file mode 100644 index 0000000..7aa329a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_bottom.png new file mode 100644 index 0000000..7aa329a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_front.png new file mode 100644 index 0000000..7aa329a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_left.png new file mode 100644 index 0000000..7aa329a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_right.png new file mode 100644 index 0000000..7aa329a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_top.png new file mode 100644 index 0000000..7aa329a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/asterisk_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_back.png new file mode 100644 index 0000000..079b683 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_bottom.png new file mode 100644 index 0000000..079b683 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_front.png new file mode 100644 index 0000000..079b683 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_left.png new file mode 100644 index 0000000..079b683 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_right.png new file mode 100644 index 0000000..079b683 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_top.png new file mode 100644 index 0000000..079b683 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/at_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_back.png new file mode 100644 index 0000000..75309ff Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_bottom.png new file mode 100644 index 0000000..75309ff Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_front.png new file mode 100644 index 0000000..75309ff Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_left.png new file mode 100644 index 0000000..75309ff Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_right.png new file mode 100644 index 0000000..75309ff Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_top.png new file mode 100644 index 0000000..75309ff Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/b_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_back.png new file mode 100644 index 0000000..114d096 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_bottom.png new file mode 100644 index 0000000..114d096 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_front.png new file mode 100644 index 0000000..114d096 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_left.png new file mode 100644 index 0000000..114d096 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_right.png new file mode 100644 index 0000000..114d096 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_top.png new file mode 100644 index 0000000..114d096 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/backslash_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_back.png new file mode 100644 index 0000000..db0c1d9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_bottom.png new file mode 100644 index 0000000..12b88ae Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_front.png new file mode 100644 index 0000000..db0c1d9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_left.png new file mode 100644 index 0000000..db0c1d9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_right.png new file mode 100644 index 0000000..db0c1d9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_top.png new file mode 100644 index 0000000..12b88ae Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bamboo_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_back.png new file mode 100644 index 0000000..319f53d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_bottom.png new file mode 100644 index 0000000..319f53d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_front.png new file mode 100644 index 0000000..319f53d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_left.png new file mode 100644 index 0000000..319f53d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_right.png new file mode 100644 index 0000000..319f53d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_top.png new file mode 100644 index 0000000..319f53d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/barrier_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_back.png new file mode 100644 index 0000000..f9439c5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_bottom.png new file mode 100644 index 0000000..f9439c5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_front.png new file mode 100644 index 0000000..f9439c5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_left.png new file mode 100644 index 0000000..f9439c5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_right.png new file mode 100644 index 0000000..f9439c5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_top.png new file mode 100644 index 0000000..f9439c5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bat_window_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_back.png new file mode 100644 index 0000000..09f902c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_bottom.png new file mode 100644 index 0000000..09f902c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_front.png new file mode 100644 index 0000000..09f902c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_left.png new file mode 100644 index 0000000..09f902c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_right.png new file mode 100644 index 0000000..09f902c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_top.png new file mode 100644 index 0000000..09f902c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bear_footprint_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_back.png new file mode 100644 index 0000000..c0ee08b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_bottom.png new file mode 100644 index 0000000..e31c263 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_front.png new file mode 100644 index 0000000..c0ee08b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_left.png new file mode 100644 index 0000000..c0ee08b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_right.png new file mode 100644 index 0000000..c0ee08b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_top.png new file mode 100644 index 0000000..64704d7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/biscuit_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_back.png new file mode 100644 index 0000000..0eced2d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_bottom.png new file mode 100644 index 0000000..0eced2d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_front.png new file mode 100644 index 0000000..0eced2d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_back.png new file mode 100644 index 0000000..f419df9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_bottom.png new file mode 100644 index 0000000..f419df9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_front.png new file mode 100644 index 0000000..f419df9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_left.png new file mode 100644 index 0000000..f419df9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_right.png new file mode 100644 index 0000000..f419df9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_top.png new file mode 100644 index 0000000..f419df9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_glass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_left.png new file mode 100644 index 0000000..0eced2d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_right.png new file mode 100644 index 0000000..0eced2d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_top.png new file mode 100644 index 0000000..0eced2d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/black_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_back.png new file mode 100644 index 0000000..da3fe22 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_bottom.png new file mode 100644 index 0000000..da3fe22 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_back.png new file mode 100644 index 0000000..ac7cd97 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_back.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_back.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_bottom.png new file mode 100644 index 0000000..ac7cd97 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_bottom.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_bottom.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_bottom.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_front.png new file mode 100644 index 0000000..ac7cd97 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_front.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_front.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_left.png new file mode 100644 index 0000000..ac7cd97 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_left.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_left.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_left.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_right.png new file mode 100644 index 0000000..ac7cd97 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_right.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_right.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_right.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_top.png new file mode 100644 index 0000000..ac7cd97 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_top.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_top.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_decorative_light_top.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_front.png new file mode 100644 index 0000000..da3fe22 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_back.png new file mode 100644 index 0000000..63c543b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_bottom.png new file mode 100644 index 0000000..188f69d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_front.png new file mode 100644 index 0000000..63c543b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_left.png new file mode 100644 index 0000000..63c543b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_right.png new file mode 100644 index 0000000..63c543b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_top.png new file mode 100644 index 0000000..5d2ba5f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_gift_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_back.png new file mode 100644 index 0000000..676abbc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_bottom.png new file mode 100644 index 0000000..676abbc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_front.png new file mode 100644 index 0000000..676abbc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_left.png new file mode 100644 index 0000000..676abbc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_right.png new file mode 100644 index 0000000..676abbc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_top.png new file mode 100644 index 0000000..676abbc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_glass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_back.png new file mode 100644 index 0000000..b44aed8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_bottom.png new file mode 100644 index 0000000..b44aed8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_front.png new file mode 100644 index 0000000..b44aed8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_left.png new file mode 100644 index 0000000..b44aed8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_right.png new file mode 100644 index 0000000..b44aed8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_top.png new file mode 100644 index 0000000..b44aed8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_all_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_back.png new file mode 100644 index 0000000..ab30a7d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_front.png new file mode 100644 index 0000000..ab30a7d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_left.png new file mode 100644 index 0000000..ab30a7d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_right.png new file mode 100644 index 0000000..ab30a7d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_top.png new file mode 100644 index 0000000..b44aed8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_grass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_left.png new file mode 100644 index 0000000..da3fe22 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_back.png new file mode 100644 index 0000000..51931b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_bottom.png new file mode 100644 index 0000000..51931b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_front.png new file mode 100644 index 0000000..51931b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_left.png new file mode 100644 index 0000000..51931b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_right.png new file mode 100644 index 0000000..51931b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_top.png new file mode 100644 index 0000000..51931b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_light_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_right.png new file mode 100644 index 0000000..da3fe22 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_back.png new file mode 100644 index 0000000..5904c53 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_bottom.png new file mode 100644 index 0000000..8c96dc7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_front.png new file mode 100644 index 0000000..5904c53 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_left.png new file mode 100644 index 0000000..5904c53 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_right.png new file mode 100644 index 0000000..5904c53 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_top.png new file mode 100644 index 0000000..9e23444 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_back.png new file mode 100644 index 0000000..c7e8a19 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_bottom.png new file mode 100644 index 0000000..ade04e2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_front.png new file mode 100644 index 0000000..c7e8a19 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_left.png new file mode 100644 index 0000000..c7e8a19 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_right.png new file mode 100644 index 0000000..c7e8a19 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_top.png new file mode 100644 index 0000000..9e23444 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_surface_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_top.png new file mode 100644 index 0000000..da3fe22 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/blue_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_top.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board0_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_top.png new file mode 100644 index 0000000..755cd63 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board10_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_top.png new file mode 100644 index 0000000..8c42681 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board11_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_top.png new file mode 100644 index 0000000..edaf757 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board12_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_top.png new file mode 100644 index 0000000..965ea4d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board13_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_top.png new file mode 100644 index 0000000..4d75280 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board14_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_top.png new file mode 100644 index 0000000..dc36359 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board15_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_top.png new file mode 100644 index 0000000..57c6ad7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board1_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_top.png new file mode 100644 index 0000000..293bbf5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board2_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_top.png new file mode 100644 index 0000000..18766c5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board3_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_top.png new file mode 100644 index 0000000..08c1506 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board4_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_top.png new file mode 100644 index 0000000..75e318b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board5_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_top.png new file mode 100644 index 0000000..ab61ac2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board6_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_top.png new file mode 100644 index 0000000..b56d04e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board7_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_top.png new file mode 100644 index 0000000..b0e907c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board8_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_back.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_bottom.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_front.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_left.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_right.png new file mode 100644 index 0000000..107332b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_top.png new file mode 100644 index 0000000..fc4d068 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board9_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_back.png new file mode 100644 index 0000000..e36b3e3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_bottom.png new file mode 100644 index 0000000..e36b3e3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_front.png new file mode 100644 index 0000000..e36b3e3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_left.png new file mode 100644 index 0000000..e36b3e3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_right.png new file mode 100644 index 0000000..e36b3e3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_top.png new file mode 100644 index 0000000..e36b3e3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_back.png new file mode 100644 index 0000000..74c1636 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_bottom.png new file mode 100644 index 0000000..74c1636 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_front.png new file mode 100644 index 0000000..74c1636 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_left.png new file mode 100644 index 0000000..74c1636 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_right.png new file mode 100644 index 0000000..74c1636 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_top.png new file mode 100644 index 0000000..74c1636 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_back.png new file mode 100644 index 0000000..8440465 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_bottom.png new file mode 100644 index 0000000..8440465 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_front.png new file mode 100644 index 0000000..8440465 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_left.png new file mode 100644 index 0000000..8440465 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_right.png new file mode 100644 index 0000000..8440465 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_top.png new file mode 100644 index 0000000..8440465 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_03_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_back.png new file mode 100644 index 0000000..95ff24b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_bottom.png new file mode 100644 index 0000000..95ff24b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_front.png new file mode 100644 index 0000000..95ff24b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_left.png new file mode 100644 index 0000000..95ff24b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_right.png new file mode 100644 index 0000000..95ff24b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_top.png new file mode 100644 index 0000000..95ff24b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_04_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_back.png new file mode 100644 index 0000000..1d2a892 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_bottom.png new file mode 100644 index 0000000..1d2a892 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_front.png new file mode 100644 index 0000000..1d2a892 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_left.png new file mode 100644 index 0000000..1d2a892 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_right.png new file mode 100644 index 0000000..1d2a892 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_top.png new file mode 100644 index 0000000..1d2a892 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_05_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_back.png new file mode 100644 index 0000000..d535381 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_bottom.png new file mode 100644 index 0000000..d535381 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_front.png new file mode 100644 index 0000000..d535381 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_left.png new file mode 100644 index 0000000..d535381 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_right.png new file mode 100644 index 0000000..d535381 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_top.png new file mode 100644 index 0000000..d535381 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_06_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_back.png new file mode 100644 index 0000000..64dad92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_bottom.png new file mode 100644 index 0000000..64dad92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_front.png new file mode 100644 index 0000000..64dad92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_left.png new file mode 100644 index 0000000..64dad92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_right.png new file mode 100644 index 0000000..64dad92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_top.png new file mode 100644 index 0000000..64dad92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/board_07_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_back.png new file mode 100644 index 0000000..c0472b9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_bottom.png new file mode 100644 index 0000000..64dad92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_front.png new file mode 100644 index 0000000..1b2d902 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_left.png new file mode 100644 index 0000000..64dad92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_right.png new file mode 100644 index 0000000..64dad92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_top.png new file mode 100644 index 0000000..64dad92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bookshelf_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_back.png new file mode 100644 index 0000000..cdbbb2d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_bottom.png new file mode 100644 index 0000000..cdbbb2d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_front.png new file mode 100644 index 0000000..cdbbb2d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_left.png new file mode 100644 index 0000000..cdbbb2d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_right.png new file mode 100644 index 0000000..cdbbb2d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_top.png new file mode 100644 index 0000000..cdbbb2d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bounce_pad_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_back.png new file mode 100644 index 0000000..4cc4a9b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_bottom.png new file mode 100644 index 0000000..4cc4a9b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_front.png new file mode 100644 index 0000000..4cc4a9b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_left.png new file mode 100644 index 0000000..4cc4a9b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_right.png new file mode 100644 index 0000000..4cc4a9b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_top.png new file mode 100644 index 0000000..4cc4a9b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_close_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_back.png new file mode 100644 index 0000000..33f1c3a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_bottom.png new file mode 100644 index 0000000..33f1c3a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_front.png new file mode 100644 index 0000000..33f1c3a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_left.png new file mode 100644 index 0000000..33f1c3a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_right.png new file mode 100644 index 0000000..33f1c3a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_top.png new file mode 100644 index 0000000..33f1c3a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/bracket_open_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_back.png new file mode 100644 index 0000000..a4adc50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_bottom.png new file mode 100644 index 0000000..a4adc50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_front.png new file mode 100644 index 0000000..a4adc50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_left.png new file mode 100644 index 0000000..a4adc50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_right.png new file mode 100644 index 0000000..a4adc50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_top.png new file mode 100644 index 0000000..a4adc50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_back.png new file mode 100644 index 0000000..f2bdb8d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_bottom.png new file mode 100644 index 0000000..f2bdb8d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_front.png new file mode 100644 index 0000000..f2bdb8d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_left.png new file mode 100644 index 0000000..f2bdb8d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_right.png new file mode 100644 index 0000000..f2bdb8d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_top.png new file mode 100644 index 0000000..f2bdb8d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_back.png new file mode 100644 index 0000000..302c6c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_bottom.png new file mode 100644 index 0000000..302c6c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_front.png new file mode 100644 index 0000000..302c6c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_left.png new file mode 100644 index 0000000..302c6c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_right.png new file mode 100644 index 0000000..302c6c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_top.png new file mode 100644 index 0000000..302c6c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/brick_red_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_back.png new file mode 100644 index 0000000..d62f557 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_bottom.png new file mode 100644 index 0000000..c1cfe39 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_front.png new file mode 100644 index 0000000..d62f557 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_left.png new file mode 100644 index 0000000..c1cfe39 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_right.png new file mode 100644 index 0000000..c1cfe39 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_top.png new file mode 100644 index 0000000..c1cfe39 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/button_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_back.png new file mode 100644 index 0000000..d87cbd0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_bottom.png new file mode 100644 index 0000000..d87cbd0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_front.png new file mode 100644 index 0000000..d87cbd0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_left.png new file mode 100644 index 0000000..d87cbd0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_right.png new file mode 100644 index 0000000..d87cbd0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_top.png new file mode 100644 index 0000000..d87cbd0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/c_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_back.png new file mode 100644 index 0000000..51931b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_bottom.png new file mode 100644 index 0000000..51931b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_front.png new file mode 100644 index 0000000..51931b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_left.png new file mode 100644 index 0000000..51931b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_right.png new file mode 100644 index 0000000..51931b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_top.png new file mode 100644 index 0000000..51931b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cadet_blue_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_back.png new file mode 100644 index 0000000..a9579b3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_bottom.png new file mode 100644 index 0000000..a9579b3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_front.png new file mode 100644 index 0000000..a9579b3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_left.png new file mode 100644 index 0000000..a9579b3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_right.png new file mode 100644 index 0000000..a9579b3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_top.png new file mode 100644 index 0000000..a9579b3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/candy_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_back.png new file mode 100644 index 0000000..6c46371 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_bottom.png new file mode 100644 index 0000000..6c46371 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_front.png new file mode 100644 index 0000000..6c46371 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_left.png new file mode 100644 index 0000000..6c46371 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_right.png new file mode 100644 index 0000000..6c46371 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_top.png new file mode 100644 index 0000000..6c46371 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/caret_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_back.png new file mode 100644 index 0000000..7ec96dc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_bottom.png new file mode 100644 index 0000000..7ec96dc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_front.png new file mode 100644 index 0000000..7ec96dc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_left.png new file mode 100644 index 0000000..7ec96dc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_right.png new file mode 100644 index 0000000..7ec96dc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_top.png new file mode 100644 index 0000000..7ec96dc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_back.png new file mode 100644 index 0000000..f1f96ac Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_bottom.png new file mode 100644 index 0000000..f1f96ac Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_front.png new file mode 100644 index 0000000..f1f96ac Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_left.png new file mode 100644 index 0000000..f1f96ac Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_right.png new file mode 100644 index 0000000..f1f96ac Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_top.png new file mode 100644 index 0000000..f1f96ac Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_back.png new file mode 100644 index 0000000..0ce99fe Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_bottom.png new file mode 100644 index 0000000..0ce99fe Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_front.png new file mode 100644 index 0000000..0ce99fe Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_left.png new file mode 100644 index 0000000..0ce99fe Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_right.png new file mode 100644 index 0000000..0ce99fe Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_top.png new file mode 100644 index 0000000..0ce99fe Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_03_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_back.png new file mode 100644 index 0000000..1aa1f2b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_bottom.png new file mode 100644 index 0000000..1aa1f2b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_front.png new file mode 100644 index 0000000..1aa1f2b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_left.png new file mode 100644 index 0000000..1aa1f2b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_right.png new file mode 100644 index 0000000..1aa1f2b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_top.png new file mode 100644 index 0000000..1aa1f2b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_04_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_back.png new file mode 100644 index 0000000..f989c5e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_bottom.png new file mode 100644 index 0000000..f989c5e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_front.png new file mode 100644 index 0000000..f989c5e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_left.png new file mode 100644 index 0000000..f989c5e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_right.png new file mode 100644 index 0000000..f989c5e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_top.png new file mode 100644 index 0000000..f989c5e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_05_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_back.png new file mode 100644 index 0000000..d6ceee1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_bottom.png new file mode 100644 index 0000000..d6ceee1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_front.png new file mode 100644 index 0000000..d6ceee1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_left.png new file mode 100644 index 0000000..d6ceee1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_right.png new file mode 100644 index 0000000..d6ceee1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_top.png new file mode 100644 index 0000000..d6ceee1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_06_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_back.png new file mode 100644 index 0000000..c62eb49 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_bottom.png new file mode 100644 index 0000000..c62eb49 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_front.png new file mode 100644 index 0000000..c62eb49 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_left.png new file mode 100644 index 0000000..c62eb49 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_right.png new file mode 100644 index 0000000..c62eb49 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_top.png new file mode 100644 index 0000000..c62eb49 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_07_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_back.png new file mode 100644 index 0000000..2423cd0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_bottom.png new file mode 100644 index 0000000..2423cd0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_front.png new file mode 100644 index 0000000..2423cd0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_left.png new file mode 100644 index 0000000..2423cd0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_right.png new file mode 100644 index 0000000..2423cd0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_top.png new file mode 100644 index 0000000..2423cd0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_08_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_back.png new file mode 100644 index 0000000..befb43c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_bottom.png new file mode 100644 index 0000000..befb43c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_front.png new file mode 100644 index 0000000..befb43c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_left.png new file mode 100644 index 0000000..befb43c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_right.png new file mode 100644 index 0000000..befb43c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_top.png new file mode 100644 index 0000000..befb43c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_09_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_back.png new file mode 100644 index 0000000..c068e78 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_bottom.png new file mode 100644 index 0000000..c068e78 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_front.png new file mode 100644 index 0000000..c068e78 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_left.png new file mode 100644 index 0000000..c068e78 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_right.png new file mode 100644 index 0000000..c068e78 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_top.png new file mode 100644 index 0000000..c068e78 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_10_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_back.png new file mode 100644 index 0000000..a724879 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_bottom.png new file mode 100644 index 0000000..a724879 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_front.png new file mode 100644 index 0000000..a724879 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_left.png new file mode 100644 index 0000000..a724879 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_right.png new file mode 100644 index 0000000..a724879 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_top.png new file mode 100644 index 0000000..a724879 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_11_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_back.png new file mode 100644 index 0000000..c706356 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_bottom.png new file mode 100644 index 0000000..c706356 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_front.png new file mode 100644 index 0000000..c706356 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_left.png new file mode 100644 index 0000000..c706356 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_right.png new file mode 100644 index 0000000..c706356 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_top.png new file mode 100644 index 0000000..c706356 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_12_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_back.png new file mode 100644 index 0000000..62bfbb6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_bottom.png new file mode 100644 index 0000000..62bfbb6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_front.png new file mode 100644 index 0000000..62bfbb6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_left.png new file mode 100644 index 0000000..62bfbb6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_right.png new file mode 100644 index 0000000..62bfbb6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_top.png new file mode 100644 index 0000000..62bfbb6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/carpet_13_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_back.png new file mode 100644 index 0000000..d441478 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_bottom.png new file mode 100644 index 0000000..d441478 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_front.png new file mode 100644 index 0000000..d441478 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_left.png new file mode 100644 index 0000000..d441478 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_right.png new file mode 100644 index 0000000..d441478 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_top.png new file mode 100644 index 0000000..d441478 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/coffee_gray_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_back.png new file mode 100644 index 0000000..4119460 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_bottom.png new file mode 100644 index 0000000..4119460 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_front.png new file mode 100644 index 0000000..4119460 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_left.png new file mode 100644 index 0000000..4119460 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_right.png new file mode 100644 index 0000000..4119460 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_top.png new file mode 100644 index 0000000..4119460 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/colon_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_back.png new file mode 100644 index 0000000..1280118 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_bottom.png new file mode 100644 index 0000000..1280118 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_front.png new file mode 100644 index 0000000..1280118 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_left.png new file mode 100644 index 0000000..1280118 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_right.png new file mode 100644 index 0000000..1280118 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_top.png new file mode 100644 index 0000000..1280118 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/color_glass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_back.png new file mode 100644 index 0000000..3855130 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_bottom.png new file mode 100644 index 0000000..3855130 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_front.png new file mode 100644 index 0000000..3855130 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_left.png new file mode 100644 index 0000000..3855130 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_right.png new file mode 100644 index 0000000..3855130 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_top.png new file mode 100644 index 0000000..3855130 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/comma_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_back.png new file mode 100644 index 0000000..4a89482 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_bottom.png new file mode 100644 index 0000000..10be184 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_front.png new file mode 100644 index 0000000..4a89482 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_left.png new file mode 100644 index 0000000..4a89482 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_right.png new file mode 100644 index 0000000..4a89482 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_top.png new file mode 100644 index 0000000..e4c68e4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_top.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_top.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/conveyor_top.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_back.png new file mode 100644 index 0000000..a233b67 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_bottom.png new file mode 100644 index 0000000..a233b67 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_front.png new file mode 100644 index 0000000..a233b67 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_left.png new file mode 100644 index 0000000..a233b67 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_right.png new file mode 100644 index 0000000..a233b67 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_top.png new file mode 100644 index 0000000..a233b67 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_lantern_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_back.png new file mode 100644 index 0000000..f01dbbe Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_bottom.png new file mode 100644 index 0000000..f01dbbe Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_front.png new file mode 100644 index 0000000..f01dbbe Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_left.png new file mode 100644 index 0000000..f01dbbe Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_right.png new file mode 100644 index 0000000..f01dbbe Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_top.png new file mode 100644 index 0000000..f01dbbe Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_back.png new file mode 100644 index 0000000..e8fa4d6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_bottom.png new file mode 100644 index 0000000..e8fa4d6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_front.png new file mode 100644 index 0000000..e8fa4d6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_left.png new file mode 100644 index 0000000..e8fa4d6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_right.png new file mode 100644 index 0000000..e8fa4d6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_top.png new file mode 100644 index 0000000..e8fa4d6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/crane_roof_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_back.png new file mode 100644 index 0000000..cbc445c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_bottom.png new file mode 100644 index 0000000..cbc445c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_front.png new file mode 100644 index 0000000..cbc445c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_left.png new file mode 100644 index 0000000..cbc445c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_right.png new file mode 100644 index 0000000..cbc445c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_top.png new file mode 100644 index 0000000..cbc445c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/cross_window_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_back.png new file mode 100644 index 0000000..58f0c69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_bottom.png new file mode 100644 index 0000000..58f0c69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_front.png new file mode 100644 index 0000000..58f0c69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_left.png new file mode 100644 index 0000000..58f0c69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_right.png new file mode 100644 index 0000000..58f0c69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_top.png new file mode 100644 index 0000000..58f0c69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/d_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_back.png new file mode 100644 index 0000000..c534a7c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_bottom.png new file mode 100644 index 0000000..c534a7c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_front.png new file mode 100644 index 0000000..c534a7c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_left.png new file mode 100644 index 0000000..c534a7c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_right.png new file mode 100644 index 0000000..c534a7c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_top.png new file mode 100644 index 0000000..c534a7c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_all_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_back.png new file mode 100644 index 0000000..dc76fc1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_front.png new file mode 100644 index 0000000..dc76fc1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_left.png new file mode 100644 index 0000000..dc76fc1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_right.png new file mode 100644 index 0000000..dc76fc1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_top.png new file mode 100644 index 0000000..c534a7c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_blue_grass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_back.png new file mode 100644 index 0000000..1c4a01b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_bottom.png new file mode 100644 index 0000000..1c4a01b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_front.png new file mode 100644 index 0000000..1c4a01b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_left.png new file mode 100644 index 0000000..1c4a01b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_right.png new file mode 100644 index 0000000..1c4a01b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_top.png new file mode 100644 index 0000000..1c4a01b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_00_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_back.png new file mode 100644 index 0000000..74022c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_bottom.png new file mode 100644 index 0000000..74022c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_front.png new file mode 100644 index 0000000..74022c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_left.png new file mode 100644 index 0000000..74022c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_right.png new file mode 100644 index 0000000..74022c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_top.png new file mode 100644 index 0000000..74022c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_back.png new file mode 100644 index 0000000..dbbc711 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_bottom.png new file mode 100644 index 0000000..dbbc711 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_front.png new file mode 100644 index 0000000..dbbc711 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_left.png new file mode 100644 index 0000000..dbbc711 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_right.png new file mode 100644 index 0000000..dbbc711 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_top.png new file mode 100644 index 0000000..dbbc711 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_brick_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_back.png new file mode 100644 index 0000000..5eb892c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_bottom.png new file mode 100644 index 0000000..5eb892c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_front.png new file mode 100644 index 0000000..5eb892c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_left.png new file mode 100644 index 0000000..5eb892c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_right.png new file mode 100644 index 0000000..5eb892c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_top.png new file mode 100644 index 0000000..5eb892c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_all_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_back.png new file mode 100644 index 0000000..15275fb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_bottom.png new file mode 100644 index 0000000..c0bfd5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_front.png new file mode 100644 index 0000000..15275fb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_left.png new file mode 100644 index 0000000..15275fb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_right.png new file mode 100644 index 0000000..15275fb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_back.png new file mode 100644 index 0000000..c006fa0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_bottom.png new file mode 100644 index 0000000..25128f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_front.png new file mode 100644 index 0000000..c006fa0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_left.png new file mode 100644 index 0000000..c006fa0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_right.png new file mode 100644 index 0000000..c006fa0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_top.png new file mode 100644 index 0000000..5eb892c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_rock_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_back.png new file mode 100644 index 0000000..40cdefa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_bottom.png new file mode 100644 index 0000000..0515e73 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_front.png new file mode 100644 index 0000000..40cdefa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_left.png new file mode 100644 index 0000000..40cdefa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_right.png new file mode 100644 index 0000000..40cdefa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_top.png new file mode 100644 index 0000000..5eb892c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_sand_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_top.png new file mode 100644 index 0000000..ce607d9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_grass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_back.png new file mode 100644 index 0000000..d6fb516 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_bottom.png new file mode 100644 index 0000000..d6fb516 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_front.png new file mode 100644 index 0000000..d6fb516 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_left.png new file mode 100644 index 0000000..d6fb516 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_right.png new file mode 100644 index 0000000..d6fb516 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_top.png new file mode 100644 index 0000000..d6fb516 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_gray_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_back.png new file mode 100644 index 0000000..20dd8de Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_bottom.png new file mode 100644 index 0000000..20dd8de Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_front.png new file mode 100644 index 0000000..20dd8de Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_left.png new file mode 100644 index 0000000..20dd8de Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_right.png new file mode 100644 index 0000000..20dd8de Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_top.png new file mode 100644 index 0000000..20dd8de Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_orchid_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_back.png new file mode 100644 index 0000000..19e8779 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_bottom.png new file mode 100644 index 0000000..19e8779 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_front.png new file mode 100644 index 0000000..19e8779 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_left.png new file mode 100644 index 0000000..19e8779 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_right.png new file mode 100644 index 0000000..19e8779 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_top.png new file mode 100644 index 0000000..19e8779 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_all_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_back.png new file mode 100644 index 0000000..0925cb5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_front.png new file mode 100644 index 0000000..0925cb5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_left.png new file mode 100644 index 0000000..0925cb5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_right.png new file mode 100644 index 0000000..0925cb5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_top.png new file mode 100644 index 0000000..19e8779 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_purple_grass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_back.png new file mode 100644 index 0000000..0bf5045 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_bottom.png new file mode 100644 index 0000000..0bf5045 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_front.png new file mode 100644 index 0000000..0bf5045 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_back.png new file mode 100644 index 0000000..14901bd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_bottom.png new file mode 100644 index 0000000..14901bd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_front.png new file mode 100644 index 0000000..14901bd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_left.png new file mode 100644 index 0000000..14901bd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_right.png new file mode 100644 index 0000000..14901bd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_top.png new file mode 100644 index 0000000..14901bd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_all_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_back.png new file mode 100644 index 0000000..3586354 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_front.png new file mode 100644 index 0000000..3586354 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_left.png new file mode 100644 index 0000000..3586354 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_right.png new file mode 100644 index 0000000..3586354 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_top.png new file mode 100644 index 0000000..14901bd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_grass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_left.png new file mode 100644 index 0000000..0bf5045 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_right.png new file mode 100644 index 0000000..0bf5045 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_top.png new file mode 100644 index 0000000..0bf5045 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_red_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_back.png new file mode 100644 index 0000000..d3bb79d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_bottom.png new file mode 100644 index 0000000..d3bb79d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_front.png new file mode 100644 index 0000000..d3bb79d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_left.png new file mode 100644 index 0000000..d3bb79d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_right.png new file mode 100644 index 0000000..d3bb79d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_top.png new file mode 100644 index 0000000..d3bb79d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_salmon_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_back.png new file mode 100644 index 0000000..fd99acb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_bottom.png new file mode 100644 index 0000000..fd99acb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_front.png new file mode 100644 index 0000000..fd99acb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_left.png new file mode 100644 index 0000000..fd99acb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_right.png new file mode 100644 index 0000000..fd99acb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_top.png new file mode 100644 index 0000000..fd99acb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_sand_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_back.png new file mode 100644 index 0000000..6bdc9bf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_bottom.png new file mode 100644 index 0000000..6bdc9bf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_front.png new file mode 100644 index 0000000..6bdc9bf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_left.png new file mode 100644 index 0000000..6bdc9bf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_right.png new file mode 100644 index 0000000..6bdc9bf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_top.png new file mode 100644 index 0000000..6bdc9bf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_slate_blue_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_back.png new file mode 100644 index 0000000..51cb9f4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_bottom.png new file mode 100644 index 0000000..51cb9f4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_front.png new file mode 100644 index 0000000..51cb9f4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_left.png new file mode 100644 index 0000000..51cb9f4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_right.png new file mode 100644 index 0000000..51cb9f4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_top.png new file mode 100644 index 0000000..51cb9f4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_stone_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_back.png new file mode 100644 index 0000000..8630fda Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_bottom.png new file mode 100644 index 0000000..f13c92e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_front.png new file mode 100644 index 0000000..8630fda Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_left.png new file mode 100644 index 0000000..8630fda Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_right.png new file mode 100644 index 0000000..8630fda Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_top.png new file mode 100644 index 0000000..0579416 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_surface_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_back.png new file mode 100644 index 0000000..d2cd143 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_bottom.png new file mode 100644 index 0000000..d2cd143 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_front.png new file mode 100644 index 0000000..d2cd143 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_left.png new file mode 100644 index 0000000..d2cd143 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_right.png new file mode 100644 index 0000000..d2cd143 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_top.png new file mode 100644 index 0000000..d2cd143 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_volcanic_rock_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_back.png new file mode 100644 index 0000000..4df1284 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_bottom.png new file mode 100644 index 0000000..4df1284 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_front.png new file mode 100644 index 0000000..4df1284 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_left.png new file mode 100644 index 0000000..4df1284 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_right.png new file mode 100644 index 0000000..4df1284 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_top.png new file mode 100644 index 0000000..4df1284 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_all_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_back.png new file mode 100644 index 0000000..e4b95e5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_front.png new file mode 100644 index 0000000..e4b95e5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_left.png new file mode 100644 index 0000000..e4b95e5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_right.png new file mode 100644 index 0000000..e4b95e5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_top.png new file mode 100644 index 0000000..4df1284 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dark_yellow_grass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_back.png new file mode 100644 index 0000000..1e3e38b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_bottom.png new file mode 100644 index 0000000..c0bfd5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_front.png new file mode 100644 index 0000000..1e3e38b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_left.png new file mode 100644 index 0000000..1e3e38b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_right.png new file mode 100644 index 0000000..1e3e38b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_top.png new file mode 100644 index 0000000..35a8fea Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dirt_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_back.png new file mode 100644 index 0000000..fc59bd1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_bottom.png new file mode 100644 index 0000000..fc59bd1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_front.png new file mode 100644 index 0000000..fc59bd1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_left.png new file mode 100644 index 0000000..fc59bd1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_right.png new file mode 100644 index 0000000..fc59bd1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_top.png new file mode 100644 index 0000000..fc59bd1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/divide_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_back.png new file mode 100644 index 0000000..7d8e557 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_bottom.png new file mode 100644 index 0000000..7d8e557 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_front.png new file mode 100644 index 0000000..7d8e557 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_left.png new file mode 100644 index 0000000..7d8e557 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_right.png new file mode 100644 index 0000000..7d8e557 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_top.png new file mode 100644 index 0000000..7d8e557 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/dollar_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_back.png new file mode 100644 index 0000000..683b7c4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_bottom.png new file mode 100644 index 0000000..683b7c4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_front.png new file mode 100644 index 0000000..683b7c4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_left.png new file mode 100644 index 0000000..683b7c4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_right.png new file mode 100644 index 0000000..683b7c4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_top.png new file mode 100644 index 0000000..683b7c4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/e_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_back.png new file mode 100644 index 0000000..5a82eb6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_bottom.png new file mode 100644 index 0000000..5a82eb6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_front.png new file mode 100644 index 0000000..5a82eb6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_left.png new file mode 100644 index 0000000..5a82eb6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_right.png new file mode 100644 index 0000000..5a82eb6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_top.png new file mode 100644 index 0000000..5a82eb6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/eight_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_back.png new file mode 100644 index 0000000..c8530af Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_bottom.png new file mode 100644 index 0000000..c8530af Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_front.png new file mode 100644 index 0000000..c8530af Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_left.png new file mode 100644 index 0000000..c8530af Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_right.png new file mode 100644 index 0000000..c8530af Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_top.png new file mode 100644 index 0000000..c8530af Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/equal_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_back.png new file mode 100644 index 0000000..92cd997 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_bottom.png new file mode 100644 index 0000000..92cd997 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_front.png new file mode 100644 index 0000000..92cd997 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_left.png new file mode 100644 index 0000000..92cd997 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_right.png new file mode 100644 index 0000000..92cd997 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_top.png new file mode 100644 index 0000000..92cd997 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/exclamation_mark_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_back.png new file mode 100644 index 0000000..69718a4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_bottom.png new file mode 100644 index 0000000..49542c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_front.png new file mode 100644 index 0000000..f4ba1f0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_left.png new file mode 100644 index 0000000..abcf929 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_right.png new file mode 100644 index 0000000..abcf929 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_top.png new file mode 100644 index 0000000..1560af4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/express_box_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_back.png new file mode 100644 index 0000000..1ec2fd4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_bottom.png new file mode 100644 index 0000000..1ec2fd4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_front.png new file mode 100644 index 0000000..1ec2fd4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_left.png new file mode 100644 index 0000000..1ec2fd4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_right.png new file mode 100644 index 0000000..1ec2fd4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_top.png new file mode 100644 index 0000000..1ec2fd4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/f_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_back.png new file mode 100644 index 0000000..cc9f2a6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_back.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_back.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_bottom.png new file mode 100644 index 0000000..278c9df Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_bottom.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_bottom.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_bottom.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_front.png new file mode 100644 index 0000000..cc9f2a6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_front.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_front.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_left.png new file mode 100644 index 0000000..278c9df Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_left.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_left.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_left.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_right.png new file mode 100644 index 0000000..278c9df Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_right.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_right.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_right.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_top.png new file mode 100644 index 0000000..278c9df Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_top.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_top.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fan_top.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_back.png new file mode 100644 index 0000000..34cff16 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_back.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_back.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_bottom.png new file mode 100644 index 0000000..9ca884b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_bottom.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_bottom.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_bottom.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_front.png new file mode 100644 index 0000000..34cff16 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_front.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_front.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_left.png new file mode 100644 index 0000000..34cff16 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_left.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_left.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_left.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_right.png new file mode 100644 index 0000000..34cff16 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_right.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_right.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_right.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_top.png new file mode 100644 index 0000000..9ca884b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_top.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_top.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/firecracker_top.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_back.png new file mode 100644 index 0000000..eb70c70 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_bottom.png new file mode 100644 index 0000000..eb70c70 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_front.png new file mode 100644 index 0000000..eb70c70 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_left.png new file mode 100644 index 0000000..eb70c70 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_right.png new file mode 100644 index 0000000..eb70c70 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_top.png new file mode 100644 index 0000000..eb70c70 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/five_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_back.png new file mode 100644 index 0000000..9fb80c4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_bottom.png new file mode 100644 index 0000000..9fb80c4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_front.png new file mode 100644 index 0000000..9fb80c4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_left.png new file mode 100644 index 0000000..9fb80c4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_right.png new file mode 100644 index 0000000..9fb80c4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_top.png new file mode 100644 index 0000000..9fb80c4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/four_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_back.png new file mode 100644 index 0000000..8b33f5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_bottom.png new file mode 100644 index 0000000..8b33f5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_front.png new file mode 100644 index 0000000..8b33f5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_left.png new file mode 100644 index 0000000..8b33f5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_right.png new file mode 100644 index 0000000..8b33f5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_top.png new file mode 100644 index 0000000..8b33f5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/fu_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_back.png new file mode 100644 index 0000000..5cd6396 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_bottom.png new file mode 100644 index 0000000..5cd6396 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_front.png new file mode 100644 index 0000000..5cd6396 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_left.png new file mode 100644 index 0000000..5cd6396 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_right.png new file mode 100644 index 0000000..5cd6396 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_top.png new file mode 100644 index 0000000..5cd6396 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/g_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_back.png new file mode 100644 index 0000000..efff63e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_bottom.png new file mode 100644 index 0000000..efff63e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_front.png new file mode 100644 index 0000000..efff63e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_left.png new file mode 100644 index 0000000..efff63e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_right.png new file mode 100644 index 0000000..efff63e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_top.png new file mode 100644 index 0000000..efff63e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_back.png new file mode 100644 index 0000000..708c5d6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_bottom.png new file mode 100644 index 0000000..708c5d6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_front.png new file mode 100644 index 0000000..708c5d6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_left.png new file mode 100644 index 0000000..708c5d6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_right.png new file mode 100644 index 0000000..708c5d6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_top.png new file mode 100644 index 0000000..708c5d6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/geometric_window_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_back.png new file mode 100644 index 0000000..bcb8335 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_bottom.png new file mode 100644 index 0000000..bcb8335 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_front.png new file mode 100644 index 0000000..bcb8335 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_left.png new file mode 100644 index 0000000..bcb8335 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_right.png new file mode 100644 index 0000000..bcb8335 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_top.png new file mode 100644 index 0000000..bcb8335 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/glass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_back.png new file mode 100644 index 0000000..2aa3372 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_bottom.png new file mode 100644 index 0000000..2aa3372 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_front.png new file mode 100644 index 0000000..2aa3372 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_left.png new file mode 100644 index 0000000..2aa3372 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_right.png new file mode 100644 index 0000000..2aa3372 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_top.png new file mode 100644 index 0000000..2aa3372 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/gold_trim_brick_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_back.png new file mode 100644 index 0000000..e05c506 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_bottom.png new file mode 100644 index 0000000..e05c506 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_front.png new file mode 100644 index 0000000..e05c506 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_left.png new file mode 100644 index 0000000..e05c506 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_right.png new file mode 100644 index 0000000..e05c506 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_top.png new file mode 100644 index 0000000..e05c506 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_all_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_back.png new file mode 100644 index 0000000..abf6ab9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_bottom.png new file mode 100644 index 0000000..c0bfd5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_front.png new file mode 100644 index 0000000..abf6ab9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_left.png new file mode 100644 index 0000000..abf6ab9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_right.png new file mode 100644 index 0000000..abf6ab9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_back.png new file mode 100644 index 0000000..f63132a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_bottom.png new file mode 100644 index 0000000..25128f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_front.png new file mode 100644 index 0000000..f63132a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_left.png new file mode 100644 index 0000000..f63132a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_right.png new file mode 100644 index 0000000..f63132a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_top.png new file mode 100644 index 0000000..e05c506 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_rock_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_back.png new file mode 100644 index 0000000..622c63b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_bottom.png new file mode 100644 index 0000000..0515e73 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_front.png new file mode 100644 index 0000000..622c63b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_left.png new file mode 100644 index 0000000..622c63b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_right.png new file mode 100644 index 0000000..622c63b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_top.png new file mode 100644 index 0000000..e05c506 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_sand_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_top.png new file mode 100644 index 0000000..dd08720 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_back.png new file mode 100644 index 0000000..3c66998 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_bottom.png new file mode 100644 index 0000000..3c66998 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_front.png new file mode 100644 index 0000000..3c66998 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_left.png new file mode 100644 index 0000000..3c66998 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_right.png new file mode 100644 index 0000000..3c66998 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_top.png new file mode 100644 index 0000000..3c66998 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greater_than_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_back.png new file mode 100644 index 0000000..338ffaa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_back.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_back.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_bottom.png new file mode 100644 index 0000000..338ffaa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_bottom.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_bottom.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_bottom.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_front.png new file mode 100644 index 0000000..338ffaa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_front.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_front.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_left.png new file mode 100644 index 0000000..338ffaa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_left.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_left.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_left.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_right.png new file mode 100644 index 0000000..338ffaa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_right.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_right.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_right.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_top.png new file mode 100644 index 0000000..338ffaa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_top.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_top.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_decorative_light_top.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_back.png new file mode 100644 index 0000000..a78a9c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_bottom.png new file mode 100644 index 0000000..a78a9c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_front.png new file mode 100644 index 0000000..a78a9c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_left.png new file mode 100644 index 0000000..a78a9c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_right.png new file mode 100644 index 0000000..a78a9c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_top.png new file mode 100644 index 0000000..a78a9c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_glass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_back.png new file mode 100644 index 0000000..b5eaa50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_bottom.png new file mode 100644 index 0000000..b5eaa50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_front.png new file mode 100644 index 0000000..b5eaa50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_left.png new file mode 100644 index 0000000..b5eaa50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_right.png new file mode 100644 index 0000000..b5eaa50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_top.png new file mode 100644 index 0000000..b5eaa50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_leaf_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_back.png new file mode 100644 index 0000000..f106685 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_bottom.png new file mode 100644 index 0000000..f106685 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_front.png new file mode 100644 index 0000000..f106685 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_left.png new file mode 100644 index 0000000..f106685 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_right.png new file mode 100644 index 0000000..f106685 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_top.png new file mode 100644 index 0000000..f106685 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/green_light_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_back.png new file mode 100644 index 0000000..8681e08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_bottom.png new file mode 100644 index 0000000..97dedee Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_front.png new file mode 100644 index 0000000..8681e08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_left.png new file mode 100644 index 0000000..8681e08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_right.png new file mode 100644 index 0000000..8681e08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_top.png new file mode 100644 index 0000000..c1283dc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l1_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_back.png new file mode 100644 index 0000000..8681e08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_bottom.png new file mode 100644 index 0000000..97dedee Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_front.png new file mode 100644 index 0000000..8681e08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_left.png new file mode 100644 index 0000000..8681e08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_right.png new file mode 100644 index 0000000..8681e08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_top.png new file mode 100644 index 0000000..4a45ec6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/greenbelt_l_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_back.png new file mode 100644 index 0000000..6db9a64 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_bottom.png new file mode 100644 index 0000000..6db9a64 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_front.png new file mode 100644 index 0000000..6db9a64 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_left.png new file mode 100644 index 0000000..6db9a64 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_right.png new file mode 100644 index 0000000..6db9a64 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_top.png new file mode 100644 index 0000000..6db9a64 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/grey_stone_brick_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_back.png new file mode 100644 index 0000000..c37702b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_bottom.png new file mode 100644 index 0000000..c37702b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_front.png new file mode 100644 index 0000000..c37702b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_left.png new file mode 100644 index 0000000..c37702b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_right.png new file mode 100644 index 0000000..c37702b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_top.png new file mode 100644 index 0000000..c37702b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/h_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_back.png new file mode 100644 index 0000000..690b8de Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_bottom.png new file mode 100644 index 0000000..690b8de Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_front.png new file mode 100644 index 0000000..690b8de Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_left.png new file mode 100644 index 0000000..690b8de Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_right.png new file mode 100644 index 0000000..690b8de Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_top.png new file mode 100644 index 0000000..690b8de Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_back.png new file mode 100644 index 0000000..e4373f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_bottom.png new file mode 100644 index 0000000..e4373f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_front.png new file mode 100644 index 0000000..e4373f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_left.png new file mode 100644 index 0000000..e4373f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_right.png new file mode 100644 index 0000000..e4373f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_top.png new file mode 100644 index 0000000..e4373f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/honeycomb_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_back.png new file mode 100644 index 0000000..feba34a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_bottom.png new file mode 100644 index 0000000..feba34a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_front.png new file mode 100644 index 0000000..feba34a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_left.png new file mode 100644 index 0000000..feba34a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_right.png new file mode 100644 index 0000000..feba34a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_top.png new file mode 100644 index 0000000..feba34a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/i_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_back.png new file mode 100644 index 0000000..17621a0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_bottom.png new file mode 100644 index 0000000..17621a0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_back.png new file mode 100644 index 0000000..604112f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_bottom.png new file mode 100644 index 0000000..fbc7966 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_front.png new file mode 100644 index 0000000..604112f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_left.png new file mode 100644 index 0000000..604112f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_right.png new file mode 100644 index 0000000..604112f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_top.png new file mode 100644 index 0000000..f5cced2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_brick_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_front.png new file mode 100644 index 0000000..17621a0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_left.png new file mode 100644 index 0000000..17621a0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_right.png new file mode 100644 index 0000000..17621a0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_top.png new file mode 100644 index 0000000..17621a0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_back.png new file mode 100644 index 0000000..89a41b1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_bottom.png new file mode 100644 index 0000000..fbc7966 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_front.png new file mode 100644 index 0000000..89a41b1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_left.png new file mode 100644 index 0000000..89a41b1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_right.png new file mode 100644 index 0000000..89a41b1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_top.png new file mode 100644 index 0000000..f5cced2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ice_wall_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_back.png new file mode 100644 index 0000000..b509379 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_bottom.png new file mode 100644 index 0000000..b509379 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_front.png new file mode 100644 index 0000000..b509379 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_left.png new file mode 100644 index 0000000..b509379 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_right.png new file mode 100644 index 0000000..b509379 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_top.png new file mode 100644 index 0000000..b509379 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/indigo_light_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_back.png new file mode 100644 index 0000000..c0fd436 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_bottom.png new file mode 100644 index 0000000..c0fd436 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_front.png new file mode 100644 index 0000000..c0fd436 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_left.png new file mode 100644 index 0000000..c0fd436 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_right.png new file mode 100644 index 0000000..c0fd436 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_top.png new file mode 100644 index 0000000..c0fd436 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/j_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_back.png new file mode 100644 index 0000000..1d75fdf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_bottom.png new file mode 100644 index 0000000..1d75fdf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_front.png new file mode 100644 index 0000000..1d75fdf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_left.png new file mode 100644 index 0000000..1d75fdf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_right.png new file mode 100644 index 0000000..1d75fdf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_top.png new file mode 100644 index 0000000..1d75fdf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/k_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_back.png new file mode 100644 index 0000000..84666b0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_bottom.png new file mode 100644 index 0000000..84666b0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_front.png new file mode 100644 index 0000000..84666b0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_left.png new file mode 100644 index 0000000..84666b0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_right.png new file mode 100644 index 0000000..84666b0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_top.png new file mode 100644 index 0000000..84666b0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/l_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_back.png new file mode 100644 index 0000000..3441f34 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_bottom.png new file mode 100644 index 0000000..3441f34 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_front.png new file mode 100644 index 0000000..3441f34 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_left.png new file mode 100644 index 0000000..3441f34 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_right.png new file mode 100644 index 0000000..3441f34 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_top.png new file mode 100644 index 0000000..3441f34 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_back.png new file mode 100644 index 0000000..ad53adf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_bottom.png new file mode 100644 index 0000000..ad53adf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_front.png new file mode 100644 index 0000000..ad53adf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_left.png new file mode 100644 index 0000000..ad53adf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_right.png new file mode 100644 index 0000000..ad53adf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_top.png new file mode 100644 index 0000000..ad53adf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_back.png new file mode 100644 index 0000000..9787245 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_bottom.png new file mode 100644 index 0000000..9787245 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_front.png new file mode 100644 index 0000000..9787245 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_left.png new file mode 100644 index 0000000..9787245 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_right.png new file mode 100644 index 0000000..9787245 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_top.png new file mode 100644 index 0000000..9787245 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_lamp_03_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_back.png new file mode 100644 index 0000000..d62f557 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_bottom.png new file mode 100644 index 0000000..d62f557 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_front.png new file mode 100644 index 0000000..d62f557 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_left.png new file mode 100644 index 0000000..d62f557 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_right.png new file mode 100644 index 0000000..d62f557 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_top.png new file mode 100644 index 0000000..d62f557 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_back.png new file mode 100644 index 0000000..1db8e7c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_bottom.png new file mode 100644 index 0000000..1db8e7c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_front.png new file mode 100644 index 0000000..1db8e7c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_left.png new file mode 100644 index 0000000..1db8e7c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_right.png new file mode 100644 index 0000000..1db8e7c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_top.png new file mode 100644 index 0000000..1db8e7c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_back.png new file mode 100644 index 0000000..354611a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_bottom.png new file mode 100644 index 0000000..354611a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_front.png new file mode 100644 index 0000000..354611a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_left.png new file mode 100644 index 0000000..354611a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_right.png new file mode 100644 index 0000000..354611a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_top.png new file mode 100644 index 0000000..354611a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_03_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_back.png new file mode 100644 index 0000000..4bf3353 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_bottom.png new file mode 100644 index 0000000..4bf3353 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_front.png new file mode 100644 index 0000000..4bf3353 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_left.png new file mode 100644 index 0000000..4bf3353 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_right.png new file mode 100644 index 0000000..4bf3353 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_top.png new file mode 100644 index 0000000..4bf3353 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_04_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_back.png new file mode 100644 index 0000000..4fd2209 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_bottom.png new file mode 100644 index 0000000..4fd2209 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_front.png new file mode 100644 index 0000000..4fd2209 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_left.png new file mode 100644 index 0000000..4fd2209 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_right.png new file mode 100644 index 0000000..4fd2209 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_top.png new file mode 100644 index 0000000..4fd2209 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_05_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_back.png new file mode 100644 index 0000000..83335f3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_bottom.png new file mode 100644 index 0000000..83335f3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_front.png new file mode 100644 index 0000000..83335f3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_left.png new file mode 100644 index 0000000..83335f3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_right.png new file mode 100644 index 0000000..83335f3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_top.png new file mode 100644 index 0000000..83335f3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_06_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_back.png new file mode 100644 index 0000000..44744ef Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_bottom.png new file mode 100644 index 0000000..44744ef Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_front.png new file mode 100644 index 0000000..44744ef Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_left.png new file mode 100644 index 0000000..44744ef Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_right.png new file mode 100644 index 0000000..44744ef Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_top.png new file mode 100644 index 0000000..44744ef Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_07_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_back.png new file mode 100644 index 0000000..a096a52 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_bottom.png new file mode 100644 index 0000000..a096a52 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_front.png new file mode 100644 index 0000000..a096a52 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_left.png new file mode 100644 index 0000000..a096a52 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_right.png new file mode 100644 index 0000000..a096a52 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_top.png new file mode 100644 index 0000000..a096a52 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_08_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_back.png new file mode 100644 index 0000000..00f80af Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_bottom.png new file mode 100644 index 0000000..00f80af Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_front.png new file mode 100644 index 0000000..00f80af Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_left.png new file mode 100644 index 0000000..00f80af Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_right.png new file mode 100644 index 0000000..00f80af Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_top.png new file mode 100644 index 0000000..00f80af Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_09_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_back.png new file mode 100644 index 0000000..039374e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_bottom.png new file mode 100644 index 0000000..039374e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_front.png new file mode 100644 index 0000000..039374e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_left.png new file mode 100644 index 0000000..039374e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_right.png new file mode 100644 index 0000000..039374e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_top.png new file mode 100644 index 0000000..039374e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_10_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_back.png new file mode 100644 index 0000000..43d2b34 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_bottom.png new file mode 100644 index 0000000..43d2b34 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_front.png new file mode 100644 index 0000000..43d2b34 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_left.png new file mode 100644 index 0000000..43d2b34 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_right.png new file mode 100644 index 0000000..43d2b34 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_top.png new file mode 100644 index 0000000..43d2b34 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_11_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_back.png new file mode 100644 index 0000000..f780c71 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_bottom.png new file mode 100644 index 0000000..f780c71 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_front.png new file mode 100644 index 0000000..f780c71 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_left.png new file mode 100644 index 0000000..f780c71 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_right.png new file mode 100644 index 0000000..f780c71 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_top.png new file mode 100644 index 0000000..f780c71 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_12_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_back.png new file mode 100644 index 0000000..90ccbd7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_bottom.png new file mode 100644 index 0000000..90ccbd7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_front.png new file mode 100644 index 0000000..90ccbd7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_left.png new file mode 100644 index 0000000..90ccbd7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_right.png new file mode 100644 index 0000000..90ccbd7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_top.png new file mode 100644 index 0000000..90ccbd7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_13_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_back.png new file mode 100644 index 0000000..5e4804e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_bottom.png new file mode 100644 index 0000000..5e4804e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_front.png new file mode 100644 index 0000000..5e4804e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_left.png new file mode 100644 index 0000000..5e4804e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_right.png new file mode 100644 index 0000000..5e4804e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_top.png new file mode 100644 index 0000000..5e4804e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_14_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_back.png new file mode 100644 index 0000000..58a77d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_bottom.png new file mode 100644 index 0000000..58a77d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_front.png new file mode 100644 index 0000000..58a77d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_left.png new file mode 100644 index 0000000..58a77d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_right.png new file mode 100644 index 0000000..58a77d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_top.png new file mode 100644 index 0000000..58a77d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_material_15_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_back.png new file mode 100644 index 0000000..390b984 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_bottom.png new file mode 100644 index 0000000..390b984 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_front.png new file mode 100644 index 0000000..390b984 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_left.png new file mode 100644 index 0000000..3f17b19 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_right.png new file mode 100644 index 0000000..390b984 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_top.png new file mode 100644 index 0000000..390b984 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_screen_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_back.png new file mode 100644 index 0000000..27f1056 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_bottom.png new file mode 100644 index 0000000..1db8e7c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_front.png new file mode 100644 index 0000000..27f1056 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_left.png new file mode 100644 index 0000000..27f1056 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_right.png new file mode 100644 index 0000000..27f1056 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_top.png new file mode 100644 index 0000000..1db8e7c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lab_wire_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_back.png new file mode 100644 index 0000000..320ab04 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_bottom.png new file mode 100644 index 0000000..320ab04 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_front.png new file mode 100644 index 0000000..320ab04 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_left.png new file mode 100644 index 0000000..320ab04 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_right.png new file mode 100644 index 0000000..320ab04 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_top.png new file mode 100644 index 0000000..320ab04 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_back.png new file mode 100644 index 0000000..55da4cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_bottom.png new file mode 100644 index 0000000..55da4cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_front.png new file mode 100644 index 0000000..55da4cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_left.png new file mode 100644 index 0000000..55da4cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_right.png new file mode 100644 index 0000000..55da4cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_top.png new file mode 100644 index 0000000..55da4cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lantern_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_back.png new file mode 100644 index 0000000..e5a7486 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_back.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_back.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_bottom.png new file mode 100644 index 0000000..e5a7486 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_bottom.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_bottom.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_bottom.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_front.png new file mode 100644 index 0000000..e5a7486 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_front.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_front.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_left.png new file mode 100644 index 0000000..e5a7486 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_left.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_left.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_left.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_right.png new file mode 100644 index 0000000..e5a7486 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_right.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_right.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_right.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_top.png new file mode 100644 index 0000000..d6be85a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_top.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_top.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava01_top.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_back.png new file mode 100644 index 0000000..3a31053 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_back.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_back.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_bottom.png new file mode 100644 index 0000000..3a31053 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_bottom.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_bottom.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_bottom.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_front.png new file mode 100644 index 0000000..3a31053 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_front.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_front.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_left.png new file mode 100644 index 0000000..3a31053 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_left.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_left.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_left.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_right.png new file mode 100644 index 0000000..3a31053 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_right.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_right.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_right.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_top.png new file mode 100644 index 0000000..4537db1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_top.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_top.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lava02_top.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_back.png new file mode 100644 index 0000000..4d50538 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_bottom.png new file mode 100644 index 0000000..4d50538 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_front.png new file mode 100644 index 0000000..4d50538 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_left.png new file mode 100644 index 0000000..4d50538 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_right.png new file mode 100644 index 0000000..4d50538 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_top.png new file mode 100644 index 0000000..4d50538 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_back.png new file mode 100644 index 0000000..212cc23 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_bottom.png new file mode 100644 index 0000000..212cc23 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_front.png new file mode 100644 index 0000000..212cc23 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_left.png new file mode 100644 index 0000000..212cc23 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_right.png new file mode 100644 index 0000000..212cc23 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_top.png new file mode 100644 index 0000000..212cc23 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_back.png new file mode 100644 index 0000000..9894323 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_bottom.png new file mode 100644 index 0000000..9894323 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_front.png new file mode 100644 index 0000000..9894323 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_left.png new file mode 100644 index 0000000..9894323 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_right.png new file mode 100644 index 0000000..9894323 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_top.png new file mode 100644 index 0000000..9894323 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_03_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_back.png new file mode 100644 index 0000000..aae960b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_bottom.png new file mode 100644 index 0000000..aae960b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_front.png new file mode 100644 index 0000000..aae960b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_left.png new file mode 100644 index 0000000..aae960b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_right.png new file mode 100644 index 0000000..aae960b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_top.png new file mode 100644 index 0000000..aae960b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_04_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_back.png new file mode 100644 index 0000000..5faf7a0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_bottom.png new file mode 100644 index 0000000..5faf7a0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_front.png new file mode 100644 index 0000000..5faf7a0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_left.png new file mode 100644 index 0000000..5faf7a0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_right.png new file mode 100644 index 0000000..5faf7a0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_top.png new file mode 100644 index 0000000..5faf7a0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_05_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_back.png new file mode 100644 index 0000000..a2ca42d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_bottom.png new file mode 100644 index 0000000..a2ca42d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_front.png new file mode 100644 index 0000000..a2ca42d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_left.png new file mode 100644 index 0000000..a2ca42d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_right.png new file mode 100644 index 0000000..a2ca42d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_top.png new file mode 100644 index 0000000..a2ca42d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/leaf_06_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_back.png new file mode 100644 index 0000000..c2752f0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_back.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_back.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_bottom.png new file mode 100644 index 0000000..c2752f0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_bottom.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_bottom.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_bottom.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_front.png new file mode 100644 index 0000000..c2752f0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_front.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_front.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_left.png new file mode 100644 index 0000000..c2752f0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_left.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_left.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_left.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_right.png new file mode 100644 index 0000000..c2752f0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_right.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_right.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_right.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_top.png new file mode 100644 index 0000000..c2752f0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_top.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_top.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor01_top.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_back.png new file mode 100644 index 0000000..3f4679e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_back.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_back.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_bottom.png new file mode 100644 index 0000000..3f4679e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_bottom.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_bottom.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_bottom.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_front.png new file mode 100644 index 0000000..3f4679e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_front.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_front.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_left.png new file mode 100644 index 0000000..3f4679e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_left.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_left.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_left.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_right.png new file mode 100644 index 0000000..3f4679e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_right.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_right.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_right.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_top.png new file mode 100644 index 0000000..3f4679e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_top.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_top.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/ledfloor02_top.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_back.png new file mode 100644 index 0000000..22ec30a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_bottom.png new file mode 100644 index 0000000..22ec30a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_front.png new file mode 100644 index 0000000..22ec30a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_left.png new file mode 100644 index 0000000..22ec30a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_right.png new file mode 100644 index 0000000..22ec30a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_top.png new file mode 100644 index 0000000..22ec30a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/lemon_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_back.png new file mode 100644 index 0000000..78b23db Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_bottom.png new file mode 100644 index 0000000..78b23db Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_front.png new file mode 100644 index 0000000..78b23db Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_left.png new file mode 100644 index 0000000..78b23db Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_right.png new file mode 100644 index 0000000..78b23db Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_top.png new file mode 100644 index 0000000..78b23db Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/less_than_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_back.png new file mode 100644 index 0000000..90cec3a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_bottom.png new file mode 100644 index 0000000..90cec3a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_front.png new file mode 100644 index 0000000..90cec3a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_left.png new file mode 100644 index 0000000..90cec3a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_right.png new file mode 100644 index 0000000..90cec3a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_top.png new file mode 100644 index 0000000..90cec3a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_all_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_back.png new file mode 100644 index 0000000..ca462e4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_front.png new file mode 100644 index 0000000..ca462e4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_left.png new file mode 100644 index 0000000..ca462e4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_right.png new file mode 100644 index 0000000..ca462e4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_top.png new file mode 100644 index 0000000..90cec3a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_blue_grass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_back.png new file mode 100644 index 0000000..0490a89 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_bottom.png new file mode 100644 index 0000000..41f9c48 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_front.png new file mode 100644 index 0000000..0490a89 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_left.png new file mode 100644 index 0000000..0490a89 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_right.png new file mode 100644 index 0000000..0490a89 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_top.png new file mode 100644 index 0000000..b8f8c3e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_dirt_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_back.png new file mode 100644 index 0000000..045cfcd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_bottom.png new file mode 100644 index 0000000..045cfcd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_front.png new file mode 100644 index 0000000..045cfcd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_left.png new file mode 100644 index 0000000..045cfcd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_right.png new file mode 100644 index 0000000..045cfcd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_top.png new file mode 100644 index 0000000..045cfcd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_gray_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_back.png new file mode 100644 index 0000000..4ab2614 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_bottom.png new file mode 100644 index 0000000..4ab2614 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_front.png new file mode 100644 index 0000000..4ab2614 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_left.png new file mode 100644 index 0000000..4ab2614 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_right.png new file mode 100644 index 0000000..4ab2614 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_top.png new file mode 100644 index 0000000..4ab2614 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_grey_stone_brick_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__back.png new file mode 100644 index 0000000..141ab7f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__front.png new file mode 100644 index 0000000..141ab7f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__left.png new file mode 100644 index 0000000..141ab7f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__right.png new file mode 100644 index 0000000..141ab7f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__top.png new file mode 100644 index 0000000..cddd96c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass__top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_back.png new file mode 100644 index 0000000..cddd96c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_bottom.png new file mode 100644 index 0000000..cddd96c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_front.png new file mode 100644 index 0000000..cddd96c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_left.png new file mode 100644 index 0000000..cddd96c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_right.png new file mode 100644 index 0000000..cddd96c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_top.png new file mode 100644 index 0000000..cddd96c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_purple_grass_all_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_back.png new file mode 100644 index 0000000..266a014 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_bottom.png new file mode 100644 index 0000000..266a014 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_front.png new file mode 100644 index 0000000..266a014 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_left.png new file mode 100644 index 0000000..266a014 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_right.png new file mode 100644 index 0000000..266a014 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_top.png new file mode 100644 index 0000000..266a014 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_sand_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_back.png new file mode 100644 index 0000000..94a70ad Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_bottom.png new file mode 100644 index 0000000..94a70ad Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_front.png new file mode 100644 index 0000000..94a70ad Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_left.png new file mode 100644 index 0000000..94a70ad Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_right.png new file mode 100644 index 0000000..94a70ad Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_top.png new file mode 100644 index 0000000..94a70ad Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/light_volcanic_rock_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_back.png new file mode 100644 index 0000000..34ad085 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_bottom.png new file mode 100644 index 0000000..34ad085 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_front.png new file mode 100644 index 0000000..34ad085 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_left.png new file mode 100644 index 0000000..34ad085 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_right.png new file mode 100644 index 0000000..34ad085 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_top.png new file mode 100644 index 0000000..34ad085 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/m_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_back.png new file mode 100644 index 0000000..31b599e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_bottom.png new file mode 100644 index 0000000..13840a8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_front.png new file mode 100644 index 0000000..31b599e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_left.png new file mode 100644 index 0000000..31b599e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_right.png new file mode 100644 index 0000000..31b599e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_top.png new file mode 100644 index 0000000..fed6f19 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/macaroon_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_back.png new file mode 100644 index 0000000..3a89385 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_bottom.png new file mode 100644 index 0000000..3a89385 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_front.png new file mode 100644 index 0000000..3a89385 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_left.png new file mode 100644 index 0000000..3a89385 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_right.png new file mode 100644 index 0000000..3a89385 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_top.png new file mode 100644 index 0000000..3a89385 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/maroon_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_back.png new file mode 100644 index 0000000..028c4e3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_bottom.png new file mode 100644 index 0000000..028c4e3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_front.png new file mode 100644 index 0000000..028c4e3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_left.png new file mode 100644 index 0000000..028c4e3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_right.png new file mode 100644 index 0000000..028c4e3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_top.png new file mode 100644 index 0000000..028c4e3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_gray_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_back.png new file mode 100644 index 0000000..057d435 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_bottom.png new file mode 100644 index 0000000..057d435 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_front.png new file mode 100644 index 0000000..057d435 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_left.png new file mode 100644 index 0000000..057d435 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_right.png new file mode 100644 index 0000000..057d435 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_top.png new file mode 100644 index 0000000..057d435 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_green_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_back.png new file mode 100644 index 0000000..e063af2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_bottom.png new file mode 100644 index 0000000..e063af2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_front.png new file mode 100644 index 0000000..e063af2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_left.png new file mode 100644 index 0000000..e063af2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_right.png new file mode 100644 index 0000000..e063af2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_top.png new file mode 100644 index 0000000..e063af2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_orchid_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_back.png new file mode 100644 index 0000000..fef3f92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_bottom.png new file mode 100644 index 0000000..fef3f92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_front.png new file mode 100644 index 0000000..fef3f92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_left.png new file mode 100644 index 0000000..fef3f92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_right.png new file mode 100644 index 0000000..fef3f92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_top.png new file mode 100644 index 0000000..fef3f92 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_purple_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_back.png new file mode 100644 index 0000000..08eb300 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_bottom.png new file mode 100644 index 0000000..08eb300 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_front.png new file mode 100644 index 0000000..08eb300 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_left.png new file mode 100644 index 0000000..08eb300 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_right.png new file mode 100644 index 0000000..08eb300 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_top.png new file mode 100644 index 0000000..08eb300 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_spring_green_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_back.png new file mode 100644 index 0000000..da936b1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_bottom.png new file mode 100644 index 0000000..da936b1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_front.png new file mode 100644 index 0000000..da936b1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_left.png new file mode 100644 index 0000000..da936b1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_right.png new file mode 100644 index 0000000..da936b1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_top.png new file mode 100644 index 0000000..da936b1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_violet_red_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_back.png new file mode 100644 index 0000000..ebaf1a2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_bottom.png new file mode 100644 index 0000000..ebaf1a2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_front.png new file mode 100644 index 0000000..ebaf1a2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_left.png new file mode 100644 index 0000000..ebaf1a2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_right.png new file mode 100644 index 0000000..ebaf1a2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_top.png new file mode 100644 index 0000000..ebaf1a2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/medium_yellow_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_back.png new file mode 100644 index 0000000..5db25e0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_bottom.png new file mode 100644 index 0000000..5db25e0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_front.png new file mode 100644 index 0000000..5db25e0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_left.png new file mode 100644 index 0000000..5db25e0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_back.png new file mode 100644 index 0000000..6dcaf5e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_bottom.png new file mode 100644 index 0000000..6dcaf5e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_front.png new file mode 100644 index 0000000..6dcaf5e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_left.png new file mode 100644 index 0000000..6dcaf5e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_right.png new file mode 100644 index 0000000..6dcaf5e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_top.png new file mode 100644 index 0000000..6dcaf5e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_light_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_right.png new file mode 100644 index 0000000..5db25e0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_top.png new file mode 100644 index 0000000..5db25e0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/mint_green_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/model_destroyer.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/model_destroyer.png new file mode 100644 index 0000000..ca5aebf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/model_destroyer.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_back.png new file mode 100644 index 0000000..970af8a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_bottom.png new file mode 100644 index 0000000..970af8a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_front.png new file mode 100644 index 0000000..970af8a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_left.png new file mode 100644 index 0000000..970af8a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_right.png new file mode 100644 index 0000000..970af8a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_top.png new file mode 100644 index 0000000..970af8a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/multiply_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_back.png new file mode 100644 index 0000000..da45ef6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_bottom.png new file mode 100644 index 0000000..da45ef6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_front.png new file mode 100644 index 0000000..da45ef6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_left.png new file mode 100644 index 0000000..da45ef6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_right.png new file mode 100644 index 0000000..da45ef6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_top.png new file mode 100644 index 0000000..da45ef6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/n_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_back.png new file mode 100644 index 0000000..72f5e45 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_bottom.png new file mode 100644 index 0000000..72f5e45 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_front.png new file mode 100644 index 0000000..72f5e45 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_left.png new file mode 100644 index 0000000..72f5e45 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_right.png new file mode 100644 index 0000000..72f5e45 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_top.png new file mode 100644 index 0000000..72f5e45 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/navajo_white_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_back.png new file mode 100644 index 0000000..2af88fb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_bottom.png new file mode 100644 index 0000000..2af88fb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_front.png new file mode 100644 index 0000000..2af88fb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_left.png new file mode 100644 index 0000000..2af88fb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_right.png new file mode 100644 index 0000000..2af88fb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_top.png new file mode 100644 index 0000000..2af88fb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/nine_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_back.png new file mode 100644 index 0000000..6e70d0b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_bottom.png new file mode 100644 index 0000000..6e70d0b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_front.png new file mode 100644 index 0000000..6e70d0b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_left.png new file mode 100644 index 0000000..6e70d0b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_right.png new file mode 100644 index 0000000..6e70d0b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_top.png new file mode 100644 index 0000000..6e70d0b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/o_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_back.png new file mode 100644 index 0000000..eefd9eb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_bottom.png new file mode 100644 index 0000000..eefd9eb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_front.png new file mode 100644 index 0000000..eefd9eb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_left.png new file mode 100644 index 0000000..eefd9eb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_right.png new file mode 100644 index 0000000..eefd9eb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_top.png new file mode 100644 index 0000000..eefd9eb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/olive_green_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_back.png new file mode 100644 index 0000000..f9e43d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_bottom.png new file mode 100644 index 0000000..f9e43d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_front.png new file mode 100644 index 0000000..f9e43d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_left.png new file mode 100644 index 0000000..f9e43d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_right.png new file mode 100644 index 0000000..f9e43d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_top.png new file mode 100644 index 0000000..f9e43d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/one_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_back.png new file mode 100644 index 0000000..09cd7a3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_bottom.png new file mode 100644 index 0000000..09cd7a3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_front.png new file mode 100644 index 0000000..09cd7a3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_back.png new file mode 100644 index 0000000..074357c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_bottom.png new file mode 100644 index 0000000..074357c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_front.png new file mode 100644 index 0000000..074357c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_left.png new file mode 100644 index 0000000..074357c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_right.png new file mode 100644 index 0000000..074357c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_top.png new file mode 100644 index 0000000..074357c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_all_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_back.png new file mode 100644 index 0000000..d5e735a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_front.png new file mode 100644 index 0000000..d5e735a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_left.png new file mode 100644 index 0000000..d5e735a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_right.png new file mode 100644 index 0000000..d5e735a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_top.png new file mode 100644 index 0000000..074357c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_grass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_left.png new file mode 100644 index 0000000..09cd7a3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_back.png new file mode 100644 index 0000000..e46539e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_bottom.png new file mode 100644 index 0000000..e46539e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_front.png new file mode 100644 index 0000000..e46539e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_left.png new file mode 100644 index 0000000..e46539e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_right.png new file mode 100644 index 0000000..e46539e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_top.png new file mode 100644 index 0000000..e46539e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_light_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_back.png new file mode 100644 index 0000000..fecf3a5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_bottom.png new file mode 100644 index 0000000..fecf3a5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_front.png new file mode 100644 index 0000000..fecf3a5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_left.png new file mode 100644 index 0000000..fecf3a5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_right.png new file mode 100644 index 0000000..fecf3a5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_top.png new file mode 100644 index 0000000..fecf3a5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_red_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_right.png new file mode 100644 index 0000000..09cd7a3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_top.png new file mode 100644 index 0000000..09cd7a3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/orange_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_back.png new file mode 100644 index 0000000..f6b290d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_bottom.png new file mode 100644 index 0000000..f6b290d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_front.png new file mode 100644 index 0000000..f6b290d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_left.png new file mode 100644 index 0000000..f6b290d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_right.png new file mode 100644 index 0000000..f6b290d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_top.png new file mode 100644 index 0000000..f6b290d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/p_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_back.png new file mode 100644 index 0000000..8da598a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_bottom.png new file mode 100644 index 0000000..8da598a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_front.png new file mode 100644 index 0000000..8da598a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_left.png new file mode 100644 index 0000000..8da598a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_right.png new file mode 100644 index 0000000..8da598a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_top.png new file mode 100644 index 0000000..8da598a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_carving_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_back.png new file mode 100644 index 0000000..f6f979f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_bottom.png new file mode 100644 index 0000000..f6f979f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_front.png new file mode 100644 index 0000000..f6f979f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_left.png new file mode 100644 index 0000000..f6f979f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_right.png new file mode 100644 index 0000000..f6f979f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_top.png new file mode 100644 index 0000000..f6f979f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_cloud_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_back.png new file mode 100644 index 0000000..6acbe69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_bottom.png new file mode 100644 index 0000000..4804559 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_front.png new file mode 100644 index 0000000..6acbe69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_left.png new file mode 100644 index 0000000..6acbe69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_right.png new file mode 100644 index 0000000..6acbe69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_top.png new file mode 100644 index 0000000..4804559 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_back.png new file mode 100644 index 0000000..0310094 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_bottom.png new file mode 100644 index 0000000..0310094 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_front.png new file mode 100644 index 0000000..0310094 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_left.png new file mode 100644 index 0000000..0310094 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_right.png new file mode 100644 index 0000000..0310094 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_top.png new file mode 100644 index 0000000..0310094 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_back.png new file mode 100644 index 0000000..1983aba Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_bottom.png new file mode 100644 index 0000000..1983aba Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_front.png new file mode 100644 index 0000000..1983aba Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_left.png new file mode 100644 index 0000000..1983aba Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_right.png new file mode 100644 index 0000000..1983aba Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_top.png new file mode 100644 index 0000000..1983aba Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_03_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_back.png new file mode 100644 index 0000000..878252e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_bottom.png new file mode 100644 index 0000000..878252e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_front.png new file mode 100644 index 0000000..878252e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_left.png new file mode 100644 index 0000000..878252e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_right.png new file mode 100644 index 0000000..878252e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_top.png new file mode 100644 index 0000000..878252e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_04_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_back.png new file mode 100644 index 0000000..9892a6c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_bottom.png new file mode 100644 index 0000000..9892a6c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_front.png new file mode 100644 index 0000000..9892a6c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_left.png new file mode 100644 index 0000000..9892a6c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_right.png new file mode 100644 index 0000000..9892a6c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_top.png new file mode 100644 index 0000000..9892a6c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_05_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_back.png new file mode 100644 index 0000000..7aa864f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_bottom.png new file mode 100644 index 0000000..7aa864f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_front.png new file mode 100644 index 0000000..7aa864f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_left.png new file mode 100644 index 0000000..7aa864f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_right.png new file mode 100644 index 0000000..7aa864f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_top.png new file mode 100644 index 0000000..7aa864f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_06_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_back.png new file mode 100644 index 0000000..48db075 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_bottom.png new file mode 100644 index 0000000..48db075 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_front.png new file mode 100644 index 0000000..48db075 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_left.png new file mode 100644 index 0000000..48db075 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_right.png new file mode 100644 index 0000000..48db075 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_top.png new file mode 100644 index 0000000..48db075 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_07_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_back.png new file mode 100644 index 0000000..74861ed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_bottom.png new file mode 100644 index 0000000..74861ed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_front.png new file mode 100644 index 0000000..74861ed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_left.png new file mode 100644 index 0000000..74861ed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_right.png new file mode 100644 index 0000000..74861ed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_top.png new file mode 100644 index 0000000..74861ed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_eaves_08_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_back.png new file mode 100644 index 0000000..d45ac75 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_bottom.png new file mode 100644 index 0000000..d45ac75 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_front.png new file mode 100644 index 0000000..d45ac75 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_left.png new file mode 100644 index 0000000..d45ac75 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_right.png new file mode 100644 index 0000000..d45ac75 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_top.png new file mode 100644 index 0000000..d45ac75 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_floor_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_back.png new file mode 100644 index 0000000..6755c42 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_bottom.png new file mode 100644 index 0000000..6755c42 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_front.png new file mode 100644 index 0000000..6755c42 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_left.png new file mode 100644 index 0000000..6755c42 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_right.png new file mode 100644 index 0000000..6755c42 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_top.png new file mode 100644 index 0000000..6755c42 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_lamp_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_back.png new file mode 100644 index 0000000..b0fbed5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_bottom.png new file mode 100644 index 0000000..b0fbed5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_front.png new file mode 100644 index 0000000..b0fbed5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_left.png new file mode 100644 index 0000000..b0fbed5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_right.png new file mode 100644 index 0000000..b0fbed5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_top.png new file mode 100644 index 0000000..b0fbed5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_roof_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_back.png new file mode 100644 index 0000000..0ad7877 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_bottom.png new file mode 100644 index 0000000..0ad7877 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_front.png new file mode 100644 index 0000000..0ad7877 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_left.png new file mode 100644 index 0000000..0ad7877 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_right.png new file mode 100644 index 0000000..0ad7877 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_top.png new file mode 100644 index 0000000..0ad7877 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palace_window_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_back.png new file mode 100644 index 0000000..3d6b319 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_bottom.png new file mode 100644 index 0000000..3d6b319 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_front.png new file mode 100644 index 0000000..3d6b319 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_left.png new file mode 100644 index 0000000..3d6b319 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_right.png new file mode 100644 index 0000000..3d6b319 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_top.png new file mode 100644 index 0000000..3d6b319 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pale_green_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_back.png new file mode 100644 index 0000000..19a29be Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_bottom.png new file mode 100644 index 0000000..ef75e01 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_front.png new file mode 100644 index 0000000..19a29be Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_left.png new file mode 100644 index 0000000..19a29be Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_right.png new file mode 100644 index 0000000..19a29be Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_top.png new file mode 100644 index 0000000..ef75e01 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/palm_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_back.png new file mode 100644 index 0000000..33ec0c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_bottom.png new file mode 100644 index 0000000..33ec0c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_front.png new file mode 100644 index 0000000..33ec0c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_left.png new file mode 100644 index 0000000..33ec0c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_right.png new file mode 100644 index 0000000..33ec0c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_top.png new file mode 100644 index 0000000..33ec0c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_close_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_back.png new file mode 100644 index 0000000..9c0225c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_bottom.png new file mode 100644 index 0000000..9c0225c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_front.png new file mode 100644 index 0000000..9c0225c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_left.png new file mode 100644 index 0000000..9c0225c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_right.png new file mode 100644 index 0000000..9c0225c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_top.png new file mode 100644 index 0000000..9c0225c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/paren_open_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_back.png new file mode 100644 index 0000000..986e8b2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_bottom.png new file mode 100644 index 0000000..986e8b2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_front.png new file mode 100644 index 0000000..986e8b2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_left.png new file mode 100644 index 0000000..986e8b2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_right.png new file mode 100644 index 0000000..986e8b2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_top.png new file mode 100644 index 0000000..986e8b2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/percent_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_back.png new file mode 100644 index 0000000..6d99064 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_bottom.png new file mode 100644 index 0000000..6d99064 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_front.png new file mode 100644 index 0000000..6d99064 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_left.png new file mode 100644 index 0000000..6d99064 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_right.png new file mode 100644 index 0000000..6d99064 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_top.png new file mode 100644 index 0000000..6d99064 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/period_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_back.png new file mode 100644 index 0000000..39fc652 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_bottom.png new file mode 100644 index 0000000..39fc652 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_front.png new file mode 100644 index 0000000..39fc652 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_left.png new file mode 100644 index 0000000..39fc652 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_right.png new file mode 100644 index 0000000..39fc652 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_top.png new file mode 100644 index 0000000..39fc652 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/peru_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_back.png new file mode 100644 index 0000000..0b0af68 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_bottom.png new file mode 100644 index 0000000..0b0af68 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_back.png new file mode 100644 index 0000000..a01ea08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_bottom.png new file mode 100644 index 0000000..fec6169 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_front.png new file mode 100644 index 0000000..a01ea08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_left.png new file mode 100644 index 0000000..a01ea08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_right.png new file mode 100644 index 0000000..a01ea08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_top.png new file mode 100644 index 0000000..1e4dca0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_cake_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_front.png new file mode 100644 index 0000000..0b0af68 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_back.png new file mode 100644 index 0000000..0e87e69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_bottom.png new file mode 100644 index 0000000..0e87e69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_front.png new file mode 100644 index 0000000..0e87e69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_left.png new file mode 100644 index 0000000..0e87e69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_right.png new file mode 100644 index 0000000..0e87e69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_top.png new file mode 100644 index 0000000..0e87e69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_all_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_back.png new file mode 100644 index 0000000..4f6eaf6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_front.png new file mode 100644 index 0000000..4f6eaf6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_left.png new file mode 100644 index 0000000..4f6eaf6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_right.png new file mode 100644 index 0000000..4f6eaf6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_top.png new file mode 100644 index 0000000..0e87e69 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_grass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_left.png new file mode 100644 index 0000000..0b0af68 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_back.png new file mode 100644 index 0000000..eb1a7f5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_bottom.png new file mode 100644 index 0000000..eb1a7f5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_front.png new file mode 100644 index 0000000..eb1a7f5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_left.png new file mode 100644 index 0000000..eb1a7f5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_right.png new file mode 100644 index 0000000..eb1a7f5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_top.png new file mode 100644 index 0000000..eb1a7f5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_light_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_right.png new file mode 100644 index 0000000..0b0af68 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_top.png new file mode 100644 index 0000000..0b0af68 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pink_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_back.png new file mode 100644 index 0000000..8e537da Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_bottom.png new file mode 100644 index 0000000..8e537da Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_front.png new file mode 100644 index 0000000..8e537da Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_left.png new file mode 100644 index 0000000..8e537da Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_right.png new file mode 100644 index 0000000..8e537da Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_top.png new file mode 100644 index 0000000..8e537da Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_back.png new file mode 100644 index 0000000..7e5ba76 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_bottom.png new file mode 100644 index 0000000..7e5ba76 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_front.png new file mode 100644 index 0000000..7e5ba76 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_left.png new file mode 100644 index 0000000..7e5ba76 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_right.png new file mode 100644 index 0000000..7e5ba76 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_top.png new file mode 100644 index 0000000..7e5ba76 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_back.png new file mode 100644 index 0000000..61671a1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_bottom.png new file mode 100644 index 0000000..61671a1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_front.png new file mode 100644 index 0000000..61671a1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_left.png new file mode 100644 index 0000000..61671a1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_right.png new file mode 100644 index 0000000..61671a1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_top.png new file mode 100644 index 0000000..61671a1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_03_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_back.png new file mode 100644 index 0000000..d445dcf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_bottom.png new file mode 100644 index 0000000..d445dcf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_front.png new file mode 100644 index 0000000..d445dcf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_left.png new file mode 100644 index 0000000..d445dcf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_right.png new file mode 100644 index 0000000..d445dcf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_top.png new file mode 100644 index 0000000..d445dcf Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_04_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_back.png new file mode 100644 index 0000000..f901529 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_bottom.png new file mode 100644 index 0000000..f901529 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_front.png new file mode 100644 index 0000000..f901529 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_left.png new file mode 100644 index 0000000..f901529 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_right.png new file mode 100644 index 0000000..f901529 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_top.png new file mode 100644 index 0000000..f901529 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_05_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_back.png new file mode 100644 index 0000000..bd98294 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_bottom.png new file mode 100644 index 0000000..bd98294 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_front.png new file mode 100644 index 0000000..bd98294 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_left.png new file mode 100644 index 0000000..bd98294 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_right.png new file mode 100644 index 0000000..bd98294 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_top.png new file mode 100644 index 0000000..bd98294 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_06_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_back.png new file mode 100644 index 0000000..551efed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_bottom.png new file mode 100644 index 0000000..551efed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_front.png new file mode 100644 index 0000000..551efed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_left.png new file mode 100644 index 0000000..551efed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_right.png new file mode 100644 index 0000000..551efed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_top.png new file mode 100644 index 0000000..551efed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/plank_07_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_back.png new file mode 100644 index 0000000..f351bf1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_bottom.png new file mode 100644 index 0000000..7fcfc35 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_front.png new file mode 100644 index 0000000..f351bf1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_left.png new file mode 100644 index 0000000..f351bf1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_right.png new file mode 100644 index 0000000..f351bf1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_top.png new file mode 100644 index 0000000..41be0cb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_ice_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_back.png new file mode 100644 index 0000000..93b7649 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_bottom.png new file mode 100644 index 0000000..8c96dc7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_front.png new file mode 100644 index 0000000..93b7649 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_left.png new file mode 100644 index 0000000..93b7649 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_right.png new file mode 100644 index 0000000..93b7649 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_top.png new file mode 100644 index 0000000..962d8d1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/polar_region_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_back.png new file mode 100644 index 0000000..50c56c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_bottom.png new file mode 100644 index 0000000..50c56c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_front.png new file mode 100644 index 0000000..50c56c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_left.png new file mode 100644 index 0000000..50c56c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_right.png new file mode 100644 index 0000000..50c56c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_top.png new file mode 100644 index 0000000..50c56c6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pound_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_back.png new file mode 100644 index 0000000..a5d09f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_bottom.png new file mode 100644 index 0000000..a5d09f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_front.png new file mode 100644 index 0000000..a5d09f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_left.png new file mode 100644 index 0000000..a5d09f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_right.png new file mode 100644 index 0000000..a5d09f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_top.png new file mode 100644 index 0000000..a5d09f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/powder_blue_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_back.png new file mode 100644 index 0000000..9efbcec Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_bottom.png new file mode 100644 index 0000000..11c4ad1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_front.png new file mode 100644 index 0000000..9efbcec Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_back.png new file mode 100644 index 0000000..9efbcec Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_bottom.png new file mode 100644 index 0000000..11c4ad1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_front.png new file mode 100644 index 0000000..591945c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_left.png new file mode 100644 index 0000000..9efbcec Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_right.png new file mode 100644 index 0000000..9efbcec Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_top.png new file mode 100644 index 0000000..5f985c5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_lantern_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_left.png new file mode 100644 index 0000000..9efbcec Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_right.png new file mode 100644 index 0000000..9efbcec Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_top.png new file mode 100644 index 0000000..33e3d87 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/pumpkin_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_back.png new file mode 100644 index 0000000..d37a225 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_bottom.png new file mode 100644 index 0000000..d37a225 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_front.png new file mode 100644 index 0000000..d37a225 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_back.png new file mode 100644 index 0000000..102d827 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_bottom.png new file mode 100644 index 0000000..102d827 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_front.png new file mode 100644 index 0000000..102d827 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_left.png new file mode 100644 index 0000000..102d827 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_right.png new file mode 100644 index 0000000..102d827 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_top.png new file mode 100644 index 0000000..102d827 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_all_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_back.png new file mode 100644 index 0000000..e22498c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_front.png new file mode 100644 index 0000000..e22498c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_left.png new file mode 100644 index 0000000..e22498c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_right.png new file mode 100644 index 0000000..e22498c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_top.png new file mode 100644 index 0000000..102d827 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_grass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_left.png new file mode 100644 index 0000000..d37a225 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_right.png new file mode 100644 index 0000000..d37a225 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_back.png new file mode 100644 index 0000000..e1a0f42 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_bottom.png new file mode 100644 index 0000000..f13c92e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_front.png new file mode 100644 index 0000000..e1a0f42 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_left.png new file mode 100644 index 0000000..e1a0f42 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_right.png new file mode 100644 index 0000000..e1a0f42 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_top.png new file mode 100644 index 0000000..469a8a4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_back.png new file mode 100644 index 0000000..8a22c99 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_bottom.png new file mode 100644 index 0000000..f13c92e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_front.png new file mode 100644 index 0000000..8a22c99 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_left.png new file mode 100644 index 0000000..8a22c99 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_right.png new file mode 100644 index 0000000..8a22c99 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_top.png new file mode 100644 index 0000000..2896c54 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_surface_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_top.png new file mode 100644 index 0000000..d37a225 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/purple_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_back.png new file mode 100644 index 0000000..8cd307c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_bottom.png new file mode 100644 index 0000000..8cd307c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_front.png new file mode 100644 index 0000000..8cd307c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_left.png new file mode 100644 index 0000000..8cd307c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_right.png new file mode 100644 index 0000000..8cd307c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_top.png new file mode 100644 index 0000000..8cd307c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/q_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_back.png new file mode 100644 index 0000000..bd59786 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_bottom.png new file mode 100644 index 0000000..bd59786 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_front.png new file mode 100644 index 0000000..bd59786 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_left.png new file mode 100644 index 0000000..bd59786 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_right.png new file mode 100644 index 0000000..bd59786 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_top.png new file mode 100644 index 0000000..bd59786 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quartz_brick_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_back.png new file mode 100644 index 0000000..afc50ed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_bottom.png new file mode 100644 index 0000000..afc50ed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_front.png new file mode 100644 index 0000000..afc50ed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_left.png new file mode 100644 index 0000000..afc50ed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_right.png new file mode 100644 index 0000000..afc50ed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_top.png new file mode 100644 index 0000000..afc50ed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/question_mark_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_back.png new file mode 100644 index 0000000..7febbed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_bottom.png new file mode 100644 index 0000000..7febbed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_front.png new file mode 100644 index 0000000..7febbed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_left.png new file mode 100644 index 0000000..7febbed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_right.png new file mode 100644 index 0000000..7febbed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_top.png new file mode 100644 index 0000000..7febbed Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/quotation_mark_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_back.png new file mode 100644 index 0000000..14a57e1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_bottom.png new file mode 100644 index 0000000..14a57e1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_front.png new file mode 100644 index 0000000..14a57e1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_left.png new file mode 100644 index 0000000..14a57e1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_right.png new file mode 100644 index 0000000..14a57e1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_top.png new file mode 100644 index 0000000..14a57e1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/r_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_back.png new file mode 100644 index 0000000..2fbba84 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_back.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_back.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_bottom.png new file mode 100644 index 0000000..2fbba84 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_bottom.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_bottom.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_bottom.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_front.png new file mode 100644 index 0000000..2fbba84 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_front.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_front.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_left.png new file mode 100644 index 0000000..2fbba84 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_left.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_left.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_left.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_right.png new file mode 100644 index 0000000..2fbba84 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_right.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_right.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_right.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_top.png new file mode 100644 index 0000000..2fbba84 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_top.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_top.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rainbow_cube_top.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_back.png new file mode 100644 index 0000000..9bc7929 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_bottom.png new file mode 100644 index 0000000..9bc7929 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_back.png new file mode 100644 index 0000000..098c458 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_bottom.png new file mode 100644 index 0000000..098c458 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_back.png new file mode 100644 index 0000000..3c26e83 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_bottom.png new file mode 100644 index 0000000..3c26e83 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_front.png new file mode 100644 index 0000000..3c26e83 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_left.png new file mode 100644 index 0000000..3c26e83 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_right.png new file mode 100644 index 0000000..3c26e83 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_top.png new file mode 100644 index 0000000..3c26e83 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_floor_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_front.png new file mode 100644 index 0000000..098c458 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_left.png new file mode 100644 index 0000000..098c458 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_right.png new file mode 100644 index 0000000..098c458 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_top.png new file mode 100644 index 0000000..098c458 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_back.png new file mode 100644 index 0000000..a186752 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_bottom.png new file mode 100644 index 0000000..a186752 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_front.png new file mode 100644 index 0000000..a186752 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_left.png new file mode 100644 index 0000000..a186752 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_right.png new file mode 100644 index 0000000..a186752 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_top.png new file mode 100644 index 0000000..a186752 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_brick_wall_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_back.png new file mode 100644 index 0000000..5f3cd48 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_back.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_back.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_bottom.png new file mode 100644 index 0000000..5f3cd48 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_bottom.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_bottom.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_bottom.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_front.png new file mode 100644 index 0000000..5f3cd48 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_front.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_front.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_left.png new file mode 100644 index 0000000..5f3cd48 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_left.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_left.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_left.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_right.png new file mode 100644 index 0000000..5f3cd48 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_right.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_right.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_right.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_top.png new file mode 100644 index 0000000..5f3cd48 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_top.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_top.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_decorative_light_top.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_front.png new file mode 100644 index 0000000..9bc7929 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_back.png new file mode 100644 index 0000000..bb6302d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_bottom.png new file mode 100644 index 0000000..e970150 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_front.png new file mode 100644 index 0000000..bb6302d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_left.png new file mode 100644 index 0000000..bb6302d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_right.png new file mode 100644 index 0000000..bb6302d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_top.png new file mode 100644 index 0000000..89f92f1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_gift_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_back.png new file mode 100644 index 0000000..e224832 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_bottom.png new file mode 100644 index 0000000..e224832 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_front.png new file mode 100644 index 0000000..e224832 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_left.png new file mode 100644 index 0000000..e224832 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_right.png new file mode 100644 index 0000000..e224832 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_top.png new file mode 100644 index 0000000..e224832 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_glass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_left.png new file mode 100644 index 0000000..9bc7929 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_back.png new file mode 100644 index 0000000..6048961 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_bottom.png new file mode 100644 index 0000000..6048961 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_front.png new file mode 100644 index 0000000..6048961 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_left.png new file mode 100644 index 0000000..6048961 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_right.png new file mode 100644 index 0000000..6048961 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_top.png new file mode 100644 index 0000000..6048961 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_light_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_right.png new file mode 100644 index 0000000..9bc7929 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_top.png new file mode 100644 index 0000000..9bc7929 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/red_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_back.png new file mode 100644 index 0000000..25128f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_bottom.png new file mode 100644 index 0000000..25128f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_front.png new file mode 100644 index 0000000..25128f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_left.png new file mode 100644 index 0000000..25128f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_right.png new file mode 100644 index 0000000..25128f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_top.png new file mode 100644 index 0000000..69927a5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/rock_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_back.png new file mode 100644 index 0000000..d7f81c5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_bottom.png new file mode 100644 index 0000000..d7f81c5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_front.png new file mode 100644 index 0000000..d7f81c5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_left.png new file mode 100644 index 0000000..d7f81c5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_right.png new file mode 100644 index 0000000..d7f81c5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_top.png new file mode 100644 index 0000000..d7f81c5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_blue_04_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_back.png new file mode 100644 index 0000000..9731ea6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_bottom.png new file mode 100644 index 0000000..9731ea6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_front.png new file mode 100644 index 0000000..9731ea6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_left.png new file mode 100644 index 0000000..9731ea6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_right.png new file mode 100644 index 0000000..9731ea6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_top.png new file mode 100644 index 0000000..9731ea6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_green_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_back.png new file mode 100644 index 0000000..e70e3c7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_bottom.png new file mode 100644 index 0000000..e70e3c7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_front.png new file mode 100644 index 0000000..e70e3c7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_left.png new file mode 100644 index 0000000..e70e3c7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_right.png new file mode 100644 index 0000000..e70e3c7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_top.png new file mode 100644 index 0000000..e70e3c7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_grey_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_back.png new file mode 100644 index 0000000..02f6f7d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_bottom.png new file mode 100644 index 0000000..02f6f7d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_front.png new file mode 100644 index 0000000..02f6f7d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_left.png new file mode 100644 index 0000000..02f6f7d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_right.png new file mode 100644 index 0000000..02f6f7d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_top.png new file mode 100644 index 0000000..02f6f7d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_purple_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_back.png new file mode 100644 index 0000000..5a5cf08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_bottom.png new file mode 100644 index 0000000..5a5cf08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_front.png new file mode 100644 index 0000000..5a5cf08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_left.png new file mode 100644 index 0000000..5a5cf08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_right.png new file mode 100644 index 0000000..5a5cf08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_top.png new file mode 100644 index 0000000..5a5cf08 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_red_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_back.png new file mode 100644 index 0000000..27d7c9d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_bottom.png new file mode 100644 index 0000000..27d7c9d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_front.png new file mode 100644 index 0000000..27d7c9d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_left.png new file mode 100644 index 0000000..27d7c9d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_right.png new file mode 100644 index 0000000..27d7c9d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_top.png new file mode 100644 index 0000000..27d7c9d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/roof_yellow_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_back.png new file mode 100644 index 0000000..8e40c11 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_bottom.png new file mode 100644 index 0000000..8e40c11 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_front.png new file mode 100644 index 0000000..8e40c11 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_left.png new file mode 100644 index 0000000..8e40c11 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_right.png new file mode 100644 index 0000000..8e40c11 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_top.png new file mode 100644 index 0000000..8e40c11 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/s_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_back.png new file mode 100644 index 0000000..c2d9389 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_bottom.png new file mode 100644 index 0000000..c2d9389 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_front.png new file mode 100644 index 0000000..c2d9389 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_left.png new file mode 100644 index 0000000..c2d9389 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_right.png new file mode 100644 index 0000000..c2d9389 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_top.png new file mode 100644 index 0000000..c2d9389 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sakura_pink_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_back.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_bottom.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_front.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_left.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_right.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_back.png new file mode 100644 index 0000000..cf2b5dc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_bottom.png new file mode 100644 index 0000000..0515e73 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_front.png new file mode 100644 index 0000000..cf2b5dc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_left.png new file mode 100644 index 0000000..cf2b5dc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_right.png new file mode 100644 index 0000000..cf2b5dc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_top.png new file mode 100644 index 0000000..70ffa61 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_stones_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_top.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sand_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_back.png new file mode 100644 index 0000000..ecf9a32 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_bottom.png new file mode 100644 index 0000000..ecf9a32 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_front.png new file mode 100644 index 0000000..ecf9a32 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_left.png new file mode 100644 index 0000000..ecf9a32 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_right.png new file mode 100644 index 0000000..ecf9a32 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_top.png new file mode 100644 index 0000000..ecf9a32 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/semicolon_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_back.png new file mode 100644 index 0000000..09646c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_bottom.png new file mode 100644 index 0000000..09646c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_front.png new file mode 100644 index 0000000..09646c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_left.png new file mode 100644 index 0000000..09646c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_right.png new file mode 100644 index 0000000..09646c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_top.png new file mode 100644 index 0000000..09646c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/seven_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_back.png new file mode 100644 index 0000000..9e5c058 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_bottom.png new file mode 100644 index 0000000..9e5c058 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_front.png new file mode 100644 index 0000000..9e5c058 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_left.png new file mode 100644 index 0000000..9e5c058 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_right.png new file mode 100644 index 0000000..9e5c058 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_top.png new file mode 100644 index 0000000..9e5c058 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sienna_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_back.png new file mode 100644 index 0000000..b64768c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_bottom.png new file mode 100644 index 0000000..b64768c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_front.png new file mode 100644 index 0000000..b64768c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_left.png new file mode 100644 index 0000000..b64768c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_right.png new file mode 100644 index 0000000..b64768c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_top.png new file mode 100644 index 0000000..b64768c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/six_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_back.png new file mode 100644 index 0000000..181237d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_bottom.png new file mode 100644 index 0000000..181237d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_front.png new file mode 100644 index 0000000..181237d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_left.png new file mode 100644 index 0000000..181237d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_right.png new file mode 100644 index 0000000..181237d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_top.png new file mode 100644 index 0000000..181237d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/sky_blue_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_back.png new file mode 100644 index 0000000..99a02cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_bottom.png new file mode 100644 index 0000000..99a02cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_front.png new file mode 100644 index 0000000..99a02cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_left.png new file mode 100644 index 0000000..99a02cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_right.png new file mode 100644 index 0000000..99a02cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_top.png new file mode 100644 index 0000000..99a02cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/slash_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_back.png new file mode 100644 index 0000000..48a34a7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_bottom.png new file mode 100644 index 0000000..48a34a7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_front.png new file mode 100644 index 0000000..48a34a7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_back.png new file mode 100644 index 0000000..df285bc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_bottom.png new file mode 100644 index 0000000..ba39288 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_front.png new file mode 100644 index 0000000..df285bc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_left.png new file mode 100644 index 0000000..df285bc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_right.png new file mode 100644 index 0000000..df285bc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_top.png new file mode 100644 index 0000000..41be0cb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_grass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_back.png new file mode 100644 index 0000000..93b7649 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_bottom.png new file mode 100644 index 0000000..7aae47c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_front.png new file mode 100644 index 0000000..93b7649 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_left.png new file mode 100644 index 0000000..93b7649 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_right.png new file mode 100644 index 0000000..93b7649 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_top.png new file mode 100644 index 0000000..41be0cb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_land_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_left.png new file mode 100644 index 0000000..48a34a7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_right.png new file mode 100644 index 0000000..48a34a7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_top.png new file mode 100644 index 0000000..48a34a7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snow_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_back.png new file mode 100644 index 0000000..cb0ce70 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_back.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_back.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_bottom.png new file mode 100644 index 0000000..cb0ce70 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_bottom.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_bottom.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_bottom.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_front.png new file mode 100644 index 0000000..cb0ce70 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_front.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_front.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_left.png new file mode 100644 index 0000000..cb0ce70 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_left.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_left.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_left.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_right.png new file mode 100644 index 0000000..cb0ce70 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_right.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_right.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_right.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_top.png new file mode 100644 index 0000000..cb0ce70 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_top.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_top.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowflake_lamp_top.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_back.png new file mode 100644 index 0000000..99a9c1c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_bottom.png new file mode 100644 index 0000000..8c96dc7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_front.png new file mode 100644 index 0000000..99a9c1c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_left.png new file mode 100644 index 0000000..99a9c1c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_right.png new file mode 100644 index 0000000..99a9c1c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_top.png new file mode 100644 index 0000000..38fa4df Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowland_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_back.png new file mode 100644 index 0000000..aaaac24 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_bottom.png new file mode 100644 index 0000000..f64b044 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_front.png new file mode 100644 index 0000000..a545a40 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_left.png new file mode 100644 index 0000000..aaaac24 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_right.png new file mode 100644 index 0000000..aaaac24 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_top.png new file mode 100644 index 0000000..27e4bb4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_body_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_back.png new file mode 100644 index 0000000..9d4ba46 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_bottom.png new file mode 100644 index 0000000..f64b044 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_front.png new file mode 100644 index 0000000..0f4f69b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_left.png new file mode 100644 index 0000000..9d4ba46 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_right.png new file mode 100644 index 0000000..9d4ba46 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_top.png new file mode 100644 index 0000000..7c1a082 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/snowman_head_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_air_block.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_air_block.png new file mode 100644 index 0000000..2bda29c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_air_block.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_blueberry_juice_block.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_blueberry_juice_block.png new file mode 100644 index 0000000..791950e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_blueberry_juice_block.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_coffee_block.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_coffee_block.png new file mode 100644 index 0000000..2bda29c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_coffee_block.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_grape_juice_block.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_grape_juice_block.png new file mode 100644 index 0000000..ef66398 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_grape_juice_block.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_lemon_juice_block.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_lemon_juice_block.png new file mode 100644 index 0000000..7def6f7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_lemon_juice_block.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_lime_juice_block.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_lime_juice_block.png new file mode 100644 index 0000000..08839b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_lime_juice_block.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_milk_block.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_milk_block.png new file mode 100644 index 0000000..206ed87 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_milk_block.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_orange_juice_block.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_orange_juice_block.png new file mode 100644 index 0000000..7101f0d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_orange_juice_block.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_peach_juice_block.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_peach_juice_block.png new file mode 100644 index 0000000..9517fc6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_peach_juice_block.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_soy_sauce_block.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_soy_sauce_block.png new file mode 100644 index 0000000..e3e1964 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_soy_sauce_block.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_strawberry_juice_block.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_strawberry_juice_block.png new file mode 100644 index 0000000..2023e6d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_strawberry_juice_block.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_water_block.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_water_block.png new file mode 100644 index 0000000..74a41fa Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spec_water_block.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_back.png new file mode 100644 index 0000000..82b5758 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_front.png new file mode 100644 index 0000000..82b5758 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_left.png new file mode 100644 index 0000000..82b5758 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_right.png new file mode 100644 index 0000000..82b5758 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_top.png new file mode 100644 index 0000000..3339c1e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_back.png new file mode 100644 index 0000000..3339c1e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_bottom.png new file mode 100644 index 0000000..3339c1e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_front.png new file mode 100644 index 0000000..3339c1e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_left.png new file mode 100644 index 0000000..3339c1e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_right.png new file mode 100644 index 0000000..3339c1e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_top.png new file mode 100644 index 0000000..3339c1e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_back.png new file mode 100644 index 0000000..06e8904 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_front.png new file mode 100644 index 0000000..06e8904 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_left.png new file mode 100644 index 0000000..06e8904 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_right.png new file mode 100644 index 0000000..06e8904 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_top.png new file mode 100644 index 0000000..dd6f161 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_03_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_back.png new file mode 100644 index 0000000..dd6f161 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_bottom.png new file mode 100644 index 0000000..dd6f161 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_front.png new file mode 100644 index 0000000..dd6f161 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_left.png new file mode 100644 index 0000000..dd6f161 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_right.png new file mode 100644 index 0000000..dd6f161 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_top.png new file mode 100644 index 0000000..dd6f161 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_04_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_back.png new file mode 100644 index 0000000..ca462e4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_front.png new file mode 100644 index 0000000..ca462e4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_left.png new file mode 100644 index 0000000..ca462e4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_right.png new file mode 100644 index 0000000..ca462e4 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_top.png new file mode 100644 index 0000000..d705fa1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_05_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_back.png new file mode 100644 index 0000000..d705fa1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_bottom.png new file mode 100644 index 0000000..d705fa1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_front.png new file mode 100644 index 0000000..d705fa1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_left.png new file mode 100644 index 0000000..d705fa1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_right.png new file mode 100644 index 0000000..d705fa1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_top.png new file mode 100644 index 0000000..d705fa1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_06_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_back.png new file mode 100644 index 0000000..d5e735a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_front.png new file mode 100644 index 0000000..d5e735a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_left.png new file mode 100644 index 0000000..d5e735a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_right.png new file mode 100644 index 0000000..d5e735a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_top.png new file mode 100644 index 0000000..deaad19 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_07_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_back.png new file mode 100644 index 0000000..deaad19 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_bottom.png new file mode 100644 index 0000000..deaad19 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_front.png new file mode 100644 index 0000000..deaad19 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_left.png new file mode 100644 index 0000000..deaad19 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_right.png new file mode 100644 index 0000000..deaad19 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_top.png new file mode 100644 index 0000000..deaad19 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_08_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_back.png new file mode 100644 index 0000000..82b5758 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_front.png new file mode 100644 index 0000000..82b5758 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_left.png new file mode 100644 index 0000000..82b5758 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_right.png new file mode 100644 index 0000000..82b5758 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_top.png new file mode 100644 index 0000000..f095972 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_09_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_back.png new file mode 100644 index 0000000..82b5758 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_bottom.png new file mode 100644 index 0000000..c67a2cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_front.png new file mode 100644 index 0000000..82b5758 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_left.png new file mode 100644 index 0000000..82b5758 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_right.png new file mode 100644 index 0000000..82b5758 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_top.png new file mode 100644 index 0000000..bfd6d42 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_10_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_back.png new file mode 100644 index 0000000..6eada57 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_bottom.png new file mode 100644 index 0000000..c0bfd5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_front.png new file mode 100644 index 0000000..6eada57 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_left.png new file mode 100644 index 0000000..6eada57 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_right.png new file mode 100644 index 0000000..6eada57 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_top.png new file mode 100644 index 0000000..c380f1a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_11_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_back.png new file mode 100644 index 0000000..c380f1a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_bottom.png new file mode 100644 index 0000000..c380f1a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_front.png new file mode 100644 index 0000000..c380f1a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_left.png new file mode 100644 index 0000000..c380f1a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_right.png new file mode 100644 index 0000000..c380f1a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_top.png new file mode 100644 index 0000000..c380f1a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_12_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_back.png new file mode 100644 index 0000000..46cbf5c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_bottom.png new file mode 100644 index 0000000..25128f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_front.png new file mode 100644 index 0000000..46cbf5c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_left.png new file mode 100644 index 0000000..46cbf5c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_right.png new file mode 100644 index 0000000..46cbf5c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_top.png new file mode 100644 index 0000000..c380f1a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_13_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_back.png new file mode 100644 index 0000000..3928067 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_bottom.png new file mode 100644 index 0000000..c0bfd5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_front.png new file mode 100644 index 0000000..3928067 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_left.png new file mode 100644 index 0000000..3928067 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_right.png new file mode 100644 index 0000000..3928067 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_top.png new file mode 100644 index 0000000..a6c17f2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_14_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_back.png new file mode 100644 index 0000000..db6240c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_bottom.png new file mode 100644 index 0000000..25128f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_front.png new file mode 100644 index 0000000..db6240c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_left.png new file mode 100644 index 0000000..db6240c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_right.png new file mode 100644 index 0000000..db6240c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_top.png new file mode 100644 index 0000000..a6c17f2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_15_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_back.png new file mode 100644 index 0000000..a6c17f2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_bottom.png new file mode 100644 index 0000000..a6c17f2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_front.png new file mode 100644 index 0000000..a6c17f2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_left.png new file mode 100644 index 0000000..a6c17f2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_right.png new file mode 100644 index 0000000..a6c17f2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_top.png new file mode 100644 index 0000000..a6c17f2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_grass_16_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_back.png new file mode 100644 index 0000000..7880dd1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_bottom.png new file mode 100644 index 0000000..4ae9d5e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_front.png new file mode 100644 index 0000000..7880dd1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_left.png new file mode 100644 index 0000000..7880dd1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_right.png new file mode 100644 index 0000000..7880dd1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_top.png new file mode 100644 index 0000000..db1d8af Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_land_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_back.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_bottom.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_front.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_left.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_right.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_top.png new file mode 100644 index 0000000..776a9e6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_back.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_bottom.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_front.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_left.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_right.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_top.png new file mode 100644 index 0000000..a8cf5c3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_back.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_bottom.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_front.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_left.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_right.png new file mode 100644 index 0000000..892531c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_top.png new file mode 100644 index 0000000..c9dde84 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_03_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_back.png new file mode 100644 index 0000000..f75ae48 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_bottom.png new file mode 100644 index 0000000..f75ae48 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_front.png new file mode 100644 index 0000000..f75ae48 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_left.png new file mode 100644 index 0000000..f75ae48 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_right.png new file mode 100644 index 0000000..f75ae48 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_top.png new file mode 100644 index 0000000..f75ae48 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_04_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_back.png new file mode 100644 index 0000000..31e1a58 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_bottom.png new file mode 100644 index 0000000..31e1a58 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_front.png new file mode 100644 index 0000000..31e1a58 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_left.png new file mode 100644 index 0000000..31e1a58 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_right.png new file mode 100644 index 0000000..31e1a58 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_top.png new file mode 100644 index 0000000..31e1a58 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/special_sand_05_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_back.png new file mode 100644 index 0000000..349c80a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_bottom.png new file mode 100644 index 0000000..349c80a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_front.png new file mode 100644 index 0000000..349c80a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_left.png new file mode 100644 index 0000000..349c80a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_right.png new file mode 100644 index 0000000..349c80a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_top.png new file mode 100644 index 0000000..349c80a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/spiderweb_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_back.png new file mode 100644 index 0000000..d574114 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_bottom.png new file mode 100644 index 0000000..d574114 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_front.png new file mode 100644 index 0000000..d574114 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_left.png new file mode 100644 index 0000000..d574114 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_right.png new file mode 100644 index 0000000..d574114 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_top.png new file mode 100644 index 0000000..d574114 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stained_glass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_back.png new file mode 100644 index 0000000..6bb704c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_bottom.png new file mode 100644 index 0000000..6bb704c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_front.png new file mode 100644 index 0000000..6bb704c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_left.png new file mode 100644 index 0000000..6bb704c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_right.png new file mode 100644 index 0000000..6bb704c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_top.png new file mode 100644 index 0000000..6bb704c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stainless_steel_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_back.png new file mode 100644 index 0000000..74c78e7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_back.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_back.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_bottom.png new file mode 100644 index 0000000..74c78e7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_bottom.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_bottom.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_bottom.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_front.png new file mode 100644 index 0000000..74c78e7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_front.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_front.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_left.png new file mode 100644 index 0000000..74c78e7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_left.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_left.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_left.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_right.png new file mode 100644 index 0000000..74c78e7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_right.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_right.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_right.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_top.png new file mode 100644 index 0000000..74c78e7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_top.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_top.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/star_lamp_top.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_back.png new file mode 100644 index 0000000..c0857cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_bottom.png new file mode 100644 index 0000000..c0857cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_back.png new file mode 100644 index 0000000..e9e919b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_bottom.png new file mode 100644 index 0000000..e9e919b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_front.png new file mode 100644 index 0000000..e9e919b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_left.png new file mode 100644 index 0000000..e9e919b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_right.png new file mode 100644 index 0000000..e9e919b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_top.png new file mode 100644 index 0000000..e9e919b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_back.png new file mode 100644 index 0000000..00c23cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_bottom.png new file mode 100644 index 0000000..00c23cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_front.png new file mode 100644 index 0000000..00c23cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_left.png new file mode 100644 index 0000000..00c23cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_right.png new file mode 100644 index 0000000..00c23cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_top.png new file mode 100644 index 0000000..00c23cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_brick_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_front.png new file mode 100644 index 0000000..c0857cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_left.png new file mode 100644 index 0000000..c0857cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_back.png new file mode 100644 index 0000000..dd80919 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_bottom.png new file mode 100644 index 0000000..3a2acd6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_front.png new file mode 100644 index 0000000..dd80919 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_left.png new file mode 100644 index 0000000..dd80919 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_right.png new file mode 100644 index 0000000..dd80919 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_top.png new file mode 100644 index 0000000..3a2acd6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_03_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_back.png new file mode 100644 index 0000000..65d3391 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_bottom.png new file mode 100644 index 0000000..3a2acd6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_front.png new file mode 100644 index 0000000..65d3391 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_left.png new file mode 100644 index 0000000..65d3391 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_right.png new file mode 100644 index 0000000..65d3391 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_top.png new file mode 100644 index 0000000..3a2acd6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_04_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_back.png new file mode 100644 index 0000000..d6247f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_bottom.png new file mode 100644 index 0000000..3a2acd6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_front.png new file mode 100644 index 0000000..d6247f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_left.png new file mode 100644 index 0000000..d6247f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_right.png new file mode 100644 index 0000000..d6247f8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_top.png new file mode 100644 index 0000000..3a2acd6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_05_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_back.png new file mode 100644 index 0000000..b28ea4a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_bottom.png new file mode 100644 index 0000000..3a2acd6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_front.png new file mode 100644 index 0000000..b28ea4a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_left.png new file mode 100644 index 0000000..b28ea4a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_right.png new file mode 100644 index 0000000..b28ea4a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_top.png new file mode 100644 index 0000000..3a2acd6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_pillar_06_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_right.png new file mode 100644 index 0000000..c0857cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_top.png new file mode 100644 index 0000000..c0857cd Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_back.png new file mode 100644 index 0000000..7c0c9cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_bottom.png new file mode 100644 index 0000000..7c0c9cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_front.png new file mode 100644 index 0000000..7c0c9cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_left.png new file mode 100644 index 0000000..7c0c9cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_right.png new file mode 100644 index 0000000..7c0c9cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_top.png new file mode 100644 index 0000000..7c0c9cc Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_back.png new file mode 100644 index 0000000..0366e25 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_bottom.png new file mode 100644 index 0000000..0366e25 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_front.png new file mode 100644 index 0000000..0366e25 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_left.png new file mode 100644 index 0000000..0366e25 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_right.png new file mode 100644 index 0000000..0366e25 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_top.png new file mode 100644 index 0000000..0366e25 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stone_wall_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_back.png new file mode 100644 index 0000000..bd89c74 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_bottom.png new file mode 100644 index 0000000..bd89c74 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_front.png new file mode 100644 index 0000000..bd89c74 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_left.png new file mode 100644 index 0000000..bd89c74 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_right.png new file mode 100644 index 0000000..bd89c74 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_top.png new file mode 100644 index 0000000..bd89c74 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_01_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_back.png new file mode 100644 index 0000000..face863 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_bottom.png new file mode 100644 index 0000000..face863 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_front.png new file mode 100644 index 0000000..face863 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_left.png new file mode 100644 index 0000000..face863 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_right.png new file mode 100644 index 0000000..face863 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_top.png new file mode 100644 index 0000000..face863 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_02_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_back.png new file mode 100644 index 0000000..04f003a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_bottom.png new file mode 100644 index 0000000..04f003a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_front.png new file mode 100644 index 0000000..04f003a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_left.png new file mode 100644 index 0000000..04f003a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_right.png new file mode 100644 index 0000000..04f003a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_top.png new file mode 100644 index 0000000..04f003a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_03_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_back.png new file mode 100644 index 0000000..47fe9c2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_bottom.png new file mode 100644 index 0000000..47fe9c2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_front.png new file mode 100644 index 0000000..47fe9c2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_left.png new file mode 100644 index 0000000..47fe9c2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_right.png new file mode 100644 index 0000000..47fe9c2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_top.png new file mode 100644 index 0000000..47fe9c2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_04_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_back.png new file mode 100644 index 0000000..dd199f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_bottom.png new file mode 100644 index 0000000..dd199f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_front.png new file mode 100644 index 0000000..dd199f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_left.png new file mode 100644 index 0000000..dd199f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_right.png new file mode 100644 index 0000000..dd199f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_top.png new file mode 100644 index 0000000..dd199f6 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/stripe_05_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_back.png new file mode 100644 index 0000000..30c32c9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_bottom.png new file mode 100644 index 0000000..30c32c9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_front.png new file mode 100644 index 0000000..30c32c9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_left.png new file mode 100644 index 0000000..30c32c9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_right.png new file mode 100644 index 0000000..30c32c9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_top.png new file mode 100644 index 0000000..30c32c9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/subtract_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_back.png new file mode 100644 index 0000000..df5ec0c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_bottom.png new file mode 100644 index 0000000..df5ec0c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_front.png new file mode 100644 index 0000000..df5ec0c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_left.png new file mode 100644 index 0000000..df5ec0c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_right.png new file mode 100644 index 0000000..df5ec0c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_top.png new file mode 100644 index 0000000..df5ec0c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/t_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_back.png new file mode 100644 index 0000000..abf6587 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_bottom.png new file mode 100644 index 0000000..7b69c18 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_front.png new file mode 100644 index 0000000..27d2845 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_left.png new file mode 100644 index 0000000..7b69c18 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_right.png new file mode 100644 index 0000000..7b69c18 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_top.png new file mode 100644 index 0000000..7b69c18 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/television_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_back.png new file mode 100644 index 0000000..4ee724b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_bottom.png new file mode 100644 index 0000000..4ee724b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_front.png new file mode 100644 index 0000000..4ee724b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_left.png new file mode 100644 index 0000000..4ee724b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_right.png new file mode 100644 index 0000000..4ee724b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_top.png new file mode 100644 index 0000000..4ee724b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/three_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_back.png new file mode 100644 index 0000000..4274148 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_bottom.png new file mode 100644 index 0000000..4274148 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_front.png new file mode 100644 index 0000000..4274148 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_left.png new file mode 100644 index 0000000..4274148 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_right.png new file mode 100644 index 0000000..4274148 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_top.png new file mode 100644 index 0000000..4274148 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/tilde_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_back.png new file mode 100644 index 0000000..bbde2a0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_bottom.png new file mode 100644 index 0000000..fd6f65f Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_front.png new file mode 100644 index 0000000..bbde2a0 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_left.png new file mode 100644 index 0000000..4e4e2db Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_right.png new file mode 100644 index 0000000..4e4e2db Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_top.png new file mode 100644 index 0000000..dac786a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/toolbox_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_back.png new file mode 100644 index 0000000..4cdc1ba Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_bottom.png new file mode 100644 index 0000000..4cdc1ba Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_front.png new file mode 100644 index 0000000..4cdc1ba Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_left.png new file mode 100644 index 0000000..4cdc1ba Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_right.png new file mode 100644 index 0000000..4cdc1ba Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_top.png new file mode 100644 index 0000000..4cdc1ba Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/traditional_window_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_back.png new file mode 100644 index 0000000..abf9469 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_bottom.png new file mode 100644 index 0000000..757c1ea Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_front.png new file mode 100644 index 0000000..dfe521e Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_left.png new file mode 100644 index 0000000..c4e416b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_right.png new file mode 100644 index 0000000..c4e416b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_top.png new file mode 100644 index 0000000..b9d1b70 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/treasure_chest_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_back.png new file mode 100644 index 0000000..83a3696 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_bottom.png new file mode 100644 index 0000000..83a3696 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_front.png new file mode 100644 index 0000000..83a3696 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_left.png new file mode 100644 index 0000000..83a3696 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_right.png new file mode 100644 index 0000000..83a3696 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_top.png new file mode 100644 index 0000000..83a3696 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/turquoise_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_back.png new file mode 100644 index 0000000..02314ae Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_bottom.png new file mode 100644 index 0000000..02314ae Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_front.png new file mode 100644 index 0000000..02314ae Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_left.png new file mode 100644 index 0000000..02314ae Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_right.png new file mode 100644 index 0000000..02314ae Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_top.png new file mode 100644 index 0000000..02314ae Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/two_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_back.png new file mode 100644 index 0000000..b6e9346 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_bottom.png new file mode 100644 index 0000000..b6e9346 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_front.png new file mode 100644 index 0000000..b6e9346 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_left.png new file mode 100644 index 0000000..b6e9346 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_right.png new file mode 100644 index 0000000..b6e9346 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_top.png new file mode 100644 index 0000000..b6e9346 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/u_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_back.png new file mode 100644 index 0000000..7ef5be5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_bottom.png new file mode 100644 index 0000000..7ef5be5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_front.png new file mode 100644 index 0000000..7ef5be5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_left.png new file mode 100644 index 0000000..7ef5be5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_right.png new file mode 100644 index 0000000..7ef5be5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_top.png new file mode 100644 index 0000000..7ef5be5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/v_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_back.png new file mode 100644 index 0000000..2a810ac Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_bottom.png new file mode 100644 index 0000000..2a810ac Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_front.png new file mode 100644 index 0000000..2a810ac Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_left.png new file mode 100644 index 0000000..2a810ac Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_right.png new file mode 100644 index 0000000..2a810ac Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_top.png new file mode 100644 index 0000000..2a810ac Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/w_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_back.png new file mode 100644 index 0000000..b73897a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_bottom.png new file mode 100644 index 0000000..b73897a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_front.png new file mode 100644 index 0000000..b73897a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_left.png new file mode 100644 index 0000000..b73897a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_right.png new file mode 100644 index 0000000..b73897a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_top.png new file mode 100644 index 0000000..b73897a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/warm_yellow_light_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_back.png new file mode 100644 index 0000000..6f84733 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_bottom.png new file mode 100644 index 0000000..6f84733 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_front.png new file mode 100644 index 0000000..6f84733 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_back.png new file mode 100644 index 0000000..c33aefb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_bottom.png new file mode 100644 index 0000000..c0bfd5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_front.png new file mode 100644 index 0000000..c33aefb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_left.png new file mode 100644 index 0000000..c33aefb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_right.png new file mode 100644 index 0000000..c33aefb Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_top.png new file mode 100644 index 0000000..5292aff Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_grass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_left.png new file mode 100644 index 0000000..6f84733 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_back.png new file mode 100644 index 0000000..6f84733 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_bottom.png new file mode 100644 index 0000000..6f84733 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_front.png new file mode 100644 index 0000000..6f84733 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_left.png new file mode 100644 index 0000000..6f84733 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_right.png new file mode 100644 index 0000000..6f84733 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_top.png new file mode 100644 index 0000000..6f84733 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_light_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_right.png new file mode 100644 index 0000000..6f84733 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_top.png new file mode 100644 index 0000000..6f84733 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/white_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_back.png new file mode 100644 index 0000000..26a4f5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_bottom.png new file mode 100644 index 0000000..26a4f5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_front.png new file mode 100644 index 0000000..26a4f5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_left.png new file mode 100644 index 0000000..26a4f5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_right.png new file mode 100644 index 0000000..26a4f5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_top.png new file mode 100644 index 0000000..26a4f5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/window_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_back.png new file mode 100644 index 0000000..abf6ab9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_bottom.png new file mode 100644 index 0000000..c0bfd5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_front.png new file mode 100644 index 0000000..abf6ab9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_left.png new file mode 100644 index 0000000..abf6ab9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_right.png new file mode 100644 index 0000000..abf6ab9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_top.png new file mode 100644 index 0000000..d39f7a8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_top.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_top.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/windygrass_top.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_back.png new file mode 100644 index 0000000..e1db7e9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_bottom.png new file mode 100644 index 0000000..b5eaa50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_front.png new file mode 100644 index 0000000..e1db7e9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_left.png new file mode 100644 index 0000000..e1db7e9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_right.png new file mode 100644 index 0000000..e1db7e9 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_top.png new file mode 100644 index 0000000..77536e2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/winter_leaf_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_back.png new file mode 100644 index 0000000..743c43c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_bottom.png new file mode 100644 index 0000000..743c43c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_front.png new file mode 100644 index 0000000..743c43c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_back.png new file mode 100644 index 0000000..379d693 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_bottom.png new file mode 100644 index 0000000..7aae47c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_front.png new file mode 100644 index 0000000..379d693 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_left.png new file mode 100644 index 0000000..379d693 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_right.png new file mode 100644 index 0000000..379d693 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_top.png new file mode 100644 index 0000000..743c43c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_land_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_left.png new file mode 100644 index 0000000..743c43c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_right.png new file mode 100644 index 0000000..743c43c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_top.png new file mode 100644 index 0000000..743c43c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/withered_grass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_back.png new file mode 100644 index 0000000..92be4d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_bottom.png new file mode 100644 index 0000000..59861a5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_front.png new file mode 100644 index 0000000..92be4d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_left.png new file mode 100644 index 0000000..92be4d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_right.png new file mode 100644 index 0000000..92be4d3 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_top.png new file mode 100644 index 0000000..59861a5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wood_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_back.png new file mode 100644 index 0000000..5de0e7a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_bottom.png new file mode 100644 index 0000000..5de0e7a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_front.png new file mode 100644 index 0000000..5de0e7a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_left.png new file mode 100644 index 0000000..5de0e7a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_right.png new file mode 100644 index 0000000..5de0e7a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_top.png new file mode 100644 index 0000000..5de0e7a Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/wooden_box_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_back.png new file mode 100644 index 0000000..abd0b50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_bottom.png new file mode 100644 index 0000000..16f3753 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_front.png new file mode 100644 index 0000000..abd0b50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_left.png new file mode 100644 index 0000000..abd0b50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_right.png new file mode 100644 index 0000000..abd0b50 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_top.png new file mode 100644 index 0000000..16f3753 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/woodstone_12_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_back.png new file mode 100644 index 0000000..ba9c1f7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_bottom.png new file mode 100644 index 0000000..ba9c1f7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_front.png new file mode 100644 index 0000000..ba9c1f7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_left.png new file mode 100644 index 0000000..ba9c1f7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_right.png new file mode 100644 index 0000000..ba9c1f7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_top.png new file mode 100644 index 0000000..ba9c1f7 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/x_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_back.png new file mode 100644 index 0000000..f0494b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_bottom.png new file mode 100644 index 0000000..f0494b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_front.png new file mode 100644 index 0000000..f0494b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_left.png new file mode 100644 index 0000000..f0494b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_right.png new file mode 100644 index 0000000..f0494b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_top.png new file mode 100644 index 0000000..f0494b8 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/y_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_back.png new file mode 100644 index 0000000..619ed44 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_back.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_back.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_bottom.png new file mode 100644 index 0000000..619ed44 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_bottom.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_bottom.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_bottom.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_front.png new file mode 100644 index 0000000..619ed44 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_front.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_front.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_left.png new file mode 100644 index 0000000..619ed44 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_left.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_left.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_left.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_right.png new file mode 100644 index 0000000..619ed44 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_right.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_right.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_right.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_top.png new file mode 100644 index 0000000..619ed44 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_top.png.mcmeta b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_top.png.mcmeta new file mode 100644 index 0000000..caf5e57 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_decorative_light_top.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":4}} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_back.png new file mode 100644 index 0000000..12a39f1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_bottom.png new file mode 100644 index 0000000..c0bfd5b Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_front.png new file mode 100644 index 0000000..12a39f1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_left.png new file mode 100644 index 0000000..12a39f1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_right.png new file mode 100644 index 0000000..12a39f1 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_top.png new file mode 100644 index 0000000..88e2078 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_grass_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_back.png new file mode 100644 index 0000000..2da3282 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_bottom.png new file mode 100644 index 0000000..2da3282 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_front.png new file mode 100644 index 0000000..2da3282 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_left.png new file mode 100644 index 0000000..2da3282 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_right.png new file mode 100644 index 0000000..2da3282 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_top.png new file mode 100644 index 0000000..2da3282 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_green_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_back.png new file mode 100644 index 0000000..568b96c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_bottom.png new file mode 100644 index 0000000..568b96c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_front.png new file mode 100644 index 0000000..568b96c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_left.png new file mode 100644 index 0000000..568b96c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_right.png new file mode 100644 index 0000000..568b96c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_top.png new file mode 100644 index 0000000..568b96c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/yellow_light_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_back.png new file mode 100644 index 0000000..7de5f6c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_bottom.png new file mode 100644 index 0000000..7de5f6c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_front.png new file mode 100644 index 0000000..7de5f6c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_left.png new file mode 100644 index 0000000..7de5f6c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_right.png new file mode 100644 index 0000000..7de5f6c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_top.png new file mode 100644 index 0000000..7de5f6c Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/z_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_back.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_back.png new file mode 100644 index 0000000..67cf2d2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_back.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_bottom.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_bottom.png new file mode 100644 index 0000000..67cf2d2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_bottom.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_front.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_front.png new file mode 100644 index 0000000..67cf2d2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_front.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_left.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_left.png new file mode 100644 index 0000000..67cf2d2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_left.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_right.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_right.png new file mode 100644 index 0000000..67cf2d2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_right.png differ diff --git a/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_top.png b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_top.png new file mode 100644 index 0000000..67cf2d2 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/assets/box3/textures/block/zero_top.png differ diff --git a/Fabric-1.20.1/src/main/resources/block-id.json b/Fabric-1.20.1/src/main/resources/block-id.json new file mode 100644 index 0000000..9f92134 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/block-id.json @@ -0,0 +1,386 @@ +{ + "0": "air", + "3": "add", + "5": "subtract", + "7": "multiply", + "9": "divide", + "11": "equal", + "13": "exclamation_mark", + "15": "question_mark", + "17": "zero", + "19": "one", + "21": "two", + "23": "three", + "25": "four", + "27": "five", + "29": "six", + "31": "seven", + "33": "eight", + "35": "nine", + "37": "A", + "39": "B", + "41": "C", + "43": "D", + "45": "E", + "47": "F", + "49": "G", + "51": "H", + "53": "I", + "55": "J", + "57": "K", + "59": "L", + "61": "M", + "63": "N", + "65": "O", + "67": "P", + "69": "Q", + "71": "R", + "73": "S", + "75": "T", + "77": "U", + "79": "V", + "81": "W", + "83": "X", + "85": "Y", + "87": "Z", + "89": "cadet_blue", + "91": "sky_blue", + "93": "powder_blue", + "95": "dark_gray", + "97": "light_gray", + "99": "olive_green", + "101": "yellow_green", + "103": "pale_green", + "105": "red", + "107": "dark_red", + "109": "brick_red", + "111": "medium_gray", + "113": "dark_slate_blue", + "115": "pink", + "117": "sakura_pink", + "119": "orange", + "121": "lemon", + "123": "stained_glass", + "125": "dirt", + "127": "grass", + "129": "stone", + "131": "green_leaf", + "133": "acacia", + "135": "sand", + "137": "plank_01", + "139": "plank_02", + "141": "plank_03", + "143": "plank_04", + "145": "ice_brick", + "147": "light_grey_stone_brick", + "149": "grey_stone_brick", + "151": "gold_trim_brick", + "153": "red_brick", + "155": "quartz_brick", + "157": "lantern_01", + "159": "lantern_02", + "160": "window", + "162": "cross_window", + "164": "geometric_window_01", + "166": "geometric_window_02", + "169": "snow", + "170": "glass", + "172": "color_glass", + "175": "black", + "177": "white", + "179": "wooden_box", + "181": "board_01", + "183": "board_02", + "185": "stripe_01", + "187": "stripe_02", + "189": "stripe_03", + "191": "stripe_04", + "193": "stripe_05", + "195": "carpet_01", + "197": "carpet_02", + "199": "carpet_03", + "201": "carpet_04", + "203": "carpet_05", + "205": "carpet_06", + "207": "carpet_07", + "209": "palace_eaves_01", + "211": "palace_eaves_02", + "213": "palace_eaves_03", + "215": "palace_eaves_04", + "217": "palace_eaves_05", + "219": "palace_eaves_06", + "221": "palace_eaves_07", + "223": "palace_eaves_08", + "225": "roof_red", + "227": "roof_purple", + "229": "roof_green", + "231": "roof_blue_04", + "233": "roof_yellow", + "235": "carpet_08", + "237": "carpet_09", + "239": "carpet_10", + "241": "carpet_11", + "243": "carpet_12", + "245": "carpet_13", + "247": "stainless_steel", + "249": "ice_wall", + "251": "leaf_01", + "253": "leaf_02", + "255": "palace_roof", + "257": "wood", + "259": "red_brick_floor", + "261": "red_brick_wall", + "263": "palace_floor", + "264": "palace_carving", + "267": "stone_pillar_03", + "269": "stone_pillar_04", + "271": "stone_pillar_05", + "273": "stone_pillar_06", + "275": "stone_wall", + "276": "blue_glass", + "278": "green_glass", + "281": "red_light", + "283": "orange_light", + "285": "yellow_light", + "287": "green_light", + "289": "indigo_light", + "291": "blue_light", + "293": "purple", + "295": "pink_light", + "297": "mint_green_light", + "299": "white_light", + "301": "warm_yellow_light", + "302": "black_glass", + "304": "red_glass", + "307": "palace_lamp", + "309": "board_03", + "311": "board_04", + "313": "board_05", + "315": "board_06", + "317": "dark_grass", + "319": "greenbelt_L", + "321": "greenbelt_L1", + "323": "stone_brick_01", + "325": "stone_brick_02", + "327": "dark_stone", + "329": "dark_brick_00", + "331": "dark_brick_01", + "333": "dark_brick_02", + "335": "stone_wall_01", + "337": "pink_cake", + "339": "macaroon", + "341": "biscuit", + "343": "snowland", + "345": "polar_region", + "347": "polar_ice", + "349": "blue_surface_01", + "351": "blue_surface_02", + "353": "purple_surface_01", + "355": "purple_surface_02", + "357": "dark_surface", + "359": "rock", + "361": "palace_cloud", + "363": "blue", + "364": "water", + "367": "turquoise", + "369": "dark_orchid", + "371": "medium_orchid", + "373": "medium_purple", + "375": "medium_violet_red", + "377": "maroon", + "379": "coffee_gray", + "381": "peru", + "383": "dark_salmon", + "385": "navajo_white", + "387": "orange_red", + "389": "medium_yellow", + "391": "medium_green", + "393": "sienna", + "395": "mint_green", + "397": "medium_spring_green", + "398": "ice", + "401": "crane_roof_01", + "403": "crane_roof_02", + "405": "crane_lantern", + "407": "roof_grey", + "408": "palace_window", + "411": "woodstone_12", + "412": "strawberry_juice", + "414": "lime_juice", + "416": "blueberry_juice", + "418": "lemon_juice", + "420": "grape_juice", + "422": "orange_juice", + "424": "milk", + "426": "soy_sauce", + "428": "coffee", + "430": "peach_juice", + "433": "board0", + "435": "board1", + "437": "board2", + "439": "board3", + "441": "board4", + "443": "board5", + "445": "board6", + "447": "board7", + "449": "board8", + "451": "board9", + "453": "board10", + "455": "board11", + "457": "board12", + "459": "board13", + "461": "board14", + "463": "board15", + "465": "lava01", + "467": "lava02", + "469": "windygrass", + "471": "conveyor", + "473": "ledfloor01", + "475": "ledfloor02", + "477": "yellow_grass", + "479": "express_box", + "481": "television", + "483": "bookshelf", + "485": "ampersand", + "487": "asterisk", + "489": "at", + "491": "backslash", + "493": "bracket_close", + "495": "bracket_open", + "497": "caret", + "499": "colon", + "501": "comma", + "503": "dollar", + "505": "greater_than", + "507": "less_than", + "509": "paren_open", + "511": "paren_close", + "513": "percent", + "515": "period", + "517": "pound", + "519": "quotation_mark", + "521": "semicolon", + "523": "slash", + "525": "tilde", + "527": "winter_leaf", + "529": "leaf_03", + "531": "leaf_04", + "533": "leaf_05", + "535": "honeycomb_01", + "537": "honeycomb_02", + "539": "white_grass", + "541": "palm", + "543": "pumpkin", + "544": "spiderweb", + "546": "bat_window", + "549": "pumpkin_lantern", + "551": "candy", + "553": "bear_footprint", + "555": "red_gift", + "557": "blue_gift", + "559": "snowman_head", + "561": "snowman_body", + "562": "star_lamp", + "565": "snowflake_lamp", + "566": "blue_decorative_light", + "568": "green_decorative_light", + "570": "red_decorative_light", + "572": "yellow_decorative_light", + "574": "bamboo", + "577": "fu", + "578": "traditional_window", + "581": "rainbow_cube", + "582": "firecracker", + "585": "air_duct", + "587": "button", + "589": "fan", + "591": "lab_lamp_01", + "593": "lab_lamp_02", + "595": "lab_lamp_03", + "597": "lab_material_01", + "599": "lab_material_02", + "601": "lab_material_03", + "603": "lab_material_04", + "605": "lab_material_05", + "607": "lab_material_06", + "609": "lab_material_07", + "611": "lab_material_08", + "613": "lab_material_09", + "615": "lab_material_10", + "617": "lab_material_11", + "619": "lab_material_12", + "621": "lab_material_13", + "622": "lab_material_14", + "624": "lab_material_15", + "627": "lab_screen", + "629": "lab_wire", + "631": "bounce_pad", + "633": "leaf_06", + "635": "board_07", + "637": "brick_01", + "639": "brick_02", + "641": "plank_05", + "643": "plank_06", + "645": "plank_07", + "647": "toolbox", + "649": "treasure_chest", + "650": "barrier", + "653": "snow_grass", + "655": "snow_land", + "657": "withered_grass_land", + "659": "withered_grass", + "661": "orange_grass", + "663": "orange_grass_all", + "665": "purple_grass", + "667": "purple_grass_all", + "669": "blue_grass", + "671": "blue_grass_all", + "673": "pink_grass", + "675": "pink_grass_all", + "677": "light_blue_grass", + "679": "light_blue_grass_all", + "681": "light_purple_grass_", + "683": "light_purple_grass_all", + "685": "dark_red_grass", + "687": "dark_red_grass_all", + "689": "dark_yellow_grass", + "691": "dark_yellow_grass_all", + "693": "dark_blue_grass", + "695": "dark_blue_grass_all", + "697": "dark_purple_grass", + "699": "dark_purple_grass_all", + "701": "special_grass_01", + "703": "special_grass_02", + "705": "special_grass_03", + "707": "special_grass_04", + "709": "special_grass_05", + "711": "special_grass_06", + "713": "special_grass_07", + "715": "special_grass_08", + "717": "special_grass_09", + "719": "special_grass_10", + "721": "special_land_01", + "723": "grass_sand", + "725": "dark_grass_sand", + "727": "light_sand", + "729": "dark_sand", + "731": "sand_stones", + "733": "light_volcanic_rock", + "735": "dark_volcanic_rock", + "737": "light_dirt", + "739": "grass_rock", + "741": "grass_all", + "743": "dark_grass_rock", + "745": "dark_grass_all", + "747": "special_grass_11", + "749": "special_grass_12", + "751": "special_grass_13", + "753": "special_grass_14", + "755": "special_grass_15", + "757": "special_grass_16", + "759": "special_sand_01", + "761": "special_sand_02", + "763": "special_sand_03", + "765": "special_sand_04", + "767": "special_sand_05" +} diff --git a/Fabric-1.20.1/src/main/resources/block-spec.json b/Fabric-1.20.1/src/main/resources/block-spec.json new file mode 100644 index 0000000..011d035 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/block-spec.json @@ -0,0 +1,15013 @@ +{ + "A": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 37, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/A_left", + "letter/A_left", + "letter/A_left", + "letter/A_left", + "letter/A_left", + "letter/A_left" + ], + "thumbnail": [ + "letter/A_left", + "letter/A_left", + "letter/A_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "B": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 39, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/B_left", + "letter/B_left", + "letter/B_left", + "letter/B_left", + "letter/B_left", + "letter/B_left" + ], + "thumbnail": [ + "letter/B_left", + "letter/B_left", + "letter/B_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "C": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 41, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/C_left", + "letter/C_left", + "letter/C_left", + "letter/C_left", + "letter/C_left", + "letter/C_left" + ], + "thumbnail": [ + "letter/C_left", + "letter/C_left", + "letter/C_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "D": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 43, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/D_left", + "letter/D_left", + "letter/D_left", + "letter/D_left", + "letter/D_left", + "letter/D_left" + ], + "thumbnail": [ + "letter/D_left", + "letter/D_left", + "letter/D_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "E": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 45, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/E_left", + "letter/E_left", + "letter/E_left", + "letter/E_left", + "letter/E_left", + "letter/E_left" + ], + "thumbnail": [ + "letter/E_left", + "letter/E_left", + "letter/E_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "F": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 47, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/F_left", + "letter/F_left", + "letter/F_left", + "letter/F_left", + "letter/F_left", + "letter/F_left" + ], + "thumbnail": [ + "letter/F_left", + "letter/F_left", + "letter/F_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "G": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 49, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/G_left", + "letter/G_left", + "letter/G_left", + "letter/G_left", + "letter/G_left", + "letter/G_left" + ], + "thumbnail": [ + "letter/G_left", + "letter/G_left", + "letter/G_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "H": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 51, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/H_left", + "letter/H_left", + "letter/H_left", + "letter/H_left", + "letter/H_left", + "letter/H_left" + ], + "thumbnail": [ + "letter/H_left", + "letter/H_left", + "letter/H_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "I": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 53, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/I_left", + "letter/I_left", + "letter/I_left", + "letter/I_left", + "letter/I_left", + "letter/I_left" + ], + "thumbnail": [ + "letter/I_left", + "letter/I_left", + "letter/I_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "J": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 55, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/J_left", + "letter/J_left", + "letter/J_left", + "letter/J_left", + "letter/J_left", + "letter/J_left" + ], + "thumbnail": [ + "letter/J_left", + "letter/J_left", + "letter/J_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "K": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 57, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/K_left", + "letter/K_left", + "letter/K_left", + "letter/K_left", + "letter/K_left", + "letter/K_left" + ], + "thumbnail": [ + "letter/K_left", + "letter/K_left", + "letter/K_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "L": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 59, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/L_left", + "letter/L_left", + "letter/L_left", + "letter/L_left", + "letter/L_left", + "letter/L_left" + ], + "thumbnail": [ + "letter/L_left", + "letter/L_left", + "letter/L_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "M": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 61, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/M_left", + "letter/M_left", + "letter/M_left", + "letter/M_left", + "letter/M_left", + "letter/M_left" + ], + "thumbnail": [ + "letter/M_left", + "letter/M_left", + "letter/M_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "N": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 63, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/N_left", + "letter/N_left", + "letter/N_left", + "letter/N_left", + "letter/N_left", + "letter/N_left" + ], + "thumbnail": [ + "letter/N_left", + "letter/N_left", + "letter/N_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "O": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 65, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/O_left", + "letter/O_left", + "letter/O_left", + "letter/O_left", + "letter/O_left", + "letter/O_left" + ], + "thumbnail": [ + "letter/O_left", + "letter/O_left", + "letter/O_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "P": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 67, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/P_left", + "letter/P_left", + "letter/P_left", + "letter/P_left", + "letter/P_left", + "letter/P_left" + ], + "thumbnail": [ + "letter/P_left", + "letter/P_left", + "letter/P_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "Q": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 69, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/Q_left", + "letter/Q_left", + "letter/Q_left", + "letter/Q_left", + "letter/Q_left", + "letter/Q_left" + ], + "thumbnail": [ + "letter/Q_left", + "letter/Q_left", + "letter/Q_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "R": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 71, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/R_left", + "letter/R_left", + "letter/R_left", + "letter/R_left", + "letter/R_left", + "letter/R_left" + ], + "thumbnail": [ + "letter/R_left", + "letter/R_left", + "letter/R_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "S": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 73, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/S_left", + "letter/S_left", + "letter/S_left", + "letter/S_left", + "letter/S_left", + "letter/S_left" + ], + "thumbnail": [ + "letter/S_left", + "letter/S_left", + "letter/S_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "T": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 75, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/T_left", + "letter/T_left", + "letter/T_left", + "letter/T_left", + "letter/T_left", + "letter/T_left" + ], + "thumbnail": [ + "letter/T_left", + "letter/T_left", + "letter/T_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "U": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 77, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/U_left", + "letter/U_left", + "letter/U_left", + "letter/U_left", + "letter/U_left", + "letter/U_left" + ], + "thumbnail": [ + "letter/U_left", + "letter/U_left", + "letter/U_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "V": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 79, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/V_left", + "letter/V_left", + "letter/V_left", + "letter/V_left", + "letter/V_left", + "letter/V_left" + ], + "thumbnail": [ + "letter/V_left", + "letter/V_left", + "letter/V_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "W": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 81, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/W_left", + "letter/W_left", + "letter/W_left", + "letter/W_left", + "letter/W_left", + "letter/W_left" + ], + "thumbnail": [ + "letter/W_left", + "letter/W_left", + "letter/W_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "X": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 83, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/X_left", + "letter/X_left", + "letter/X_left", + "letter/X_left", + "letter/X_left", + "letter/X_left" + ], + "thumbnail": [ + "letter/X_left", + "letter/X_left", + "letter/X_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "Y": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 85, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/Y_left", + "letter/Y_left", + "letter/Y_left", + "letter/Y_left", + "letter/Y_left", + "letter/Y_left" + ], + "thumbnail": [ + "letter/Y_left", + "letter/Y_left", + "letter/Y_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "Z": { + "category": "letter", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 12.449999809265137, + 13.050000190734863 + ], + "friction": 0.6, + "id": 87, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "letter/Z_left", + "letter/Z_left", + "letter/Z_left", + "letter/Z_left", + "letter/Z_left", + "letter/Z_left" + ], + "thumbnail": [ + "letter/Z_left", + "letter/Z_left", + "letter/Z_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "acacia": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 133, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/acacia_left", + "nature/acacia_left", + "nature/acacia_bottom", + "nature/acacia_top", + "nature/acacia_left", + "nature/acacia_left" + ], + "thumbnail": [ + "nature/acacia_top", + "nature/acacia_left", + "nature/acacia_left" + ], + "transparent": false, + "type": "wood", + "strength": { + "hardness": 2.0, + "resistance": 3.0 + } + }, + "add": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 3, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/add_left", + "symbol/add_left", + "symbol/add_left", + "symbol/add_left", + "symbol/add_left", + "symbol/add_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "air": { + "category": "", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "fluid": true, + "fluidColor": [ + 0, + 0, + 0 + ], + "fluidExtinction": 0, + "friction": 0.6, + "id": 0, + "mass": 0, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "air/air", + "air/air", + "air/air", + "air/air", + "air/air", + "air/air" + ], + "transparent": true, + "type": "fluid", + "strength": { + "hardness": 0.0, + "resistance": 0.0 + } + }, + "air_duct": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 585, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/air_duct_left", + "structure/air_duct_left", + "structure/air_duct_left", + "structure/air_duct_left", + "structure/air_duct_left", + "structure/air_duct_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "ampersand": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 485, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/ampersand_left", + "symbol/ampersand_left", + "symbol/ampersand_left", + "symbol/ampersand_left", + "symbol/ampersand_left", + "symbol/ampersand_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "asterisk": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 487, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/asterisk_left", + "symbol/asterisk_left", + "symbol/asterisk_left", + "symbol/asterisk_left", + "symbol/asterisk_left", + "symbol/asterisk_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "at": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 489, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/at_left", + "symbol/at_left", + "symbol/at_left", + "symbol/at_left", + "symbol/at_left", + "symbol/at_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "backslash": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 491, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/backslash_left", + "symbol/backslash_left", + "symbol/backslash_left", + "symbol/backslash_left", + "symbol/backslash_left", + "symbol/backslash_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "bamboo": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 574, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/bamboo_left", + "nature/bamboo_left", + "nature/bamboo_top", + "nature/bamboo_top", + "nature/bamboo_left", + "nature/bamboo_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": true, + "type": "wood", + "strength": { + "hardness": 1.8, + "resistance": 2.8 + } + }, + "barrier": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 650, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/barrier_left", + "nature/barrier_left", + "nature/barrier_left", + "nature/barrier_left", + "nature/barrier_left", + "nature/barrier_left" + ], + "thumbnail": [ + "nature/barrier_left", + "nature/barrier_left", + "nature/barrier_left" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "bat_window": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 546, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/bat_window_left", + "structure/bat_window_left", + "structure/bat_window_left", + "structure/bat_window_left", + "structure/bat_window_left", + "structure/bat_window_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "bear_footprint": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 553, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/bear_footprint_left", + "nature/bear_footprint_left", + "nature/bear_footprint_left", + "nature/bear_footprint_left", + "nature/bear_footprint_left", + "nature/bear_footprint_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "biscuit": { + "category": "food", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 341, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "food/biscuit_left", + "food/biscuit_left", + "food/biscuit_bottom", + "food/biscuit_top", + "food/biscuit_left", + "food/biscuit_left" + ], + "thumbnail": [ + "food/biscuit_top", + "food/biscuit_left", + "food/biscuit_left" + ], + "transparent": false, + "type": "food", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "black": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 175, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/black_left", + "color/black_left", + "color/black_left", + "color/black_left", + "color/black_left", + "color/black_left" + ], + "thumbnail": [ + "color/black_left", + "color/black_left", + "color/black_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "black_glass": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 302, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/black_glass_left", + "structure/black_glass_left", + "structure/black_glass_left", + "structure/black_glass_left", + "structure/black_glass_left", + "structure/black_glass_left" + ], + "thumbnail": [ + "structure/black_glass_left", + "structure/black_glass_left", + "structure/black_glass_left" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "blue": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 363, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/blue_left", + "color/blue_left", + "color/blue_left", + "color/blue_left", + "color/blue_left", + "color/blue_left" + ], + "thumbnail": [ + "color/blue_left", + "color/blue_left", + "color/blue_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "blue_decorative_light": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0.15, + 9.9, + 14.25 + ], + "friction": 0.6, + "id": 566, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + [ + "structure/blue_decorative_light_1f", + "structure/blue_decorative_light_2f", + "structure/blue_decorative_light_3f", + "structure/blue_decorative_light_4f" + ], + [ + "structure/blue_decorative_light_1f", + "structure/blue_decorative_light_2f", + "structure/blue_decorative_light_3f", + "structure/blue_decorative_light_4f" + ], + [ + "structure/blue_decorative_light_1f", + "structure/blue_decorative_light_2f", + "structure/blue_decorative_light_3f", + "structure/blue_decorative_light_4f" + ], + [ + "structure/blue_decorative_light_1f", + "structure/blue_decorative_light_2f", + "structure/blue_decorative_light_3f", + "structure/blue_decorative_light_4f" + ], + [ + "structure/blue_decorative_light_1f", + "structure/blue_decorative_light_2f", + "structure/blue_decorative_light_3f", + "structure/blue_decorative_light_4f" + ], + [ + "structure/blue_decorative_light_1f", + "structure/blue_decorative_light_2f", + "structure/blue_decorative_light_3f", + "structure/blue_decorative_light_4f" + ] + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "blue_gift": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 557, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/blue_gift_left", + "structure/blue_gift_left", + "structure/blue_gift_bottom", + "structure/blue_gift_top", + "structure/blue_gift_left", + "structure/blue_gift_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "blue_glass": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 276, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/blue_glass_left", + "structure/blue_glass_left", + "structure/blue_glass_left", + "structure/blue_glass_left", + "structure/blue_glass_left", + "structure/blue_glass_left" + ], + "thumbnail": [ + "structure/blue_glass_left", + "structure/blue_glass_left", + "structure/blue_glass_left" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "blue_grass": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 669, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/blue_grass_left", + "element/blue_grass_left", + "element/blue_grass_bottom", + "element/blue_grass_top", + "element/blue_grass_left", + "element/blue_grass_left" + ], + "thumbnail": [ + "element/blue_grass_top", + "element/blue_grass_left", + "element/blue_grass_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "blue_grass_all": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 671, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/blue_grass_all_left", + "element/blue_grass_all_left", + "element/blue_grass_all_bottom", + "element/blue_grass_all_top", + "element/blue_grass_all_left", + "element/blue_grass_all_left" + ], + "thumbnail": [ + "element/blue_grass_all_top", + "element/blue_grass_all_left", + "element/blue_grass_all_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "blue_light": { + "category": "light", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.1500000953674316, + 5.699999809265137, + 9.149999618530273 + ], + "friction": 0.6, + "id": 291, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "light/blue_light_left", + "light/blue_light_left", + "light/blue_light_left", + "light/blue_light_left", + "light/blue_light_left", + "light/blue_light_left" + ], + "thumbnail": [ + "light/blue_light_left", + "light/blue_light_left", + "light/blue_light_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "blue_surface_01": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 349, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/blue_surface_01_left", + "nature/blue_surface_01_left", + "nature/blue_surface_01_bottom", + "nature/blue_surface_01_top", + "nature/blue_surface_01_left", + "nature/blue_surface_01_left" + ], + "thumbnail": [ + "nature/blue_surface_01_top", + "nature/blue_surface_01_left", + "nature/blue_surface_01_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "blue_surface_02": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 351, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/blue_surface_02_left", + "nature/blue_surface_02_left", + "nature/blue_surface_02_bottom", + "nature/blue_surface_02_top", + "nature/blue_surface_02_left", + "nature/blue_surface_02_left" + ], + "thumbnail": [ + "nature/blue_surface_02_top", + "nature/blue_surface_02_left", + "nature/blue_surface_02_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "blueberry_juice": { + "category": "food", + "color": [ + 0, + 0, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "fluid": true, + "fluidColor": [ + 0.1, + 0.1, + 1 + ], + "fluidExtinction": 0.6, + "friction": 0.989, + "id": 416, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "air/air", + "air/air", + "air/air", + "air/air", + "air/air", + "air/air" + ], + "thumbnail": [ + "color/blue_left", + "color/blue_left", + "color/blue_left" + ], + "transparent": true, + "type": "fluid", + "strength": { + "hardness": 0.0, + "resistance": 0.0 + } + }, + "board0": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 433, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board1": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 435, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-01", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board10": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 453, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-11", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board11": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 455, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-12", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board12": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 457, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-13", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board13": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 459, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-14", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board14": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 461, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-15", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board15": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 463, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-16", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board2": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 437, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-02", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board3": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 439, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-03", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board4": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 441, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-04", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board5": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 443, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-06", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board6": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 445, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-07", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board7": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 447, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-08", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board8": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 449, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-09", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board9": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 451, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/go-05", + "structure/go-05", + "structure/go-05", + "structure/go-10", + "structure/go-05", + "structure/go-05" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board_01": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 181, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/board_01_left", + "structure/board_01_left", + "structure/board_01_left", + "structure/board_01_left", + "structure/board_01_left", + "structure/board_01_left" + ], + "thumbnail": [ + "structure/board_01_left", + "structure/board_01_left", + "structure/board_01_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board_02": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 183, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/board_02_left", + "structure/board_02_left", + "structure/board_02_left", + "structure/board_02_left", + "structure/board_02_left", + "structure/board_02_left" + ], + "thumbnail": [ + "structure/board_02_left", + "structure/board_02_left", + "structure/board_02_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board_03": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 309, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/board_03_left", + "structure/board_03_left", + "structure/board_03_left", + "structure/board_03_left", + "structure/board_03_left", + "structure/board_03_left" + ], + "thumbnail": [ + "structure/board_03_left", + "structure/board_03_left", + "structure/board_03_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board_04": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 311, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/board_04_left", + "structure/board_04_left", + "structure/board_04_left", + "structure/board_04_left", + "structure/board_04_left", + "structure/board_04_left" + ], + "thumbnail": [ + "structure/board_04_left", + "structure/board_04_left", + "structure/board_04_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board_05": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 313, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/board_05_left", + "structure/board_05_left", + "structure/board_05_left", + "structure/board_05_left", + "structure/board_05_left", + "structure/board_05_left" + ], + "thumbnail": [ + "structure/board_05_left", + "structure/board_05_left", + "structure/board_05_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board_06": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 315, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/board_06_left", + "structure/board_06_left", + "structure/board_06_left", + "structure/board_06_left", + "structure/board_06_left", + "structure/board_06_left" + ], + "thumbnail": [ + "structure/board_06_left", + "structure/board_06_left", + "structure/board_06_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "board_07": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 635, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/board_07_left", + "structure/board_07_left", + "structure/board_07_left", + "structure/board_07_left", + "structure/board_07_left", + "structure/board_07_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "bookshelf": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 483, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/bookshelf_left", + "structure/bookshelf_left", + "structure/bookshelf_left", + "structure/bookshelf_left", + "structure/bookshelf_front", + "structure/bookshelf_back" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "bounce_pad": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 1, + 1, + 2 + ], + "friction": 0.8, + "id": 631, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/bounce_pad_left", + "structure/bounce_pad_left", + "structure/bounce_pad_left", + "structure/bounce_pad_left", + "structure/bounce_pad_left", + "structure/bounce_pad_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "velocity": [ + 0, + 1.25, + 0 + ], + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "bracket_close": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 493, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/bracket_close_left", + "symbol/bracket_close_left", + "symbol/bracket_close_left", + "symbol/bracket_close_left", + "symbol/bracket_close_left", + "symbol/bracket_close_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "bracket_open": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 495, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/bracket_open_left", + "symbol/bracket_open_left", + "symbol/bracket_open_left", + "symbol/bracket_open_left", + "symbol/bracket_open_left", + "symbol/bracket_open_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "brick_01": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 637, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/brick_01_left", + "structure/brick_01_left", + "structure/brick_01_left", + "structure/brick_01_left", + "structure/brick_01_left", + "structure/brick_01_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "brick_02": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 639, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/brick_02_left", + "structure/brick_02_left", + "structure/brick_02_left", + "structure/brick_02_left", + "structure/brick_02_left", + "structure/brick_02_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "brick_red": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 109, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/brick_red_left", + "color/brick_red_left", + "color/brick_red_left", + "color/brick_red_left", + "color/brick_red_left", + "color/brick_red_left" + ], + "thumbnail": [ + "color/brick_red_left", + "color/brick_red_left", + "color/brick_red_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "button": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 587, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/button_left", + "structure/button_left", + "structure/button_left", + "structure/button_left", + "structure/button_front", + "structure/button_front" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "cadet_blue": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 89, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/cadet_blue_left", + "color/cadet_blue_left", + "color/cadet_blue_left", + "color/cadet_blue_left", + "color/cadet_blue_left", + "color/cadet_blue_left" + ], + "thumbnail": [ + "color/cadet_blue_left", + "color/cadet_blue_left", + "color/cadet_blue_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "candy": { + "category": "food", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 551, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "food/candy_left", + "food/candy_left", + "food/candy_left", + "food/candy_left", + "food/candy_left", + "food/candy_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "food", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "caret": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 497, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/caret_left", + "symbol/caret_left", + "symbol/caret_left", + "symbol/caret_left", + "symbol/caret_left", + "symbol/caret_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "carpet_01": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 195, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/carpet_01_left", + "structure/carpet_01_left", + "structure/carpet_01_left", + "structure/carpet_01_left", + "structure/carpet_01_left", + "structure/carpet_01_left" + ], + "thumbnail": [ + "structure/carpet_01_left", + "structure/carpet_01_left", + "structure/carpet_01_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "carpet_02": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 197, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/carpet_02_left", + "structure/carpet_02_left", + "structure/carpet_02_left", + "structure/carpet_02_left", + "structure/carpet_02_left", + "structure/carpet_02_left" + ], + "thumbnail": [ + "structure/carpet_02_left", + "structure/carpet_02_left", + "structure/carpet_02_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "carpet_03": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 199, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/carpet_03_left", + "structure/carpet_03_left", + "structure/carpet_03_left", + "structure/carpet_03_left", + "structure/carpet_03_left", + "structure/carpet_03_left" + ], + "thumbnail": [ + "structure/carpet_03_left", + "structure/carpet_03_left", + "structure/carpet_03_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "carpet_04": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 201, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/carpet_04_left", + "structure/carpet_04_left", + "structure/carpet_04_left", + "structure/carpet_04_left", + "structure/carpet_04_left", + "structure/carpet_04_left" + ], + "thumbnail": [ + "structure/carpet_04_left", + "structure/carpet_04_left", + "structure/carpet_04_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "carpet_05": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 203, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/carpet_05_left", + "structure/carpet_05_left", + "structure/carpet_05_left", + "structure/carpet_05_left", + "structure/carpet_05_left", + "structure/carpet_05_left" + ], + "thumbnail": [ + "structure/carpet_05_left", + "structure/carpet_05_left", + "structure/carpet_05_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "carpet_06": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 205, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/carpet_06_left", + "structure/carpet_06_left", + "structure/carpet_06_left", + "structure/carpet_06_left", + "structure/carpet_06_left", + "structure/carpet_06_left" + ], + "thumbnail": [ + "structure/carpet_06_left", + "structure/carpet_06_left", + "structure/carpet_06_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "carpet_07": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 207, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/carpet_07_left", + "structure/carpet_07_left", + "structure/carpet_07_left", + "structure/carpet_07_left", + "structure/carpet_07_left", + "structure/carpet_07_left" + ], + "thumbnail": [ + "structure/carpet_07_left", + "structure/carpet_07_left", + "structure/carpet_07_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "carpet_08": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 235, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/carpet_08_left", + "structure/carpet_08_left", + "structure/carpet_08_left", + "structure/carpet_08_left", + "structure/carpet_08_left", + "structure/carpet_08_left" + ], + "thumbnail": [ + "structure/carpet_08_left", + "structure/carpet_08_left", + "structure/carpet_08_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "carpet_09": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 237, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/carpet_09_left", + "structure/carpet_09_left", + "structure/carpet_09_left", + "structure/carpet_09_left", + "structure/carpet_09_left", + "structure/carpet_09_left" + ], + "thumbnail": [ + "structure/carpet_09_left", + "structure/carpet_09_left", + "structure/carpet_09_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "carpet_10": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 239, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/carpet_10_left", + "structure/carpet_10_left", + "structure/carpet_10_left", + "structure/carpet_10_left", + "structure/carpet_10_left", + "structure/carpet_10_left" + ], + "thumbnail": [ + "structure/carpet_10_left", + "structure/carpet_10_left", + "structure/carpet_10_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "carpet_11": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 241, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/carpet_11_left", + "structure/carpet_11_left", + "structure/carpet_11_left", + "structure/carpet_11_left", + "structure/carpet_11_left", + "structure/carpet_11_left" + ], + "thumbnail": [ + "structure/carpet_11_left", + "structure/carpet_11_left", + "structure/carpet_11_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "carpet_12": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 243, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/carpet_12_left", + "structure/carpet_12_left", + "structure/carpet_12_left", + "structure/carpet_12_left", + "structure/carpet_12_left", + "structure/carpet_12_left" + ], + "thumbnail": [ + "structure/carpet_12_left", + "structure/carpet_12_left", + "structure/carpet_12_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "carpet_13": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 245, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/carpet_13_left", + "structure/carpet_13_left", + "structure/carpet_13_left", + "structure/carpet_13_left", + "structure/carpet_13_left", + "structure/carpet_13_left" + ], + "thumbnail": [ + "structure/carpet_13_left", + "structure/carpet_13_left", + "structure/carpet_13_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "coffee": { + "category": "food", + "color": [ + 0, + 0, + 0, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "fluid": true, + "fluidColor": [ + 0, + 0, + 0 + ], + "fluidExtinction": 0.99, + "friction": 0.6, + "id": 428, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "air/air", + "air/air", + "air/air", + "air/air", + "air/air", + "air/air" + ], + "thumbnail": [ + "color/coffee_gray_left", + "color/coffee_gray_left", + "color/coffee_gray_left" + ], + "transparent": true, + "type": "fluid", + "strength": { + "hardness": 0.0, + "resistance": 0.0 + } + }, + "coffee_gray": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 379, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/coffee_gray_left", + "color/coffee_gray_left", + "color/coffee_gray_left", + "color/coffee_gray_left", + "color/coffee_gray_left", + "color/coffee_gray_left" + ], + "thumbnail": [ + "color/coffee_gray_left", + "color/coffee_gray_left", + "color/coffee_gray_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "colon": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 499, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/colon_left", + "symbol/colon_left", + "symbol/colon_left", + "symbol/colon_left", + "symbol/colon_left", + "symbol/colon_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "color_glass": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 172, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/color_glass_left", + "structure/color_glass_left", + "structure/color_glass_left", + "structure/color_glass_left", + "structure/color_glass_left", + "structure/color_glass_left" + ], + "thumbnail": [ + "structure/color_glass_left", + "structure/color_glass_left", + "structure/color_glass_left" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "comma": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 501, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/comma_left", + "symbol/comma_left", + "symbol/comma_left", + "symbol/comma_left", + "symbol/comma_left", + "symbol/comma_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "conveyor": { + "category": "structure", + "color": [ + 1, + 0, + 0, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 471, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/conveyor_belt_side", + "structure/conveyor_belt_side", + "structure/conveyor_belt_bottom", + [ + "structure/conveyor_belt_top1f", + "structure/conveyor_belt_top2f", + "structure/conveyor_belt_top3f", + "structure/conveyor_belt_top4f" + ], + "structure/conveyor_belt_side", + "structure/conveyor_belt_side" + ], + "transparent": false, + "velocity": [ + -0.25, + 0, + 0 + ], + "type": "metal", + "strength": { + "hardness": 5.0, + "resistance": 6.0 + } + }, + "crane_lantern": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 6.150000095367432, + 6.150000095367432, + 6.150000095367432 + ], + "friction": 0.6, + "id": 405, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/crane_lantern_left", + "structure/crane_lantern_left", + "structure/crane_lantern_left", + "structure/crane_lantern_left", + "structure/crane_lantern_left", + "structure/crane_lantern_left" + ], + "thumbnail": [ + "structure/crane_lantern_left", + "structure/crane_lantern_left", + "structure/crane_lantern_left" + ], + "transparent": false, + "type": "glass", + "strength": { + "hardness": 0.3, + "resistance": 0.3 + } + }, + "crane_roof_01": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 401, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/crane_roof_01_left", + "structure/crane_roof_01_left", + "structure/crane_roof_01_left", + "structure/crane_roof_01_left", + "structure/crane_roof_01_left", + "structure/crane_roof_01_left" + ], + "thumbnail": [ + "structure/crane_roof_01_left", + "structure/crane_roof_01_left", + "structure/crane_roof_01_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "crane_roof_02": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 403, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/crane_roof_02_left", + "structure/crane_roof_02_left", + "structure/crane_roof_02_left", + "structure/crane_roof_02_left", + "structure/crane_roof_02_left", + "structure/crane_roof_02_left" + ], + "thumbnail": [ + "structure/crane_roof_02_left", + "structure/crane_roof_02_left", + "structure/crane_roof_02_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "cross_window": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 162, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/cross_window_left", + "structure/cross_window_left", + "structure/cross_window_left", + "structure/cross_window_left", + "structure/cross_window_left", + "structure/cross_window_left" + ], + "thumbnail": [ + "structure/cross_window_left", + "structure/cross_window_left", + "structure/cross_window_left" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "dark_blue_grass": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 693, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/dark_blue_grass_left", + "element/dark_blue_grass_left", + "element/dark_blue_grass_bottom", + "element/dark_blue_grass_top", + "element/dark_blue_grass_left", + "element/dark_blue_grass_left" + ], + "thumbnail": [ + "element/dark_blue_grass_top", + "element/dark_blue_grass_left", + "element/dark_blue_grass_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "dark_blue_grass_all": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 695, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/dark_blue_grass_all_left", + "element/dark_blue_grass_all_left", + "element/dark_blue_grass_all_bottom", + "element/dark_blue_grass_all_top", + "element/dark_blue_grass_all_left", + "element/dark_blue_grass_all_left" + ], + "thumbnail": [ + "element/dark_blue_grass_all_top", + "element/dark_blue_grass_all_left", + "element/dark_blue_grass_all_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "dark_brick_00": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 329, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/dark_brick_00_left", + "structure/dark_brick_00_left", + "structure/dark_brick_00_left", + "structure/dark_brick_00_left", + "structure/dark_brick_00_left", + "structure/dark_brick_00_left" + ], + "thumbnail": [ + "structure/dark_brick_00_left", + "structure/dark_brick_00_left", + "structure/dark_brick_00_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "dark_brick_01": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 331, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/dark_brick_01_left", + "structure/dark_brick_01_left", + "structure/dark_brick_01_left", + "structure/dark_brick_01_left", + "structure/dark_brick_01_left", + "structure/dark_brick_01_left" + ], + "thumbnail": [ + "structure/dark_brick_01_left", + "structure/dark_brick_01_left", + "structure/dark_brick_01_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "dark_brick_02": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 333, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/dark_brick_02_left", + "structure/dark_brick_02_left", + "structure/dark_brick_02_left", + "structure/dark_brick_02_left", + "structure/dark_brick_02_left", + "structure/dark_brick_02_left" + ], + "thumbnail": [ + "structure/dark_brick_02_left", + "structure/dark_brick_02_left", + "structure/dark_brick_02_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "dark_grass": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 317, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/dark_grass_left", + "nature/dark_grass_left", + "nature/dark_grass_bottom", + "nature/dark_grass_top", + "nature/dark_grass_left", + "nature/dark_grass_left" + ], + "thumbnail": [ + "nature/dark_grass_top", + "nature/dark_grass_left", + "nature/dark_grass_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "dark_grass_all": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 745, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/dark_grass_all_left", + "element/dark_grass_all_left", + "element/dark_grass_all_bottom", + "element/dark_grass_all_top", + "element/dark_grass_all_left", + "element/dark_grass_all_left" + ], + "thumbnail": [ + "element/dark_grass_all_top", + "element/dark_grass_all_left", + "element/dark_grass_all_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "dark_grass_rock": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 743, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/dark_grass_rock_left", + "element/dark_grass_rock_left", + "element/dark_grass_rock_bottom", + "element/dark_grass_rock_top", + "element/dark_grass_rock_left", + "element/dark_grass_rock_left" + ], + "thumbnail": [ + "element/dark_grass_rock_top", + "element/dark_grass_rock_left", + "element/dark_grass_rock_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "dark_grass_sand": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 725, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/dark_grass_sand_left", + "element/dark_grass_sand_left", + "element/dark_grass_sand_bottom", + "element/dark_grass_sand_top", + "element/dark_grass_sand_left", + "element/dark_grass_sand_left" + ], + "thumbnail": [ + "element/dark_grass_sand_top", + "element/dark_grass_sand_left", + "element/dark_grass_sand_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "dark_gray": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 95, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/dark_gray_left", + "color/dark_gray_left", + "color/dark_gray_left", + "color/dark_gray_left", + "color/dark_gray_left", + "color/dark_gray_left" + ], + "thumbnail": [ + "color/dark_gray_left", + "color/dark_gray_left", + "color/dark_gray_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "dark_orchid": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 369, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/dark_orchid_left", + "color/dark_orchid_left", + "color/dark_orchid_left", + "color/dark_orchid_left", + "color/dark_orchid_left", + "color/dark_orchid_left" + ], + "thumbnail": [ + "color/dark_orchid_left", + "color/dark_orchid_left", + "color/dark_orchid_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "dark_purple_grass": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 697, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/dark_purple_grass_left", + "element/dark_purple_grass_left", + "element/dark_purple_grass_bottom", + "element/dark_purple_grass_top", + "element/dark_purple_grass_left", + "element/dark_purple_grass_left" + ], + "thumbnail": [ + "element/dark_purple_grass_top", + "element/dark_purple_grass_left", + "element/dark_purple_grass_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "dark_purple_grass_all": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 699, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/dark_purple_grass_all_left", + "element/dark_purple_grass_all_left", + "element/dark_purple_grass_all_bottom", + "element/dark_purple_grass_all_top", + "element/dark_purple_grass_all_left", + "element/dark_purple_grass_all_left" + ], + "thumbnail": [ + "element/dark_purple_grass_all_top", + "element/dark_purple_grass_all_left", + "element/dark_purple_grass_all_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "dark_red": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 107, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/dark_red_left", + "color/dark_red_left", + "color/dark_red_left", + "color/dark_red_left", + "color/dark_red_left", + "color/dark_red_left" + ], + "thumbnail": [ + "color/dark_red_left", + "color/dark_red_left", + "color/dark_red_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "dark_red_grass": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 685, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/dark_red_grass_left", + "element/dark_red_grass_left", + "element/dark_red_grass_bottom", + "element/dark_red_grass_top", + "element/dark_red_grass_left", + "element/dark_red_grass_left" + ], + "thumbnail": [ + "element/dark_red_grass_top", + "element/dark_red_grass_left", + "element/dark_red_grass_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "dark_red_grass_all": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 687, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/dark_red_grass_all_left", + "element/dark_red_grass_all_left", + "element/dark_red_grass_all_bottom", + "element/dark_red_grass_all_top", + "element/dark_red_grass_all_left", + "element/dark_red_grass_all_left" + ], + "thumbnail": [ + "element/dark_red_grass_all_top", + "element/dark_red_grass_all_left", + "element/dark_red_grass_all_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "dark_salmon": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 383, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/dark_salmon_left", + "color/dark_salmon_left", + "color/dark_salmon_left", + "color/dark_salmon_left", + "color/dark_salmon_left", + "color/dark_salmon_left" + ], + "thumbnail": [ + "color/dark_salmon_left", + "color/dark_salmon_left", + "color/dark_salmon_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "dark_sand": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 729, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/dark_sand_left", + "element/dark_sand_left", + "element/dark_sand_bottom", + "element/dark_sand_top", + "element/dark_sand_left", + "element/dark_sand_left" + ], + "thumbnail": [ + "element/dark_sand_top", + "element/dark_sand_left", + "element/dark_sand_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "dark_slate_blue": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 113, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/dark_slate_blue_left", + "color/dark_slate_blue_left", + "color/dark_slate_blue_left", + "color/dark_slate_blue_left", + "color/dark_slate_blue_left", + "color/dark_slate_blue_left" + ], + "thumbnail": [ + "color/dark_slate_blue_left", + "color/dark_slate_blue_left", + "color/dark_slate_blue_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "dark_stone": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 327, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/dark_stone_left", + "nature/dark_stone_left", + "nature/dark_stone_left", + "nature/dark_stone_left", + "nature/dark_stone_left", + "nature/dark_stone_left" + ], + "thumbnail": [ + "nature/dark_stone_left", + "nature/dark_stone_left", + "nature/dark_stone_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "dark_surface": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 357, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/dark_surface_left", + "nature/dark_surface_left", + "nature/dark_surface_bottom", + "nature/dark_surface_top", + "nature/dark_surface_left", + "nature/dark_surface_left" + ], + "thumbnail": [ + "nature/dark_surface_top", + "nature/dark_surface_left", + "nature/dark_surface_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "dark_volcanic_rock": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 735, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/dark_volcanic_rock_left", + "element/dark_volcanic_rock_left", + "element/dark_volcanic_rock_bottom", + "element/dark_volcanic_rock_top", + "element/dark_volcanic_rock_left", + "element/dark_volcanic_rock_left" + ], + "thumbnail": [ + "element/dark_volcanic_rock_top", + "element/dark_volcanic_rock_left", + "element/dark_volcanic_rock_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "dark_yellow_grass": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 689, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/dark_yellow_grass_left", + "element/dark_yellow_grass_left", + "element/dark_yellow_grass_bottom", + "element/dark_yellow_grass_top", + "element/dark_yellow_grass_left", + "element/dark_yellow_grass_left" + ], + "thumbnail": [ + "element/dark_yellow_grass_top", + "element/dark_yellow_grass_left", + "element/dark_yellow_grass_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "dark_yellow_grass_all": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 691, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/dark_yellow_grass_all_left", + "element/dark_yellow_grass_all_left", + "element/dark_yellow_grass_all_bottom", + "element/dark_yellow_grass_all_top", + "element/dark_yellow_grass_all_left", + "element/dark_yellow_grass_all_left" + ], + "thumbnail": [ + "element/dark_yellow_grass_all_top", + "element/dark_yellow_grass_all_left", + "element/dark_yellow_grass_all_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "dirt": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 125, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/dirt_left", + "nature/dirt_left", + "nature/dirt_bottom", + "nature/dirt_top", + "nature/dirt_left", + "nature/dirt_left" + ], + "thumbnail": [ + "nature/dirt_top", + "nature/dirt_left", + "nature/dirt_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "divide": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 9, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/divide_left", + "symbol/divide_left", + "symbol/divide_left", + "symbol/divide_left", + "symbol/divide_left", + "symbol/divide_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "dollar": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 503, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/dollar_left", + "symbol/dollar_left", + "symbol/dollar_left", + "symbol/dollar_left", + "symbol/dollar_left", + "symbol/dollar_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "eight": { + "category": "number", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 14.100000381469727, + 11.25, + 1.7999999523162842 + ], + "friction": 0.6, + "id": 33, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "number/eight_left", + "number/eight_left", + "number/eight_left", + "number/eight_left", + "number/eight_left", + "number/eight_left" + ], + "thumbnail": [ + "number/eight_left", + "number/eight_left", + "number/eight_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "equal": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 11, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/equal_left", + "symbol/equal_left", + "symbol/equal_left", + "symbol/equal_left", + "symbol/equal_left", + "symbol/equal_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "exclamation_mark": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 7.800000190734863, + 12.75, + 3.450000047683716 + ], + "friction": 0.6, + "id": 13, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/exclamation_mark_left", + "symbol/exclamation_mark_left", + "symbol/exclamation_mark_left", + "symbol/exclamation_mark_left", + "symbol/exclamation_mark_left", + "symbol/exclamation_mark_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "express_box": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 479, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/express_box_left", + "structure/express_box_left", + "structure/express_box_bottom", + "structure/express_box_top", + "structure/express_box_front", + "structure/express_box_back" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "wood", + "strength": { + "hardness": 2.0, + "resistance": 3.0 + } + }, + "fan": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 589, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + [ + "structure/fan_left_1f", + "structure/fan_left_2f", + "structure/fan_left_3f", + "structure/fan_left_4f" + ], + [ + "structure/fan_left_1f", + "structure/fan_left_2f", + "structure/fan_left_3f", + "structure/fan_left_4f" + ], + [ + "structure/fan_left_1f", + "structure/fan_left_2f", + "structure/fan_left_3f", + "structure/fan_left_4f" + ], + [ + "structure/fan_left_1f", + "structure/fan_left_2f", + "structure/fan_left_3f", + "structure/fan_left_4f" + ], + [ + "structure/fan_front_1f", + "structure/fan_front_2f", + "structure/fan_front_3f", + "structure/fan_front_4f" + ], + [ + "structure/fan_front_1f", + "structure/fan_front_2f", + "structure/fan_front_3f", + "structure/fan_front_4f" + ] + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "firecracker": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 582, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + [ + "structure/firecracker_left_1f", + "structure/firecracker_left_2f", + "structure/firecracker_left_3f", + "structure/firecracker_left_4f" + ], + [ + "structure/firecracker_left_1f", + "structure/firecracker_left_2f", + "structure/firecracker_left_3f", + "structure/firecracker_left_4f" + ], + [ + "structure/firecracker_top_1f", + "structure/firecracker_top_2f", + "structure/firecracker_top_3f", + "structure/firecracker_top_4f" + ], + [ + "structure/firecracker_top_1f", + "structure/firecracker_top_2f", + "structure/firecracker_top_3f", + "structure/firecracker_top_4f" + ], + [ + "structure/firecracker_left_1f", + "structure/firecracker_left_2f", + "structure/firecracker_left_3f", + "structure/firecracker_left_4f" + ], + [ + "structure/firecracker_left_1f", + "structure/firecracker_left_2f", + "structure/firecracker_left_3f", + "structure/firecracker_left_4f" + ] + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "five": { + "category": "number", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 14.100000381469727, + 11.25, + 1.7999999523162842 + ], + "friction": 0.6, + "id": 27, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "number/five_left", + "number/five_left", + "number/five_left", + "number/five_left", + "number/five_left", + "number/five_left" + ], + "thumbnail": [ + "number/five_left", + "number/five_left", + "number/five_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "four": { + "category": "number", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 14.100000381469727, + 11.25, + 1.7999999523162842 + ], + "friction": 0.6, + "id": 25, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "number/four_left", + "number/four_left", + "number/four_left", + "number/four_left", + "number/four_left", + "number/four_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "fu": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 577, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/fu_left", + "structure/fu_left", + "structure/fu_left", + "structure/fu_left", + "structure/fu_left", + "structure/fu_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "geometric_window_01": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 164, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/geometric_window_01_left", + "structure/geometric_window_01_left", + "structure/geometric_window_01_left", + "structure/geometric_window_01_left", + "structure/geometric_window_01_left", + "structure/geometric_window_01_left" + ], + "thumbnail": [ + "structure/geometric_window_01_left", + "structure/geometric_window_01_left", + "structure/geometric_window_01_left" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "geometric_window_02": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 166, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/geometric_window_02_left", + "structure/geometric_window_02_left", + "structure/geometric_window_02_left", + "structure/geometric_window_02_left", + "structure/geometric_window_02_left", + "structure/geometric_window_02_left" + ], + "thumbnail": [ + "structure/geometric_window_02_left", + "structure/geometric_window_02_left", + "structure/geometric_window_02_left" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "glass": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 170, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/glass_left", + "structure/glass_left", + "structure/glass_left", + "structure/glass_left", + "structure/glass_left", + "structure/glass_left" + ], + "thumbnail": [ + "structure/glass_left", + "structure/glass_left", + "structure/glass_left" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "gold_trim_brick": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 151, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/gold_trim_brick_left", + "structure/gold_trim_brick_left", + "structure/gold_trim_brick_left", + "structure/gold_trim_brick_left", + "structure/gold_trim_brick_left", + "structure/gold_trim_brick_left" + ], + "thumbnail": [ + "structure/gold_trim_brick_left", + "structure/gold_trim_brick_left", + "structure/gold_trim_brick_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "grape_juice": { + "category": "food", + "color": [ + 0, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "fluid": true, + "fluidColor": [ + 1, + 0.1, + 1 + ], + "fluidExtinction": 0.6, + "friction": 0.98, + "id": 420, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "air/air", + "air/air", + "air/air", + "air/air", + "air/air", + "air/air" + ], + "thumbnail": [ + "color/medium_purple_left", + "color/medium_purple_left", + "color/medium_purple_left" + ], + "transparent": true, + "type": "fluid", + "strength": { + "hardness": 0.0, + "resistance": 0.0 + } + }, + "grass": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 127, + "mass": 1, + "restitution": 0, + "soundGroup": "grass", + "texture": [ + "nature/grass_left", + "nature/grass_left", + "nature/grass_bottom", + "nature/grass_top", + "nature/grass_left", + "nature/grass_left" + ], + "thumbnail": [ + "nature/grass_top", + "nature/grass_left", + "nature/grass_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "grass_all": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 741, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/grass_all_left", + "element/grass_all_left", + "element/grass_all_bottom", + "element/grass_all_top", + "element/grass_all_left", + "element/grass_all_left" + ], + "thumbnail": [ + "element/grass_all_top", + "element/grass_all_left", + "element/grass_all_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "grass_rock": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 739, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/grass_rock_left", + "element/grass_rock_left", + "element/grass_rock_bottom", + "element/grass_rock_top", + "element/grass_rock_left", + "element/grass_rock_left" + ], + "thumbnail": [ + "element/grass_rock_top", + "element/grass_rock_left", + "element/grass_rock_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "grass_sand": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 723, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/grass_sand_left", + "element/grass_sand_left", + "element/grass_sand_bottom", + "element/grass_sand_top", + "element/grass_sand_left", + "element/grass_sand_left" + ], + "thumbnail": [ + "element/grass_sand_top", + "element/grass_sand_left", + "element/grass_sand_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "greater_than": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 505, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/greater_than_left", + "symbol/greater_than_left", + "symbol/greater_than_left", + "symbol/greater_than_left", + "symbol/greater_than_left", + "symbol/greater_than_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "green_decorative_light": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.75, + 11.1, + 3.75 + ], + "friction": 0.6, + "id": 568, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + [ + "structure/green_decorative_light_1f", + "structure/green_decorative_light_2f", + "structure/green_decorative_light_3f", + "structure/green_decorative_light_4f" + ], + [ + "structure/green_decorative_light_1f", + "structure/green_decorative_light_2f", + "structure/green_decorative_light_3f", + "structure/green_decorative_light_4f" + ], + [ + "structure/green_decorative_light_1f", + "structure/green_decorative_light_2f", + "structure/green_decorative_light_3f", + "structure/green_decorative_light_4f" + ], + [ + "structure/green_decorative_light_1f", + "structure/green_decorative_light_2f", + "structure/green_decorative_light_3f", + "structure/green_decorative_light_4f" + ], + [ + "structure/green_decorative_light_1f", + "structure/green_decorative_light_2f", + "structure/green_decorative_light_3f", + "structure/green_decorative_light_4f" + ], + [ + "structure/green_decorative_light_1f", + "structure/green_decorative_light_2f", + "structure/green_decorative_light_3f", + "structure/green_decorative_light_4f" + ] + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "green_glass": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 278, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/green_glass_left", + "structure/green_glass_left", + "structure/green_glass_left", + "structure/green_glass_left", + "structure/green_glass_left", + "structure/green_glass_left" + ], + "thumbnail": [ + "structure/green_glass_left", + "structure/green_glass_left", + "structure/green_glass_left" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "green_leaf": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 131, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/green_leaf_left", + "nature/green_leaf_left", + "nature/green_leaf_left", + "nature/green_leaf_left", + "nature/green_leaf_left", + "nature/green_leaf_left" + ], + "thumbnail": [ + "nature/green_leaf_left", + "nature/green_leaf_left", + "nature/green_leaf_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "green_light": { + "category": "light", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.299999952316284, + 12.300000190734863, + 0 + ], + "friction": 0.6, + "id": 287, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "light/green_light_left", + "light/green_light_left", + "light/green_light_left", + "light/green_light_left", + "light/green_light_left", + "light/green_light_left" + ], + "thumbnail": [ + "light/green_light_left", + "light/green_light_left", + "light/green_light_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "greenbelt_L": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 319, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/greenbelt_01_left", + "structure/greenbelt_01_left", + "structure/greenbelt_01_bottom", + "structure/greenbelt_01_top", + "structure/greenbelt_01_left", + "structure/greenbelt_01_left" + ], + "thumbnail": [ + "structure/greenbelt_01_top", + "structure/greenbelt_01_left", + "structure/greenbelt_01_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "greenbelt_L1": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 321, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/greenbelt_02_left", + "structure/greenbelt_02_left", + "structure/greenbelt_02_bottom", + "structure/greenbelt_02_top", + "structure/greenbelt_02_left", + "structure/greenbelt_02_left" + ], + "thumbnail": [ + "structure/greenbelt_02_top", + "structure/greenbelt_02_left", + "structure/greenbelt_02_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "grey_stone_brick": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 149, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/grey_stone_brick_left", + "structure/grey_stone_brick_left", + "structure/grey_stone_brick_left", + "structure/grey_stone_brick_left", + "structure/grey_stone_brick_left", + "structure/grey_stone_brick_left" + ], + "thumbnail": [ + "structure/grey_stone_brick_left", + "structure/grey_stone_brick_left", + "structure/grey_stone_brick_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "honeycomb_01": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 535, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/honeycomb_01_left", + "nature/honeycomb_01_left", + "nature/honeycomb_01_left", + "nature/honeycomb_01_left", + "nature/honeycomb_01_left", + "nature/honeycomb_01_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "honeycomb_02": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 537, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/honeycomb_02_left", + "nature/honeycomb_02_left", + "nature/honeycomb_02_left", + "nature/honeycomb_02_left", + "nature/honeycomb_02_left", + "nature/honeycomb_02_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "ice": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.98, + "id": 398, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/ice_left", + "nature/ice_left", + "nature/ice_left", + "nature/ice_left", + "nature/ice_left", + "nature/ice_left" + ], + "thumbnail": [ + "nature/ice_left", + "nature/ice_left", + "nature/ice_left" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "ice_brick": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.98, + "id": 145, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/ice_brick_left", + "structure/ice_brick_left", + "structure/ice_brick_bottom", + "structure/ice_brick_top", + "structure/ice_brick_left", + "structure/ice_brick_left" + ], + "thumbnail": [ + "structure/ice_brick_top", + "structure/ice_brick_left", + "structure/ice_brick_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "ice_wall": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.98, + "id": 249, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/ice_wall_left", + "structure/ice_wall_left", + "structure/ice_wall_bottom", + "structure/ice_wall_top", + "structure/ice_wall_left", + "structure/ice_wall_left" + ], + "thumbnail": [ + "structure/ice_wall_top", + "structure/ice_wall_left", + "structure/ice_wall_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "indigo_light": { + "category": "light", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 4.050000190734863, + 15, + 15 + ], + "friction": 0.6, + "id": 289, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "light/indigo_light_left", + "light/indigo_light_left", + "light/indigo_light_left", + "light/indigo_light_left", + "light/indigo_light_left", + "light/indigo_light_left" + ], + "thumbnail": [ + "light/indigo_light_left", + "light/indigo_light_left", + "light/indigo_light_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "lab_lamp_01": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 11.7, + 11.7, + 11.7 + ], + "friction": 0.6, + "id": 591, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_lamp_01_left", + "structure/lab_lamp_01_left", + "structure/lab_lamp_01_left", + "structure/lab_lamp_01_left", + "structure/lab_lamp_01_left", + "structure/lab_lamp_01_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "glass", + "strength": { + "hardness": 0.3, + "resistance": 0.3 + } + }, + "lab_lamp_02": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 11.7, + 11.7, + 11.7 + ], + "friction": 0.6, + "id": 593, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_lamp_02_left", + "structure/lab_lamp_02_left", + "structure/lab_lamp_02_left", + "structure/lab_lamp_02_left", + "structure/lab_lamp_02_left", + "structure/lab_lamp_02_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "glass", + "strength": { + "hardness": 0.3, + "resistance": 0.3 + } + }, + "lab_lamp_03": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 7.05, + 5.25, + 0 + ], + "friction": 0.6, + "id": 595, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_lamp_03_left", + "structure/lab_lamp_03_left", + "structure/lab_lamp_03_left", + "structure/lab_lamp_03_left", + "structure/lab_lamp_03_left", + "structure/lab_lamp_03_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "glass", + "strength": { + "hardness": 0.3, + "resistance": 0.3 + } + }, + "lab_material_01": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 597, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_material_01_left", + "structure/lab_material_01_left", + "structure/lab_material_01_left", + "structure/lab_material_01_left", + "structure/lab_material_01_left", + "structure/lab_material_01_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "metal", + "strength": { + "hardness": 5.0, + "resistance": 6.0 + } + }, + "lab_material_02": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 599, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_material_02_left", + "structure/lab_material_02_left", + "structure/lab_material_02_left", + "structure/lab_material_02_left", + "structure/lab_material_02_left", + "structure/lab_material_02_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "metal", + "strength": { + "hardness": 5.0, + "resistance": 6.0 + } + }, + "lab_material_03": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 601, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_material_03_left", + "structure/lab_material_03_left", + "structure/lab_material_03_left", + "structure/lab_material_03_left", + "structure/lab_material_03_left", + "structure/lab_material_03_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "metal", + "strength": { + "hardness": 5.0, + "resistance": 6.0 + } + }, + "lab_material_04": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 603, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_material_04_left", + "structure/lab_material_04_left", + "structure/lab_material_04_left", + "structure/lab_material_04_left", + "structure/lab_material_04_left", + "structure/lab_material_04_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "metal", + "strength": { + "hardness": 5.0, + "resistance": 6.0 + } + }, + "lab_material_05": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 5.25, + 7.5, + 7.35 + ], + "friction": 0.6, + "id": 605, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_material_05_left", + "structure/lab_material_05_left", + "structure/lab_material_05_left", + "structure/lab_material_05_left", + "structure/lab_material_05_left", + "structure/lab_material_05_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "metal", + "strength": { + "hardness": 5.0, + "resistance": 6.0 + } + }, + "lab_material_06": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 607, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_material_06_left", + "structure/lab_material_06_left", + "structure/lab_material_06_left", + "structure/lab_material_06_left", + "structure/lab_material_06_left", + "structure/lab_material_06_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "metal", + "strength": { + "hardness": 5.0, + "resistance": 6.0 + } + }, + "lab_material_07": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 609, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_material_07_left", + "structure/lab_material_07_left", + "structure/lab_material_07_left", + "structure/lab_material_07_left", + "structure/lab_material_07_left", + "structure/lab_material_07_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "metal", + "strength": { + "hardness": 5.0, + "resistance": 6.0 + } + }, + "lab_material_08": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 611, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_material_08_left", + "structure/lab_material_08_left", + "structure/lab_material_08_left", + "structure/lab_material_08_left", + "structure/lab_material_08_left", + "structure/lab_material_08_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "metal", + "strength": { + "hardness": 5.0, + "resistance": 6.0 + } + }, + "lab_material_09": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 613, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_material_09_left", + "structure/lab_material_09_left", + "structure/lab_material_09_left", + "structure/lab_material_09_left", + "structure/lab_material_09_left", + "structure/lab_material_09_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "metal", + "strength": { + "hardness": 5.0, + "resistance": 6.0 + } + }, + "lab_material_10": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 615, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_material_10_left", + "structure/lab_material_10_left", + "structure/lab_material_10_left", + "structure/lab_material_10_left", + "structure/lab_material_10_left", + "structure/lab_material_10_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "metal", + "strength": { + "hardness": 5.0, + "resistance": 6.0 + } + }, + "lab_material_11": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 617, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_material_11_left", + "structure/lab_material_11_left", + "structure/lab_material_11_left", + "structure/lab_material_11_left", + "structure/lab_material_11_left", + "structure/lab_material_11_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "metal", + "strength": { + "hardness": 5.0, + "resistance": 6.0 + } + }, + "lab_material_12": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 619, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_material_12_left", + "structure/lab_material_12_left", + "structure/lab_material_12_left", + "structure/lab_material_12_left", + "structure/lab_material_12_left", + "structure/lab_material_12_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "metal", + "strength": { + "hardness": 5.0, + "resistance": 6.0 + } + }, + "lab_material_13": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 621, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_material_13_left", + "structure/lab_material_13_left", + "structure/lab_material_13_left", + "structure/lab_material_13_left", + "structure/lab_material_13_left", + "structure/lab_material_13_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "metal", + "strength": { + "hardness": 5.0, + "resistance": 6.0 + } + }, + "lab_material_14": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 622, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_material_14_left", + "structure/lab_material_14_left", + "structure/lab_material_14_left", + "structure/lab_material_14_left", + "structure/lab_material_14_left", + "structure/lab_material_14_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "lab_material_15": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 624, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_material_15_left", + "structure/lab_material_15_left", + "structure/lab_material_15_left", + "structure/lab_material_15_left", + "structure/lab_material_15_left", + "structure/lab_material_15_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "lab_screen": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 627, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_screen_left", + "structure/lab_screen_bottom", + "structure/lab_screen_bottom", + "structure/lab_screen_bottom", + "structure/lab_screen_bottom", + "structure/lab_screen_bottom" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "lab_wire": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 629, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lab_wire_left", + "structure/lab_wire_left", + "structure/lab_wire_bottom", + "structure/lab_wire_bottom", + "structure/lab_wire_left", + "structure/lab_wire_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "lantern_01": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 12.75, + 9.149999618530273 + ], + "friction": 0.6, + "id": 157, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lantern_01_left", + "structure/lantern_01_left", + "structure/lantern_01_left", + "structure/lantern_01_left", + "structure/lantern_01_left", + "structure/lantern_01_left" + ], + "thumbnail": [ + "structure/lantern_01_left", + "structure/lantern_01_left", + "structure/lantern_01_left" + ], + "transparent": false, + "type": "glass", + "strength": { + "hardness": 0.3, + "resistance": 0.3 + } + }, + "lantern_02": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 15, + 15 + ], + "friction": 0.6, + "id": 159, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/lantern_02_left", + "structure/lantern_02_left", + "structure/lantern_02_left", + "structure/lantern_02_left", + "structure/lantern_02_left", + "structure/lantern_02_left" + ], + "thumbnail": [ + "structure/lantern_02_left", + "structure/lantern_02_left", + "structure/lantern_02_left" + ], + "transparent": false, + "type": "glass", + "strength": { + "hardness": 0.3, + "resistance": 0.3 + } + }, + "lava01": { + "category": "nature", + "color": [ + 1, + 0, + 0, + 1 + ], + "emissive": [ + 7, + 1, + 3 + ], + "friction": 0.6, + "id": 465, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + [ + "nature/lava_01_side1f", + "nature/lava_01_side2f", + "nature/lava_01_side3f", + "nature/lava_01_side4f" + ], + [ + "nature/lava_01_side1f", + "nature/lava_01_side2f", + "nature/lava_01_side3f", + "nature/lava_01_side4f" + ], + [ + "nature/lava_01_side1f", + "nature/lava_01_side2f", + "nature/lava_01_side3f", + "nature/lava_01_side4f" + ], + [ + "nature/lava_01_top1f", + "nature/lava_01_top2f", + "nature/lava_01_top3f", + "nature/lava_01_top4f" + ], + [ + "nature/lava_01_side1f", + "nature/lava_01_side2f", + "nature/lava_01_side3f", + "nature/lava_01_side4f" + ], + [ + "nature/lava_01_side1f", + "nature/lava_01_side2f", + "nature/lava_01_side3f", + "nature/lava_01_side4f" + ] + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "fluid", + "strength": { + "hardness": 0.0, + "resistance": 0.0 + } + }, + "lava02": { + "category": "nature", + "color": [ + 1, + 0, + 0, + 1 + ], + "emissive": [ + 13, + 4, + 2 + ], + "friction": 0.6, + "id": 467, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + [ + "nature/lava_02_side1f", + "nature/lava_02_side2f", + "nature/lava_02_side3f", + "nature/lava_02_side4f" + ], + [ + "nature/lava_02_side1f", + "nature/lava_02_side2f", + "nature/lava_02_side3f", + "nature/lava_02_side4f" + ], + [ + "nature/lava_02_side1f", + "nature/lava_02_side2f", + "nature/lava_02_side3f", + "nature/lava_02_side4f" + ], + [ + "nature/lava_02_top1f", + "nature/lava_02_top2f", + "nature/lava_02_top3f", + "nature/lava_02_top4f" + ], + [ + "nature/lava_02_side1f", + "nature/lava_02_side2f", + "nature/lava_02_side3f", + "nature/lava_02_side4f" + ], + [ + "nature/lava_02_side1f", + "nature/lava_02_side2f", + "nature/lava_02_side3f", + "nature/lava_02_side4f" + ] + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "fluid", + "strength": { + "hardness": 0.0, + "resistance": 0.0 + } + }, + "leaf_01": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 251, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/leaf_01_left", + "nature/leaf_01_left", + "nature/leaf_01_left", + "nature/leaf_01_left", + "nature/leaf_01_left", + "nature/leaf_01_left" + ], + "thumbnail": [ + "nature/leaf_01_left", + "nature/leaf_01_left", + "nature/leaf_01_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "leaf_02": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 253, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/leaf_02_left", + "nature/leaf_02_left", + "nature/leaf_02_left", + "nature/leaf_02_left", + "nature/leaf_02_left", + "nature/leaf_02_left" + ], + "thumbnail": [ + "nature/leaf_02_left", + "nature/leaf_02_left", + "nature/leaf_02_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "leaf_03": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 529, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/leaf_03_left", + "nature/leaf_03_left", + "nature/leaf_03_left", + "nature/leaf_03_left", + "nature/leaf_03_left", + "nature/leaf_03_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "leaf_04": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 531, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/leaf_04_left", + "nature/leaf_04_left", + "nature/leaf_04_left", + "nature/leaf_04_left", + "nature/leaf_04_left", + "nature/leaf_04_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "leaf_05": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 533, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/leaf_05_left", + "nature/leaf_05_left", + "nature/leaf_05_left", + "nature/leaf_05_left", + "nature/leaf_05_left", + "nature/leaf_05_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "leaf_06": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 633, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/leaf_06_left", + "nature/leaf_06_left", + "nature/leaf_06_left", + "nature/leaf_06_left", + "nature/leaf_06_left", + "nature/leaf_06_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "ledfloor01": { + "category": "structure", + "color": [ + 0, + 0, + 1, + 1 + ], + "emissive": [ + 2, + 9, + 13 + ], + "friction": 0.6, + "id": 473, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + [ + "structure/ledfloor_01_1f", + "structure/ledfloor_01_2f", + "structure/ledfloor_01_3f", + "structure/ledfloor_01_4f" + ], + [ + "structure/ledfloor_01_1f", + "structure/ledfloor_01_2f", + "structure/ledfloor_01_3f", + "structure/ledfloor_01_4f" + ], + [ + "structure/ledfloor_01_1f", + "structure/ledfloor_01_2f", + "structure/ledfloor_01_3f", + "structure/ledfloor_01_4f" + ], + [ + "structure/ledfloor_01_1f", + "structure/ledfloor_01_2f", + "structure/ledfloor_01_3f", + "structure/ledfloor_01_4f" + ], + [ + "structure/ledfloor_01_1f", + "structure/ledfloor_01_2f", + "structure/ledfloor_01_3f", + "structure/ledfloor_01_4f" + ], + [ + "structure/ledfloor_01_1f", + "structure/ledfloor_01_2f", + "structure/ledfloor_01_3f", + "structure/ledfloor_01_4f" + ] + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "ledfloor02": { + "category": "structure", + "color": [ + 0, + 0, + 1, + 1 + ], + "emissive": [ + 3, + 0, + 10 + ], + "friction": 0.6, + "id": 475, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + [ + "structure/ledfloor_02_1f", + "structure/ledfloor_02_2f", + "structure/ledfloor_02_3f", + "structure/ledfloor_02_4f" + ], + [ + "structure/ledfloor_02_1f", + "structure/ledfloor_02_2f", + "structure/ledfloor_02_3f", + "structure/ledfloor_02_4f" + ], + [ + "structure/ledfloor_02_1f", + "structure/ledfloor_02_2f", + "structure/ledfloor_02_3f", + "structure/ledfloor_02_4f" + ], + [ + "structure/ledfloor_02_1f", + "structure/ledfloor_02_2f", + "structure/ledfloor_02_3f", + "structure/ledfloor_02_4f" + ], + [ + "structure/ledfloor_02_1f", + "structure/ledfloor_02_2f", + "structure/ledfloor_02_3f", + "structure/ledfloor_02_4f" + ], + [ + "structure/ledfloor_02_1f", + "structure/ledfloor_02_2f", + "structure/ledfloor_02_3f", + "structure/ledfloor_02_4f" + ] + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "lemon": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 121, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/lemon_left", + "color/lemon_left", + "color/lemon_left", + "color/lemon_left", + "color/lemon_left", + "color/lemon_left" + ], + "thumbnail": [ + "color/lemon_left", + "color/lemon_left", + "color/lemon_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "lemon_juice": { + "category": "food", + "color": [ + 1, + 1, + 0, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "fluid": true, + "fluidColor": [ + 1, + 1, + 0.1 + ], + "fluidExtinction": 0.6, + "friction": 0.98, + "id": 418, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "air/air", + "air/air", + "air/air", + "air/air", + "air/air", + "air/air" + ], + "thumbnail": [ + "color/lemon_left", + "color/lemon_left", + "color/lemon_left" + ], + "transparent": true, + "type": "fluid", + "strength": { + "hardness": 0.0, + "resistance": 0.0 + } + }, + "less_than": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 507, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/less_than_left", + "symbol/less_than_left", + "symbol/less_than_left", + "symbol/less_than_left", + "symbol/less_than_left", + "symbol/less_than_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "light_blue_grass": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 677, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/light_blue_grass_left", + "element/light_blue_grass_left", + "element/light_blue_grass_bottom", + "element/light_blue_grass_top", + "element/light_blue_grass_left", + "element/light_blue_grass_left" + ], + "thumbnail": [ + "element/light_blue_grass_top", + "element/light_blue_grass_left", + "element/light_blue_grass_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "light_blue_grass_all": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 679, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/light_blue_grass_all_left", + "element/light_blue_grass_all_left", + "element/light_blue_grass_all_bottom", + "element/light_blue_grass_all_top", + "element/light_blue_grass_all_left", + "element/light_blue_grass_all_left" + ], + "thumbnail": [ + "element/light_blue_grass_all_top", + "element/light_blue_grass_all_left", + "element/light_blue_grass_all_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "light_dirt": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 737, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/light_dirt_left", + "element/light_dirt_left", + "element/light_dirt_bottom", + "element/light_dirt_top", + "element/light_dirt_left", + "element/light_dirt_left" + ], + "thumbnail": [ + "element/light_dirt_top", + "element/light_dirt_left", + "element/light_dirt_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "light_gray": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 97, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/light_gray_left", + "color/light_gray_left", + "color/light_gray_left", + "color/light_gray_left", + "color/light_gray_left", + "color/light_gray_left" + ], + "thumbnail": [ + "color/light_gray_left", + "color/light_gray_left", + "color/light_gray_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "light_grey_stone_brick": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 147, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/light_grey_stone_brick_left", + "structure/light_grey_stone_brick_left", + "structure/light_grey_stone_brick_left", + "structure/light_grey_stone_brick_left", + "structure/light_grey_stone_brick_left", + "structure/light_grey_stone_brick_left" + ], + "thumbnail": [ + "structure/light_grey_stone_brick_left", + "structure/light_grey_stone_brick_left", + "structure/light_grey_stone_brick_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "light_purple_grass_": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 681, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/light_purple_grass__left", + "element/light_purple_grass__left", + "element/light_purple_grass__bottom", + "element/light_purple_grass__top", + "element/light_purple_grass__left", + "element/light_purple_grass__left" + ], + "thumbnail": [ + "element/light_purple_grass__top", + "element/light_purple_grass__left", + "element/light_purple_grass__left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "light_purple_grass_all": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 683, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/light_purple_grass_all_left", + "element/light_purple_grass_all_left", + "element/light_purple_grass_all_bottom", + "element/light_purple_grass_all_top", + "element/light_purple_grass_all_left", + "element/light_purple_grass_all_left" + ], + "thumbnail": [ + "element/light_purple_grass_all_top", + "element/light_purple_grass_all_left", + "element/light_purple_grass_all_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "light_sand": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 727, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/light_sand_left", + "element/light_sand_left", + "element/light_sand_bottom", + "element/light_sand_top", + "element/light_sand_left", + "element/light_sand_left" + ], + "thumbnail": [ + "element/light_sand_top", + "element/light_sand_left", + "element/light_sand_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "light_volcanic_rock": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 733, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/light_volcanic_rock_left", + "element/light_volcanic_rock_left", + "element/light_volcanic_rock_bottom", + "element/light_volcanic_rock_top", + "element/light_volcanic_rock_left", + "element/light_volcanic_rock_left" + ], + "thumbnail": [ + "element/light_volcanic_rock_top", + "element/light_volcanic_rock_left", + "element/light_volcanic_rock_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "lime_juice": { + "category": "food", + "color": [ + 0, + 1, + 0, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "fluid": true, + "fluidColor": [ + 0.1, + 1, + 0.1 + ], + "fluidExtinction": 0.6, + "friction": 0.98, + "id": 414, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "air/air", + "air/air", + "air/air", + "air/air", + "air/air", + "air/air" + ], + "thumbnail": [ + "color/green_left", + "color/green_left", + "color/green_left" + ], + "transparent": true, + "type": "fluid", + "strength": { + "hardness": 0.0, + "resistance": 0.0 + } + }, + "macaroon": { + "category": "food", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 339, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "food/macaroon_left", + "food/macaroon_left", + "food/macaroon_bottom", + "food/macaroon_top", + "food/macaroon_left", + "food/macaroon_left" + ], + "thumbnail": [ + "food/macaroon_top", + "food/macaroon_left", + "food/macaroon_left" + ], + "transparent": false, + "type": "food", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "maroon": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 377, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/maroon_left", + "color/maroon_left", + "color/maroon_left", + "color/maroon_left", + "color/maroon_left", + "color/maroon_left" + ], + "thumbnail": [ + "color/maroon_left", + "color/maroon_left", + "color/maroon_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "medium_gray": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 111, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/medium_gray_left", + "color/medium_gray_left", + "color/medium_gray_left", + "color/medium_gray_left", + "color/medium_gray_left", + "color/medium_gray_left" + ], + "thumbnail": [ + "color/medium_gray_left", + "color/medium_gray_left", + "color/medium_gray_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "medium_green": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 391, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/medium_green_left", + "color/medium_green_left", + "color/medium_green_left", + "color/medium_green_left", + "color/medium_green_left", + "color/medium_green_left" + ], + "thumbnail": [ + "color/medium_green_left", + "color/medium_green_left", + "color/medium_green_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "medium_orchid": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 371, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/medium_orchid_left", + "color/medium_orchid_left", + "color/medium_orchid_left", + "color/medium_orchid_left", + "color/medium_orchid_left", + "color/medium_orchid_left" + ], + "thumbnail": [ + "color/medium_orchid_left", + "color/medium_orchid_left", + "color/medium_orchid_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "medium_purple": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 373, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/medium_purple_left", + "color/medium_purple_left", + "color/medium_purple_left", + "color/medium_purple_left", + "color/medium_purple_left", + "color/medium_purple_left" + ], + "thumbnail": [ + "color/medium_purple_left", + "color/medium_purple_left", + "color/medium_purple_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "medium_spring_green": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 397, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/medium_spring_green_left", + "color/medium_spring_green_left", + "color/medium_spring_green_left", + "color/medium_spring_green_left", + "color/medium_spring_green_left", + "color/medium_spring_green_left" + ], + "thumbnail": [ + "color/medium_spring_green_left", + "color/medium_spring_green_left", + "color/medium_spring_green_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "medium_violet_red": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 375, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/medium_violet_red_left", + "color/medium_violet_red_left", + "color/medium_violet_red_left", + "color/medium_violet_red_left", + "color/medium_violet_red_left", + "color/medium_violet_red_left" + ], + "thumbnail": [ + "color/medium_violet_red_left", + "color/medium_violet_red_left", + "color/medium_violet_red_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "medium_yellow": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 389, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/medium_yellow_left", + "color/medium_yellow_left", + "color/medium_yellow_left", + "color/medium_yellow_left", + "color/medium_yellow_left", + "color/medium_yellow_left" + ], + "thumbnail": [ + "color/medium_yellow_left", + "color/medium_yellow_left", + "color/medium_yellow_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "milk": { + "category": "food", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "fluid": true, + "fluidColor": [ + 1, + 1, + 1 + ], + "fluidExtinction": 0.95, + "friction": 0.6, + "id": 424, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "air/air", + "air/air", + "air/air", + "air/air", + "air/air", + "air/air" + ], + "thumbnail": [ + "color/white_left", + "color/white_left", + "color/white_left" + ], + "transparent": true, + "type": "fluid", + "strength": { + "hardness": 0.0, + "resistance": 0.0 + } + }, + "mint_green": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 395, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/mint_green_left", + "color/mint_green_left", + "color/mint_green_left", + "color/mint_green_left", + "color/mint_green_left", + "color/mint_green_left" + ], + "thumbnail": [ + "color/mint_green_left", + "color/mint_green_left", + "color/mint_green_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "mint_green_light": { + "category": "light", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 9.75, + 14.100000381469727, + 12.300000190734863 + ], + "friction": 0.6, + "id": 297, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "light/mint_green_light_left", + "light/mint_green_light_left", + "light/mint_green_light_left", + "light/mint_green_light_left", + "light/mint_green_light_left", + "light/mint_green_light_left" + ], + "thumbnail": [ + "light/mint_green_light_left", + "light/mint_green_light_left", + "light/mint_green_light_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "multiply": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 7, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/multiply_left", + "symbol/multiply_left", + "symbol/multiply_left", + "symbol/multiply_left", + "symbol/multiply_left", + "symbol/multiply_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "navajo_white": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 385, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/navajo_white_left", + "color/navajo_white_left", + "color/navajo_white_left", + "color/navajo_white_left", + "color/navajo_white_left", + "color/navajo_white_left" + ], + "thumbnail": [ + "color/navajo_white_left", + "color/navajo_white_left", + "color/navajo_white_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "nine": { + "category": "number", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 14.100000381469727, + 11.25, + 1.7999999523162842 + ], + "friction": 0.6, + "id": 35, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "number/nine_left", + "number/nine_left", + "number/nine_left", + "number/nine_left", + "number/nine_left", + "number/nine_left" + ], + "thumbnail": [ + "number/nine_left", + "number/nine_left", + "number/nine_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "olive_green": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 99, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/olive_green_left", + "color/olive_green_left", + "color/olive_green_left", + "color/olive_green_left", + "color/olive_green_left", + "color/olive_green_left" + ], + "thumbnail": [ + "color/olive_green_left", + "color/olive_green_left", + "color/olive_green_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "one": { + "category": "number", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 14.100000381469727, + 11.25, + 1.7999999523162842 + ], + "friction": 0.6, + "id": 19, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "number/one_left", + "number/one_left", + "number/one_left", + "number/one_left", + "number/one_left", + "number/one_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "orange": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 119, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/orange_left", + "color/orange_left", + "color/orange_left", + "color/orange_left", + "color/orange_left", + "color/orange_left" + ], + "thumbnail": [ + "color/orange_left", + "color/orange_left", + "color/orange_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "orange_grass": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 661, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/orange_grass_left", + "element/orange_grass_left", + "element/orange_grass_bottom", + "element/orange_grass_top", + "element/orange_grass_left", + "element/orange_grass_left" + ], + "thumbnail": [ + "element/orange_grass_top", + "element/orange_grass_left", + "element/orange_grass_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "orange_grass_all": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 663, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/orange_grass_all_left", + "element/orange_grass_all_left", + "element/orange_grass_all_bottom", + "element/orange_grass_all_top", + "element/orange_grass_all_left", + "element/orange_grass_all_left" + ], + "thumbnail": [ + "element/orange_grass_all_top", + "element/orange_grass_all_left", + "element/orange_grass_all_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "orange_juice": { + "category": "food", + "color": [ + 1, + 0.75, + 0, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "fluid": true, + "fluidColor": [ + 1, + 0.9, + 0.1 + ], + "fluidExtinction": 0.6, + "friction": 0.98, + "id": 422, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "air/air", + "air/air", + "air/air", + "air/air", + "air/air", + "air/air" + ], + "thumbnail": [ + "color/orange_left", + "color/orange_left", + "color/orange_left" + ], + "transparent": true, + "type": "fluid", + "strength": { + "hardness": 0.0, + "resistance": 0.0 + } + }, + "orange_light": { + "category": "light", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 14.699999809265137, + 7.349999904632568, + 0 + ], + "friction": 0.6, + "id": 283, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "light/orange_light_left", + "light/orange_light_left", + "light/orange_light_left", + "light/orange_light_left", + "light/orange_light_left", + "light/orange_light_left" + ], + "thumbnail": [ + "light/orange_light_left", + "light/orange_light_left", + "light/orange_light_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "orange_red": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 387, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/orange_red_left", + "color/orange_red_left", + "color/orange_red_left", + "color/orange_red_left", + "color/orange_red_left", + "color/orange_red_left" + ], + "thumbnail": [ + "color/orange_red_left", + "color/orange_red_left", + "color/orange_red_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "palace_carving": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 264, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/palace_carving_left", + "structure/palace_carving_left", + "structure/palace_carving_left", + "structure/palace_carving_left", + "structure/palace_carving_left", + "structure/palace_carving_left" + ], + "thumbnail": [ + "structure/palace_carving_left", + "structure/palace_carving_left", + "structure/palace_carving_left" + ], + "transparent": true, + "type": "rock", + "strength": { + "hardness": 1.3, + "resistance": 5.8 + } + }, + "palace_cloud": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 361, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/palace_cloud_left", + "structure/palace_cloud_left", + "structure/palace_cloud_left", + "structure/palace_cloud_left", + "structure/palace_cloud_left", + "structure/palace_cloud_left" + ], + "thumbnail": [ + "structure/palace_cloud_left", + "structure/palace_cloud_left", + "structure/palace_cloud_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "palace_eaves_01": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 209, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/palace_eaves_01_left", + "structure/palace_eaves_01_left", + "structure/palace_eaves_01_top", + "structure/palace_eaves_01_top", + "structure/palace_eaves_01_left", + "structure/palace_eaves_01_left" + ], + "thumbnail": [ + "structure/palace_eaves_01_top", + "structure/palace_eaves_01_left", + "structure/palace_eaves_01_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "palace_eaves_02": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 211, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/palace_eaves_02_left", + "structure/palace_eaves_02_left", + "structure/palace_eaves_02_left", + "structure/palace_eaves_02_left", + "structure/palace_eaves_02_left", + "structure/palace_eaves_02_left" + ], + "thumbnail": [ + "structure/palace_eaves_02_left", + "structure/palace_eaves_02_left", + "structure/palace_eaves_02_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "palace_eaves_03": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 213, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/palace_eaves_03_left", + "structure/palace_eaves_03_left", + "structure/palace_eaves_03_left", + "structure/palace_eaves_03_left", + "structure/palace_eaves_03_left", + "structure/palace_eaves_03_left" + ], + "thumbnail": [ + "structure/palace_eaves_03_left", + "structure/palace_eaves_03_left", + "structure/palace_eaves_03_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "palace_eaves_04": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 215, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/palace_eaves_04_left", + "structure/palace_eaves_04_left", + "structure/palace_eaves_04_left", + "structure/palace_eaves_04_left", + "structure/palace_eaves_04_left", + "structure/palace_eaves_04_left" + ], + "thumbnail": [ + "structure/palace_eaves_04_left", + "structure/palace_eaves_04_left", + "structure/palace_eaves_04_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "palace_eaves_05": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 217, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/palace_eaves_05_left", + "structure/palace_eaves_05_left", + "structure/palace_eaves_05_left", + "structure/palace_eaves_05_left", + "structure/palace_eaves_05_left", + "structure/palace_eaves_05_left" + ], + "thumbnail": [ + "structure/palace_eaves_05_left", + "structure/palace_eaves_05_left", + "structure/palace_eaves_05_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "palace_eaves_06": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 219, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/palace_eaves_06_left", + "structure/palace_eaves_06_left", + "structure/palace_eaves_06_left", + "structure/palace_eaves_06_left", + "structure/palace_eaves_06_left", + "structure/palace_eaves_06_left" + ], + "thumbnail": [ + "structure/palace_eaves_06_left", + "structure/palace_eaves_06_left", + "structure/palace_eaves_06_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "palace_eaves_07": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 221, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/palace_eaves_07_left", + "structure/palace_eaves_07_left", + "structure/palace_eaves_07_left", + "structure/palace_eaves_07_left", + "structure/palace_eaves_07_left", + "structure/palace_eaves_07_left" + ], + "thumbnail": [ + "structure/palace_eaves_07_left", + "structure/palace_eaves_07_left", + "structure/palace_eaves_07_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "palace_eaves_08": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 223, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/palace_eaves_08_left", + "structure/palace_eaves_08_left", + "structure/palace_eaves_08_left", + "structure/palace_eaves_08_left", + "structure/palace_eaves_08_left", + "structure/palace_eaves_08_left" + ], + "thumbnail": [ + "structure/palace_eaves_08_left", + "structure/palace_eaves_08_left", + "structure/palace_eaves_08_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "palace_floor": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 263, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/palace_floor_left", + "structure/palace_floor_left", + "structure/palace_floor_left", + "structure/palace_floor_left", + "structure/palace_floor_left", + "structure/palace_floor_left" + ], + "thumbnail": [ + "structure/palace_floor_left", + "structure/palace_floor_left", + "structure/palace_floor_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "palace_lamp": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 12.75, + 9.149999618530273 + ], + "friction": 0.6, + "id": 307, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/palace_lamp_left", + "structure/palace_lamp_left", + "structure/palace_lamp_left", + "structure/palace_lamp_left", + "structure/palace_lamp_left", + "structure/palace_lamp_left" + ], + "thumbnail": [ + "structure/palace_lamp_left", + "structure/palace_lamp_left", + "structure/palace_lamp_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "palace_roof": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 255, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/palace_roof_left", + "structure/palace_roof_left", + "structure/palace_roof_left", + "structure/palace_roof_left", + "structure/palace_roof_left", + "structure/palace_roof_left" + ], + "thumbnail": [ + "structure/palace_roof_left", + "structure/palace_roof_left", + "structure/palace_roof_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "palace_window": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 408, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/palace_window_left", + "structure/palace_window_left", + "structure/palace_window_left", + "structure/palace_window_left", + "structure/palace_window_left", + "structure/palace_window_left" + ], + "thumbnail": [ + "structure/palace_window_left", + "structure/palace_window_left", + "structure/palace_window_left" + ], + "transparent": true, + "type": "rock", + "strength": { + "hardness": 1.3, + "resistance": 5.8 + } + }, + "pale_green": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 103, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/pale_green_left", + "color/pale_green_left", + "color/pale_green_left", + "color/pale_green_left", + "color/pale_green_left", + "color/pale_green_left" + ], + "thumbnail": [ + "color/pale_green_left", + "color/pale_green_left", + "color/pale_green_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "palm": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 541, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/palm_left", + "nature/palm_left", + "nature/palm_top", + "nature/palm_top", + "nature/palm_left", + "nature/palm_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "paren_close": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 511, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/paren_close_left", + "symbol/paren_close_left", + "symbol/paren_close_left", + "symbol/paren_close_left", + "symbol/paren_close_left", + "symbol/paren_close_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "paren_open": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 509, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/paren_open_left", + "symbol/paren_open_left", + "symbol/paren_open_left", + "symbol/paren_open_left", + "symbol/paren_open_left", + "symbol/paren_open_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "peach_juice": { + "category": "food", + "color": [ + 1, + 0.8, + 0.8, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "fluid": true, + "fluidColor": [ + 1, + 0.5, + 0.55 + ], + "fluidExtinction": 0.5, + "friction": 0.98, + "id": 430, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "air/air", + "air/air", + "air/air", + "air/air", + "air/air", + "air/air" + ], + "thumbnail": [ + "color/medium_purple_left", + "color/medium_purple_left", + "color/medium_purple_left" + ], + "transparent": true, + "type": "fluid", + "strength": { + "hardness": 0.0, + "resistance": 0.0 + } + }, + "percent": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 513, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/percent_left", + "symbol/percent_left", + "symbol/percent_left", + "symbol/percent_left", + "symbol/percent_left", + "symbol/percent_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "period": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 515, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/period_left", + "symbol/period_left", + "symbol/period_left", + "symbol/period_left", + "symbol/period_left", + "symbol/period_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "peru": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 381, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/peru_left", + "color/peru_left", + "color/peru_left", + "color/peru_left", + "color/peru_left", + "color/peru_left" + ], + "thumbnail": [ + "color/peru_left", + "color/peru_left", + "color/peru_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "pink": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 115, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/pink_left", + "color/pink_left", + "color/pink_left", + "color/pink_left", + "color/pink_left", + "color/pink_left" + ], + "thumbnail": [ + "color/pink_left", + "color/pink_left", + "color/pink_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "pink_cake": { + "category": "food", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 337, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "food/pink_cake_left", + "food/pink_cake_left", + "food/pink_cake_bottom", + "food/pink_cake_top", + "food/pink_cake_left", + "food/pink_cake_left" + ], + "thumbnail": [ + "food/pink_cake_top", + "food/pink_cake_left", + "food/pink_cake_left" + ], + "transparent": false, + "type": "food", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "pink_grass": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 673, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/pink_grass_left", + "element/pink_grass_left", + "element/pink_grass_bottom", + "element/pink_grass_top", + "element/pink_grass_left", + "element/pink_grass_left" + ], + "thumbnail": [ + "element/pink_grass_top", + "element/pink_grass_left", + "element/pink_grass_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "pink_grass_all": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 675, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/pink_grass_all_left", + "element/pink_grass_all_left", + "element/pink_grass_all_bottom", + "element/pink_grass_all_top", + "element/pink_grass_all_left", + "element/pink_grass_all_left" + ], + "thumbnail": [ + "element/pink_grass_all_top", + "element/pink_grass_all_left", + "element/pink_grass_all_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "pink_light": { + "category": "light", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 14.699999809265137, + 10.350000381469727, + 13.350000381469727 + ], + "friction": 0.6, + "id": 295, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "light/pink_light_left", + "light/pink_light_left", + "light/pink_light_left", + "light/pink_light_left", + "light/pink_light_left", + "light/pink_light_left" + ], + "thumbnail": [ + "light/pink_light_left", + "light/pink_light_left", + "light/pink_light_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "plank_01": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 137, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/plank_01_left", + "structure/plank_01_left", + "structure/plank_01_left", + "structure/plank_01_left", + "structure/plank_01_left", + "structure/plank_01_left" + ], + "thumbnail": [ + "structure/plank_01_left", + "structure/plank_01_left", + "structure/plank_01_left" + ], + "transparent": false, + "type": "wood", + "strength": { + "hardness": 2.0, + "resistance": 3.0 + } + }, + "plank_02": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 139, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/plank_02_left", + "structure/plank_02_left", + "structure/plank_02_left", + "structure/plank_02_left", + "structure/plank_02_left", + "structure/plank_02_left" + ], + "thumbnail": [ + "structure/plank_02_left", + "structure/plank_02_left", + "structure/plank_02_left" + ], + "transparent": false, + "type": "wood", + "strength": { + "hardness": 2.0, + "resistance": 3.0 + } + }, + "plank_03": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 141, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/plank_03_left", + "structure/plank_03_left", + "structure/plank_03_left", + "structure/plank_03_left", + "structure/plank_03_left", + "structure/plank_03_left" + ], + "thumbnail": [ + "structure/plank_03_left", + "structure/plank_03_left", + "structure/plank_03_left" + ], + "transparent": false, + "type": "wood", + "strength": { + "hardness": 2.0, + "resistance": 3.0 + } + }, + "plank_04": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 143, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/plank_04_left", + "structure/plank_04_left", + "structure/plank_04_left", + "structure/plank_04_left", + "structure/plank_04_left", + "structure/plank_04_left" + ], + "thumbnail": [ + "structure/plank_04_left", + "structure/plank_04_left", + "structure/plank_04_left" + ], + "transparent": false, + "type": "wood", + "strength": { + "hardness": 2.0, + "resistance": 3.0 + } + }, + "plank_05": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 641, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/plank_05_left", + "structure/plank_05_left", + "structure/plank_05_left", + "structure/plank_05_left", + "structure/plank_05_left", + "structure/plank_05_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "wood", + "strength": { + "hardness": 2.0, + "resistance": 3.0 + } + }, + "plank_06": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 643, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/plank_06_left", + "structure/plank_06_left", + "structure/plank_06_left", + "structure/plank_06_left", + "structure/plank_06_left", + "structure/plank_06_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "wood", + "strength": { + "hardness": 2.0, + "resistance": 3.0 + } + }, + "plank_07": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 645, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/plank_07_left", + "structure/plank_07_left", + "structure/plank_07_left", + "structure/plank_07_left", + "structure/plank_07_left", + "structure/plank_07_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "wood", + "strength": { + "hardness": 2.0, + "resistance": 3.0 + } + }, + "polar_ice": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.98, + "id": 347, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/polar_ice_left", + "nature/polar_ice_left", + "nature/polar_ice_bottom", + "nature/polar_ice_top", + "nature/polar_ice_left", + "nature/polar_ice_left" + ], + "thumbnail": [ + "nature/polar_ice_top", + "nature/polar_ice_left", + "nature/polar_ice_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "polar_region": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 345, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/polar_region_left", + "nature/polar_region_left", + "nature/polar_region_bottom", + "nature/polar_region_top", + "nature/polar_region_left", + "nature/polar_region_left" + ], + "thumbnail": [ + "nature/polar_region_top", + "nature/polar_region_left", + "nature/polar_region_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "pound": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 517, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/pound_left", + "symbol/pound_left", + "symbol/pound_left", + "symbol/pound_left", + "symbol/pound_left", + "symbol/pound_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "powder_blue": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 93, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/powder_blue_left", + "color/powder_blue_left", + "color/powder_blue_left", + "color/powder_blue_left", + "color/powder_blue_left", + "color/powder_blue_left" + ], + "thumbnail": [ + "color/powder_blue_left", + "color/powder_blue_left", + "color/powder_blue_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "pumpkin": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 543, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/pumpkin_left", + "nature/pumpkin_left", + "nature/pumpkin_bottom", + "nature/pumpkin_top", + "nature/pumpkin_left", + "nature/pumpkin_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "pumpkin_lantern": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 12.75, + 8.25, + 2.1 + ], + "friction": 0.6, + "id": 549, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/pumpkin_lantern_left", + "structure/pumpkin_lantern_left", + "structure/pumpkin_lantern_bottom", + "structure/pumpkin_lantern_top", + "structure/pumpkin_lantern_front", + "structure/pumpkin_lantern_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "glass", + "strength": { + "hardness": 0.3, + "resistance": 0.3 + } + }, + "purple": { + "category": "light", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 8.100000381469727, + 1.5, + 15 + ], + "friction": 0.6, + "id": 293, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "light/purple_left", + "light/purple_left", + "light/purple_left", + "light/purple_left", + "light/purple_left", + "light/purple_left" + ], + "thumbnail": [ + "light/purple_left", + "light/purple_left", + "light/purple_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "purple_grass": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 665, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/purple_grass_left", + "element/purple_grass_left", + "element/purple_grass_bottom", + "element/purple_grass_top", + "element/purple_grass_left", + "element/purple_grass_left" + ], + "thumbnail": [ + "element/purple_grass_top", + "element/purple_grass_left", + "element/purple_grass_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "purple_grass_all": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 667, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/purple_grass_all_left", + "element/purple_grass_all_left", + "element/purple_grass_all_left", + "element/purple_grass_all_left", + "element/purple_grass_all_left", + "element/purple_grass_all_left" + ], + "thumbnail": [ + "element/purple_grass_all_left", + "element/purple_grass_all_left", + "element/purple_grass_all_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "purple_surface_01": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 353, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/purple_surface_01_left", + "nature/purple_surface_01_left", + "nature/purple_surface_01_bottom", + "nature/purple_surface_01_top", + "nature/purple_surface_01_left", + "nature/purple_surface_01_left" + ], + "thumbnail": [ + "nature/purple_surface_01_top", + "nature/purple_surface_01_left", + "nature/purple_surface_01_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "purple_surface_02": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 355, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/purple_surface_02_left", + "nature/purple_surface_02_left", + "nature/purple_surface_02_bottom", + "nature/purple_surface_02_top", + "nature/purple_surface_02_left", + "nature/purple_surface_02_left" + ], + "thumbnail": [ + "nature/purple_surface_02_top", + "nature/purple_surface_02_left", + "nature/purple_surface_02_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "quartz_brick": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 155, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/quartz_brick_left", + "structure/quartz_brick_left", + "structure/quartz_brick_left", + "structure/quartz_brick_left", + "structure/quartz_brick_left", + "structure/quartz_brick_left" + ], + "thumbnail": [ + "structure/quartz_brick_left", + "structure/quartz_brick_left", + "structure/quartz_brick_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "question_mark": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 7.800000190734863, + 12.75, + 3.450000047683716 + ], + "friction": 0.6, + "id": 15, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/question_mark_left", + "symbol/question_mark_left", + "symbol/question_mark_left", + "symbol/question_mark_left", + "symbol/question_mark_left", + "symbol/question_mark_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "quotation_mark": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 519, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/quotation_mark_left", + "symbol/quotation_mark_left", + "symbol/quotation_mark_left", + "symbol/quotation_mark_left", + "symbol/quotation_mark_left", + "symbol/quotation_mark_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "rainbow_cube": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 581, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + [ + "structure/rainbow_cube_1f", + "structure/rainbow_cube_2f", + "structure/rainbow_cube_3f", + "structure/rainbow_cube_4f" + ], + [ + "structure/rainbow_cube_1f", + "structure/rainbow_cube_2f", + "structure/rainbow_cube_3f", + "structure/rainbow_cube_4f" + ], + [ + "structure/rainbow_cube_1f", + "structure/rainbow_cube_2f", + "structure/rainbow_cube_3f", + "structure/rainbow_cube_4f" + ], + [ + "structure/rainbow_cube_1f", + "structure/rainbow_cube_2f", + "structure/rainbow_cube_3f", + "structure/rainbow_cube_4f" + ], + [ + "structure/rainbow_cube_1f", + "structure/rainbow_cube_2f", + "structure/rainbow_cube_3f", + "structure/rainbow_cube_4f" + ], + [ + "structure/rainbow_cube_1f", + "structure/rainbow_cube_2f", + "structure/rainbow_cube_3f", + "structure/rainbow_cube_4f" + ] + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "red": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 105, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/red_left", + "color/red_left", + "color/red_left", + "color/red_left", + "color/red_left", + "color/red_left" + ], + "thumbnail": [ + "color/red_left", + "color/red_left", + "color/red_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "red_brick": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 153, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/red_brick_left", + "structure/red_brick_left", + "structure/red_brick_left", + "structure/red_brick_left", + "structure/red_brick_left", + "structure/red_brick_left" + ], + "thumbnail": [ + "structure/red_brick_left", + "structure/red_brick_left", + "structure/red_brick_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "red_brick_floor": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 259, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/red_brick_floor_left", + "structure/red_brick_floor_left", + "structure/red_brick_floor_left", + "structure/red_brick_floor_left", + "structure/red_brick_floor_left", + "structure/red_brick_floor_left" + ], + "thumbnail": [ + "structure/red_brick_floor_left", + "structure/red_brick_floor_left", + "structure/red_brick_floor_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "red_brick_wall": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 261, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/red_brick_wall_left", + "structure/red_brick_wall_left", + "structure/red_brick_wall_left", + "structure/red_brick_wall_left", + "structure/red_brick_wall_left", + "structure/red_brick_wall_left" + ], + "thumbnail": [ + "structure/red_brick_wall_left", + "structure/red_brick_wall_left", + "structure/red_brick_wall_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "red_decorative_light": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 13.05, + 3.6, + 1.95 + ], + "friction": 0.6, + "id": 570, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + [ + "structure/red_decorative_light_1f", + "structure/red_decorative_light_2f", + "structure/red_decorative_light_3f", + "structure/red_decorative_light_4f" + ], + [ + "structure/red_decorative_light_1f", + "structure/red_decorative_light_2f", + "structure/red_decorative_light_3f", + "structure/red_decorative_light_4f" + ], + [ + "structure/red_decorative_light_1f", + "structure/red_decorative_light_2f", + "structure/red_decorative_light_3f", + "structure/red_decorative_light_4f" + ], + [ + "structure/red_decorative_light_1f", + "structure/red_decorative_light_2f", + "structure/red_decorative_light_3f", + "structure/red_decorative_light_4f" + ], + [ + "structure/red_decorative_light_1f", + "structure/red_decorative_light_2f", + "structure/red_decorative_light_3f", + "structure/red_decorative_light_4f" + ], + [ + "structure/red_decorative_light_1f", + "structure/red_decorative_light_2f", + "structure/red_decorative_light_3f", + "structure/red_decorative_light_4f" + ] + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "red_gift": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 555, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/red_gift_left", + "structure/red_gift_left", + "structure/red_gift_bottom", + "structure/red_gift_top", + "structure/red_gift_left", + "structure/red_gift_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "red_glass": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 304, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/red_glass_left", + "structure/red_glass_left", + "structure/red_glass_left", + "structure/red_glass_left", + "structure/red_glass_left", + "structure/red_glass_left" + ], + "thumbnail": [ + "structure/red_glass_left", + "structure/red_glass_left", + "structure/red_glass_left" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "red_light": { + "category": "light", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 14.550000190734863, + 0.30000001192092896, + 0.15000000596046448 + ], + "friction": 0.6, + "id": 281, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "light/red_light_left", + "light/red_light_left", + "light/red_light_left", + "light/red_light_left", + "light/red_light_left", + "light/red_light_left" + ], + "thumbnail": [ + "light/red_light_left", + "light/red_light_left", + "light/red_light_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "rock": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 359, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/rock_left", + "nature/rock_left", + "nature/rock_bottom", + "nature/rock_top", + "nature/rock_left", + "nature/rock_left" + ], + "thumbnail": [ + "nature/rock_top", + "nature/rock_left", + "nature/rock_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "roof_blue_04": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 231, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/roof_blue_04_left", + "structure/roof_blue_04_left", + "structure/roof_blue_04_left", + "structure/roof_blue_04_left", + "structure/roof_blue_04_left", + "structure/roof_blue_04_left" + ], + "thumbnail": [ + "structure/roof_blue_04_left", + "structure/roof_blue_04_left", + "structure/roof_blue_04_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "roof_green": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 229, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/roof_green_left", + "structure/roof_green_left", + "structure/roof_green_left", + "structure/roof_green_left", + "structure/roof_green_left", + "structure/roof_green_left" + ], + "thumbnail": [ + "structure/roof_green_left", + "structure/roof_green_left", + "structure/roof_green_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "roof_grey": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 407, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/roof_grey_left", + "structure/roof_grey_left", + "structure/roof_grey_left", + "structure/roof_grey_left", + "structure/roof_grey_left", + "structure/roof_grey_left" + ], + "thumbnail": [ + "structure/roof_grey_left", + "structure/roof_grey_left", + "structure/roof_grey_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "roof_purple": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 227, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/roof_purple_left", + "structure/roof_purple_left", + "structure/roof_purple_left", + "structure/roof_purple_left", + "structure/roof_purple_left", + "structure/roof_purple_left" + ], + "thumbnail": [ + "structure/roof_purple_left", + "structure/roof_purple_left", + "structure/roof_purple_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "roof_red": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 225, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/roof_red_left", + "structure/roof_red_left", + "structure/roof_red_left", + "structure/roof_red_left", + "structure/roof_red_left", + "structure/roof_red_left" + ], + "thumbnail": [ + "structure/roof_red_left", + "structure/roof_red_left", + "structure/roof_red_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "roof_yellow": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 233, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/roof_yellow_left", + "structure/roof_yellow_left", + "structure/roof_yellow_left", + "structure/roof_yellow_left", + "structure/roof_yellow_left", + "structure/roof_yellow_left" + ], + "thumbnail": [ + "structure/roof_yellow_left", + "structure/roof_yellow_left", + "structure/roof_yellow_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "sakura_pink": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 117, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/sakura_pink_left", + "color/sakura_pink_left", + "color/sakura_pink_left", + "color/sakura_pink_left", + "color/sakura_pink_left", + "color/sakura_pink_left" + ], + "thumbnail": [ + "color/sakura_pink_left", + "color/sakura_pink_left", + "color/sakura_pink_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "sand": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 135, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/sand_left", + "nature/sand_left", + "nature/sand_left", + "nature/sand_left", + "nature/sand_left", + "nature/sand_left" + ], + "thumbnail": [ + "nature/sand_left", + "nature/sand_left", + "nature/sand_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "sand_stones": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 731, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/sand_stones_left", + "element/sand_stones_left", + "element/sand_stones_bottom", + "element/sand_stones_top", + "element/sand_stones_left", + "element/sand_stones_left" + ], + "thumbnail": [ + "element/sand_stones_top", + "element/sand_stones_left", + "element/sand_stones_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "semicolon": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 521, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/semicolon_left", + "symbol/semicolon_left", + "symbol/semicolon_left", + "symbol/semicolon_left", + "symbol/semicolon_left", + "symbol/semicolon_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "seven": { + "category": "number", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 14.100000381469727, + 11.25, + 1.7999999523162842 + ], + "friction": 0.6, + "id": 31, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "number/seven_left", + "number/seven_left", + "number/seven_left", + "number/seven_left", + "number/seven_left", + "number/seven_left" + ], + "thumbnail": [ + "number/seven_left", + "number/seven_left", + "number/seven_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "sienna": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 393, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/sienna_left", + "color/sienna_left", + "color/sienna_left", + "color/sienna_left", + "color/sienna_left", + "color/sienna_left" + ], + "thumbnail": [ + "color/sienna_left", + "color/sienna_left", + "color/sienna_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "six": { + "category": "number", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 14.100000381469727, + 11.25, + 1.7999999523162842 + ], + "friction": 0.6, + "id": 29, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "number/six_left", + "number/six_left", + "number/six_left", + "number/six_left", + "number/six_left", + "number/six_left" + ], + "thumbnail": [ + "number/six_left", + "number/six_left", + "number/six_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "sky_blue": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 91, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/sky_blue_left", + "color/sky_blue_left", + "color/sky_blue_left", + "color/sky_blue_left", + "color/sky_blue_left", + "color/sky_blue_left" + ], + "thumbnail": [ + "color/sky_blue_left", + "color/sky_blue_left", + "color/sky_blue_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "slash": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 523, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/slash_left", + "symbol/slash_left", + "symbol/slash_left", + "symbol/slash_left", + "symbol/slash_left", + "symbol/slash_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "snow": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 169, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/snow_left", + "nature/snow_left", + "nature/snow_left", + "nature/snow_left", + "nature/snow_left", + "nature/snow_left" + ], + "thumbnail": [ + "nature/snow_left", + "nature/snow_left", + "nature/snow_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "snow_grass": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 653, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/snow_grass_left", + "element/snow_grass_left", + "element/snow_grass_bottom", + "element/snow_grass_top", + "element/snow_grass_left", + "element/snow_grass_left" + ], + "thumbnail": [ + "element/snow_grass_top", + "element/snow_grass_left", + "element/snow_grass_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "snow_land": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 655, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/snow_land_left", + "element/snow_land_left", + "element/snow_land_bottom", + "element/snow_land_top", + "element/snow_land_left", + "element/snow_land_left" + ], + "thumbnail": [ + "element/snow_land_top", + "element/snow_land_left", + "element/snow_land_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "snowflake_lamp": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 3.5, + 7.8, + 13.5 + ], + "friction": 0.6, + "id": 565, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + [ + "structure/snowflake_lamp_1f", + "structure/snowflake_lamp_2f", + "structure/snowflake_lamp_3f", + "structure/snowflake_lamp_4f" + ], + [ + "structure/snowflake_lamp_1f", + "structure/snowflake_lamp_2f", + "structure/snowflake_lamp_3f", + "structure/snowflake_lamp_4f" + ], + [ + "structure/snowflake_lamp_1f", + "structure/snowflake_lamp_2f", + "structure/snowflake_lamp_3f", + "structure/snowflake_lamp_4f" + ], + [ + "structure/snowflake_lamp_1f", + "structure/snowflake_lamp_2f", + "structure/snowflake_lamp_3f", + "structure/snowflake_lamp_4f" + ], + [ + "structure/snowflake_lamp_1f", + "structure/snowflake_lamp_2f", + "structure/snowflake_lamp_3f", + "structure/snowflake_lamp_4f" + ], + [ + "structure/snowflake_lamp_1f", + "structure/snowflake_lamp_2f", + "structure/snowflake_lamp_3f", + "structure/snowflake_lamp_4f" + ] + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "glass", + "strength": { + "hardness": 0.3, + "resistance": 0.3 + } + }, + "snowland": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 343, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/snowland_left", + "nature/snowland_left", + "nature/snowland_bottom", + "nature/snowland_top", + "nature/snowland_left", + "nature/snowland_left" + ], + "thumbnail": [ + "nature/snowland_top", + "nature/snowland_left", + "nature/snowland_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "snowman_body": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 561, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/snowman_body_left", + "structure/snowman_body_left", + "structure/snowman_body_bottom", + "structure/snowman_body_top", + "structure/snowman_body_front", + "structure/snowman_body_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "snowman_head": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 559, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/snowman_head_left", + "structure/snowman_head_left", + "structure/snowman_head_bottom", + "structure/snowman_head_top", + "structure/snowman_head_front", + "structure/snowman_head_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "soy_sauce": { + "category": "food", + "color": [ + 0, + 0, + 0, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "fluid": true, + "fluidColor": [ + 0.1, + 0.05, + 0.01 + ], + "fluidExtinction": 0.95, + "friction": 0.6, + "id": 426, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "air/air", + "air/air", + "air/air", + "air/air", + "air/air", + "air/air" + ], + "thumbnail": [ + "color/black_left", + "color/black_left", + "color/black_left" + ], + "transparent": true, + "type": "fluid", + "strength": { + "hardness": 0.0, + "resistance": 0.0 + } + }, + "special_grass_01": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 701, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_01_left", + "element/special_grass_01_left", + "element/special_grass_01_bottom", + "element/special_grass_01_top", + "element/special_grass_01_left", + "element/special_grass_01_left" + ], + "thumbnail": [ + "element/special_grass_01_top", + "element/special_grass_01_left", + "element/special_grass_01_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_grass_02": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 703, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_02_left", + "element/special_grass_02_left", + "element/special_grass_02_bottom", + "element/special_grass_02_top", + "element/special_grass_02_left", + "element/special_grass_02_left" + ], + "thumbnail": [ + "element/special_grass_02_top", + "element/special_grass_02_left", + "element/special_grass_02_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_grass_03": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 705, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_03_left", + "element/special_grass_03_left", + "element/special_grass_03_bottom", + "element/special_grass_03_top", + "element/special_grass_03_left", + "element/special_grass_03_left" + ], + "thumbnail": [ + "element/special_grass_03_top", + "element/special_grass_03_left", + "element/special_grass_03_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_grass_04": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 707, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_04_left", + "element/special_grass_04_left", + "element/special_grass_04_bottom", + "element/special_grass_04_top", + "element/special_grass_04_left", + "element/special_grass_04_left" + ], + "thumbnail": [ + "element/special_grass_04_top", + "element/special_grass_04_left", + "element/special_grass_04_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_grass_05": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 709, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_05_left", + "element/special_grass_05_left", + "element/special_grass_05_bottom", + "element/special_grass_05_top", + "element/special_grass_05_left", + "element/special_grass_05_left" + ], + "thumbnail": [ + "element/special_grass_05_top", + "element/special_grass_05_left", + "element/special_grass_05_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_grass_06": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 711, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_06_left", + "element/special_grass_06_left", + "element/special_grass_06_bottom", + "element/special_grass_06_top", + "element/special_grass_06_left", + "element/special_grass_06_left" + ], + "thumbnail": [ + "element/special_grass_06_top", + "element/special_grass_06_left", + "element/special_grass_06_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_grass_07": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 713, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_07_left", + "element/special_grass_07_left", + "element/special_grass_07_bottom", + "element/special_grass_07_top", + "element/special_grass_07_left", + "element/special_grass_07_left" + ], + "thumbnail": [ + "element/special_grass_07_top", + "element/special_grass_07_left", + "element/special_grass_07_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_grass_08": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 715, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_08_left", + "element/special_grass_08_left", + "element/special_grass_08_bottom", + "element/special_grass_08_left", + "element/special_grass_08_left", + "element/special_grass_08_left" + ], + "thumbnail": [ + "element/special_grass_08_left", + "element/special_grass_08_left", + "element/special_grass_08_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_grass_09": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 717, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_09_left", + "element/special_grass_09_left", + "element/special_grass_09_bottom", + "element/special_grass_09_top", + "element/special_grass_09_left", + "element/special_grass_09_left" + ], + "thumbnail": [ + "element/special_grass_09_top", + "element/special_grass_09_left", + "element/special_grass_09_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_grass_10": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 719, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_10_left", + "element/special_grass_10_left", + "element/special_grass_10_bottom", + "element/special_grass_10_top", + "element/special_grass_10_left", + "element/special_grass_10_left" + ], + "thumbnail": [ + "element/special_grass_10_top", + "element/special_grass_10_left", + "element/special_grass_10_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_grass_11": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 747, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_11_left", + "element/special_grass_11_left", + "element/special_grass_11_bottom", + "element/special_grass_11_top", + "element/special_grass_11_left", + "element/special_grass_11_left" + ], + "thumbnail": [ + "element/special_grass_11_top", + "element/special_grass_11_left", + "element/special_grass_11_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_grass_12": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 749, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_12_left", + "element/special_grass_12_left", + "element/special_grass_12_bottom", + "element/special_grass_12_top", + "element/special_grass_12_left", + "element/special_grass_12_left" + ], + "thumbnail": [ + "element/special_grass_12_top", + "element/special_grass_12_left", + "element/special_grass_12_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_grass_13": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 751, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_13_left", + "element/special_grass_13_left", + "element/special_grass_13_bottom", + "element/special_grass_13_top", + "element/special_grass_13_left", + "element/special_grass_13_left" + ], + "thumbnail": [ + "element/special_grass_13_top", + "element/special_grass_13_left", + "element/special_grass_13_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_grass_14": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 753, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_14_left", + "element/special_grass_14_left", + "element/special_grass_14_bottom", + "element/special_grass_14_top", + "element/special_grass_14_left", + "element/special_grass_14_left" + ], + "thumbnail": [ + "element/special_grass_14_top", + "element/special_grass_14_left", + "element/special_grass_14_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_grass_15": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 755, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_15_left", + "element/special_grass_15_left", + "element/special_grass_15_bottom", + "element/special_grass_15_top", + "element/special_grass_15_left", + "element/special_grass_15_left" + ], + "thumbnail": [ + "element/special_grass_15_top", + "element/special_grass_15_left", + "element/special_grass_15_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_grass_16": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 757, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_grass_16_left", + "element/special_grass_16_left", + "element/special_grass_16_bottom", + "element/special_grass_16_top", + "element/special_grass_16_left", + "element/special_grass_16_left" + ], + "thumbnail": [ + "element/special_grass_16_top", + "element/special_grass_16_left", + "element/special_grass_16_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_land_01": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 721, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_land_01_left", + "element/special_land_01_left", + "element/special_land_01_bottom", + "element/special_land_01_top", + "element/special_land_01_left", + "element/special_land_01_left" + ], + "thumbnail": [ + "element/special_land_01_top", + "element/special_land_01_left", + "element/special_land_01_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "special_sand_01": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 759, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_sand_01_left", + "element/special_sand_01_left", + "element/special_sand_01_bottom", + "element/special_sand_01_top", + "element/special_sand_01_left", + "element/special_sand_01_left" + ], + "thumbnail": [ + "element/special_sand_01_top", + "element/special_sand_01_left", + "element/special_sand_01_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_sand_02": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 761, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_sand_02_left", + "element/special_sand_02_left", + "element/special_sand_02_bottom", + "element/special_sand_02_top", + "element/special_sand_02_left", + "element/special_sand_02_left" + ], + "thumbnail": [ + "element/special_sand_02_top", + "element/special_sand_02_left", + "element/special_sand_02_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_sand_03": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 763, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_sand_03_left", + "element/special_sand_03_left", + "element/special_sand_03_bottom", + "element/special_sand_03_top", + "element/special_sand_03_left", + "element/special_sand_03_left" + ], + "thumbnail": [ + "element/special_sand_03_top", + "element/special_sand_03_left", + "element/special_sand_03_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_sand_04": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 765, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_sand_04_left", + "element/special_sand_04_left", + "element/special_sand_04_bottom", + "element/special_sand_04_top", + "element/special_sand_04_left", + "element/special_sand_04_left" + ], + "thumbnail": [ + "element/special_sand_04_top", + "element/special_sand_04_left", + "element/special_sand_04_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "special_sand_05": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 767, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/special_sand_05_left", + "element/special_sand_05_left", + "element/special_sand_05_bottom", + "element/special_sand_05_top", + "element/special_sand_05_left", + "element/special_sand_05_left" + ], + "thumbnail": [ + "element/special_sand_05_top", + "element/special_sand_05_left", + "element/special_sand_05_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "spiderweb": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 544, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/spiderweb_left", + "nature/spiderweb_left", + "nature/spiderweb_left", + "nature/spiderweb_left", + "nature/spiderweb_left", + "nature/spiderweb_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "stained_glass": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 123, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/stained_glass_left", + "structure/stained_glass_left", + "structure/stained_glass_left", + "structure/stained_glass_left", + "structure/stained_glass_left", + "structure/stained_glass_left" + ], + "thumbnail": [ + "structure/stained_glass_left", + "structure/stained_glass_left", + "structure/stained_glass_left" + ], + "transparent": false, + "type": "glass", + "strength": { + "hardness": 0.3, + "resistance": 0.3 + } + }, + "stainless_steel": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 247, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/stainless_steel_left", + "structure/stainless_steel_left", + "structure/stainless_steel_left", + "structure/stainless_steel_left", + "structure/stainless_steel_left", + "structure/stainless_steel_left" + ], + "thumbnail": [ + "structure/stainless_steel_left", + "structure/stainless_steel_left", + "structure/stainless_steel_left" + ], + "transparent": false, + "type": "metal", + "strength": { + "hardness": 5.0, + "resistance": 6.0 + } + }, + "star_lamp": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 12.9, + 6.15 + ], + "friction": 0.6, + "id": 562, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + [ + "structure/star_lamp_1f", + "structure/star_lamp_2f", + "structure/star_lamp_3f", + "structure/star_lamp_4f" + ], + [ + "structure/star_lamp_1f", + "structure/star_lamp_2f", + "structure/star_lamp_3f", + "structure/star_lamp_4f" + ], + [ + "structure/star_lamp_1f", + "structure/star_lamp_2f", + "structure/star_lamp_3f", + "structure/star_lamp_4f" + ], + [ + "structure/star_lamp_1f", + "structure/star_lamp_2f", + "structure/star_lamp_3f", + "structure/star_lamp_4f" + ], + [ + "structure/star_lamp_1f", + "structure/star_lamp_2f", + "structure/star_lamp_3f", + "structure/star_lamp_4f" + ], + [ + "structure/star_lamp_1f", + "structure/star_lamp_2f", + "structure/star_lamp_3f", + "structure/star_lamp_4f" + ] + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "stone": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 129, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/stone_left", + "nature/stone_left", + "nature/stone_left", + "nature/stone_left", + "nature/stone_left", + "nature/stone_left" + ], + "thumbnail": [ + "nature/stone_left", + "nature/stone_left", + "nature/stone_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "stone_brick_01": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 323, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/stone_brick_01_left", + "structure/stone_brick_01_left", + "structure/stone_brick_01_left", + "structure/stone_brick_01_left", + "structure/stone_brick_01_left", + "structure/stone_brick_01_left" + ], + "thumbnail": [ + "structure/stone_brick_01_left", + "structure/stone_brick_01_left", + "structure/stone_brick_01_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "stone_brick_02": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 325, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/stone_brick_02_left", + "structure/stone_brick_02_left", + "structure/stone_brick_02_left", + "structure/stone_brick_02_left", + "structure/stone_brick_02_left", + "structure/stone_brick_02_left" + ], + "thumbnail": [ + "structure/stone_brick_02_left", + "structure/stone_brick_02_left", + "structure/stone_brick_02_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "stone_pillar_03": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 267, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/stone_pillar_03_left", + "structure/stone_pillar_03_left", + "structure/stone_pillar_03_bottom", + "structure/stone_pillar_03_bottom", + "structure/stone_pillar_03_left", + "structure/stone_pillar_03_left" + ], + "thumbnail": [ + "structure/stone_pillar_03_bottom", + "structure/stone_pillar_03_left", + "structure/stone_pillar_03_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "stone_pillar_04": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 269, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/stone_pillar_04_left", + "structure/stone_pillar_04_left", + "structure/stone_pillar_04_bottom", + "structure/stone_pillar_04_bottom", + "structure/stone_pillar_04_left", + "structure/stone_pillar_04_left" + ], + "thumbnail": [ + "structure/stone_pillar_04_bottom", + "structure/stone_pillar_04_left", + "structure/stone_pillar_04_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "stone_pillar_05": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 271, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/stone_pillar_05_left", + "structure/stone_pillar_05_left", + "structure/stone_pillar_05_bottom", + "structure/stone_pillar_05_bottom", + "structure/stone_pillar_05_left", + "structure/stone_pillar_05_left" + ], + "thumbnail": [ + "structure/stone_pillar_05_bottom", + "structure/stone_pillar_05_left", + "structure/stone_pillar_05_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "stone_pillar_06": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 273, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/stone_pillar_06_left", + "structure/stone_pillar_06_left", + "structure/stone_pillar_06_bottom", + "structure/stone_pillar_06_bottom", + "structure/stone_pillar_06_left", + "structure/stone_pillar_06_left" + ], + "thumbnail": [ + "structure/stone_pillar_06_bottom", + "structure/stone_pillar_06_left", + "structure/stone_pillar_06_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "stone_wall": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 275, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/stone_wall_left", + "structure/stone_wall_left", + "structure/stone_wall_left", + "structure/stone_wall_left", + "structure/stone_wall_left", + "structure/stone_wall_left" + ], + "thumbnail": [ + "structure/stone_wall_left", + "structure/stone_wall_left", + "structure/stone_wall_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "stone_wall_01": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 335, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/stone_wall_01_left", + "structure/stone_wall_01_left", + "structure/stone_wall_01_left", + "structure/stone_wall_01_left", + "structure/stone_wall_01_left", + "structure/stone_wall_01_left" + ], + "thumbnail": [ + "structure/stone_wall_01_left", + "structure/stone_wall_01_left", + "structure/stone_wall_01_left" + ], + "transparent": false, + "type": "rock", + "strength": { + "hardness": 1.5, + "resistance": 6.0 + } + }, + "strawberry_juice": { + "category": "food", + "color": [ + 1, + 0, + 0, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "fluid": true, + "fluidColor": [ + 1, + 0.1, + 0.1 + ], + "fluidExtinction": 0.6, + "friction": 0.98, + "id": 412, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "air/air", + "air/air", + "air/air", + "air/air", + "air/air", + "air/air" + ], + "thumbnail": [ + "color/red_left", + "color/red_left", + "color/red_left" + ], + "transparent": true, + "type": "fluid", + "strength": { + "hardness": 0.0, + "resistance": 0.0 + } + }, + "stripe_01": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 185, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/stripe_01_left", + "color/stripe_01_left", + "color/stripe_01_left", + "color/stripe_01_left", + "color/stripe_01_left", + "color/stripe_01_left" + ], + "thumbnail": [ + "color/stripe_01_left", + "color/stripe_01_left", + "color/stripe_01_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "stripe_02": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 187, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/stripe_02_left", + "color/stripe_02_left", + "color/stripe_02_left", + "color/stripe_02_left", + "color/stripe_02_left", + "color/stripe_02_left" + ], + "thumbnail": [ + "color/stripe_02_left", + "color/stripe_02_left", + "color/stripe_02_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "stripe_03": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 189, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/stripe_03_left", + "color/stripe_03_left", + "color/stripe_03_left", + "color/stripe_03_left", + "color/stripe_03_left", + "color/stripe_03_left" + ], + "thumbnail": [ + "color/stripe_03_left", + "color/stripe_03_left", + "color/stripe_03_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "stripe_04": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 191, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/stripe_04_left", + "color/stripe_04_left", + "color/stripe_04_left", + "color/stripe_04_left", + "color/stripe_04_left", + "color/stripe_04_left" + ], + "thumbnail": [ + "color/stripe_04_left", + "color/stripe_04_left", + "color/stripe_04_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "stripe_05": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 193, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/stripe_05_left", + "color/stripe_05_left", + "color/stripe_05_left", + "color/stripe_05_left", + "color/stripe_05_left", + "color/stripe_05_left" + ], + "thumbnail": [ + "color/stripe_05_left", + "color/stripe_05_left", + "color/stripe_05_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "subtract": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 5, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/subtract_left", + "symbol/subtract_left", + "symbol/subtract_left", + "symbol/subtract_left", + "symbol/subtract_left", + "symbol/subtract_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "television": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 481, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/television_left", + "structure/television_left", + "structure/television_left", + "structure/television_left", + "structure/television_front", + "structure/television_back" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "three": { + "category": "number", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 14.100000381469727, + 11.25, + 1.7999999523162842 + ], + "friction": 0.6, + "id": 23, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "number/three_left", + "number/three_left", + "number/three_left", + "number/three_left", + "number/three_left", + "number/three_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "tilde": { + "category": "symbol", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 7.800000190734863, + 3 + ], + "friction": 0.6, + "id": 525, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "symbol/tilde_left", + "symbol/tilde_left", + "symbol/tilde_left", + "symbol/tilde_left", + "symbol/tilde_left", + "symbol/tilde_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "toolbox": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 647, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/toolbox_left", + "structure/toolbox_left", + "structure/toolbox_bottom", + "structure/toolbox_top", + "structure/toolbox_front", + "structure/toolbox_front" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "wood", + "strength": { + "hardness": 2.0, + "resistance": 3.0 + } + }, + "traditional_window": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 578, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/traditional_window_left", + "structure/traditional_window_left", + "structure/traditional_window_left", + "structure/traditional_window_left", + "structure/traditional_window_left", + "structure/traditional_window_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "treasure_chest": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 649, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/treasure_chest_left", + "structure/treasure_chest_left", + "structure/treasure_chest_bottom", + "structure/treasure_chest_top", + "structure/treasure_chest_front", + "structure/treasure_chest_back" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "turquoise": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 367, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/turquoise_left", + "color/turquoise_left", + "color/turquoise_left", + "color/turquoise_left", + "color/turquoise_left", + "color/turquoise_left" + ], + "thumbnail": [ + "color/turquoise_left", + "color/turquoise_left", + "color/turquoise_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "two": { + "category": "number", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 14.100000381469727, + 11.25, + 1.7999999523162842 + ], + "friction": 0.6, + "id": 21, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "number/two_left", + "number/two_left", + "number/two_left", + "number/two_left", + "number/two_left", + "number/two_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + }, + "warm_yellow_light": { + "category": "light", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 14.850000381469727, + 12.75, + 9.149999618530273 + ], + "friction": 0.6, + "id": 301, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "light/warm_yellow_light_left", + "light/warm_yellow_light_left", + "light/warm_yellow_light_left", + "light/warm_yellow_light_left", + "light/warm_yellow_light_left", + "light/warm_yellow_light_left" + ], + "thumbnail": [ + "light/warm_yellow_light_left", + "light/warm_yellow_light_left", + "light/warm_yellow_light_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "water": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "fluid": true, + "fluidColor": [ + 0.1, + 0.8, + 1 + ], + "fluidExtinction": 0.2, + "friction": 0.6, + "id": 364, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "air/air", + "air/air", + "air/air", + "air/air", + "air/air", + "air/air" + ], + "thumbnail": [ + "nature/metal", + "nature/metal", + "nature/metal" + ], + "transparent": true, + "type": "fluid", + "strength": { + "hardness": 0.0, + "resistance": 0.0 + } + }, + "white": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 177, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/white_left", + "color/white_left", + "color/white_left", + "color/white_left", + "color/white_left", + "color/white_left" + ], + "thumbnail": [ + "color/white_left", + "color/white_left", + "color/white_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "white_grass": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 539, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/white_grass_left", + "nature/white_grass_left", + "nature/dirt_bottom", + "nature/white_grass_top", + "nature/white_grass_left", + "nature/white_grass_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "white_light": { + "category": "light", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 12, + 12, + 12 + ], + "friction": 0.6, + "id": 299, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "light/white_light_left", + "light/white_light_left", + "light/white_light_left", + "light/white_light_left", + "light/white_light_left", + "light/white_light_left" + ], + "thumbnail": [ + "light/white_light_left", + "light/white_light_left", + "light/white_light_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "window": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 160, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/window_left", + "structure/window_left", + "structure/window_left", + "structure/window_left", + "structure/window_left", + "structure/window_left" + ], + "thumbnail": [ + "structure/window_left", + "structure/window_left", + "structure/window_left" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "windygrass": { + "category": "nature", + "color": [ + 0, + 1, + 0, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 469, + "mass": 1, + "restitution": 0, + "soundGroup": "grass", + "texture": [ + "nature/grass_left", + "nature/grass_left", + "nature/grass_bottom", + [ + "nature/grass_wind_top1f", + "nature/grass_wind_top2f", + "nature/grass_wind_top3f", + "nature/grass_wind_top4f" + ], + "nature/grass_left", + "nature/grass_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "winter_leaf": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 527, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/winter_leaf_left", + "nature/winter_leaf_left", + "nature/green_leaf_left", + "nature/winter_leaf_top", + "nature/winter_leaf_left", + "nature/winter_leaf_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "withered_grass": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 659, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/withered_grass_left", + "element/withered_grass_left", + "element/withered_grass_left", + "element/withered_grass_left", + "element/withered_grass_left", + "element/withered_grass_left" + ], + "thumbnail": [ + "element/withered_grass_left", + "element/withered_grass_left", + "element/withered_grass_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "withered_grass_land": { + "category": "element", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 657, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "element/withered_grass_land_left", + "element/withered_grass_land_left", + "element/withered_grass_land_bottom", + "element/withered_grass_land_top", + "element/withered_grass_land_left", + "element/withered_grass_land_left" + ], + "thumbnail": [ + "element/withered_grass_land_top", + "element/withered_grass_land_left", + "element/withered_grass_land_left" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "wood": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 257, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/wood_left", + "nature/wood_left", + "nature/wood_bottom", + "nature/wood_bottom", + "nature/wood_left", + "nature/wood_left" + ], + "thumbnail": [ + "nature/wood_bottom", + "nature/wood_left", + "nature/wood_left" + ], + "transparent": false, + "type": "wood", + "strength": { + "hardness": 2.0, + "resistance": 3.0 + } + }, + "wooden_box": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 179, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/wooden_box_left", + "structure/wooden_box_left", + "structure/wooden_box_left", + "structure/wooden_box_left", + "structure/wooden_box_left", + "structure/wooden_box_left" + ], + "thumbnail": [ + "structure/wooden_box_left", + "structure/wooden_box_left", + "structure/wooden_box_left" + ], + "transparent": false, + "type": "wood", + "strength": { + "hardness": 2.0, + "resistance": 3.0 + } + }, + "woodstone_12": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 411, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "structure/woodstone_12_left", + "structure/woodstone_12_left", + "structure/woodstone_12_bottom", + "structure/woodstone_12_bottom", + "structure/woodstone_12_left", + "structure/woodstone_12_left" + ], + "thumbnail": [ + "structure/woodstone_12_bottom", + "structure/woodstone_12_left", + "structure/woodstone_12_left" + ], + "transparent": false, + "type": "wood", + "strength": { + "hardness": 2.0, + "resistance": 3.0 + } + }, + "yellow_decorative_light": { + "category": "structure", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 13.05, + 4.2 + ], + "friction": 0.6, + "id": 572, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + [ + "structure/yellow_decorative_light_1f", + "structure/yellow_decorative_light_2f", + "structure/yellow_decorative_light_3f", + "structure/yellow_decorative_light_4f" + ], + [ + "structure/yellow_decorative_light_1f", + "structure/yellow_decorative_light_2f", + "structure/yellow_decorative_light_3f", + "structure/yellow_decorative_light_4f" + ], + [ + "structure/yellow_decorative_light_1f", + "structure/yellow_decorative_light_2f", + "structure/yellow_decorative_light_3f", + "structure/yellow_decorative_light_4f" + ], + [ + "structure/yellow_decorative_light_1f", + "structure/yellow_decorative_light_2f", + "structure/yellow_decorative_light_3f", + "structure/yellow_decorative_light_4f" + ], + [ + "structure/yellow_decorative_light_1f", + "structure/yellow_decorative_light_2f", + "structure/yellow_decorative_light_3f", + "structure/yellow_decorative_light_4f" + ], + [ + "structure/yellow_decorative_light_1f", + "structure/yellow_decorative_light_2f", + "structure/yellow_decorative_light_3f", + "structure/yellow_decorative_light_4f" + ] + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": true, + "type": "glass", + "strength": { + "hardness": 0.09999999999999998, + "resistance": 0.09999999999999998 + } + }, + "yellow_grass": { + "category": "nature", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 477, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "nature/yellow_grass_left", + "nature/yellow_grass_left", + "nature/grass_bottom", + "nature/yellow_grass_top", + "nature/yellow_grass_left", + "nature/yellow_grass_left" + ], + "thumbnail": [ + "", + "", + "" + ], + "transparent": false, + "type": "soil", + "strength": { + "hardness": 0.5, + "resistance": 0.5 + } + }, + "yellow_green": { + "category": "color", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 0, + 0, + 0 + ], + "friction": 0.6, + "id": 101, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "color/yellow_green_left", + "color/yellow_green_left", + "color/yellow_green_left", + "color/yellow_green_left", + "color/yellow_green_left", + "color/yellow_green_left" + ], + "thumbnail": [ + "color/yellow_green_left", + "color/yellow_green_left", + "color/yellow_green_left" + ], + "transparent": false, + "type": "paint", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "yellow_light": { + "category": "light", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 15, + 14.850000381469727, + 0 + ], + "friction": 0.6, + "id": 285, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "light/yellow_light_left", + "light/yellow_light_left", + "light/yellow_light_left", + "light/yellow_light_left", + "light/yellow_light_left", + "light/yellow_light_left" + ], + "thumbnail": [ + "light/yellow_light_left", + "light/yellow_light_left", + "light/yellow_light_left" + ], + "transparent": false, + "type": "unknown", + "strength": { + "hardness": 1.0, + "resistance": 1.0 + } + }, + "zero": { + "category": "number", + "color": [ + 1, + 1, + 1, + 1 + ], + "emissive": [ + 14.100000381469727, + 11.25, + 1.7999999523162842 + ], + "friction": 0.6, + "id": 17, + "mass": 1, + "restitution": 0, + "soundGroup": "default", + "texture": [ + "number/zero_left", + "number/zero_left", + "number/zero_left", + "number/zero_left", + "number/zero_left", + "number/zero_left" + ], + "thumbnail": [ + "number/zero_left", + "number/zero_left", + "number/zero_left" + ], + "transparent": false, + "type": "decorative_plastic", + "strength": { + "hardness": 0.8, + "resistance": 0.8 + } + } +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/box3-texture-cut/.gitignore b/Fabric-1.20.1/src/main/resources/box3-texture-cut/.gitignore new file mode 100644 index 0000000..bf0b4f6 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/box3-texture-cut/.gitignore @@ -0,0 +1,6 @@ +/node_modules +/out +/out-mc +/dist +package-lock.json +*.rar \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/box3-texture-cut/README.md b/Fabric-1.20.1/src/main/resources/box3-texture-cut/README.md new file mode 100644 index 0000000..d12c96d --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/box3-texture-cut/README.md @@ -0,0 +1,25 @@ +# 神奇代码岛 (Dao3) 贴图切块工具 + +## 安装依赖 + +npm install + +## 使用时 + +npm run build +npm run start + +## 输出文件 + +- bump/\*.png: 法线贴图 +- color/\*.png: 材质贴图 +- material/\*.png: 未知 + +### 命名格式 + +`__` +其中 + +- name: 方块名称 +- side: 方块面, 有"left" | "right" | "bottom" | "top" | "front" | "back"六面 +- frame: 贴图帧, 当前方块面的动画帧数 diff --git a/Fabric-1.20.1/src/main/resources/box3-texture-cut/inputs/bump.png b/Fabric-1.20.1/src/main/resources/box3-texture-cut/inputs/bump.png new file mode 100644 index 0000000..5d74e31 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/box3-texture-cut/inputs/bump.png differ diff --git a/Fabric-1.20.1/src/main/resources/box3-texture-cut/inputs/color.png b/Fabric-1.20.1/src/main/resources/box3-texture-cut/inputs/color.png new file mode 100644 index 0000000..c2617e5 Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/box3-texture-cut/inputs/color.png differ diff --git a/Fabric-1.20.1/src/main/resources/box3-texture-cut/inputs/material.png b/Fabric-1.20.1/src/main/resources/box3-texture-cut/inputs/material.png new file mode 100644 index 0000000..1bdf30d Binary files /dev/null and b/Fabric-1.20.1/src/main/resources/box3-texture-cut/inputs/material.png differ diff --git a/Fabric-1.20.1/src/main/resources/box3-texture-cut/package.json b/Fabric-1.20.1/src/main/resources/box3-texture-cut/package.json new file mode 100644 index 0000000..584be5b --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/box3-texture-cut/package.json @@ -0,0 +1,23 @@ +{ + "name": "box3-texture-cut", + "version": "1.0.0", + "main": "dist/index.js", + "type": "module", + "scripts": { + "build": "tsc", + "start": "node dist/index.js", + "test": "echo Error: no test specified" + }, + "keywords": [], + "author": "whale303", + "license": "MIT", + "description": "", + "devDependencies": { + "@types/node": "^25.1.0", + "typescript": "^5.9.3" + }, + "dependencies": { + "@types/sharp": "^0.31.1", + "sharp": "^0.34.5" + } +} diff --git a/Fabric-1.20.1/src/main/resources/box3-texture-cut/src/blockIndex.ts b/Fabric-1.20.1/src/main/resources/box3-texture-cut/src/blockIndex.ts new file mode 100644 index 0000000..b93a570 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/box3-texture-cut/src/blockIndex.ts @@ -0,0 +1,1040 @@ +function _getFramePos(ptr: number, frame: number) { + // const pixelPosition = ((255 & ptr) + frame + ((ptr >>> 8) & 255) * 512) * 4 / 128; + const pixelWidth = ((255 & ptr) << 4) + (frame << 4); + const pixelHeight = ((ptr >>> 8) & 255) << 4; + // const pixelWidth = pixelPosition % 32; + // const pixelHeight = Math.floor(pixelPosition / 32); + return { + x: pixelWidth / 16, + y: pixelHeight / 16, + }; +} + +export function getIdByName(name: string): number | undefined { + const index = BlockIndex.names.findIndex((e) => e === name); + return BlockIndex.ids[index]; +} +export function getNameById(blockId: number): string | undefined { + const id = blockId & 4095; + const index = BlockIndex.ids.findIndex((e) => e === id); + return BlockIndex.names[index]; +} + +export function isFluid(blockId: number): boolean { + const id = blockId & 4095; + if (BlockIndex.fluids.findIndex((fluid) => fluid.id === id) === -1) { + return false; + } + return true; +} + +export type FaceName = "left" | "right" | "bottom" | "top" | "front" | "back"; + +export function getSoildBlockTexturePositionById(blockId: number): { + left: Array<{ x: number; y: number }>; + right: Array<{ x: number; y: number }>; + bottom: Array<{ x: number; y: number }>; + top: Array<{ x: number; y: number }>; + front: Array<{ x: number; y: number }>; + back: Array<{ x: number; y: number }>; +} { + const id = blockId & 4095; + const index = BlockIndex.ids.findIndex((e) => e === id); + if (index === -1) { + throw new Error(`Error: Block ${blockId} doesn't exist!`); + } + if (isFluid(blockId)) { + throw new Error(`Error: Block ${blockId} isn't fluid!`); + } + const basePtr = index * 6; + console.log(basePtr); + const faceNameTable = { + 0: "left", + 1: "right", + 2: "bottom", + 3: "top", + 4: "front", + 5: "back", + }; + const faces: { + left: Array<{ x: number; y: number }>; + right: Array<{ x: number; y: number }>; + bottom: Array<{ x: number; y: number }>; + top: Array<{ x: number; y: number }>; + front: Array<{ x: number; y: number }>; + back: Array<{ x: number; y: number }>; + } = { + left: [], + right: [], + bottom: [], + top: [], + front: [], + back: [], + }; + for (let face = 0; face < 6; face++) { + const faceName = faceNameTable[face as 0 | 1 | 2 | 3 | 4 | 5]; + const facePtr = basePtr + face; + // console.warn(facePtr); + for (let frame = 0; frame < BlockIndex.animLength[facePtr]; frame++) { + const position = _getFramePos(BlockIndex.texture[facePtr], frame); + faces[faceName as FaceName].push(position); + } + } + return faces; +} + +export function getNames() { + return BlockIndex.names; +} +export function getIds() { + return BlockIndex.ids; +} + +const BlockIndex = { + atlasRadius: 32, + blockBumpShift: 6, + blockColorShift: 4, + animLength: [ + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 1, 1, 1, 4, 1, 1, 1, 1, 1, 4, 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 4, 4, 4, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, + ], + bumpAtlas: [ + "QmbnN9tYLEadbfMVg1P2mpXkRrQMTgTk5exYTCwCA1U4y8.png", + "QmXjsiXqcPTnwviEnPyohyXUG6uQQBe55KeiCjkPPqbepy.png", + "Qmd9pKyKv1Fj7JyopCr1pB4mkiBv4M5P3f8aah2T1pR37n.png", + "QmTC33aZLLJJ3LD32imxTVVyNVz3Bh6YaUaJ3CTXJim4h7.png", + "QmcUNTj39iKijbDnf5JiX5CHR5fAuoKf995iKk2jKCidpJ.png", + "QmcgwQ3EupKQzrEEnnynKZ8ncVyDb1hcrcMNqApsFFKBeD.png", + "QmYVKyLPekZ12hkv4GKKgVP9eFjWVusFXuiBxqtsgbz6t4.png", + "QmPjo7cg3g8dTTK789Q3CDcfRb5zYPwHGtM3cboX7zr3A2.png", + "QmT7YRvmGb6SVv892oGpuh6sAfyQPuqB2THrno8QaLmjCS.png", + "QmUi4pNUTuDrZNsNvDwbJwQxs8KxpB5K12jgdnSdD14vk6.png", + "QmU1V2GJRzZ19cwZGp5yJ3EtYbAyyobPKbN6mseF2AzLq7.png", + "QmcbPouhDaPtpqDoEa9FRcgD4BH9HE3cyivcnmmBPmEbrc.png", + ], + category: { + "1": [ + 3, 5, 7, 9, 11, 13, 15, 485, 487, 489, 491, 493, 495, 497, 499, 501, 503, + 505, 507, 509, 511, 513, 515, 517, 519, 521, 523, 525, + ], + "2": [17, 19, 21, 23, 25, 27, 29, 31, 33, 35], + "3": [ + 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, + 73, 75, 77, 79, 81, 83, 85, 87, + ], + "4": [ + 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109, 111, 113, 115, 117, 119, + 121, 175, 177, 185, 187, 189, 191, 193, 363, 367, 369, 371, 373, 375, 377, + 379, 381, 383, 385, 387, 389, 391, 393, 395, 397, + ], + "5": [ + 125, 127, 129, 131, 133, 135, 169, 251, 253, 257, 317, 327, 343, 345, 347, + 349, 351, 353, 355, 357, 359, 364, 398, 465, 467, 469, 477, 527, 529, 531, + 533, 535, 537, 539, 541, 543, 544, 553, 574, 633, 650, + ], + "6": [ + 123, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155, 157, 159, 160, 162, + 164, 166, 170, 172, 179, 181, 183, 195, 197, 199, 201, 203, 205, 207, 209, + 211, 213, 215, 217, 219, 221, 223, 225, 227, 229, 231, 233, 235, 237, 239, + 241, 243, 245, 247, 249, 255, 259, 261, 263, 264, 267, 269, 271, 273, 275, + 276, 278, 302, 304, 307, 309, 311, 313, 315, 319, 321, 323, 325, 329, 331, + 333, 335, 361, 401, 403, 405, 407, 408, 411, 433, 435, 437, 439, 441, 443, + 445, 447, 449, 451, 453, 455, 457, 459, 461, 463, 471, 473, 475, 479, 481, + 483, 546, 549, 555, 557, 559, 561, 562, 565, 566, 568, 570, 572, 577, 578, + 581, 582, 585, 587, 589, 591, 593, 595, 597, 599, 601, 603, 605, 607, 609, + 611, 613, 615, 617, 619, 621, 622, 624, 627, 629, 631, 635, 637, 639, 641, + 643, 645, 647, 649, + ], + "7": [281, 283, 285, 287, 289, 291, 293, 295, 297, 299, 301], + "8": [337, 339, 341, 412, 414, 416, 418, 420, 422, 424, 426, 428, 430, 551], + "9": [ + 653, 655, 657, 659, 661, 663, 665, 667, 669, 671, 673, 675, 677, 679, 681, + 683, 685, 687, 689, 691, 693, 695, 697, 699, 701, 703, 705, 707, 709, 711, + 713, 715, 717, 719, 721, 723, 725, 727, 729, 731, 733, 735, 737, 739, 741, + 743, 745, 747, 749, 751, 753, 755, 757, 759, 761, 763, 765, 767, + ], + default: [0], + }, + colorAtlas: [ + "QmXfXeXVYMV3tQdSX5fVY8czopNE936tdQbdKypvu4bTxS.png", + "QmTgkWh1SbvnCYyB4HvG9vtPDw8toXGQuzSHSsbpxKUSU3.png", + "QmZy8opMYTX8S8KBLybJJqKcuTymvTNGDaWan7EjKJcahg.png", + "QmUNRJJiUXqmJNJ4GbfshKnPKcoRh1VWrx4BF6J5cXNcdk.png", + "Qmbr5Hgz2FfhZzL88Y5kJ6PXhzjFVxKNhsa7aSDS1W85aw.png", + "QmURgfoYHxMaE5dNSKdiZRwr8FhRddTc5uHZogu15JSBTM.png", + "QmSvqsKk1E57KxBG36u12EaDkQVnzkyWvzXQcThQUgVRbD.png", + "QmYxTPS66UTz5RVR7FxyoDYmKyee8L2vXNK4e9df77SZ7J.png", + "QmdQ1HQoYhCRqWvDK4JtjcJcuWmHCnGFhHF4kjNEmq8fgm.png", + "QmQh5wYkWUrMJ7E5LpA7Z16DuELhGVwbAJYjCokLeRgpvL.png", + ], + emissive: [ + 0, 895, 895, 895, 895, 895, 967, 967, 446, 446, 446, 446, 446, 446, 446, + 446, 446, 446, 3523, 3523, 3523, 3523, 3523, 3523, 3523, 3523, 3523, 3523, + 3523, 3523, 3523, 3523, 3523, 3523, 3523, 3523, 3523, 3523, 3523, 3523, + 3523, 3523, 3523, 3523, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2511, 4095, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 14, 126, 239, 195, 4084, 2387, 3864, 3502, 3305, 3276, + 2510, 0, 0, 2511, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1638, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 791, 589, 0, 0, 3474, 2563, 0, 0, 0, 0, 895, + 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, + 895, 895, 895, 895, 895, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 652, 0, 0, 0, 0, + 0, 0, 1743, 3443, 3728, 947, 317, 1247, 0, 0, 0, 0, 0, 0, 0, 0, 3003, 3003, + 87, 0, 0, 0, 0, 1909, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 529, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + ], + fluids: [ + { + id: 0, + mass: 0, + info: 0, + }, + { + id: 364, + mass: 1, + info: 872401945, + }, + { + id: 412, + mass: 1, + info: 2568559103, + }, + { + id: 414, + mass: 1, + info: 2568617753, + }, + { + id: 416, + mass: 1, + info: 2583632153, + }, + { + id: 418, + mass: 1, + info: 2568617983, + }, + { + id: 420, + mass: 1, + info: 2583632383, + }, + { + id: 422, + mass: 1, + info: 2568611327, + }, + { + id: 424, + mass: 1, + info: 4076863487, + }, + { + id: 426, + mass: 1, + info: 4060220441, + }, + { + id: 428, + mass: 1, + info: 4227858432, + }, + { + id: 430, + mass: 1, + info: 2139914239, + }, + ], + friction: [ + 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 10, 10, 1, 1, 1, 20, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + ], + ids: [ + 0, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, + 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, + 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109, 111, + 113, 115, 117, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, + 143, 145, 147, 149, 151, 153, 155, 157, 159, 160, 162, 164, 166, 169, 170, + 172, 175, 177, 179, 181, 183, 185, 187, 189, 191, 193, 195, 197, 199, 201, + 203, 205, 207, 209, 211, 213, 215, 217, 219, 221, 223, 225, 227, 229, 231, + 233, 235, 237, 239, 241, 243, 245, 247, 249, 251, 253, 255, 257, 259, 261, + 263, 264, 267, 269, 271, 273, 275, 276, 278, 281, 283, 285, 287, 289, 291, + 293, 295, 297, 299, 301, 302, 304, 307, 309, 311, 313, 315, 317, 319, 321, + 323, 325, 327, 329, 331, 333, 335, 337, 339, 341, 343, 345, 347, 349, 351, + 353, 355, 357, 359, 361, 363, 364, 367, 369, 371, 373, 375, 377, 379, 381, + 383, 385, 387, 389, 391, 393, 395, 397, 398, 401, 403, 405, 407, 408, 411, + 412, 414, 416, 418, 420, 422, 424, 426, 428, 430, 433, 435, 437, 439, 441, + 443, 445, 447, 449, 451, 453, 455, 457, 459, 461, 463, 465, 467, 469, 471, + 473, 475, 477, 479, 481, 483, 485, 487, 489, 491, 493, 495, 497, 499, 501, + 503, 505, 507, 509, 511, 513, 515, 517, 519, 521, 523, 525, 527, 529, 531, + 533, 535, 537, 539, 541, 543, 544, 546, 549, 551, 553, 555, 557, 559, 561, + 562, 565, 566, 568, 570, 572, 574, 577, 578, 581, 582, 585, 587, 589, 591, + 593, 595, 597, 599, 601, 603, 605, 607, 609, 611, 613, 615, 617, 619, 621, + 622, 624, 627, 629, 631, 633, 635, 637, 639, 641, 643, 645, 647, 649, 650, + 653, 655, 657, 659, 661, 663, 665, 667, 669, 671, 673, 675, 677, 679, 681, + 683, 685, 687, 689, 691, 693, 695, 697, 699, 701, 703, 705, 707, 709, 711, + 713, 715, 717, 719, 721, 723, 725, 727, 729, 731, 733, 735, 737, 739, 741, + 743, 745, 747, 749, 751, 753, 755, 757, 759, 761, 763, 765, 767, + ], + materialAtlas: [ + "QmQPckMCVJRhhLi326UtW9ZSTjcZrgnuVtVXbRmGMvra9Y.png", + "QmVmzy1m7qB7PJFQSunonKsADoWv9gLrXZvKsWW4vZfz4f.png", + "QmePvpHERjiE1UpGe4TeciYBLgbxxtbuK2WVUV7uKrCKKW.png", + "QmP41UgybVmS7xF1V4ThYFoLKi3qoCMTukRfcYc1V6bCnk.png", + "QmXTLX1szbN3QTEAJxxkHfCWUasJ9rHNqhUfPEPPdahsXm.png", + "QmXQmb4zrJuypATovNi24xQ3n8d8RxehsET6Ag6EZT8dbY.png", + "QmammAJvJTnHPk8av2uDjMfdDaSJPfxqSfKdg8vht3ZSro.png", + "QmSbcuLFv2pJS5TgRMAAMjmePCFvCbzj8zgxgnd9f4fSnN.png", + "QmTn4FL6hBnoD469zujDAFMpQtZMNwF5Wcc4LtHTqWNYHZ.png", + "QmYMBWDsNiyuqgKwV9uctrVvbfDikFqPTPaEPj34DPnrq9.png", + ], + names: [ + "air", + "add", + "subtract", + "multiply", + "divide", + "equal", + "exclamation_mark", + "question_mark", + "zero", + "one", + "two", + "three", + "four", + "five", + "six", + "seven", + "eight", + "nine", + "A", + "B", + "C", + "D", + "E", + "F", + "G", + "H", + "I", + "J", + "K", + "L", + "M", + "N", + "O", + "P", + "Q", + "R", + "S", + "T", + "U", + "V", + "W", + "X", + "Y", + "Z", + "cadet_blue", + "sky_blue", + "powder_blue", + "dark_gray", + "light_gray", + "olive_green", + "yellow_green", + "pale_green", + "red", + "dark_red", + "brick_red", + "medium_gray", + "dark_slate_blue", + "pink", + "sakura_pink", + "orange", + "lemon", + "stained_glass", + "dirt", + "grass", + "stone", + "green_leaf", + "acacia", + "sand", + "plank_01", + "plank_02", + "plank_03", + "plank_04", + "ice_brick", + "light_grey_stone_brick", + "grey_stone_brick", + "gold_trim_brick", + "red_brick", + "quartz_brick", + "lantern_01", + "lantern_02", + "window", + "cross_window", + "geometric_window_01", + "geometric_window_02", + "snow", + "glass", + "color_glass", + "black", + "white", + "wooden_box", + "board_01", + "board_02", + "stripe_01", + "stripe_02", + "stripe_03", + "stripe_04", + "stripe_05", + "carpet_01", + "carpet_02", + "carpet_03", + "carpet_04", + "carpet_05", + "carpet_06", + "carpet_07", + "palace_eaves_01", + "palace_eaves_02", + "palace_eaves_03", + "palace_eaves_04", + "palace_eaves_05", + "palace_eaves_06", + "palace_eaves_07", + "palace_eaves_08", + "roof_red", + "roof_purple", + "roof_green", + "roof_blue_04", + "roof_yellow", + "carpet_08", + "carpet_09", + "carpet_10", + "carpet_11", + "carpet_12", + "carpet_13", + "stainless_steel", + "ice_wall", + "leaf_01", + "leaf_02", + "palace_roof", + "wood", + "red_brick_floor", + "red_brick_wall", + "palace_floor", + "palace_carving", + "stone_pillar_03", + "stone_pillar_04", + "stone_pillar_05", + "stone_pillar_06", + "stone_wall", + "blue_glass", + "green_glass", + "red_light", + "orange_light", + "yellow_light", + "green_light", + "indigo_light", + "blue_light", + "purple", + "pink_light", + "mint_green_light", + "white_light", + "warm_yellow_light", + "black_glass", + "red_glass", + "palace_lamp", + "board_03", + "board_04", + "board_05", + "board_06", + "dark_grass", + "greenbelt_L", + "greenbelt_L1", + "stone_brick_01", + "stone_brick_02", + "dark_stone", + "dark_brick_00", + "dark_brick_01", + "dark_brick_02", + "stone_wall_01", + "pink_cake", + "macaroon", + "biscuit", + "snowland", + "polar_region", + "polar_ice", + "blue_surface_01", + "blue_surface_02", + "purple_surface_01", + "purple_surface_02", + "dark_surface", + "rock", + "palace_cloud", + "blue", + "water", + "turquoise", + "dark_orchid", + "medium_orchid", + "medium_purple", + "medium_violet_red", + "maroon", + "coffee_gray", + "peru", + "dark_salmon", + "navajo_white", + "orange_red", + "medium_yellow", + "medium_green", + "sienna", + "mint_green", + "medium_spring_green", + "ice", + "crane_roof_01", + "crane_roof_02", + "crane_lantern", + "roof_grey", + "palace_window", + "woodstone_12", + "strawberry_juice", + "lime_juice", + "blueberry_juice", + "lemon_juice", + "grape_juice", + "orange_juice", + "milk", + "soy_sauce", + "coffee", + "peach_juice", + "board0", + "board1", + "board2", + "board3", + "board4", + "board5", + "board6", + "board7", + "board8", + "board9", + "board10", + "board11", + "board12", + "board13", + "board14", + "board15", + "lava01", + "lava02", + "windygrass", + "conveyor", + "ledfloor01", + "ledfloor02", + "yellow_grass", + "express_box", + "television", + "bookshelf", + "ampersand", + "asterisk", + "at", + "backslash", + "bracket_close", + "bracket_open", + "caret", + "colon", + "comma", + "dollar", + "greater_than", + "less_than", + "paren_open", + "paren_close", + "percent", + "period", + "pound", + "quotation_mark", + "semicolon", + "slash", + "tilde", + "winter_leaf", + "leaf_03", + "leaf_04", + "leaf_05", + "honeycomb_01", + "honeycomb_02", + "white_grass", + "palm", + "pumpkin", + "spiderweb", + "bat_window", + "pumpkin_lantern", + "candy", + "bear_footprint", + "red_gift", + "blue_gift", + "snowman_head", + "snowman_body", + "star_lamp", + "snowflake_lamp", + "blue_decorative_light", + "green_decorative_light", + "red_decorative_light", + "yellow_decorative_light", + "bamboo", + "fu", + "traditional_window", + "rainbow_cube", + "firecracker", + "air_duct", + "button", + "fan", + "lab_lamp_01", + "lab_lamp_02", + "lab_lamp_03", + "lab_material_01", + "lab_material_02", + "lab_material_03", + "lab_material_04", + "lab_material_05", + "lab_material_06", + "lab_material_07", + "lab_material_08", + "lab_material_09", + "lab_material_10", + "lab_material_11", + "lab_material_12", + "lab_material_13", + "lab_material_14", + "lab_material_15", + "lab_screen", + "lab_wire", + "bounce_pad", + "leaf_06", + "board_07", + "brick_01", + "brick_02", + "plank_05", + "plank_06", + "plank_07", + "toolbox", + "treasure_chest", + "barrier", + "snow_grass", + "snow_land", + "withered_grass_land", + "withered_grass", + "orange_grass", + "orange_grass_all", + "purple_grass", + "purple_grass_all", + "blue_grass", + "blue_grass_all", + "pink_grass", + "pink_grass_all", + "light_blue_grass", + "light_blue_grass_all", + "light_purple_grass_", + "light_purple_grass_all", + "dark_red_grass", + "dark_red_grass_all", + "dark_yellow_grass", + "dark_yellow_grass_all", + "dark_blue_grass", + "dark_blue_grass_all", + "dark_purple_grass", + "dark_purple_grass_all", + "special_grass_01", + "special_grass_02", + "special_grass_03", + "special_grass_04", + "special_grass_05", + "special_grass_06", + "special_grass_07", + "special_grass_08", + "special_grass_09", + "special_grass_10", + "special_land_01", + "grass_sand", + "dark_grass_sand", + "light_sand", + "dark_sand", + "sand_stones", + "light_volcanic_rock", + "dark_volcanic_rock", + "light_dirt", + "grass_rock", + "grass_all", + "dark_grass_rock", + "dark_grass_all", + "special_grass_11", + "special_grass_12", + "special_grass_13", + "special_grass_14", + "special_grass_15", + "special_grass_16", + "special_sand_01", + "special_sand_02", + "special_sand_03", + "special_sand_04", + "special_sand_05", + ], + restitution: [ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, + ], + texture: [ + 0, 0, 0, 0, 0, 0, 524, 524, 524, 524, 524, 524, 525, 525, 525, 525, 525, + 525, 526, 526, 526, 526, 526, 526, 527, 527, 527, 527, 527, 527, 528, 528, + 528, 528, 528, 528, 529, 529, 529, 529, 529, 529, 530, 530, 530, 530, 530, + 530, 531, 531, 531, 531, 531, 531, 532, 532, 532, 532, 532, 532, 533, 533, + 533, 533, 533, 533, 534, 534, 534, 534, 534, 534, 535, 535, 535, 535, 535, + 535, 536, 536, 536, 536, 536, 536, 537, 537, 537, 537, 537, 537, 538, 538, + 538, 538, 538, 538, 539, 539, 539, 539, 539, 539, 540, 540, 540, 540, 540, + 540, 541, 541, 541, 541, 541, 541, 542, 542, 542, 542, 542, 542, 543, 543, + 543, 543, 543, 543, 768, 768, 768, 768, 768, 768, 769, 769, 769, 769, 769, + 769, 770, 770, 770, 770, 770, 770, 771, 771, 771, 771, 771, 771, 772, 772, + 772, 772, 772, 772, 773, 773, 773, 773, 773, 773, 774, 774, 774, 774, 774, + 774, 775, 775, 775, 775, 775, 775, 776, 776, 776, 776, 776, 776, 777, 777, + 777, 777, 777, 777, 778, 778, 778, 778, 778, 778, 779, 779, 779, 779, 779, + 779, 780, 780, 780, 780, 780, 780, 781, 781, 781, 781, 781, 781, 782, 782, + 782, 782, 782, 782, 783, 783, 783, 783, 783, 783, 784, 784, 784, 784, 784, + 784, 785, 785, 785, 785, 785, 785, 786, 786, 786, 786, 786, 786, 787, 787, + 787, 787, 787, 787, 788, 788, 788, 788, 788, 788, 789, 789, 789, 789, 789, + 789, 790, 790, 790, 790, 790, 790, 791, 791, 791, 791, 791, 791, 792, 792, + 792, 792, 792, 792, 793, 793, 793, 793, 793, 793, 794, 794, 794, 794, 794, + 794, 795, 795, 795, 795, 795, 795, 796, 796, 796, 796, 796, 796, 797, 797, + 797, 797, 797, 797, 798, 798, 798, 798, 798, 798, 799, 799, 799, 799, 799, + 799, 1024, 1024, 1024, 1024, 1024, 1024, 1025, 1025, 1025, 1025, 1025, 1025, + 1026, 1026, 1026, 1026, 1026, 1026, 1027, 1027, 1027, 1027, 1027, 1027, + 1028, 1028, 1028, 1028, 1028, 1028, 1029, 1029, 1029, 1029, 1029, 1029, + 1030, 1030, 1030, 1030, 1030, 1030, 1031, 1031, 1031, 1031, 1031, 1031, + 1032, 1032, 1032, 1032, 1032, 1032, 1033, 1033, 1034, 1035, 1033, 1033, + 1036, 1036, 1037, 1038, 1036, 1036, 1039, 1039, 1039, 1039, 1039, 1039, + 1040, 1040, 1040, 1040, 1040, 1040, 1041, 1041, 1042, 1043, 1041, 1041, + 1044, 1044, 1044, 1044, 1044, 1044, 1045, 1045, 1045, 1045, 1045, 1045, + 1046, 1046, 1046, 1046, 1046, 1046, 1047, 1047, 1047, 1047, 1047, 1047, + 1048, 1048, 1048, 1048, 1048, 1048, 1049, 1049, 1050, 1051, 1049, 1049, + 1052, 1052, 1052, 1052, 1052, 1052, 1053, 1053, 1053, 1053, 1053, 1053, + 1054, 1054, 1054, 1054, 1054, 1054, 1055, 1055, 1055, 1055, 1055, 1055, + 1280, 1280, 1280, 1280, 1280, 1280, 1281, 1281, 1281, 1281, 1281, 1281, + 1282, 1282, 1282, 1282, 1282, 1282, 1283, 1283, 1283, 1283, 1283, 1283, + 1284, 1284, 1284, 1284, 1284, 1284, 1285, 1285, 1285, 1285, 1285, 1285, + 1286, 1286, 1286, 1286, 1286, 1286, 1287, 1287, 1287, 1287, 1287, 1287, + 1288, 1288, 1288, 1288, 1288, 1288, 1289, 1289, 1289, 1289, 1289, 1289, + 1290, 1290, 1290, 1290, 1290, 1290, 1291, 1291, 1291, 1291, 1291, 1291, + 1292, 1292, 1292, 1292, 1292, 1292, 1293, 1293, 1293, 1293, 1293, 1293, + 1294, 1294, 1294, 1294, 1294, 1294, 1295, 1295, 1295, 1295, 1295, 1295, + 1296, 1296, 1296, 1296, 1296, 1296, 1297, 1297, 1297, 1297, 1297, 1297, + 1298, 1298, 1298, 1298, 1298, 1298, 1299, 1299, 1299, 1299, 1299, 1299, + 1300, 1300, 1300, 1300, 1300, 1300, 1301, 1301, 1301, 1301, 1301, 1301, + 1302, 1302, 1302, 1302, 1302, 1302, 1303, 1303, 1303, 1303, 1303, 1303, + 1304, 1304, 1304, 1304, 1304, 1304, 1305, 1305, 1305, 1305, 1305, 1305, + 1306, 1306, 1306, 1306, 1306, 1306, 1307, 1307, 1308, 1308, 1307, 1307, + 1309, 1309, 1309, 1309, 1309, 1309, 1310, 1310, 1310, 1310, 1310, 1310, + 1311, 1311, 1311, 1311, 1311, 1311, 1536, 1536, 1536, 1536, 1536, 1536, + 1537, 1537, 1537, 1537, 1537, 1537, 1538, 1538, 1538, 1538, 1538, 1538, + 1539, 1539, 1539, 1539, 1539, 1539, 1540, 1540, 1540, 1540, 1540, 1540, + 1541, 1541, 1541, 1541, 1541, 1541, 1542, 1542, 1542, 1542, 1542, 1542, + 1543, 1543, 1543, 1543, 1543, 1543, 1544, 1544, 1544, 1544, 1544, 1544, + 1545, 1545, 1545, 1545, 1545, 1545, 1546, 1546, 1546, 1546, 1546, 1546, + 1547, 1547, 1547, 1547, 1547, 1547, 1548, 1548, 1548, 1548, 1548, 1548, + 1549, 1549, 1549, 1549, 1549, 1549, 1550, 1550, 1550, 1550, 1550, 1550, + 1551, 1551, 1551, 1551, 1551, 1551, 1552, 1552, 1553, 1554, 1552, 1552, + 1555, 1555, 1555, 1555, 1555, 1555, 1556, 1556, 1556, 1556, 1556, 1556, + 1557, 1557, 1557, 1557, 1557, 1557, 1558, 1558, 1559, 1559, 1558, 1558, + 1560, 1560, 1560, 1560, 1560, 1560, 1561, 1561, 1561, 1561, 1561, 1561, + 1562, 1562, 1562, 1562, 1562, 1562, 1563, 1563, 1563, 1563, 1563, 1563, + 1564, 1564, 1565, 1565, 1564, 1564, 1566, 1566, 1567, 1567, 1566, 1566, + 1792, 1792, 1793, 1793, 1792, 1792, 1794, 1794, 1795, 1795, 1794, 1794, + 1796, 1796, 1796, 1796, 1796, 1796, 1797, 1797, 1797, 1797, 1797, 1797, + 1798, 1798, 1798, 1798, 1798, 1798, 1799, 1799, 1799, 1799, 1799, 1799, + 1800, 1800, 1800, 1800, 1800, 1800, 1801, 1801, 1801, 1801, 1801, 1801, + 1802, 1802, 1802, 1802, 1802, 1802, 1803, 1803, 1803, 1803, 1803, 1803, + 1804, 1804, 1804, 1804, 1804, 1804, 1805, 1805, 1805, 1805, 1805, 1805, + 1806, 1806, 1806, 1806, 1806, 1806, 1807, 1807, 1807, 1807, 1807, 1807, + 1808, 1808, 1808, 1808, 1808, 1808, 1809, 1809, 1809, 1809, 1809, 1809, + 1810, 1810, 1810, 1810, 1810, 1810, 1811, 1811, 1811, 1811, 1811, 1811, + 1812, 1812, 1812, 1812, 1812, 1812, 1813, 1813, 1813, 1813, 1813, 1813, + 1814, 1814, 1814, 1814, 1814, 1814, 1815, 1815, 1815, 1815, 1815, 1815, + 1816, 1816, 1816, 1816, 1816, 1816, 1817, 1817, 1818, 1819, 1817, 1817, + 1820, 1820, 1821, 1822, 1820, 1820, 1823, 1823, 2048, 2049, 1823, 1823, + 2050, 2050, 2050, 2050, 2050, 2050, 2051, 2051, 2051, 2051, 2051, 2051, + 2052, 2052, 2052, 2052, 2052, 2052, 2053, 2053, 2053, 2053, 2053, 2053, + 2054, 2054, 2054, 2054, 2054, 2054, 2055, 2055, 2055, 2055, 2055, 2055, + 2056, 2056, 2056, 2056, 2056, 2056, 2057, 2057, 2058, 2059, 2057, 2057, + 2060, 2060, 2061, 2062, 2060, 2060, 2063, 2063, 2064, 2065, 2063, 2063, + 2066, 2066, 2067, 2068, 2066, 2066, 2069, 2069, 2070, 2071, 2069, 2069, + 2072, 2072, 2073, 2074, 2072, 2072, 2075, 2075, 2076, 2077, 2075, 2075, + 2078, 2078, 2079, 2304, 2078, 2078, 2305, 2305, 2306, 2307, 2305, 2305, + 2308, 2308, 2309, 2310, 2308, 2308, 2311, 2311, 2312, 2313, 2311, 2311, + 2314, 2314, 2315, 2316, 2314, 2314, 2317, 2317, 2317, 2317, 2317, 2317, + 2318, 2318, 2318, 2318, 2318, 2318, 524, 524, 524, 524, 524, 524, 2319, + 2319, 2319, 2319, 2319, 2319, 2320, 2320, 2320, 2320, 2320, 2320, 2321, + 2321, 2321, 2321, 2321, 2321, 2322, 2322, 2322, 2322, 2322, 2322, 2323, + 2323, 2323, 2323, 2323, 2323, 2324, 2324, 2324, 2324, 2324, 2324, 2325, + 2325, 2325, 2325, 2325, 2325, 2326, 2326, 2326, 2326, 2326, 2326, 2327, + 2327, 2327, 2327, 2327, 2327, 2328, 2328, 2328, 2328, 2328, 2328, 2329, + 2329, 2329, 2329, 2329, 2329, 2330, 2330, 2330, 2330, 2330, 2330, 2331, + 2331, 2331, 2331, 2331, 2331, 2332, 2332, 2332, 2332, 2332, 2332, 2333, + 2333, 2333, 2333, 2333, 2333, 2334, 2334, 2334, 2334, 2334, 2334, 2335, + 2335, 2335, 2335, 2335, 2335, 2560, 2560, 2560, 2560, 2560, 2560, 2561, + 2561, 2561, 2561, 2561, 2561, 2562, 2562, 2562, 2562, 2562, 2562, 2563, + 2563, 2563, 2563, 2563, 2563, 2564, 2564, 2564, 2564, 2564, 2564, 2565, + 2565, 2566, 2566, 2565, 2565, 524, 524, 524, 524, 524, 524, 524, 524, 524, + 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, + 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, + 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, + 524, 524, 524, 524, 524, 524, 2567, 2567, 2567, 2567, 2567, 2567, 2567, + 2567, 2567, 2568, 2567, 2567, 2567, 2567, 2567, 2569, 2567, 2567, 2567, + 2567, 2567, 2570, 2567, 2567, 2567, 2567, 2567, 2571, 2567, 2567, 2567, + 2567, 2567, 2572, 2567, 2567, 2567, 2567, 2567, 2573, 2567, 2567, 2567, + 2567, 2567, 2574, 2567, 2567, 2567, 2567, 2567, 2575, 2567, 2567, 2567, + 2567, 2567, 2576, 2567, 2567, 2567, 2567, 2567, 2577, 2567, 2567, 2567, + 2567, 2567, 2578, 2567, 2567, 2567, 2567, 2567, 2579, 2567, 2567, 2567, + 2567, 2567, 2580, 2567, 2567, 2567, 2567, 2567, 2581, 2567, 2567, 2567, + 2567, 2567, 2582, 2567, 2567, 0, 0, 0, 4, 0, 0, 8, 8, 8, 12, 8, 8, 1036, + 1036, 1037, 16, 1036, 1036, 2583, 2583, 2584, 20, 2583, 2583, 24, 24, 24, + 24, 24, 24, 28, 28, 28, 28, 28, 28, 2585, 2585, 1037, 2586, 2585, 2585, + 2587, 2587, 2588, 2589, 2590, 2591, 2816, 2816, 2816, 2816, 2817, 2818, + 2819, 2819, 2819, 2819, 2820, 2821, 2822, 2822, 2822, 2822, 2822, 2822, + 2823, 2823, 2823, 2823, 2823, 2823, 2824, 2824, 2824, 2824, 2824, 2824, + 2825, 2825, 2825, 2825, 2825, 2825, 2826, 2826, 2826, 2826, 2826, 2826, + 2827, 2827, 2827, 2827, 2827, 2827, 2828, 2828, 2828, 2828, 2828, 2828, + 2829, 2829, 2829, 2829, 2829, 2829, 2830, 2830, 2830, 2830, 2830, 2830, + 2831, 2831, 2831, 2831, 2831, 2831, 2832, 2832, 2832, 2832, 2832, 2832, + 2833, 2833, 2833, 2833, 2833, 2833, 2834, 2834, 2834, 2834, 2834, 2834, + 2835, 2835, 2835, 2835, 2835, 2835, 2836, 2836, 2836, 2836, 2836, 2836, + 2837, 2837, 2837, 2837, 2837, 2837, 2838, 2838, 2838, 2838, 2838, 2838, + 2839, 2839, 2839, 2839, 2839, 2839, 2840, 2840, 2840, 2840, 2840, 2840, + 2841, 2841, 2841, 2841, 2841, 2841, 2842, 2842, 2842, 2842, 2842, 2842, + 2843, 2843, 1040, 2844, 2843, 2843, 2845, 2845, 2845, 2845, 2845, 2845, + 2846, 2846, 2846, 2846, 2846, 2846, 2847, 2847, 2847, 2847, 2847, 2847, + 3072, 3072, 3072, 3072, 3072, 3072, 3073, 3073, 3073, 3073, 3073, 3073, + 3074, 3074, 1034, 3075, 3074, 3074, 3076, 3076, 3077, 3077, 3076, 3076, + 3078, 3078, 3079, 3080, 3078, 3078, 3081, 3081, 3081, 3081, 3081, 3081, + 3082, 3082, 3082, 3082, 3082, 3082, 3083, 3083, 3084, 3085, 3086, 3083, + 3087, 3087, 3087, 3087, 3087, 3087, 3088, 3088, 3088, 3088, 3088, 3088, + 3089, 3089, 3090, 3091, 3089, 3089, 3092, 3092, 3093, 3094, 3092, 3092, + 3095, 3095, 3096, 3097, 3098, 3095, 3099, 3099, 3100, 3101, 3102, 3099, 256, + 256, 256, 256, 256, 256, 260, 260, 260, 260, 260, 260, 264, 264, 264, 264, + 264, 264, 268, 268, 268, 268, 268, 268, 272, 272, 272, 272, 272, 272, 276, + 276, 276, 276, 276, 276, 3103, 3103, 3328, 3328, 3103, 3103, 3329, 3329, + 3329, 3329, 3329, 3329, 3330, 3330, 3330, 3330, 3330, 3330, 280, 280, 280, + 280, 280, 280, 284, 284, 512, 512, 284, 284, 3331, 3331, 3331, 3331, 3331, + 3331, 3332, 3332, 3332, 3332, 3333, 3333, 516, 516, 516, 516, 520, 520, + 3334, 3334, 3334, 3334, 3334, 3334, 3335, 3335, 3335, 3335, 3335, 3335, + 3336, 3336, 3336, 3336, 3336, 3336, 3337, 3337, 3337, 3337, 3337, 3337, + 3338, 3338, 3338, 3338, 3338, 3338, 3339, 3339, 3339, 3339, 3339, 3339, + 3340, 3340, 3340, 3340, 3340, 3340, 3341, 3341, 3341, 3341, 3341, 3341, + 3342, 3342, 3342, 3342, 3342, 3342, 3343, 3343, 3343, 3343, 3343, 3343, + 3344, 3344, 3344, 3344, 3344, 3344, 3345, 3345, 3345, 3345, 3345, 3345, + 3346, 3346, 3346, 3346, 3346, 3346, 3347, 3347, 3347, 3347, 3347, 3347, + 3348, 3348, 3348, 3348, 3348, 3348, 3349, 3349, 3349, 3349, 3349, 3349, + 3350, 3350, 3350, 3350, 3350, 3350, 3351, 3351, 3351, 3351, 3351, 3351, + 3352, 3353, 3353, 3353, 3353, 3353, 3354, 3354, 3355, 3355, 3354, 3354, + 3356, 3356, 3356, 3356, 3356, 3356, 3357, 3357, 3357, 3357, 3357, 3357, + 3358, 3358, 3358, 3358, 3358, 3358, 3359, 3359, 3359, 3359, 3359, 3359, + 3584, 3584, 3584, 3584, 3584, 3584, 3585, 3585, 3585, 3585, 3585, 3585, + 3586, 3586, 3586, 3586, 3586, 3586, 3587, 3587, 3587, 3587, 3587, 3587, + 3588, 3588, 3589, 3590, 3591, 3591, 3592, 3592, 3593, 3594, 3595, 3596, + 3597, 3597, 3597, 3597, 3597, 3597, 3598, 3598, 3599, 3600, 3598, 3598, + 3601, 3601, 3602, 3603, 3601, 3601, 3604, 3604, 3605, 3606, 3604, 3604, + 3607, 3607, 3607, 3607, 3607, 3607, 3608, 3608, 3609, 3610, 3608, 3608, + 3611, 3611, 3612, 3613, 3611, 3611, 3614, 3614, 3615, 3840, 3614, 3614, + 3841, 3841, 3841, 3841, 3841, 3841, 3842, 3842, 3843, 3844, 3842, 3842, + 3845, 3845, 3846, 3847, 3845, 3845, 3848, 3848, 3849, 3850, 3848, 3848, + 3851, 3851, 3852, 3853, 3851, 3851, 3854, 3854, 3855, 3856, 3854, 3854, + 3857, 3857, 3858, 3859, 3857, 3857, 3860, 3860, 3861, 3862, 3860, 3860, + 3863, 3863, 3864, 3865, 3863, 3863, 3866, 3866, 3867, 3868, 3866, 3866, + 3869, 3869, 3870, 3871, 3869, 3869, 4096, 4096, 4097, 4098, 4096, 4096, + 4099, 4099, 4100, 4101, 4099, 4099, 4102, 4102, 4103, 4104, 4102, 4102, + 4105, 4105, 4106, 4107, 4105, 4105, 4108, 4108, 4109, 4110, 4108, 4108, + 4111, 4111, 4112, 4113, 4111, 4111, 4114, 4114, 4115, 4116, 4114, 4114, + 4117, 4117, 4118, 4119, 4117, 4117, 4120, 4120, 4121, 4122, 4120, 4120, + 4123, 4123, 4124, 4125, 4123, 4123, 4126, 4126, 4127, 4352, 4126, 4126, + 4353, 4353, 4354, 4355, 4353, 4353, 4356, 4356, 4357, 4358, 4356, 4356, + 4359, 4359, 4360, 4359, 4359, 4359, 4361, 4361, 4362, 4363, 4361, 4361, + 4364, 4364, 4365, 4366, 4364, 4364, 4367, 4367, 4368, 4369, 4367, 4367, + 4370, 4370, 4371, 4372, 4370, 4370, 4373, 4373, 4374, 4375, 4373, 4373, + 4376, 4376, 4377, 4378, 4376, 4376, 4379, 4379, 4380, 4381, 4379, 4379, + 4382, 4382, 4383, 4608, 4382, 4382, 4609, 4609, 4610, 4611, 4609, 4609, + 4612, 4612, 4613, 4614, 4612, 4612, 4615, 4615, 4616, 4617, 4615, 4615, + 4618, 4618, 4619, 4620, 4618, 4618, 4621, 4621, 4622, 4623, 4621, 4621, + 4624, 4624, 4625, 4626, 4624, 4624, 4627, 4627, 4628, 4629, 4627, 4627, + 4630, 4630, 4631, 4632, 4630, 4630, 4633, 4633, 4634, 4635, 4633, 4633, + 4636, 4636, 4637, 4638, 4636, 4636, 4639, 4639, 4864, 4865, 4639, 4639, + 4866, 4866, 4867, 4868, 4866, 4866, 4869, 4869, 4870, 4871, 4869, 4869, + 4872, 4872, 4873, 4874, 4872, 4872, 4875, 4875, 4876, 4877, 4875, 4875, + 4878, 4878, 4879, 4880, 4878, 4878, 4881, 4881, 4882, 4883, 4881, 4881, + 4884, 4884, 4885, 4886, 4884, 4884, + ], + velocity: [ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.25, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, + ], +}; diff --git a/Fabric-1.20.1/src/main/resources/box3-texture-cut/src/index.ts b/Fabric-1.20.1/src/main/resources/box3-texture-cut/src/index.ts new file mode 100644 index 0000000..feaee14 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/box3-texture-cut/src/index.ts @@ -0,0 +1,251 @@ +import sharp from "sharp"; +import { + FaceName, + getIds, + getNameById, + getSoildBlockTexturePositionById, + isFluid, +} from "./blockIndex.js"; +import { mkdirSync, writeFileSync } from "node:fs"; + +const files = { + material: "inputs/material.png", + bump: "inputs/bump.png", + color: "inputs/color.png", +}; + +const sharpObj = { + material: sharp(files.material), + bump: sharp(files.bump), + color: sharp(files.color), +}; + +const mcAnimationConfig = { + defaultFrameTime: 4, + frameTimeOverrides: {} as Record, +}; + +/* top: 顶部 + * bottom: 底部 + * cover: 顶部 & 底部 + * left: 左边 + * right: 右边 + * foward: 前边 + * backward: 后边 + * side: 前后左右环绕 + * all: 全部 + * + * [注意!] 有all或side描述的情况下,可以定义某一面的特殊情况 + */ +const tilesPositionMap: Map<[number, number], string> = new Map(); // new Map([ +// // lava01 +// [[0, 0], "lava01_all_00"], +// [[1, 0], "lava01_all_01"], +// [[2, 0], "lava01_all_02"], +// [[3, 0], "lava01_all_03"], +// [[4, 0], "lava01_top_00"], // override +// [[5, 0], "lava01_top_01"], +// [[6, 0], "lava01_top_02"], +// [[7, 0], "lava01_top_03"], +// // lava02 +// [[8, 0], "lava02_all_00"], +// [[9, 0], "lava02_all_01"], +// [[10, 0], "lava02_all_02"], +// [[11, 0], "lava02_all_03"], +// [[12, 0], "lava02_top_00"], // override +// [[13, 0], "lava02_top_01"], +// [[14, 0], "lava02_top_02"], +// [[15, 0], "lava02_top_03"], +// // windygrass +// [[16, 0], "windygrass_top_00"], // override +// [[17, 0], "windygrass_top_01"], +// [[18, 0], "windygrass_top_02"], +// [[19, 0], "windygrass_top_03"], +// // conveyor +// [[20, 0], "conveyer_top_00"], +// [[21, 0], "conveyer_top_01"], +// [[22, 0], "conveyer_top_02"], +// [[23, 0], "conveyer_top_03"], +// [[23, 10], "conveyer_side"], +// [[24, 10], "conveyer_bottom"], +// // ledfloor01 +// [[24, 0], "ledfloor01_all_00"], +// [[25, 0], "ledfloor01_all_01"], +// [[26, 0], "ledfloor01_all_02"], +// [[27, 0], "ledfloor01_all_03"], +// // ledfloor02 +// [[28, 0], "ledfloor02_all_00"], +// [[29, 0], "ledfloor02_all_01"], +// [[30, 0], "ledfloor02_all_02"], +// [[31, 0], "ledfloor02_all_03"], +// // star_lamp +// [[0, 1], "star_lamp_all_00"], +// [[1, 1], "star_lamp_all_01"], +// [[2, 1], "star_lamp_all_02"], +// [[3, 1], "star_lamp_all_03"], +// // snowflake_lamp +// [[4, 1], "snowflake_lamp_all_00"], +// [[5, 1], "snowflake_lamp_all_01"], +// [[6, 1], "snowflake_lamp_all_02"], +// [[7, 1], "snowflake_lamp_all_03"], +// // blue_decorative_light +// [[8, 1], "blue_decorative_light_all_00"], +// [[9, 1], "blue_decorative_light_all_01"], +// [[10, 1], "blue_decorative_light_all_02"], +// [[11, 1], "blue_decorative_light_all_03"], +// // green_decorative_light +// [[12, 1], "green_decorative_light_all_00"], +// [[13, 1], "green_decorative_light_all_01"], +// [[14, 1], "green_decorative_light_all_02"], +// [[15, 1], "green_decorative_light_all_03"], +// // red_decorative_light +// [[16, 1], "red_decorative_light_all_00"], +// [[17, 1], "red_decorative_light_all_01"], +// [[18, 1], "red_decorative_light_all_02"], +// [[19, 1], "red_decorative_light_all_03"], +// // yellow_decorative_light +// [[20, 1], "yellow_decorative_light_all_00"], +// [[21, 1], "yellow_decorative_light_all_01"], +// [[22, 1], "yellow_decorative_light_all_02"], +// [[23, 1], "yellow_decorative_light_all_03"], +// // rainbow_cube +// [[24, 1], "rainbow_cube_all_00"], +// [[25, 1], "rainbow_cube_all_01"], +// [[26, 1], "rainbow_cube_all_02"], +// [[27, 1], "rainbow_cube_all_03"], +// // firecracker +// [[28, 1], "firecracker_side_00"], +// [[29, 1], "firecracker_side_01"], +// [[30, 1], "firecracker_side_02"], +// [[31, 1], "firecracker_side_03"], +// [[0, 0], "firecracker_cover_00"], +// [[1, 0], "firecracker_cover_01"], +// [[2, 0], "firecracker_cover_02"], +// [[3, 0], "firecracker_cover_03"], +// ]); +getIds().forEach((id) => { + if (isFluid(id)) { + console.log(`Skipping fluid ${getNameById(id)}<${id}>`); + return; + } + const name = getNameById(id); + const blockTexture = getSoildBlockTexturePositionById(id); + console.log(`- Block ${name}`); + (Object.keys(blockTexture) as Array).forEach((faceName) => { + const face = blockTexture[faceName]; + face.forEach((position, frame) => { + tilesPositionMap.set( + [position.x, position.y], + `${name}_${faceName}_${frame}`.toLowerCase(), + ); + console.log( + `Config ${name}_${faceName}_${frame} at ${position.x} ${position.y}`, + ); + }); + }); +}); + +async function processFile( + image: sharp.Sharp, + map: Map<[number, number], string>, + type: string, +) { + mkdirSync(`./out/${type}/`, { recursive: true }); + mkdirSync(`./out-mc/${type}/`, { recursive: true }); + const metadata = await image.metadata(); + const unitWidth = Math.round((metadata.width ?? 0) / 32); + const unitHeight = Math.round((metadata.height ?? 0) / 32); + console.log(unitWidth); + console.log(unitHeight); + + const tileFrames: Map< + string, + Array<{ frame: number; buffer: Buffer }> + > = new Map(); + + const tasks: Array> = []; + map.forEach((tileName, position) => { + tasks.push( + (async () => { + console.log( + `Cutting ${type} ${tileName} at <${position[0]}, ${position[1]}>`, + ); + const config = { + width: unitWidth, + height: unitHeight, + left: position[0] * unitWidth, + top: position[1] * unitHeight, + }; + console.log(config); + const result = await image.clone().extract(config); + + const legacyPath = `out/${type}/${tileName}.png`.toLowerCase(); + await result.clone().toFile(legacyPath); + + const match = tileName.match(/^(.*)_(\d+)$/); + const baseName = (match?.[1] ?? tileName).toLowerCase(); + const frame = Number(match?.[2] ?? 0); + const buffer = await result.clone().png().toBuffer(); + + const list = tileFrames.get(baseName) ?? []; + list.push({ frame, buffer }); + tileFrames.set(baseName, list); + })(), + ); + }); + + await Promise.all(tasks); + + const writeTasks: Array> = []; + tileFrames.forEach((frames, baseName) => { + writeTasks.push( + (async () => { + const sorted = [...frames].sort((a, b) => a.frame - b.frame); + const frameCount = sorted.length; + const outPngPath = `out-mc/${type}/${baseName}.png`.toLowerCase(); + + if (frameCount <= 1) { + await sharp(sorted[0].buffer).toFile(outPngPath); + return; + } + + const sprite = sharp({ + create: { + width: unitWidth, + height: unitHeight * frameCount, + channels: 4, + background: { r: 0, g: 0, b: 0, alpha: 0 }, + }, + }).composite( + sorted.map((f, i) => ({ + input: f.buffer, + top: i * unitHeight, + left: 0, + })), + ); + + await sprite.png().toFile(outPngPath); + + const frametime = + mcAnimationConfig.frameTimeOverrides[baseName] ?? + mcAnimationConfig.defaultFrameTime; + const mcmetaPath = `${outPngPath}.mcmeta`; + writeFileSync( + mcmetaPath, + JSON.stringify({ + animation: { + frametime, + }, + }), + "utf8", + ); + })(), + ); + }); + + await Promise.all(writeTasks); +} + +processFile(sharpObj.bump, tilesPositionMap, "bump"); +processFile(sharpObj.material, tilesPositionMap, "material"); +processFile(sharpObj.color, tilesPositionMap, "color"); diff --git a/Fabric-1.20.1/src/main/resources/box3-texture-cut/tsconfig.json b/Fabric-1.20.1/src/main/resources/box3-texture-cut/tsconfig.json new file mode 100644 index 0000000..b4ac658 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/box3-texture-cut/tsconfig.json @@ -0,0 +1,18 @@ +{ + "compilerOptions": { + "target": "ES6", + "module": "ESNext", + "moduleResolution": "node", + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, + "outDir": "./dist", + "rootDir": "./src", + "sourceMap": true, + "lib": [ + "ESNext" + ] + }, + "include": ["src/**/*"] +} diff --git a/Fabric-1.20.1/src/main/resources/box3.mixins.json b/Fabric-1.20.1/src/main/resources/box3.mixins.json new file mode 100644 index 0000000..7e7e8bd --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/box3.mixins.json @@ -0,0 +1,14 @@ +{ + "required": true, + "package": "com.box3lab.mixin", + "compatibilityLevel": "JAVA_21", + "mixins": [ + "ExampleMixin" + ], + "injectors": { + "defaultRequire": 1 + }, + "overwrites": { + "requireAnnotations": true + } +} \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/fabric.mod.json b/Fabric-1.20.1/src/main/resources/fabric.mod.json new file mode 100644 index 0000000..78fe655 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/fabric.mod.json @@ -0,0 +1,32 @@ +{ + "schemaVersion": 1, + "id": "box3", + "version": "${version}", + "name": "Box3Blocks(神岛材质包)", + "description": "Box3 方块模组为 Minecraft 添加 373 款独特装饰方块,涵盖字母、符号、色块与发光方块,并统一整理至创造模式标签页。同时支持将神奇代码岛中的建筑/模型一键迁移到 Minecraft 中。", + "authors": ["神岛实验室"], + "contact": { + "homepage": "https://box3lab.com/", + "sources": "https://github.com/box3lab/Fabric-mcMod" + }, + "license": "Apache License 2.0", + "icon": "assets/box3/icon.png", + "environment": "*", + "entrypoints": { + "main": ["com.box3lab.Box3"], + "client": ["com.box3lab.Box3Client"] + }, + "mixins": [ + "box3.mixins.json", + { + "config": "box3.client.mixins.json", + "environment": "client" + } + ], + "depends": { + "fabricloader": ">=0.18.4", + "minecraft": ">=1.20.0 <=1.20.6", + "java": ">=17", + "fabric-api": "*" + } +} diff --git a/Fabric-1.20.1/src/main/resources/generate_blocks.py b/Fabric-1.20.1/src/main/resources/generate_blocks.py new file mode 100644 index 0000000..0e27358 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/generate_blocks.py @@ -0,0 +1,196 @@ +import json +from pathlib import Path + +# 模组 ID,用于生成资源路径前缀 +MOD_ID = "box3" + +# 当前 py 文件目录 +BASE_DIR = Path(__file__).parent + +# 贴图目录 +TEXTURES_DIR = BASE_DIR / "assets" / MOD_ID / "textures" / "block" + +# 六个面对应的后缀 +FACES = ["top", "bottom", "front", "back", "left", "right"] + + +def normalize_texture_filenames_to_lowercase(): + files = sorted(TEXTURES_DIR.glob("*.png")) + if not files: + return + + lower_to_paths = {} + for p in files: + lower_to_paths.setdefault(p.name.lower(), []).append(p) + + collisions = {k: v for k, v in lower_to_paths.items() if len(v) > 1} + if collisions: + print("⚠️ 发现小写重名贴图文件,已跳过重命名这些文件:") + for lower_name, paths in sorted(collisions.items()): + print(f" - {lower_name}: {', '.join(x.name for x in paths)}") + + for p in files: + lower_name = p.name.lower() + if lower_name == p.name: + continue + if lower_name in collisions: + continue + + target = p.with_name(lower_name) + if target.exists(): + print(f"⚠️ 目标文件已存在,跳过重命名: {p.name} -> {target.name}") + continue + p.rename(target) + + +def scan_texture_parts(): + """扫描贴图目录,提取所有方块的基础名称(texture_part)。""" + texture_parts = set() + for file_path in TEXTURES_DIR.glob("*.png"): + parts = file_path.stem.split("_") + if len(parts) >= 2 and parts[-1] in FACES: + texture_part = "_".join(parts[:-1]).lower() + if texture_part: + texture_parts.add(texture_part) + continue + + if len(parts) >= 3 and parts[-2] in FACES and parts[-1].isdigit(): + texture_part = "_".join(parts[:-2]).lower() + if texture_part: + texture_parts.add(texture_part) + return sorted(texture_parts) + + +def check_all_faces_exist(texture_part): + """检查指定 texture_part 的六个面贴图是否都存在。""" + missing = [] + for face in FACES: + texture_file = TEXTURES_DIR / f"{texture_part}_{face}.png" + legacy_texture_file = TEXTURES_DIR / f"{texture_part}_{face}_0.png" + if not texture_file.exists() and not legacy_texture_file.exists(): + missing.append(texture_file) + return missing + + +def generate_blockstate(texture_part): + """生成指定方块的 blockstate JSON 数据结构。""" + # 带水平朝向的方块状态,配合 Java 里的 HORIZONTAL_FACING 使用 + return { + "variants": { + "facing=north": {"model": f"{MOD_ID}:block/{texture_part}"}, + "facing=east": {"model": f"{MOD_ID}:block/{texture_part}", "y": 90}, + "facing=south": {"model": f"{MOD_ID}:block/{texture_part}", "y": 180}, + "facing=west": {"model": f"{MOD_ID}:block/{texture_part}", "y": 270} + } + } + + +def generate_block_model(texture_part): + """生成指定方块的方块模型 JSON 数据结构,统一使用 cube 并按规则生成六面贴图。""" + return { + "parent": "minecraft:block/cube", + "textures": { + "up": f"{MOD_ID}:block/{texture_part}_top", + "down": f"{MOD_ID}:block/{texture_part}_bottom", + "north": f"{MOD_ID}:block/{texture_part}_front", + "south": f"{MOD_ID}:block/{texture_part}_back", + "west": f"{MOD_ID}:block/{texture_part}_left", + "east": f"{MOD_ID}:block/{texture_part}_right", + "particle": f"{MOD_ID}:block/{texture_part}_bottom" + } + } + + +def generate_item_model(texture_part): + """生成指定方块对应物品的模型 JSON 数据结构。""" + return { + "model": { + "type": "minecraft:model", + "model": f"{MOD_ID}:block/{texture_part}" + } + } + + + +def pretty_display_name(name: str) -> str: + tokens = [t for t in name.split("_") if t] + pretty_tokens = [] + for t in tokens: + if t.isalpha(): + pretty_tokens.append(t[:1].upper() + t[1:]) + else: + pretty_tokens.append(t) + return " ".join(pretty_tokens) + + +def main(): + """脚本入口:扫描贴图目录并为每个方块生成所有 JSON 文件。""" + normalize_texture_filenames_to_lowercase() + texture_parts = scan_texture_parts() + print(f"发现 {len(texture_parts)} 个方块: {', '.join(texture_parts)}") + + lang = {} + block_id_mapping = {} # 新增:ID 到注册 key 的映射 + + # 读取 block-spec.json 获取 ID 信息 + with open(BASE_DIR / "block-spec.json", "r", encoding="utf-8") as f: + block_spec = json.load(f) + + for texture_part in texture_parts: + # 检查六个面贴图是否都存在 + missing = check_all_faces_exist(texture_part) + if missing: + print(f"⚠️ {texture_part} 缺少贴图: {', '.join(m.name for m in missing)}") + continue + + # 生成三种 JSON 文件 + block_name = f"{texture_part}" + + lang[f"block.{MOD_ID}.{block_name}"] = pretty_display_name(texture_part) + + configs = [ + (BASE_DIR / "assets" / MOD_ID / "blockstates" / f"{block_name}.json", + generate_blockstate(texture_part)), + (BASE_DIR / "assets" / MOD_ID / "models" / "block" / f"{block_name}.json", + generate_block_model(texture_part)), + (BASE_DIR / "assets" / MOD_ID / "items" / f"{block_name}.json", + generate_item_model(texture_part)), + ] + + for path, data in configs: + path.parent.mkdir(parents=True, exist_ok=True) + with open(path, "w") as f: + json.dump(data, f, indent=2) + + print(f"✅ Generated: {block_name}") + + # 处理 block-spec.json 中的所有方块来生成 ID 映射 + for name, props in block_spec.items(): + block_id = props.get("id") + if block_id is not None: + block_id_mapping[str(block_id)] = f"{name}" + + # 生成 block-id.json 文件 + block_id_path = BASE_DIR / "block-id.json" + with open(block_id_path, "w", encoding="utf-8") as f: + # 按 ID 排序 + sorted_mapping = dict(sorted(block_id_mapping.items(), key=lambda x: int(x[0]))) + json.dump(sorted_mapping, f, indent=2, ensure_ascii=False) + print(f"✅ Generated: block-id.json ({len(sorted_mapping)} entries)") + + # 合并 lang + # lang_path = BASE_DIR / "assets" / MOD_ID / "lang" / "en_us.json" + # lang_path.parent.mkdir(parents=True, exist_ok=True) + # if lang_path.exists(): + # with open(lang_path, "r", encoding="utf-8") as f: + # existing_lang = json.load(f) + # else: + # existing_lang = {} + # existing_lang.update(lang) + # with open(lang_path, "w", encoding="utf-8") as f: + # json.dump(existing_lang, f, ensure_ascii=False, indent=2, sort_keys=True) + # print(f"✅ Generated: lang/en_us.json ({len(existing_lang)} entries)") + + +if __name__ == "__main__": + main() \ No newline at end of file diff --git a/Fabric-1.20.1/src/main/resources/generate_item_models_from_items.py b/Fabric-1.20.1/src/main/resources/generate_item_models_from_items.py new file mode 100644 index 0000000..1075252 --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/generate_item_models_from_items.py @@ -0,0 +1,46 @@ +import json +from pathlib import Path + +MOD_ID = "box3" +BASE_DIR = Path(__file__).parent + +ITEMS_DIR = BASE_DIR / "assets" / MOD_ID / "items" +MODELS_ITEM_DIR = BASE_DIR / "assets" / MOD_ID / "models" / "item" + + +def generate_item_model(item_name: str) -> dict: + """生成一个 3D 物品模型 JSON(直接复用整个方块模型)。""" + return { + "parent": f"{MOD_ID}:block/{item_name}" + } + + +def main(): + """扫描 assets/box3/items/*.json,为每个生成对应的 models/item/*.json。""" + if not ITEMS_DIR.is_dir(): + print(f"❌ 目录不存在: {ITEMS_DIR}") + return + + # 确保目标目录存在 + MODELS_ITEM_DIR.mkdir(parents=True, exist_ok=True) + + item_files = sorted(ITEMS_DIR.glob("*.json")) + if not item_files: + print("⚠️ 没有找到任何 *.json 文件在 assets/box3/items/ 下") + return + + for item_file in item_files: + item_name = item_file.stem # 去掉 .json 后缀 + model_json = generate_item_model(item_name) + model_path = MODELS_ITEM_DIR / f"{item_name}.json" + + with open(model_path, "w", encoding="utf-8") as f: + json.dump(model_json, f, indent=2) + + print(f"✅ 生成: {model_path.relative_to(BASE_DIR)}") + + print(f"\n🎉 完成!共生成 {len(item_files)} 个物品模型文件到 {MODELS_ITEM_DIR.relative_to(BASE_DIR)}") + + +if __name__ == "__main__": + main() diff --git a/Fabric-1.20.1/src/main/resources/strength_blocks.py b/Fabric-1.20.1/src/main/resources/strength_blocks.py new file mode 100644 index 0000000..2e0c9ad --- /dev/null +++ b/Fabric-1.20.1/src/main/resources/strength_blocks.py @@ -0,0 +1,127 @@ +import json +import os + +def process_minecraft_configs(blocks): + """ + 根据方块的名称和现有分类,推断其物理类型并添加强度参数。 + """ + processed_blocks = {} + + for name, data in blocks.items(): + # 复制原始数据 + new_data = data.copy() + + # 获取基础信息 + category = data.get("category", "") + + # 定义推断逻辑:[类型名称, 硬度, 抗爆性] + # 默认值 + block_type = "unknown" + hardness = 1.0 + resistance = 1.0 + + # 1. 流体类 (空气、水、岩浆、果汁) + if data.get("fluid") or name in ["air", "water", "lava01", "lava02"] or "juice" in name or name == "milk": + block_type = "fluid" + hardness = 0.0 + resistance = 0.0 + + # 2. 装饰类 (字母、数字、符号) + elif category in ["letter", "number", "symbol"]: + block_type = "decorative_plastic" + hardness = 0.8 + resistance = 0.8 + + # 3. 自然/土质类 (泥土、沙子、草地、雪) + elif category in ["nature", "element"] and any(k in name for k in ["dirt", "grass", "sand", "snow", "clay"]): + block_type = "soil" + hardness = 0.5 + resistance = 0.5 + + # 4. 木质类 (木板、木头、木箱) + elif "wood" in name or "plank" in name or "acacia" in name or "bamboo" in name or "box" in name: + block_type = "wood" + hardness = 2.0 + resistance = 3.0 + + # 5. 石质/建筑类 (石头、砖块、墙、柱子、石英) + elif any(k in name for k in ["stone", "brick", "wall", "pillar", "quartz", "palace", "rock"]): + block_type = "rock" + hardness = 1.5 + resistance = 6.0 # 石头类抗爆性较高 + + # 6. 玻璃/透明类 (窗户、玻璃、装饰灯) + elif data.get("transparent") or any(k in name for k in ["glass", "window", "lamp", "lantern"]): + block_type = "glass" + hardness = 0.3 + resistance = 0.3 + + # 7. 食物类 (蛋糕、饼干、糖和果) + elif category == "food": + block_type = "food" + hardness = 0.5 + resistance = 0.5 + + # 8. 金属/工业类 (不锈钢、传送带、实验室材料) + elif "steel" in name or "conveyor" in name or "lab_material" in name: + block_type = "metal" + hardness = 5.0 + resistance = 6.0 + + # 9. 纯颜色块 + elif category == "color": + block_type = "paint" + hardness = 1.0 + resistance = 1.0 + + if data.get("transparent"): + if hardness>=0.2: + hardness -= 0.2 + if resistance>=0.2: + resistance -= 0.2 + + # 写入推断的类型 + new_data["type"] = block_type + + # 写入强度参数 (包含硬度和抗爆性) + new_data["strength"] = { + "hardness": hardness, + "resistance": resistance + } + + processed_blocks[name] = new_data + + return processed_blocks + +# 执行处理 +if __name__ == "__main__": + # 获取脚本所在的目录,确保无论从哪里运行都能找到 JSON 文件 + base_dir = os.path.dirname(os.path.abspath(__file__)) + + input_file = os.path.join(base_dir, 'block-spec.json') + output_file = os.path.join(base_dir, 'block-spec.json') + + # 检查文件是否存在 + if os.path.exists(input_file): + try: + with open(input_file, 'r', encoding='utf-8') as f: + raw_json_data = json.load(f) + + # 处理数据 + result = process_minecraft_configs(raw_json_data) + + # 打印处理结果 + print(f"Successfully processed {len(result)} blocks.") + + # 保存到新文件 + with open(output_file, 'w', encoding='utf-8') as f: + json.dump(result, f, indent=2, ensure_ascii=False) + print(f"Results saved to: {output_file}") + + except json.JSONDecodeError: + print(f"Error: Failed to decode JSON from {input_file}. Please check the file format.") + except Exception as e: + print(f"An unexpected error occurred: {e}") + else: + print(f"Error: The file 'block-spec.json' was not found at {input_file}.") + print("Please ensure the JSON file is in the same folder as this script.") \ No newline at end of file