···11+# Automatically build the project and run any configured tests for every push
22+# and submitted pull request. This can help catch issues that only occur on
33+# certain platforms or Java versions, and provides a first line of defence
44+# against bad commits.
55+66+name: build
77+on: [pull_request, push]
88+99+jobs:
1010+ build:
1111+ strategy:
1212+ matrix:
1313+ # Use these Java versions
1414+ java: [
1515+ 16 # Minimum supported by Minecraft
1616+ ]
1717+ # and run on both Linux and Windows
1818+ os: [ubuntu-20.04, windows-latest]
1919+ runs-on: ${{ matrix.os }}
2020+ steps:
2121+ - name: checkout repository
2222+ uses: actions/checkout@v2
2323+ - name: validate gradle wrapper
2424+ uses: gradle/wrapper-validation-action@v1
2525+ - name: setup jdk ${{ matrix.java }}
2626+ uses: actions/setup-java@v1
2727+ with:
2828+ java-version: ${{ matrix.java }}
2929+ - name: make gradle wrapper executable
3030+ if: ${{ runner.os != 'Windows' }}
3131+ run: chmod +x ./gradlew
3232+ - name: build
3333+ run: ./gradlew build
3434+ - name: capture build artifacts
3535+ if: ${{ runner.os == 'Linux' && matrix.java == '16' }} # Only upload artifacts built from latest java on one OS
3636+ uses: actions/upload-artifact@v2
3737+ with:
3838+ name: Artifacts
3939+ path: build/libs/
···11+Creative Commons Legal Code
22+33+CC0 1.0 Universal
44+55+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
66+ LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
77+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
88+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
99+ REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
1010+ PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
1111+ THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
1212+ HEREUNDER.
1313+1414+Statement of Purpose
1515+1616+The laws of most jurisdictions throughout the world automatically confer
1717+exclusive Copyright and Related Rights (defined below) upon the creator
1818+and subsequent owner(s) (each and all, an "owner") of an original work of
1919+authorship and/or a database (each, a "Work").
2020+2121+Certain owners wish to permanently relinquish those rights to a Work for
2222+the purpose of contributing to a commons of creative, cultural and
2323+scientific works ("Commons") that the public can reliably and without fear
2424+of later claims of infringement build upon, modify, incorporate in other
2525+works, reuse and redistribute as freely as possible in any form whatsoever
2626+and for any purposes, including without limitation commercial purposes.
2727+These owners may contribute to the Commons to promote the ideal of a free
2828+culture and the further production of creative, cultural and scientific
2929+works, or to gain reputation or greater distribution for their Work in
3030+part through the use and efforts of others.
3131+3232+For these and/or other purposes and motivations, and without any
3333+expectation of additional consideration or compensation, the person
3434+associating CC0 with a Work (the "Affirmer"), to the extent that he or she
3535+is an owner of Copyright and Related Rights in the Work, voluntarily
3636+elects to apply CC0 to the Work and publicly distribute the Work under its
3737+terms, with knowledge of his or her Copyright and Related Rights in the
3838+Work and the meaning and intended legal effect of CC0 on those rights.
3939+4040+1. Copyright and Related Rights. A Work made available under CC0 may be
4141+protected by copyright and related or neighboring rights ("Copyright and
4242+Related Rights"). Copyright and Related Rights include, but are not
4343+limited to, the following:
4444+4545+ i. the right to reproduce, adapt, distribute, perform, display,
4646+ communicate, and translate a Work;
4747+ ii. moral rights retained by the original author(s) and/or performer(s);
4848+iii. publicity and privacy rights pertaining to a person's image or
4949+ likeness depicted in a Work;
5050+ iv. rights protecting against unfair competition in regards to a Work,
5151+ subject to the limitations in paragraph 4(a), below;
5252+ v. rights protecting the extraction, dissemination, use and reuse of data
5353+ in a Work;
5454+ vi. database rights (such as those arising under Directive 96/9/EC of the
5555+ European Parliament and of the Council of 11 March 1996 on the legal
5656+ protection of databases, and under any national implementation
5757+ thereof, including any amended or successor version of such
5858+ directive); and
5959+vii. other similar, equivalent or corresponding rights throughout the
6060+ world based on applicable law or treaty, and any national
6161+ implementations thereof.
6262+6363+2. Waiver. To the greatest extent permitted by, but not in contravention
6464+of, applicable law, Affirmer hereby overtly, fully, permanently,
6565+irrevocably and unconditionally waives, abandons, and surrenders all of
6666+Affirmer's Copyright and Related Rights and associated claims and causes
6767+of action, whether now known or unknown (including existing as well as
6868+future claims and causes of action), in the Work (i) in all territories
6969+worldwide, (ii) for the maximum duration provided by applicable law or
7070+treaty (including future time extensions), (iii) in any current or future
7171+medium and for any number of copies, and (iv) for any purpose whatsoever,
7272+including without limitation commercial, advertising or promotional
7373+purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
7474+member of the public at large and to the detriment of Affirmer's heirs and
7575+successors, fully intending that such Waiver shall not be subject to
7676+revocation, rescission, cancellation, termination, or any other legal or
7777+equitable action to disrupt the quiet enjoyment of the Work by the public
7878+as contemplated by Affirmer's express Statement of Purpose.
7979+8080+3. Public License Fallback. Should any part of the Waiver for any reason
8181+be judged legally invalid or ineffective under applicable law, then the
8282+Waiver shall be preserved to the maximum extent permitted taking into
8383+account Affirmer's express Statement of Purpose. In addition, to the
8484+extent the Waiver is so judged Affirmer hereby grants to each affected
8585+person a royalty-free, non transferable, non sublicensable, non exclusive,
8686+irrevocable and unconditional license to exercise Affirmer's Copyright and
8787+Related Rights in the Work (i) in all territories worldwide, (ii) for the
8888+maximum duration provided by applicable law or treaty (including future
8989+time extensions), (iii) in any current or future medium and for any number
9090+of copies, and (iv) for any purpose whatsoever, including without
9191+limitation commercial, advertising or promotional purposes (the
9292+"License"). The License shall be deemed effective as of the date CC0 was
9393+applied by Affirmer to the Work. Should any part of the License for any
9494+reason be judged legally invalid or ineffective under applicable law, such
9595+partial invalidity or ineffectiveness shall not invalidate the remainder
9696+of the License, and in such case Affirmer hereby affirms that he or she
9797+will not (i) exercise any of his or her remaining Copyright and Related
9898+Rights in the Work or (ii) assert any associated claims and causes of
9999+action with respect to the Work, in either case contrary to Affirmer's
100100+express Statement of Purpose.
101101+102102+4. Limitations and Disclaimers.
103103+104104+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
105105+ surrendered, licensed or otherwise affected by this document.
106106+ b. Affirmer offers the Work as-is and makes no representations or
107107+ warranties of any kind concerning the Work, express, implied,
108108+ statutory or otherwise, including without limitation warranties of
109109+ title, merchantability, fitness for a particular purpose, non
110110+ infringement, or the absence of latent or other defects, accuracy, or
111111+ the present or absence of errors, whether or not discoverable, all to
112112+ the greatest extent permissible under applicable law.
113113+ c. Affirmer disclaims responsibility for clearing rights of other persons
114114+ that may apply to the Work or any use thereof, including without
115115+ limitation any person's Copyright and Related Rights in the Work.
116116+ Further, Affirmer disclaims responsibility for obtaining any necessary
117117+ consents, permissions or other rights required for any use of the
118118+ Work.
119119+ d. Affirmer understands and acknowledges that Creative Commons is not a
120120+ party to this document and has no duty or obligation with respect to
121121+ this CC0 or use of the Work.
+9
README.md
···11+# Fabric Example Mod
22+33+## Setup
44+55+For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using.
66+77+## License
88+99+This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.
+87
build.gradle
···11+plugins {
22+ id 'fabric-loom' version '0.9-SNAPSHOT'
33+ id 'maven-publish'
44+}
55+66+sourceCompatibility = JavaVersion.VERSION_16
77+targetCompatibility = JavaVersion.VERSION_16
88+99+archivesBaseName = project.archives_base_name
1010+version = project.mod_version
1111+group = project.maven_group
1212+1313+repositories {
1414+ // Add repositories to retrieve artifacts from in here.
1515+ // You should only use this when depending on other mods because
1616+ // Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
1717+ // See https://docs.gradle.org/current/userguide/declaring_repositories.html
1818+ // for more information about repositories.
1919+}
2020+2121+dependencies {
2222+ // To change the versions see the gradle.properties file
2323+ minecraft "com.mojang:minecraft:${project.minecraft_version}"
2424+ mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
2525+ modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
2626+2727+ // Fabric API. This is technically optional, but you probably want it anyway.
2828+ modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
2929+3030+ // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
3131+ // You may need to force-disable transitiveness on them.
3232+}
3333+3434+processResources {
3535+ inputs.property "version", project.version
3636+3737+ filesMatching("fabric.mod.json") {
3838+ expand "version": project.version
3939+ }
4040+}
4141+4242+tasks.withType(JavaCompile).configureEach {
4343+ // ensure that the encoding is set to UTF-8, no matter what the system default is
4444+ // this fixes some edge cases with special characters not displaying correctly
4545+ // see http://yodaconditions.net/blog/fix-for-java-file-encoding-problems-with-gradle.html
4646+ // If Javadoc is generated, this must be specified in that task too.
4747+ it.options.encoding = "UTF-8"
4848+4949+ // Minecraft 1.17 (21w19a) upwards uses Java 16.
5050+ it.options.release = 16
5151+}
5252+5353+java {
5454+ // Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
5555+ // if it is present.
5656+ // If you remove this line, sources will not be generated.
5757+ withSourcesJar()
5858+}
5959+6060+jar {
6161+ from("LICENSE") {
6262+ rename { "${it}_${project.archivesBaseName}"}
6363+ }
6464+}
6565+6666+// configure the maven publication
6767+publishing {
6868+ publications {
6969+ mavenJava(MavenPublication) {
7070+ // add all the jars that should be included when publishing to maven
7171+ artifact(remapJar) {
7272+ builtBy remapJar
7373+ }
7474+ artifact(sourcesJar) {
7575+ builtBy remapSourcesJar
7676+ }
7777+ }
7878+ }
7979+8080+ // See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing.
8181+ repositories {
8282+ // Add repositories to publish to here.
8383+ // Notice: This block does NOT have the same function as the block in the top level.
8484+ // The repositories here will be used for publishing your artifact, not for
8585+ // retrieving dependencies.
8686+ }
8787+}
+16
gradle.properties
···11+# Done to increase the memory available to gradle.
22+org.gradle.jvmargs=-Xmx1G
33+44+# Fabric Properties
55+ # check these on https://fabricmc.net/versions.html
66+ minecraft_version=1.17.1
77+ yarn_mappings=1.17.1+build.39
88+ loader_version=0.11.6
99+1010+# Mod Properties
1111+ mod_version = 1.0.0
1212+ maven_group = com.example
1313+ archives_base_name = fabric-example-mod
1414+1515+# Dependencies
1616+ fabric_version=0.37.2+1.17
···11+#!/usr/bin/env sh
22+33+#
44+# Copyright 2015 the original author or authors.
55+#
66+# Licensed under the Apache License, Version 2.0 (the "License");
77+# you may not use this file except in compliance with the License.
88+# You may obtain a copy of the License at
99+#
1010+# https://www.apache.org/licenses/LICENSE-2.0
1111+#
1212+# Unless required by applicable law or agreed to in writing, software
1313+# distributed under the License is distributed on an "AS IS" BASIS,
1414+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515+# See the License for the specific language governing permissions and
1616+# limitations under the License.
1717+#
1818+1919+##############################################################################
2020+##
2121+## Gradle start up script for UN*X
2222+##
2323+##############################################################################
2424+2525+# Attempt to set APP_HOME
2626+# Resolve links: $0 may be a link
2727+PRG="$0"
2828+# Need this for relative symlinks.
2929+while [ -h "$PRG" ] ; do
3030+ ls=`ls -ld "$PRG"`
3131+ link=`expr "$ls" : '.*-> \(.*\)$'`
3232+ if expr "$link" : '/.*' > /dev/null; then
3333+ PRG="$link"
3434+ else
3535+ PRG=`dirname "$PRG"`"/$link"
3636+ fi
3737+done
3838+SAVED="`pwd`"
3939+cd "`dirname \"$PRG\"`/" >/dev/null
4040+APP_HOME="`pwd -P`"
4141+cd "$SAVED" >/dev/null
4242+4343+APP_NAME="Gradle"
4444+APP_BASE_NAME=`basename "$0"`
4545+4646+# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
4747+DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
4848+4949+# Use the maximum available, or set MAX_FD != -1 to use that value.
5050+MAX_FD="maximum"
5151+5252+warn () {
5353+ echo "$*"
5454+}
5555+5656+die () {
5757+ echo
5858+ echo "$*"
5959+ echo
6060+ exit 1
6161+}
6262+6363+# OS specific support (must be 'true' or 'false').
6464+cygwin=false
6565+msys=false
6666+darwin=false
6767+nonstop=false
6868+case "`uname`" in
6969+ CYGWIN* )
7070+ cygwin=true
7171+ ;;
7272+ Darwin* )
7373+ darwin=true
7474+ ;;
7575+ MSYS* | MINGW* )
7676+ msys=true
7777+ ;;
7878+ NONSTOP* )
7979+ nonstop=true
8080+ ;;
8181+esac
8282+8383+CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
8484+8585+8686+# Determine the Java command to use to start the JVM.
8787+if [ -n "$JAVA_HOME" ] ; then
8888+ if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
8989+ # IBM's JDK on AIX uses strange locations for the executables
9090+ JAVACMD="$JAVA_HOME/jre/sh/java"
9191+ else
9292+ JAVACMD="$JAVA_HOME/bin/java"
9393+ fi
9494+ if [ ! -x "$JAVACMD" ] ; then
9595+ die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
9696+9797+Please set the JAVA_HOME variable in your environment to match the
9898+location of your Java installation."
9999+ fi
100100+else
101101+ JAVACMD="java"
102102+ which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
103103+104104+Please set the JAVA_HOME variable in your environment to match the
105105+location of your Java installation."
106106+fi
107107+108108+# Increase the maximum file descriptors if we can.
109109+if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
110110+ MAX_FD_LIMIT=`ulimit -H -n`
111111+ if [ $? -eq 0 ] ; then
112112+ if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
113113+ MAX_FD="$MAX_FD_LIMIT"
114114+ fi
115115+ ulimit -n $MAX_FD
116116+ if [ $? -ne 0 ] ; then
117117+ warn "Could not set maximum file descriptor limit: $MAX_FD"
118118+ fi
119119+ else
120120+ warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
121121+ fi
122122+fi
123123+124124+# For Darwin, add options to specify how the application appears in the dock
125125+if $darwin; then
126126+ GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
127127+fi
128128+129129+# For Cygwin or MSYS, switch paths to Windows format before running java
130130+if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
131131+ APP_HOME=`cygpath --path --mixed "$APP_HOME"`
132132+ CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
133133+134134+ JAVACMD=`cygpath --unix "$JAVACMD"`
135135+136136+ # We build the pattern for arguments to be converted via cygpath
137137+ ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
138138+ SEP=""
139139+ for dir in $ROOTDIRSRAW ; do
140140+ ROOTDIRS="$ROOTDIRS$SEP$dir"
141141+ SEP="|"
142142+ done
143143+ OURCYGPATTERN="(^($ROOTDIRS))"
144144+ # Add a user-defined pattern to the cygpath arguments
145145+ if [ "$GRADLE_CYGPATTERN" != "" ] ; then
146146+ OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
147147+ fi
148148+ # Now convert the arguments - kludge to limit ourselves to /bin/sh
149149+ i=0
150150+ for arg in "$@" ; do
151151+ CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
152152+ CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
153153+154154+ if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
155155+ eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
156156+ else
157157+ eval `echo args$i`="\"$arg\""
158158+ fi
159159+ i=`expr $i + 1`
160160+ done
161161+ case $i in
162162+ 0) set -- ;;
163163+ 1) set -- "$args0" ;;
164164+ 2) set -- "$args0" "$args1" ;;
165165+ 3) set -- "$args0" "$args1" "$args2" ;;
166166+ 4) set -- "$args0" "$args1" "$args2" "$args3" ;;
167167+ 5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
168168+ 6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
169169+ 7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
170170+ 8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
171171+ 9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
172172+ esac
173173+fi
174174+175175+# Escape application args
176176+save () {
177177+ for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
178178+ echo " "
179179+}
180180+APP_ARGS=`save "$@"`
181181+182182+# Collect all arguments for the java command, following the shell quoting and substitution rules
183183+eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
184184+185185+exec "$JAVACMD" "$@"
+89
gradlew.bat
···11+@rem
22+@rem Copyright 2015 the original author or authors.
33+@rem
44+@rem Licensed under the Apache License, Version 2.0 (the "License");
55+@rem you may not use this file except in compliance with the License.
66+@rem You may obtain a copy of the License at
77+@rem
88+@rem https://www.apache.org/licenses/LICENSE-2.0
99+@rem
1010+@rem Unless required by applicable law or agreed to in writing, software
1111+@rem distributed under the License is distributed on an "AS IS" BASIS,
1212+@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313+@rem See the License for the specific language governing permissions and
1414+@rem limitations under the License.
1515+@rem
1616+1717+@if "%DEBUG%" == "" @echo off
1818+@rem ##########################################################################
1919+@rem
2020+@rem Gradle startup script for Windows
2121+@rem
2222+@rem ##########################################################################
2323+2424+@rem Set local scope for the variables with windows NT shell
2525+if "%OS%"=="Windows_NT" setlocal
2626+2727+set DIRNAME=%~dp0
2828+if "%DIRNAME%" == "" set DIRNAME=.
2929+set APP_BASE_NAME=%~n0
3030+set APP_HOME=%DIRNAME%
3131+3232+@rem Resolve any "." and ".." in APP_HOME to make it shorter.
3333+for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
3434+3535+@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
3636+set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
3737+3838+@rem Find java.exe
3939+if defined JAVA_HOME goto findJavaFromJavaHome
4040+4141+set JAVA_EXE=java.exe
4242+%JAVA_EXE% -version >NUL 2>&1
4343+if "%ERRORLEVEL%" == "0" goto execute
4444+4545+echo.
4646+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
4747+echo.
4848+echo Please set the JAVA_HOME variable in your environment to match the
4949+echo location of your Java installation.
5050+5151+goto fail
5252+5353+:findJavaFromJavaHome
5454+set JAVA_HOME=%JAVA_HOME:"=%
5555+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
5656+5757+if exist "%JAVA_EXE%" goto execute
5858+5959+echo.
6060+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
6161+echo.
6262+echo Please set the JAVA_HOME variable in your environment to match the
6363+echo location of your Java installation.
6464+6565+goto fail
6666+6767+:execute
6868+@rem Setup the command line
6969+7070+set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
7171+7272+7373+@rem Execute Gradle
7474+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
7575+7676+:end
7777+@rem End local scope for the variables with windows NT shell
7878+if "%ERRORLEVEL%"=="0" goto mainEnd
7979+8080+:fail
8181+rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
8282+rem the _cmd.exe /c_ return code!
8383+if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
8484+exit /b 1
8585+8686+:mainEnd
8787+if "%OS%"=="Windows_NT" endlocal
8888+8989+:omega
···11+package net.fabricmc.example;
22+33+import net.fabricmc.api.ModInitializer;
44+55+public class ExampleMod implements ModInitializer {
66+ @Override
77+ public void onInitialize() {
88+ // This code runs as soon as Minecraft is in a mod-load-ready state.
99+ // However, some things (like resources) may still be uninitialized.
1010+ // Proceed with mild caution.
1111+1212+ System.out.println("Hello Fabric world!");
1313+ }
1414+}