mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-15 16:43:40 +01:00
Merge branch 'mc1.16/dev' into fix-milk
This commit is contained in:
commit
65f1748e04
1329 changed files with 29425 additions and 25465 deletions
|
@ -13,10 +13,10 @@ The added elements of tech are designed to leave as many design choices to the p
|
|||
|
||||
Check out the wiki and in-game Tool-tips for further info on how to use these features, and stay tuned for an ever-growing selection of possibilities for Creative and Survival Minecraft.
|
||||
|
||||
[<img src="https://i.imgur.com/0lLX9Oy.jpg" width="210">](https://github.com/Creators-of-Create/Create/issues "Report Issues")
|
||||
[<img src="https://i.imgur.com/bjEZraY.jpg" width="210">](https://www.youtube.com/playlist?list=PLyADkcfPLU8ywCXZPaDbQ_JZJL0CGDN5Z "Watch Videos")
|
||||
[<img src="https://i.imgur.com/aWrjfKJ.jpg" width="210">](https://discord.gg/hmaD7Se "Feedback & Help")
|
||||
[<img src="https://i.imgur.com/xj8o2xC.jpg" width="210">](https://www.patreon.com/simibubi "Support Us")
|
||||
[<img src="https://i.imgur.com/0lLX9Oy.jpg" width="200">](https://github.com/Creators-of-Create/Create/issues "Report Issues")
|
||||
[<img src="https://i.imgur.com/bjEZraY.jpg" width="200">](https://www.youtube.com/channel/UCrKV2QTuyGcv4E3eSJpBiYA/playlists "Watch Videos")
|
||||
[<img src="https://i.imgur.com/aWrjfKJ.jpg" width="200">](https://discord.gg/hmaD7Se "Feedback & Help")
|
||||
[<img src="https://i.imgur.com/xj8o2xC.jpg" width="200">](https://www.patreon.com/simibubi "Support Us")
|
||||
|
||||
- Support for Minecraft 1.12: Not planned
|
||||
- Support for Fabric: Not planned
|
||||
|
|
17
build.gradle
17
build.gradle
|
@ -29,10 +29,10 @@ version = "mc${minecraft_version}_v${mod_version}" + (dev ? "+${buildnumber}" :
|
|||
group = 'com.simibubi.create'
|
||||
archivesBaseName = 'create'
|
||||
|
||||
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'
|
||||
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
|
||||
|
||||
minecraft {
|
||||
mappings channel: 'snapshot', version: '20200920-mixed-1.16.3'
|
||||
mappings channel: 'official', version: "${minecraft_version}"
|
||||
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
|
||||
|
||||
runs {
|
||||
|
@ -42,7 +42,8 @@ minecraft {
|
|||
//jvmArgs '-XX:+UnlockCommercialFeatures' // uncomment for profiling
|
||||
property 'forge.logging.console.level', 'info'
|
||||
property 'fml.earlyprogresswindow', 'false'
|
||||
property 'mixin.env.disableRefMap', 'true'
|
||||
property 'mixin.env.remapRefMap', 'true'
|
||||
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"
|
||||
mods {
|
||||
create {
|
||||
source sourceSets.main
|
||||
|
@ -54,6 +55,8 @@ minecraft {
|
|||
workingDirectory project.file('run/server')
|
||||
arg '-mixin.config=create.mixins.json'
|
||||
property 'forge.logging.console.level', 'info'
|
||||
property 'mixin.env.remapRefMap', 'true'
|
||||
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"
|
||||
mods {
|
||||
create {
|
||||
source sourceSets.main
|
||||
|
@ -66,6 +69,8 @@ minecraft {
|
|||
property 'forge.logging.markers', 'REGISTRIES,REGISTRYDUMP'
|
||||
property 'forge.logging.console.level', 'debug'
|
||||
property 'fml.earlyprogresswindow', 'false'
|
||||
property 'mixin.env.remapRefMap', 'true'
|
||||
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"
|
||||
args '--mod', 'create', '--all', '--output', file('src/generated/resources/'), '--existing', file('src/main/resources')
|
||||
mods {
|
||||
create {
|
||||
|
@ -115,6 +120,10 @@ repositories {
|
|||
includeGroup "curse.maven"
|
||||
}
|
||||
}
|
||||
maven {
|
||||
//location of the maven for dynamic trees
|
||||
url "http://harleyoconnor.com/maven"
|
||||
}
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
@ -140,6 +149,8 @@ dependencies {
|
|||
runtimeOnly fg.deobf("mezz.jei:jei-1.16.5:${jei_version}")
|
||||
|
||||
// implementation fg.deobf("curse.maven:druidcraft-340991:3101903")
|
||||
implementation fg.deobf("com.ferreusveritas.dynamictrees:DynamicTrees-1.16.5:0.10.0-Beta12.1")
|
||||
|
||||
|
||||
// i'll leave this here commented for easier testing
|
||||
//runtimeOnly fg.deobf("vazkii.arl:AutoRegLib:1.4-35.69")
|
||||
|
|
|
@ -4,20 +4,20 @@ org.gradle.jvmargs = -Xmx3G
|
|||
org.gradle.daemon = false
|
||||
|
||||
# mod version info
|
||||
mod_version = 0.3.2
|
||||
mod_version = 0.3.2c
|
||||
minecraft_version = 1.16.5
|
||||
forge_version = 36.1.32
|
||||
forge_version = 36.2.0
|
||||
|
||||
# build dependency versions
|
||||
forgegradle_version = 3.+
|
||||
forgegradle_version = 4.1.+
|
||||
mixingradle_version = 0.7-SNAPSHOT
|
||||
shadow_version = 5.2.0
|
||||
shadow_version = 6.1.0
|
||||
cursegradle_version = 1.4.0
|
||||
|
||||
# dependency versions
|
||||
registrate_version = 1.0.4
|
||||
flywheel_version = 1.16-0.0.3.15
|
||||
jei_version = 7.7.0.106
|
||||
flywheel_version = 1.16-0.2.0.28
|
||||
jei_version = 7.7.1.110
|
||||
|
||||
# curseforge information
|
||||
projectId = 328085
|
||||
|
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,5 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
31
gradlew
vendored
31
gradlew
vendored
|
@ -82,6 +82,7 @@ esac
|
|||
|
||||
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
|
||||
|
||||
|
||||
# Determine the Java command to use to start the JVM.
|
||||
if [ -n "$JAVA_HOME" ] ; then
|
||||
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
|
||||
|
@ -129,6 +130,7 @@ fi
|
|||
if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
|
||||
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
|
||||
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
|
||||
|
||||
JAVACMD=`cygpath --unix "$JAVACMD"`
|
||||
|
||||
# We build the pattern for arguments to be converted via cygpath
|
||||
|
@ -154,19 +156,19 @@ if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
|
|||
else
|
||||
eval `echo args$i`="\"$arg\""
|
||||
fi
|
||||
i=$((i+1))
|
||||
i=`expr $i + 1`
|
||||
done
|
||||
case $i in
|
||||
(0) set -- ;;
|
||||
(1) set -- "$args0" ;;
|
||||
(2) set -- "$args0" "$args1" ;;
|
||||
(3) set -- "$args0" "$args1" "$args2" ;;
|
||||
(4) set -- "$args0" "$args1" "$args2" "$args3" ;;
|
||||
(5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
|
||||
(6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
|
||||
(7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
|
||||
(8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
|
||||
(9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
|
||||
0) set -- ;;
|
||||
1) set -- "$args0" ;;
|
||||
2) set -- "$args0" "$args1" ;;
|
||||
3) set -- "$args0" "$args1" "$args2" ;;
|
||||
4) set -- "$args0" "$args1" "$args2" "$args3" ;;
|
||||
5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
|
||||
6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
|
||||
7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
|
||||
8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
|
||||
9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
@ -175,14 +177,9 @@ save () {
|
|||
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
|
||||
echo " "
|
||||
}
|
||||
APP_ARGS=$(save "$@")
|
||||
APP_ARGS=`save "$@"`
|
||||
|
||||
# Collect all arguments for the java command, following the shell quoting and substitution rules
|
||||
eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
|
||||
|
||||
# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
|
||||
if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
|
||||
cd "$(dirname "$0")"
|
||||
fi
|
||||
|
||||
exec "$JAVACMD" "$@"
|
||||
|
|
25
gradlew.bat
vendored
25
gradlew.bat
vendored
|
@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=.
|
|||
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"
|
||||
|
||||
|
@ -37,7 +40,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome
|
|||
|
||||
set JAVA_EXE=java.exe
|
||||
%JAVA_EXE% -version >NUL 2>&1
|
||||
if "%ERRORLEVEL%" == "0" goto init
|
||||
if "%ERRORLEVEL%" == "0" goto execute
|
||||
|
||||
echo.
|
||||
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
||||
|
@ -51,7 +54,7 @@ goto fail
|
|||
set JAVA_HOME=%JAVA_HOME:"=%
|
||||
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
|
||||
|
||||
if exist "%JAVA_EXE%" goto init
|
||||
if exist "%JAVA_EXE%" goto execute
|
||||
|
||||
echo.
|
||||
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
||||
|
@ -61,28 +64,14 @@ echo location of your Java installation.
|
|||
|
||||
goto fail
|
||||
|
||||
:init
|
||||
@rem Get command-line arguments, handling Windows variants
|
||||
|
||||
if not "%OS%" == "Windows_NT" goto win9xME_args
|
||||
|
||||
:win9xME_args
|
||||
@rem Slurp the command line arguments.
|
||||
set CMD_LINE_ARGS=
|
||||
set _SKIP=2
|
||||
|
||||
:win9xME_args_slurp
|
||||
if "x%~1" == "x" goto execute
|
||||
|
||||
set CMD_LINE_ARGS=%*
|
||||
|
||||
:execute
|
||||
@rem Setup the command line
|
||||
|
||||
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
||||
|
||||
|
||||
@rem Execute Gradle
|
||||
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
|
||||
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
|
||||
|
||||
:end
|
||||
@rem End local scope for the variables with windows NT shell
|
||||
|
|
|
@ -23,10 +23,12 @@ e555e3c2b2d3f01440e48db4ba88f7e00fd99b6f assets/create/blockstates/basin.json
|
|||
f25693a9429f6337149ff24f27900dc4eb82a7c2 assets/create/blockstates/belt.json
|
||||
cf9045eb16e5299a1d917c4cb536289f49411276 assets/create/blockstates/birch_window.json
|
||||
94a1a91403eb4b035fec48071e7fcae57a8a6abd assets/create/blockstates/birch_window_pane.json
|
||||
8d257089491a1f6e87544242c9fe9af0127b4f88 assets/create/blockstates/black_nixie_tube.json
|
||||
e0f1e44c9bce4a7478592cf3a8ee7b91d9083d65 assets/create/blockstates/black_sail.json
|
||||
58b07d2af6030342f0354f6d3fd0ee128d2d74b4 assets/create/blockstates/black_seat.json
|
||||
a71ddf3291bd13d7877f2fe32c42f50407f99afb assets/create/blockstates/black_valve_handle.json
|
||||
923aeb2a556f67bc0526f237dd97af2d37b4c9f1 assets/create/blockstates/blaze_burner.json
|
||||
b619f127c38e9ffdb4e45bb32e5cea35863622f3 assets/create/blockstates/blue_nixie_tube.json
|
||||
ec2ab87734acc209e6be3bc4898b1199f819bfd3 assets/create/blockstates/blue_sail.json
|
||||
4854d1ef52130a7887aecc60bcaffbd66f0871a8 assets/create/blockstates/blue_seat.json
|
||||
9d7341a5cae5d47788c595167946dfb6441cebd1 assets/create/blockstates/blue_valve_handle.json
|
||||
|
@ -36,6 +38,7 @@ b8dd6e505943e06706d0718ece620ab3cf943650 assets/create/blockstates/brass_casing.
|
|||
288bad07593a8a2c8efaf44bba0ffb0011d36cd3 assets/create/blockstates/brass_encased_shaft.json
|
||||
adfbd6cc5e44a0f431180aedbe65a19428299d8e assets/create/blockstates/brass_funnel.json
|
||||
672eedcd3520c6d39603449165a23be9c612c620 assets/create/blockstates/brass_tunnel.json
|
||||
9526a0758dcfda9fbbf75c01548e96bb5887a52f assets/create/blockstates/brown_nixie_tube.json
|
||||
11ebdd9bd0815833e62ec1bea03a4cdd86ce00f3 assets/create/blockstates/brown_sail.json
|
||||
e81608346d43406ee72cae0f78b8bcfb37ba2d75 assets/create/blockstates/brown_seat.json
|
||||
322289524c058fac66bbe76b4924c3b0c0c33b84 assets/create/blockstates/brown_valve_handle.json
|
||||
|
@ -68,7 +71,7 @@ f0031f5e970b3d5695472ed384950b8631b015ed assets/create/blockstates/creative_moto
|
|||
fe2f78b94c20944399101e7369e2d43324297fb6 assets/create/blockstates/crushing_wheel.json
|
||||
a1dd6cb3daa97ea871290ef7b178d28b564ee2a2 assets/create/blockstates/crushing_wheel_controller.json
|
||||
b1126c191877cff86b4e2de83e1fcbd151451cb7 assets/create/blockstates/cuckoo_clock.json
|
||||
e8f1222b21e8e2e67d18252f7d3c9eefa650d3b9 assets/create/blockstates/cursed_bell.json
|
||||
d986774dc41e5f01c6f3ffd10765df94f196922d assets/create/blockstates/cyan_nixie_tube.json
|
||||
b496452f2f7dbbba385e1fc10b560ec266e4b5e7 assets/create/blockstates/cyan_sail.json
|
||||
4de72f65bff4e5d9c8153fa3adeee6b61d6f912b assets/create/blockstates/cyan_seat.json
|
||||
2c04d57e56849f243aec8a1e769574d24daac1e9 assets/create/blockstates/cyan_valve_handle.json
|
||||
|
@ -175,13 +178,16 @@ a4b0337149cb0617cc60061477c7178d37dbb831 assets/create/blockstates/granite_cobbl
|
|||
d97fdea02187e63f6b63913357c79a18660d676d assets/create/blockstates/granite_cobblestone_stairs.json
|
||||
2f29568407970ea0e3807e0553e0584d127a9014 assets/create/blockstates/granite_cobblestone_wall.json
|
||||
f8659e81cd2a623475a6a9aca59149e82de56b1c assets/create/blockstates/granite_pillar.json
|
||||
4478ee1b4c7a17deea77ee0d1234a19725889671 assets/create/blockstates/gray_nixie_tube.json
|
||||
5c40c4a27e1dec747a467dd251700c72a6ceb07d assets/create/blockstates/gray_sail.json
|
||||
a5ec5401ba9f3e102a2e1b35837f643847afbca4 assets/create/blockstates/gray_seat.json
|
||||
5f17a5868616b33eb157965a661046cab7a1427f assets/create/blockstates/gray_valve_handle.json
|
||||
747579dd8e635533c15208cec25afe445ff4774a assets/create/blockstates/green_nixie_tube.json
|
||||
52b849faef96b8ab9d9d64a1518c8f299af057b8 assets/create/blockstates/green_sail.json
|
||||
13059309684db0cc7a0f1f4fce2407cf06cce80a assets/create/blockstates/green_seat.json
|
||||
f4a0fc68e8daaa0a47cdc951ced4310057a874b0 assets/create/blockstates/green_valve_handle.json
|
||||
6ab675fa06317e6d07c0c1a453e7bb43e3f46b3b assets/create/blockstates/hand_crank.json
|
||||
34076c9caafe48daa87cc783e96d4c81b0b164c0 assets/create/blockstates/haunted_bell.json
|
||||
4572b90f5d6c586e145f2c7a55664c3cb734bd2b assets/create/blockstates/honey.json
|
||||
be3bef7e091d8b50bfc1c6b7275946d1f636aefd assets/create/blockstates/horizontal_framed_glass.json
|
||||
18d9fdaa1352a7e2ec91135e46dae5c02ccd8f8f assets/create/blockstates/horizontal_framed_glass_pane.json
|
||||
|
@ -200,12 +206,15 @@ a4cfcdc038af0f93a58d88ea8860b34d73632ff4 assets/create/blockstates/layered_dolom
|
|||
8535d628f8834be62cdf62ef4b60c2ce3a7af99f assets/create/blockstates/layered_scoria.json
|
||||
419d7fffc5cbd392f10211afa8d17e3eb8df8380 assets/create/blockstates/layered_weathered_limestone.json
|
||||
6a3c81d62c7c5a5fa2f4a1e239319d83875bbe55 assets/create/blockstates/lectern_controller.json
|
||||
e0c8fc35bfa28f025bdc14085b01b179e36c9f96 assets/create/blockstates/light_blue_nixie_tube.json
|
||||
029904f21970947a4423a6e0c8c65c4e02f2e8e6 assets/create/blockstates/light_blue_sail.json
|
||||
2a0a8b1715700bf1e284ee57ef9f7f163c12f3ee assets/create/blockstates/light_blue_seat.json
|
||||
9bee040558a6b24e21f837fc808e17fae1883e71 assets/create/blockstates/light_blue_valve_handle.json
|
||||
745b940c71575afbfac1786ffe1a23dcb62d5e70 assets/create/blockstates/light_gray_nixie_tube.json
|
||||
93537c4e2ab86218a777e7b000c3fcd55a80b1cd assets/create/blockstates/light_gray_sail.json
|
||||
d9a2551e001bb315d071bb9f1f013323a66a5d09 assets/create/blockstates/light_gray_seat.json
|
||||
8bea8c86de8c218c8932eef140f0ed439e173156 assets/create/blockstates/light_gray_valve_handle.json
|
||||
3bee155fee49a9f85403f018a51e60c0e536d51c assets/create/blockstates/lime_nixie_tube.json
|
||||
ba2c4e3ddafa3c89a72cc243b14e8518fab369aa assets/create/blockstates/lime_sail.json
|
||||
1de3a88c003df03f5006e1bbaa0236589aba08ad assets/create/blockstates/lime_seat.json
|
||||
179a3e68b9f2e289eafe0e98e768befbbf91c5c2 assets/create/blockstates/lime_valve_handle.json
|
||||
|
@ -221,7 +230,8 @@ e7c7b952137c4cb615988ea59b9f14303c9a4dfe assets/create/blockstates/limestone_bri
|
|||
10513d55f7c621162a13d474d8f4eb54305d0f60 assets/create/blockstates/limestone_cobblestone_wall.json
|
||||
b7506b862d13b3f915c60d38bb7a20afc935f70a assets/create/blockstates/limestone_pillar.json
|
||||
69790737767e06f000c7824749c46664a123160e assets/create/blockstates/linear_chassis.json
|
||||
07bae932a163b81f8749f98287b4fb4949fe0b8b assets/create/blockstates/lit_blaze_burner.json
|
||||
56b111c8a345627e9f37deac141138064271c2f1 assets/create/blockstates/lit_blaze_burner.json
|
||||
e99e9c5cf03334a48d9d071e1590bc8f286d3cf6 assets/create/blockstates/magenta_nixie_tube.json
|
||||
85a58ac539775f90903d9ce66374f3f2ffd4fecf assets/create/blockstates/magenta_sail.json
|
||||
84c494d24cc58af274fdd054896c680e8095d2d0 assets/create/blockstates/magenta_seat.json
|
||||
3bfce5016e5c929b74368dc2d734e62ae34587a4 assets/create/blockstates/magenta_valve_handle.json
|
||||
|
@ -251,7 +261,7 @@ a3ae5fb61cb07ae6fcb78ba68435bda8c31d4430 assets/create/blockstates/mossy_granite
|
|||
3feafb33a6ba03687a521c1b196536c0427fff77 assets/create/blockstates/mossy_weathered_limestone.json
|
||||
b1126c191877cff86b4e2de83e1fcbd151451cb7 assets/create/blockstates/mysterious_cuckoo_clock.json
|
||||
8d56251190c94204fa238ff32734a0761273669f assets/create/blockstates/natural_scoria.json
|
||||
0f7635a4fec6961ec09788b3c5e3992ed1fdfde7 assets/create/blockstates/nixie_tube.json
|
||||
f090a023bebb8590ed609d0c624277703b4699a4 assets/create/blockstates/nixie_tube.json
|
||||
36e46e65003a8d0b8555fe5e8f8dc980d6559bc5 assets/create/blockstates/nozzle.json
|
||||
cf60989f63f02067fc4e4ad25033ac83167cdeb0 assets/create/blockstates/oak_window.json
|
||||
4a796509c3953171f04f957351282205840b3760 assets/create/blockstates/oak_window_pane.json
|
||||
|
@ -305,7 +315,8 @@ c17d334e938dcb742550ba8307ca8266a1fc9b49 assets/create/blockstates/paved_weather
|
|||
cb23aef25f3106b06c8fa8f152c638bb0d2185d8 assets/create/blockstates/paved_weathered_limestone_slab.json
|
||||
d62b0992cec1de45dad1f2c273132225f4ef33a0 assets/create/blockstates/paved_weathered_limestone_stairs.json
|
||||
e29e245d06c46dac94fcd0e01a9bf7fa8e02fb87 assets/create/blockstates/paved_weathered_limestone_wall.json
|
||||
7734d96271a199579e3ebb0bebf8bcd1cbec0992 assets/create/blockstates/peculiar_bell.json
|
||||
005cc195712aca252326ae8239ed0caf9a69a314 assets/create/blockstates/peculiar_bell.json
|
||||
06ad2ce2f1730488d51daf12b4a985c86d43bbb4 assets/create/blockstates/pink_nixie_tube.json
|
||||
30971f2f76fe56f144178c33ad6bde5fc9fb61c3 assets/create/blockstates/pink_sail.json
|
||||
919a79e4a4a5fab0aac3ef48e1c786017d6aa001 assets/create/blockstates/pink_seat.json
|
||||
471a3bb474a0ae0453143888d561256cce894e3f assets/create/blockstates/pink_valve_handle.json
|
||||
|
@ -340,10 +351,12 @@ ad721e3911f48c61c3639edac1896680a31451ff assets/create/blockstates/polished_weat
|
|||
e8b0a401c10d1ba67ed71ba31bd5f9bc28571b65 assets/create/blockstates/powered_toggle_latch.json
|
||||
3a739f9d4276828d83f2d2750bf3227c87bcd438 assets/create/blockstates/pulley_magnet.json
|
||||
469e430d96cb0a5e1aaf6b7cc5d401d488c9e600 assets/create/blockstates/pulse_repeater.json
|
||||
83ad917bb7f528e68d64f3859b3bf1236080d454 assets/create/blockstates/purple_nixie_tube.json
|
||||
d06cd9a1101b18d306a786320aab12018b1325d6 assets/create/blockstates/purple_sail.json
|
||||
92957119abd5fbcca36a113b2a80255fd70fc303 assets/create/blockstates/purple_seat.json
|
||||
61035f8afe75ff7bbd291da5d8690bcbebe679eb assets/create/blockstates/purple_valve_handle.json
|
||||
4439fc83a8c7370ab44b211a3fd48abde20a4728 assets/create/blockstates/radial_chassis.json
|
||||
3735f396cf8e8bab0793ce2bfa281b29af73919e assets/create/blockstates/red_nixie_tube.json
|
||||
45877c4d90a7185c2f304edbd67379d800920439 assets/create/blockstates/red_sail.json
|
||||
da1b08387af7afa0855ee8d040f620c01f20660a assets/create/blockstates/red_seat.json
|
||||
722fc77bbf387af8a4016e42cbf9501d2b968881 assets/create/blockstates/red_valve_handle.json
|
||||
|
@ -388,7 +401,7 @@ a8094531617e27a545c4815ab2062bf0ffca3633 assets/create/blockstates/turntable.jso
|
|||
c4db76b9d36cfb098df0d158cb6f8b82768ebe14 assets/create/blockstates/vertical_framed_glass_pane.json
|
||||
3a5da54d9763e9512cfaa47b25226b79738b25f3 assets/create/blockstates/warped_window.json
|
||||
19ef7a16c82f07d304fb60d121845185d189aecf assets/create/blockstates/warped_window_pane.json
|
||||
d995547bcd71603ba7378d8998098e462030bfd0 assets/create/blockstates/water_wheel.json
|
||||
d31fce8315c8715521d66b5dcc166c84e949dd1d assets/create/blockstates/water_wheel.json
|
||||
f182669f7547964f9f2ef67916568556870def7b assets/create/blockstates/weathered_limestone.json
|
||||
27e6740834c0f673acc3531371512daa6dcab025 assets/create/blockstates/weathered_limestone_bricks.json
|
||||
abb74e4f4c2b9851670cb6ad794281b0f7be0f5a assets/create/blockstates/weathered_limestone_bricks_slab.json
|
||||
|
@ -400,31 +413,33 @@ fd7a9c7095372485081436c91489cadb2b0c514e assets/create/blockstates/weathered_lim
|
|||
dfa5662bfd5a70bcd87673b1c40bf9106d5e2365 assets/create/blockstates/weathered_limestone_cobblestone_wall.json
|
||||
c77b46d8b459e5c7cc495393546f3fcca8a1fa1d assets/create/blockstates/weathered_limestone_pillar.json
|
||||
c838c0792511ca2e14493b40032bb1370fac588a assets/create/blockstates/weighted_ejector.json
|
||||
aef042718ae54973cbafdb4507c32944d722e99d assets/create/blockstates/white_nixie_tube.json
|
||||
512bf17c9ea309b1f7da54440f923530d25e467c assets/create/blockstates/white_sail.json
|
||||
4647010162eb4c350fad236d860317eaa1884c77 assets/create/blockstates/white_seat.json
|
||||
89000903d0ab8139e919abea7aa0361b34c24e55 assets/create/blockstates/white_valve_handle.json
|
||||
c4cd1131113667da0180898b5db3ebad609db8ba assets/create/blockstates/windmill_bearing.json
|
||||
d4f804f2818376950ef28fc8d6250419f4e12218 assets/create/blockstates/wooden_bracket.json
|
||||
de1557d79eebf1cd469d098639cd6b5518b52b61 assets/create/blockstates/yellow_nixie_tube.json
|
||||
e03c48512967845fce09d84b955d3bc7b480fedc assets/create/blockstates/yellow_sail.json
|
||||
a3a11524cd3515fc01d905767b4b7ea782adaf03 assets/create/blockstates/yellow_seat.json
|
||||
6801fa1f466f172700e573e5b8ee8ee5f9ca4583 assets/create/blockstates/yellow_valve_handle.json
|
||||
7f39521b211441f5c3e06d60c5978cebe16cacfb assets/create/blockstates/zinc_block.json
|
||||
b7181bcd8182b2f17088e5aa881f374c9c65470c assets/create/blockstates/zinc_ore.json
|
||||
391e1552053f8fbb148b0bdf2e61f74ae4782100 assets/create/lang/en_ud.json
|
||||
9d41edd2a78d074f0e80fbc95b6eb9f1303ef7f5 assets/create/lang/en_us.json
|
||||
f05c04c9b1e79c446492af47a9bfcde73cefd138 assets/create/lang/unfinished/de_de.json
|
||||
3b2ed3f1b4910e5cc03af089bf2ddfc1421cfc1f assets/create/lang/unfinished/es_es.json
|
||||
e9ad51b0ad0e1088f121fb2444ef2019c11a2e80 assets/create/lang/unfinished/es_mx.json
|
||||
f6f8a3f4b3bf685e324c9216b5bb0467c68da796 assets/create/lang/unfinished/fr_fr.json
|
||||
d05b807ead4cc5dbae6444de5e91525a385d9b20 assets/create/lang/unfinished/it_it.json
|
||||
055d6b4d130fedfe0232c351663bd9a1934d1a46 assets/create/lang/unfinished/ja_jp.json
|
||||
064c4e1d5923dc5a75b178940cb36c42f764a6ad assets/create/lang/unfinished/ko_kr.json
|
||||
762c1bdec8a3f2ecb4047fbb5b975ffbc1792374 assets/create/lang/unfinished/nl_nl.json
|
||||
43c113585d98162f8cbe5ec02af06f6f8ae55cbc assets/create/lang/unfinished/pl_pl.json
|
||||
3ab83a3d7d925821d73e9ab6064d3b479d7c21e6 assets/create/lang/unfinished/pt_br.json
|
||||
51c20e7a0c4b2af9242ee31cf0cf1516b9f312a5 assets/create/lang/unfinished/ru_ru.json
|
||||
95bf20119493721c3067319f165e2542295918c0 assets/create/lang/unfinished/zh_cn.json
|
||||
9604bfe416e4f747efda84b419ec99f2b38bd544 assets/create/lang/unfinished/zh_tw.json
|
||||
93fa3a5a99cdd3267534d4702b2346177be29885 assets/create/lang/en_ud.json
|
||||
71d94e21f0c64725829f1c029592f2316fa1358e assets/create/lang/en_us.json
|
||||
35439696e4d85eebce260874de685aedb5076a6a assets/create/lang/unfinished/de_de.json
|
||||
36c5b894c038f2ff1c0ecef0391253bcd944ac22 assets/create/lang/unfinished/es_es.json
|
||||
8d451362ebecd7552739a8212ca5534ee2b32421 assets/create/lang/unfinished/es_mx.json
|
||||
b39592c64dd5d1ae29c8cf556e35b8bec0c10c63 assets/create/lang/unfinished/fr_fr.json
|
||||
e7b5d73d5f53d1a7a288103e9198c40888b3a603 assets/create/lang/unfinished/it_it.json
|
||||
68cdd7c617498c0dca12b9ec397b82904783f88b assets/create/lang/unfinished/ja_jp.json
|
||||
d1dd7683a20814625cade0688ae0cd95e6d2ba50 assets/create/lang/unfinished/ko_kr.json
|
||||
b56ea82f736da4cd067093e95e26597bf1d88b6b assets/create/lang/unfinished/nl_nl.json
|
||||
9e3e5d6eb799fae27f03a3e47782134a85657f22 assets/create/lang/unfinished/pl_pl.json
|
||||
8068aeedd8c8e5f041372512e9bd57ccef29f38c assets/create/lang/unfinished/pt_br.json
|
||||
724c38f4375687907d1f416674d2122117fb34a6 assets/create/lang/unfinished/ru_ru.json
|
||||
5522e68e3d3c14c17d6b038fc2a03acb73b76513 assets/create/lang/unfinished/zh_cn.json
|
||||
4e464bc9052209b7e6a809519c2b816dbc956bbf assets/create/lang/unfinished/zh_tw.json
|
||||
487a511a01b2a4531fb672f917922312db78f958 assets/create/models/block/acacia_window.json
|
||||
b48060cba1a382f373a05bf0039054053eccf076 assets/create/models/block/acacia_window_pane_noside.json
|
||||
3066db1bf03cffa1a9c7fbacf47ae586632f4eb3 assets/create/models/block/acacia_window_pane_noside_alt.json
|
||||
|
@ -494,9 +509,11 @@ a5f0ed76e27d2ca706445f7f7c5f9270f98e34f9 assets/create/models/block/birch_window
|
|||
f40c4d4ea6c037158f4b9862a7c11e6024a261e6 assets/create/models/block/birch_window_pane_post.json
|
||||
dbfd2a996820d885d9741a3f168aa36c3538cfbd assets/create/models/block/birch_window_pane_side.json
|
||||
557b35671ec417597259ba8d0239fe18c14c3d20 assets/create/models/block/birch_window_pane_side_alt.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/black_nixie_tube.json
|
||||
2b59d6f937cd542eba670689c30fe16887dfd9a0 assets/create/models/block/black_sail.json
|
||||
97d79ab99c0fb278a9b5dc54e1c6563868f87b76 assets/create/models/block/black_seat.json
|
||||
02747ea1a0e5d4a1cd466bf26878885a89d347fa assets/create/models/block/black_valve_handle.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/blue_nixie_tube.json
|
||||
d876627b6e519c6f3f59c7c27cc7b0f903206f7c assets/create/models/block/blue_sail.json
|
||||
e58b00a7222152d7facbe0e82f00933b974df747 assets/create/models/block/blue_seat.json
|
||||
c7f91468b196fbda137e6b31764870b3bbfda6b6 assets/create/models/block/blue_valve_handle.json
|
||||
|
@ -535,6 +552,7 @@ fd6f6607a4742fa87dfe1768927a29dc4975ce7a assets/create/models/block/brass_funnel
|
|||
a959e03ca339badb49fe58ba53d86a84352e91f3 assets/create/models/block/brass_tunnel/t_left.json
|
||||
0585fbe58da3a8ed0dc98cc7ed79ac067312078d assets/create/models/block/brass_tunnel/t_right.json
|
||||
a0612a633756433e1b37ddc6d290aa1fc07839ef assets/create/models/block/brass_tunnel/window.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/brown_nixie_tube.json
|
||||
8ab097caaa0db0915ae9254f7d65092d9171bc60 assets/create/models/block/brown_sail.json
|
||||
4eed0ad902f5e84f2b6c160f3283e8028640e77d assets/create/models/block/brown_seat.json
|
||||
6c39677f8c3a84280835c717ea1ef569b7c76a1b assets/create/models/block/brown_valve_handle.json
|
||||
|
@ -588,6 +606,7 @@ a6eea01609266b757342984889af16234ecd5189 assets/create/models/block/creative_top
|
|||
14a14ab7c1a812a5ac8e282747f125461bf6b1d5 assets/create/models/block/crimson_window_pane_post.json
|
||||
b9e6d8befe3f2281413288e0350425987256e238 assets/create/models/block/crimson_window_pane_side.json
|
||||
bcbfa40524cff0314d9e764a64f90f2095d14064 assets/create/models/block/crimson_window_pane_side_alt.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/cyan_nixie_tube.json
|
||||
68843a02a32c156afad85830877b83f9b51c5147 assets/create/models/block/cyan_sail.json
|
||||
6704782830b3d872321e895b6903709c18e3778f assets/create/models/block/cyan_seat.json
|
||||
f45ef4a5f0aa8482d493661673b1c0ab6d061157 assets/create/models/block/cyan_valve_handle.json
|
||||
|
@ -815,12 +834,18 @@ ddc8bf8dc62464d424ab812f801dd7a1f68072d0 assets/create/models/block/granite_cobb
|
|||
87f6b4e30f2cdd0ddb3b48e43f15317b386597e6 assets/create/models/block/granite_cobblestone_wall_side.json
|
||||
5c7340740d822deae7aa32c15c36531476862fbb assets/create/models/block/granite_cobblestone_wall_side_tall.json
|
||||
f55c5825c63f345a95e822a2113e76b5a62d8f7c assets/create/models/block/granite_pillar.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/gray_nixie_tube.json
|
||||
a68cd40ffb769b195437107f4a2c2188b222b74a assets/create/models/block/gray_sail.json
|
||||
6eb5e59e803e1055968b90f3099cd0a17a1d3fd5 assets/create/models/block/gray_seat.json
|
||||
7e213be39cc928363bf2b096f055439211050b8d assets/create/models/block/gray_valve_handle.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/green_nixie_tube.json
|
||||
17b651233c62b928f0228562a7f6e7a2b7b2d6b7 assets/create/models/block/green_sail.json
|
||||
1438b8ce54ac5557b8f10dcef94f3525eae19461 assets/create/models/block/green_seat.json
|
||||
cc7ce9b6bc687ad5027a67c3bf22bdf5bcd71674 assets/create/models/block/green_valve_handle.json
|
||||
29e09bf70184cc1d09fce31aea908a2ab56fa9e4 assets/create/models/block/haunted_bell_ceiling.json
|
||||
942c2ae8a3546bd91f8489094f9e7516ff026e61 assets/create/models/block/haunted_bell_double_wall.json
|
||||
44371c13450dd41d84769a3a50250de1d86e75c5 assets/create/models/block/haunted_bell_floor.json
|
||||
57e48a613ce2c81992623a46792fca4bcafb33ce assets/create/models/block/haunted_bell_single_wall.json
|
||||
5163171ed77af879fa06f290bf24b1bb99735c94 assets/create/models/block/honey.json
|
||||
b1e94d2858c3a8807def6c5131b6f63fe586fb91 assets/create/models/block/horizontal_framed_glass.json
|
||||
d13df8a5920c5778d98081fb0e97f045e2fd46a2 assets/create/models/block/horizontal_framed_glass_pane_noside.json
|
||||
|
@ -843,12 +868,15 @@ e1add9f62cf886a7989f7ebb545906da16ad7a41 assets/create/models/block/layered_dolo
|
|||
cecf946818c65370b685dfeaade50819183acb41 assets/create/models/block/layered_limestone.json
|
||||
258fb9644d396872719c56ae1ca89f50667a1077 assets/create/models/block/layered_scoria.json
|
||||
60b05926e706d5dd27f3cb4997120c948797f2f4 assets/create/models/block/layered_weathered_limestone.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/light_blue_nixie_tube.json
|
||||
19bd08ad6ac351e6eee2131f7b4c11a768bf8f08 assets/create/models/block/light_blue_sail.json
|
||||
1a28b07da68d1461cd04c971ae548d94165e0cf3 assets/create/models/block/light_blue_seat.json
|
||||
68e01f8d8a31f07f236383e19b49ae1be4cbe3f4 assets/create/models/block/light_blue_valve_handle.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/light_gray_nixie_tube.json
|
||||
73f14b905d5fdb433751a33b963852de6491722a assets/create/models/block/light_gray_sail.json
|
||||
292bec1b9f962b17b29147d982a9b177618b7eb9 assets/create/models/block/light_gray_seat.json
|
||||
42338c4965da63962ea08077dc9e899aaf4c3c65 assets/create/models/block/light_gray_valve_handle.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/lime_nixie_tube.json
|
||||
8292d043ebfe280340526a6a0f96d4160099e213 assets/create/models/block/lime_sail.json
|
||||
31c9474210d8535c5417021fe042d4cc31e17328 assets/create/models/block/lime_seat.json
|
||||
74008bd0d775b0e2e96b43be2e51d0f3c3abdf21 assets/create/models/block/lime_valve_handle.json
|
||||
|
@ -877,6 +905,7 @@ c54e5a17495f88fa21b3488e8da32a365452c36c assets/create/models/block/limestone_co
|
|||
7991d6620d2225b1a026e2b62dc076cf0a33613d assets/create/models/block/linear_chassis_bottom.json
|
||||
56e585805c6235552ce5e15ff2f125ff8ec0fa2d assets/create/models/block/linear_chassis_top.json
|
||||
12b35c916e3ee83ee4fd1e309c73403dec9a7297 assets/create/models/block/linear_chassis_top_bottom.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/magenta_nixie_tube.json
|
||||
ec6b5f636e163ff5e361d486cf628ca1af4849a1 assets/create/models/block/magenta_sail.json
|
||||
cbee001cd1bb1125a97d1bb2d1e6e5a68f129303 assets/create/models/block/magenta_seat.json
|
||||
bc5a03a5552eb4a518abefe5e8615f14ee13ca29 assets/create/models/block/magenta_valve_handle.json
|
||||
|
@ -891,6 +920,7 @@ de9b0f933881cc735ae0acf2bd71e6eafa732ff8 assets/create/models/block/mossy_limest
|
|||
f88a9558a20033d4955e7b6de4f8aa23b1a11b9f assets/create/models/block/mossy_scoria.json
|
||||
8c3296378aa7e5dc1bc7dfdde2f0a436b8bb8b78 assets/create/models/block/mossy_weathered_limestone.json
|
||||
50f28bf7a7de95caf12b4f040994f0f3da72a55a assets/create/models/block/natural_scoria.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/nixie_tube.json
|
||||
e3cd8b33b8c5f0543e4f6728a5b3e05642f9efe1 assets/create/models/block/oak_window.json
|
||||
54a3b3158f8c914788812aa44515b798b2a9e2f3 assets/create/models/block/oak_window_pane_noside.json
|
||||
b9c27f90d4d258e3fdcd713aaa42142f5d46a79e assets/create/models/block/oak_window_pane_noside_alt.json
|
||||
|
@ -1037,6 +1067,11 @@ f924c6104378768a3a645f5e77f9ed80d2c31e5a assets/create/models/block/paved_weathe
|
|||
46e3eeeefd47f7e6007e53bb1b22de2c6c2a5923 assets/create/models/block/paved_weathered_limestone_wall_post.json
|
||||
c7941c0bcbdf7ec7e2d34679afac744cf81b7489 assets/create/models/block/paved_weathered_limestone_wall_side.json
|
||||
39aaea370e31fa032e471d3b8f0ebf0586ee1a03 assets/create/models/block/paved_weathered_limestone_wall_side_tall.json
|
||||
29e09bf70184cc1d09fce31aea908a2ab56fa9e4 assets/create/models/block/peculiar_bell_ceiling.json
|
||||
942c2ae8a3546bd91f8489094f9e7516ff026e61 assets/create/models/block/peculiar_bell_double_wall.json
|
||||
44371c13450dd41d84769a3a50250de1d86e75c5 assets/create/models/block/peculiar_bell_floor.json
|
||||
57e48a613ce2c81992623a46792fca4bcafb33ce assets/create/models/block/peculiar_bell_single_wall.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/pink_nixie_tube.json
|
||||
1b5f9e819cd4b5f5fe6e8c24920b916e8d93c95e assets/create/models/block/pink_sail.json
|
||||
ecc60ce7ee6b753073a99c597db95d6d9df3d438 assets/create/models/block/pink_seat.json
|
||||
7ada61878d3a3c1d3cc33bcf9a80c21b8f9aaff2 assets/create/models/block/pink_valve_handle.json
|
||||
|
@ -1106,6 +1141,7 @@ f22d7d8263dcabd726aa04784031ae9062633579 assets/create/models/block/powered_togg
|
|||
e6097d9ab9dc9954cbc750020bc33c7a423b73c6 assets/create/models/block/powered_toggle_latch_on_powered.json
|
||||
622239a3a09fcac7235b9670eb395a530839a59b assets/create/models/block/pulse_repeater_powered.json
|
||||
d469dce70d15759baed35025b8c7fa403c8b3b26 assets/create/models/block/pulse_repeater_pulsing.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/purple_nixie_tube.json
|
||||
b56fad63b82434564bc41ae9c01e3b427203fb5b assets/create/models/block/purple_sail.json
|
||||
96adc7865ebe64b43865bc2fe914830c11258856 assets/create/models/block/purple_seat.json
|
||||
062406aacf25e099f9b28a3bf7cacfcaa1da4ef6 assets/create/models/block/purple_valve_handle.json
|
||||
|
@ -1115,6 +1151,7 @@ a9885a3f69e3e2a2812c33bafd9140fcc5cc7c25 assets/create/models/block/radial_chass
|
|||
92a48c22cf2af0a3156844322f6bb469883608fb assets/create/models/block/radial_chassis_side_y_sticky.json
|
||||
522f4733118d6fba172696e9478c8f9fe88b236e assets/create/models/block/radial_chassis_side_z.json
|
||||
bffca231a146a6ac49e028f3790cdcbf375e98b0 assets/create/models/block/radial_chassis_side_z_sticky.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/red_nixie_tube.json
|
||||
f0099576080a0f2bb09dd85e55777bad69f9f265 assets/create/models/block/red_sail.json
|
||||
12d4f4119b994c5d71c96ab3aa09beb89dad1e10 assets/create/models/block/red_seat.json
|
||||
0064825ee3c1702c524d34abb6adb66906586851 assets/create/models/block/red_valve_handle.json
|
||||
|
@ -1195,9 +1232,11 @@ acf3900465101f9dd78d2301eab1063cdb461582 assets/create/models/block/weathered_li
|
|||
7f1582fe36aa94be4352b8eda89c8ebf7a353333 assets/create/models/block/weathered_limestone_cobblestone_wall_side.json
|
||||
3235d3148535283e9e9b4ee336b92055e7c6bf01 assets/create/models/block/weathered_limestone_cobblestone_wall_side_tall.json
|
||||
8c6feec0411e95f9aae18f9f38b4e045156857e8 assets/create/models/block/weathered_limestone_pillar.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/white_nixie_tube.json
|
||||
1377e12f56dce1466ce44078d7154870c5cf7b2a assets/create/models/block/white_seat.json
|
||||
899f33d51cf36cb1c283bc7e6363f9d451e5736e assets/create/models/block/white_valve_handle.json
|
||||
f2bee22fe03ac047fbe73ca2c5c759f09bf646df assets/create/models/block/windmill_bearing.json
|
||||
71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/yellow_nixie_tube.json
|
||||
071ca07daceea4d0db7ed41e815d47589fdb14b7 assets/create/models/block/yellow_sail.json
|
||||
0a0e2cc973e35586ae00ed17b919383868e992e8 assets/create/models/block/yellow_seat.json
|
||||
55edee7b0833ab19b98694fab21ae0c8e91f76fd assets/create/models/block/yellow_valve_handle.json
|
||||
|
@ -1261,7 +1300,6 @@ a47fbe5f2da79080d99ef0975bfa8da4d08f8be4 assets/create/models/item/chiseled_scor
|
|||
fe67c3f380d17735a9436a4579a8be1a02b8e4a0 assets/create/models/item/chute.json
|
||||
6680a68526576ded5dac2aa3bc9fb9de3e744146 assets/create/models/item/cinder_flour.json
|
||||
c1da21be9f1af4f7a2ef4ec9cd92195d65ada316 assets/create/models/item/clockwork_bearing.json
|
||||
47fb26e7a75c7bd521f46cdf9c11885769e1c94e assets/create/models/item/clockwork_component.json
|
||||
0a2a0f0aafeab0088172f77afd40c1fa2cc1f2b8 assets/create/models/item/clutch.json
|
||||
dcb09deae110077bcddf090996b51cc66e9a7de3 assets/create/models/item/cogwheel.json
|
||||
7717e3b21cff39f497f07687c70c1fa40eaa756d assets/create/models/item/content_observer.json
|
||||
|
@ -1278,6 +1316,7 @@ f56bf22324faf8958eaef4d94b958f1108d52e5a assets/create/models/item/copper_tiles.
|
|||
5583368909c319acfcf0f7a419bedf23272fe613 assets/create/models/item/copper_valve_handle.json
|
||||
4e253e7c0626dfd76e2d39786ce1a34e0baaa62d assets/create/models/item/crafter_slot_cover.json
|
||||
1f947dafff30da701b7675f5b026ccab3129b079 assets/create/models/item/crafting_blueprint.json
|
||||
db68f1fcc5b91f3ee0cc023538d965d76dd13506 assets/create/models/item/creative_blaze_cake.json
|
||||
7b333dea353afaa27b182aedc647c9e9e34e92ef assets/create/models/item/creative_crate.json
|
||||
f7d06c52c3ca8c22ad67f5741471f06ac22e7fcb assets/create/models/item/creative_fluid_tank.json
|
||||
5b39403f6c81f05e566b621b62e267267de47c41 assets/create/models/item/creative_motor.json
|
||||
|
@ -1299,7 +1338,6 @@ b359064405d189e2802969715cd5f682ddbf0bb1 assets/create/models/item/crushed_urani
|
|||
2bb791db62dce6bf2e2227f9b607c131828471fd assets/create/models/item/crushed_zinc_ore.json
|
||||
823c91f63565db54ec3944a1e90e7aee18e41062 assets/create/models/item/crushing_wheel.json
|
||||
dae5cffa4e1263d6a113469f79fba8695fa8232a assets/create/models/item/cuckoo_clock.json
|
||||
9826c00050ba493f844e8812cc45153a156c5317 assets/create/models/item/cursed_bell.json
|
||||
3e3edc9ccded444496d3336926b93bbf1234cd84 assets/create/models/item/cyan_seat.json
|
||||
523cd531eadaadc45fb356ca58b99a8fe206c3a7 assets/create/models/item/cyan_valve_handle.json
|
||||
f786a43e296d9f10d7c302fe3ae9cddf4ba9984e assets/create/models/item/dark_oak_window.json
|
||||
|
@ -1419,12 +1457,13 @@ e7daa31c1fc445d542bad476dfe1d6a8811f2070 assets/create/models/item/gray_seat.jso
|
|||
ecb9f32f62d3fa43fb226ab85adc2eb229fdfb77 assets/create/models/item/green_valve_handle.json
|
||||
398b1a7c76c7bdb6a23b1248fdce98f6d835467f assets/create/models/item/hand_crank.json
|
||||
dee43bf1a9c211a752fac2c07aeba123f7f0c914 assets/create/models/item/handheld_worldshaper.json
|
||||
e17d9c90e621e9a39f38bb2d90a122f09a5f169d assets/create/models/item/haunted_bell.json
|
||||
f0d5af58e23e2705b3ef675c30bdf85ed9567c57 assets/create/models/item/honey_bucket.json
|
||||
068729724f5f7b276b9bc378e533898a92e8debe assets/create/models/item/honeyed_apple.json
|
||||
955e8accadb47f9b360e5fd48cd959c507b00f2d assets/create/models/item/horizontal_framed_glass.json
|
||||
f0e3b2b8a553b6e61746c922c27302dabfff71b6 assets/create/models/item/horizontal_framed_glass_pane.json
|
||||
ff92f6a9dfb73a6ee1eaaed3279c89390ff04a80 assets/create/models/item/hose_pulley.json
|
||||
94a09bbd2ca14a72f9f79ca9364a2c342c1637e3 assets/create/models/item/incomplete_clockwork_component.json
|
||||
153a185852af79654f0fb216c4b1b8e69c85ee8a assets/create/models/item/incomplete_precision_mechanism.json
|
||||
9d605ce0da83a73b535bce45c107e604364e2b20 assets/create/models/item/iron_sheet.json
|
||||
52e435014cb03e93411666c4799ebff206e55fc9 assets/create/models/item/item_drain.json
|
||||
83fa8699318e51f838b483b40b3e897c34ed53d1 assets/create/models/item/jungle_window.json
|
||||
|
@ -1539,7 +1578,7 @@ d60c4fb6e0e68d8f6c137a0c601145c342236c18 assets/create/models/item/paved_limesto
|
|||
5ec22c676e301a7004ff7d127d20b46f49063c64 assets/create/models/item/paved_weathered_limestone_slab.json
|
||||
d81f85aea5e683539a0f3c805c154b76a9d88a9d assets/create/models/item/paved_weathered_limestone_stairs.json
|
||||
910eaf2f571bae883b888d13f305bd848d278577 assets/create/models/item/paved_weathered_limestone_wall.json
|
||||
2c0c9e7b131d9eb87b595abcbd68d2c55c443e58 assets/create/models/item/peculiar_bell.json
|
||||
477cf0b4dd4482353668f6307f3f94d0fd77dd62 assets/create/models/item/peculiar_bell.json
|
||||
9664f171c7856661776c5c4ef0b6880a77db648e assets/create/models/item/pink_seat.json
|
||||
7d12cc24b86fcb3f0ca6fee650d1dee683859c0d assets/create/models/item/pink_valve_handle.json
|
||||
04ce23dc141bedccc75b4512263da8b498f13205 assets/create/models/item/piston_extension_pole.json
|
||||
|
@ -1574,6 +1613,7 @@ b97c891ebe74e7850ef1f982e4cc043338baa30f assets/create/models/item/potato_cannon
|
|||
417c301eb7e54f14c564975570f59d048cc88987 assets/create/models/item/powdered_obsidian.json
|
||||
1e501c1f2e9250aaaadcf17db62646d08177d4e1 assets/create/models/item/powered_latch.json
|
||||
3a6dfc7f36e31ebfcd650c3144a7f2210e8a4f9f assets/create/models/item/powered_toggle_latch.json
|
||||
7459efc8f20d093a8b0ef987eaace8cb0ad0aaa8 assets/create/models/item/precision_mechanism.json
|
||||
4a3c3d81097d56bbd3aefeeb9eb7db87f514b5b4 assets/create/models/item/propeller.json
|
||||
4b8a27ff05ed5331889dfc4b0b4562f3e94b0dfe assets/create/models/item/pulse_repeater.json
|
||||
a598b2f5eb34b061e81efb8a55267a02f8e08a61 assets/create/models/item/purple_seat.json
|
||||
|
@ -1659,8 +1699,8 @@ d080b1b25e5bc8baf5aee68691b08c7f12ece3b0 assets/create/models/item/windmill_bear
|
|||
866fbb0ce2878a73e0440d1caf6534c8bd7c384f assets/create/models/item/zinc_ingot.json
|
||||
a80fb25a0b655e76be986b5b49fcb0f03461a1ab assets/create/models/item/zinc_nugget.json
|
||||
b1689617190c05ef34bd18456b0c7ae09bb3210f assets/create/models/item/zinc_ore.json
|
||||
f3231c27d43ff511b7d8532603111706ebcc155e assets/create/sounds.json
|
||||
5d0cc4c0255dc241e61c173b31ddca70c88d08e4 data/create/advancements/aesthetics.json
|
||||
58880e397902f8ca5b3b59ed4423e626109ddc4c assets/create/sounds.json
|
||||
0f1b4b980afba9bf2caf583b88e261bba8b10313 data/create/advancements/aesthetics.json
|
||||
187921fa131b06721bfaf63f2623a28c141aae9a data/create/advancements/andesite_alloy.json
|
||||
0ea2db7173b5be28b289ea7c9a6a0cf5805c60c7 data/create/advancements/andesite_casing.json
|
||||
83c046bd200623933545c9e4326f782fb02c87fa data/create/advancements/arm_blaze_burner.json
|
||||
|
@ -1680,8 +1720,7 @@ de13a091928d5ab539d567411dd5c522cdcdd668 data/create/advancements/brass_casing.j
|
|||
9531baa67bb3aee5e2723b1ab0578ff87bcb42b0 data/create/advancements/chromatic_eob.json
|
||||
f37551a788dfb3ff3d65db97a03c0420edf2c041 data/create/advancements/chute.json
|
||||
0ffacd497176afdb26670783b65d383ac6236c19 data/create/advancements/clockwork_bearing.json
|
||||
18511a1a11f2b362438cfcd961750963a43b7155 data/create/advancements/clockwork_component.json
|
||||
df4a08ee0bd8d26977fdf2e45cce1d3b2f972033 data/create/advancements/clockwork_component_eob.json
|
||||
fcb3a56a40d245a2fc95799b4b4da90756b58bd6 data/create/advancements/clockwork_component_eob.json
|
||||
870ca791c418a1bc24f7b12284f5788c84911b92 data/create/advancements/compact.json
|
||||
d1015e059a2f2008a364b6d045a011a6d671f20d data/create/advancements/copper_casing.json
|
||||
8e2a12a26218a46665c46f350ef9c3418a901988 data/create/advancements/crafter.json
|
||||
|
@ -1690,7 +1729,7 @@ e9e1789de5cd5577a801a09d489a13f2c98779dc data/create/advancements/cuckoo.json
|
|||
2a96fad5b44b62f233c9af5b4a637faf32ce24af data/create/advancements/deployer.json
|
||||
20e04d0ac916996efedc35ab80e2b4ac4001582c data/create/advancements/dual_extendo_grip.json
|
||||
04eaf829696d735244c0e4798dd3bdeb26e13a32 data/create/advancements/electron_tube.json
|
||||
23b99d6745120e5ee11bcf6e3f6d55beb1be64f6 data/create/advancements/extendo_grip.json
|
||||
e15f8093da07cb2292de49620f2aa776f5a6099a data/create/advancements/extendo_grip.json
|
||||
b1699baaadaac7ebce642c09428519d156e21594 data/create/advancements/fan.json
|
||||
5aa76cba3b40a1c234ffa84a89ecca630990fc0f data/create/advancements/fan_lava.json
|
||||
716a9816558300a3652ed8d8d568517017813f5c data/create/advancements/fan_smoke.json
|
||||
|
@ -1719,7 +1758,8 @@ c9c4060ed207226b69fada2d61e01a97d7077eae data/create/advancements/nixie_tube.jso
|
|||
449eb8a9e6102bb342c96eb8b19e743eb6979bfa data/create/advancements/pipe_collision.json
|
||||
4b621e5bb48fbb120853ec02c05c915d86bd6dd8 data/create/advancements/pipe_spill.json
|
||||
72025d8bf73ab8096c29f12d0c8d9a346f09cd64 data/create/advancements/polished_rose_quartz.json
|
||||
77421567ff8eb4bdbe6c16bc3f0ae0ed1cc29e5e data/create/advancements/potato_cannon.json
|
||||
69c45c653458d3076313bba3483bf26fb3946292 data/create/advancements/potato_cannon.json
|
||||
6378090ee972356a3b772aa3d140cf52d396e60d data/create/advancements/precision_mechanism.json
|
||||
62d29ec01eff5d21968636a0479361ecdc11ae30 data/create/advancements/press.json
|
||||
f80479b50e248ee8d6d1abb7d08866cf711ac2b2 data/create/advancements/recipes/building_blocks/andesite.json
|
||||
5012e9d559439d0d62d0b34c2e39de048e8c7699 data/create/advancements/recipes/building_blocks/blasting/aluminum_ingot_compat_silents_mechanisms.json
|
||||
|
@ -2382,7 +2422,7 @@ e0b9edc5e59647e7dd99be17369b263dadf407d4 data/create/advancements/refined_radian
|
|||
fc12b590ab8f5ac901db21c67ba3850f157e1421 data/create/advancements/root.json
|
||||
c1f162e773518f6b1481221e3e63f9ba33fed647 data/create/advancements/shadow_steel.json
|
||||
6c1a67e193a4c5af356b31a1d5b5e9d3faeca87e data/create/advancements/shifting_gears.json
|
||||
17f0cf050d0024559d0100925e325117bf3b20e3 data/create/advancements/speed_controller.json
|
||||
65132cb27041c848230781cca8020a2e5ae4365e data/create/advancements/speed_controller.json
|
||||
a203d509a6038f0bad707e232a425388e62e1ae1 data/create/advancements/speedometer.json
|
||||
f7bb8f08a08e22ec1e6bb098d65d06233e8fbcec data/create/advancements/splitter_tunnel.json
|
||||
b69d174d7a5e9eab8ca013b66bc9d02244d7f9a3 data/create/advancements/spout.json
|
||||
|
@ -2419,10 +2459,12 @@ d3202a337c15c8b8ec41fa5879bb94327bb75057 data/create/loot_tables/blocks/andesite
|
|||
c7f81e30c31837a287d6d6040cdb02c7dec11441 data/create/loot_tables/blocks/belt.json
|
||||
67a8e2513c3cb09e6fe80279fda94f79d5018c37 data/create/loot_tables/blocks/birch_window.json
|
||||
bf1d5843f93533f84bc4adec5b77da2114fa2025 data/create/loot_tables/blocks/birch_window_pane.json
|
||||
d3ea271bb5774c73d44ab2e73195c9d5a4ff9c92 data/create/loot_tables/blocks/black_nixie_tube.json
|
||||
28ae0ee8a0b1fb6becae6264de687fe17940708e data/create/loot_tables/blocks/black_sail.json
|
||||
cccc209d172cc7bac76f1b4ac79085ee90742ab2 data/create/loot_tables/blocks/black_seat.json
|
||||
f3573f47b8a914aa222633893e158f84fcd6f3d8 data/create/loot_tables/blocks/black_valve_handle.json
|
||||
a2313c9b7d114396fca3c86a740d23fce3873679 data/create/loot_tables/blocks/blaze_burner.json
|
||||
d3ea271bb5774c73d44ab2e73195c9d5a4ff9c92 data/create/loot_tables/blocks/blue_nixie_tube.json
|
||||
28ae0ee8a0b1fb6becae6264de687fe17940708e data/create/loot_tables/blocks/blue_sail.json
|
||||
3834f7ac2bbc42cead02d4973842adb9ad97e6bf data/create/loot_tables/blocks/blue_seat.json
|
||||
fcddccd1bf45c2f4ad5f1520e209a4f04487274a data/create/loot_tables/blocks/blue_valve_handle.json
|
||||
|
@ -2432,6 +2474,7 @@ fcddccd1bf45c2f4ad5f1520e209a4f04487274a data/create/loot_tables/blocks/blue_val
|
|||
b127cb6920e6d7d9c8b2402cb186402a9a8dd3fc data/create/loot_tables/blocks/brass_encased_shaft.json
|
||||
1dbc446abe190b2832b2ce7d52c2f2d2bdd45949 data/create/loot_tables/blocks/brass_funnel.json
|
||||
6c8e784677d1a843b6c707484c79751acdb46ebc data/create/loot_tables/blocks/brass_tunnel.json
|
||||
d3ea271bb5774c73d44ab2e73195c9d5a4ff9c92 data/create/loot_tables/blocks/brown_nixie_tube.json
|
||||
28ae0ee8a0b1fb6becae6264de687fe17940708e data/create/loot_tables/blocks/brown_sail.json
|
||||
d415862a0abe20e8c5c2c8125bb672065330a9bc data/create/loot_tables/blocks/brown_seat.json
|
||||
fedfe922f568c06adc2dfdd641b9abc90ba5af8a data/create/loot_tables/blocks/brown_valve_handle.json
|
||||
|
@ -2448,7 +2491,7 @@ d76113310fc56eca6382d44df174096f2210d416 data/create/loot_tables/blocks/clutch.j
|
|||
673ba3a5deae9133b917d16c9eb87fe4c2873c8a data/create/loot_tables/blocks/cogwheel.json
|
||||
096af6b5df6e87d36cb936eea9b00982a554f4af data/create/loot_tables/blocks/content_observer.json
|
||||
80c2cb21714651116a71f449368c06bb22e841ce data/create/loot_tables/blocks/controller_rail.json
|
||||
662b8d41803ef166d20850653b36759de719206c data/create/loot_tables/blocks/copper_backtank.json
|
||||
41992d0c81379e0693a1a5ec3e6ee4ada381df34 data/create/loot_tables/blocks/copper_backtank.json
|
||||
f38802b919c49f162f102d6e5d94113f05bf4ab1 data/create/loot_tables/blocks/copper_block.json
|
||||
5a65a18ea787130ac7b8f5652bfa5ed187446649 data/create/loot_tables/blocks/copper_casing.json
|
||||
31a51237763c374b7cdf39b9b62c14e965871047 data/create/loot_tables/blocks/copper_ore.json
|
||||
|
@ -2463,7 +2506,7 @@ ba084fc3c680c9dea0d03fc664a831dfed18e52e data/create/loot_tables/blocks/crimson_
|
|||
c28fa42746a4d5ca2f824001b67e58673810169e data/create/loot_tables/blocks/crushing_wheel.json
|
||||
205f5899101262f31f5c1a88bb7d954918d08d04 data/create/loot_tables/blocks/crushing_wheel_controller.json
|
||||
d370ee874b5b6b98e9a8c368218fe61f644d956d data/create/loot_tables/blocks/cuckoo_clock.json
|
||||
da983da67346f3dda63505a83f59db6f8131f69b data/create/loot_tables/blocks/cursed_bell.json
|
||||
d3ea271bb5774c73d44ab2e73195c9d5a4ff9c92 data/create/loot_tables/blocks/cyan_nixie_tube.json
|
||||
28ae0ee8a0b1fb6becae6264de687fe17940708e data/create/loot_tables/blocks/cyan_sail.json
|
||||
49a14b9e93abdf02a7aef9c0c4085ac89617fae4 data/create/loot_tables/blocks/cyan_seat.json
|
||||
fe24fd296812fea3f838defa2ca6270523d9d48e data/create/loot_tables/blocks/cyan_valve_handle.json
|
||||
|
@ -2570,13 +2613,16 @@ fa0ddf45d108f55550164113cb5cfd002586a9d4 data/create/loot_tables/blocks/granite_
|
|||
feca8a1f62e0e13fcb2252d5f782d74938b84431 data/create/loot_tables/blocks/granite_cobblestone_stairs.json
|
||||
1d225a68b09d6f389aa7ed48aa05979bdaa482a9 data/create/loot_tables/blocks/granite_cobblestone_wall.json
|
||||
87a4ac3db5ec80613b940abccc72fc4b37cee0ba data/create/loot_tables/blocks/granite_pillar.json
|
||||
d3ea271bb5774c73d44ab2e73195c9d5a4ff9c92 data/create/loot_tables/blocks/gray_nixie_tube.json
|
||||
28ae0ee8a0b1fb6becae6264de687fe17940708e data/create/loot_tables/blocks/gray_sail.json
|
||||
d014357b3a467b23473c8223f32471a04a9ff94c data/create/loot_tables/blocks/gray_seat.json
|
||||
35f916fd0f8465a070270615dbddd716ff68d5bb data/create/loot_tables/blocks/gray_valve_handle.json
|
||||
d3ea271bb5774c73d44ab2e73195c9d5a4ff9c92 data/create/loot_tables/blocks/green_nixie_tube.json
|
||||
28ae0ee8a0b1fb6becae6264de687fe17940708e data/create/loot_tables/blocks/green_sail.json
|
||||
a71599eecd3f1179e3d0367623460e798828aa6d data/create/loot_tables/blocks/green_seat.json
|
||||
865ebead9601b29e6326dc9e1d4c1ca92f3b7a3b data/create/loot_tables/blocks/green_valve_handle.json
|
||||
9bdc47ea3ffc52f037f12f40f387e6b72a352c4e data/create/loot_tables/blocks/hand_crank.json
|
||||
c61b386376d19aaf89df3447a26b976a672efec5 data/create/loot_tables/blocks/haunted_bell.json
|
||||
22012e7759f1dbccbb06bcaf0311a54190270825 data/create/loot_tables/blocks/horizontal_framed_glass.json
|
||||
5d3f585539942f13bbc458a0a002849c1f034fc1 data/create/loot_tables/blocks/horizontal_framed_glass_pane.json
|
||||
1b28cc5e1e535aa0c62d4a75ad76fcb40bf6232c data/create/loot_tables/blocks/hose_pulley.json
|
||||
|
@ -2594,12 +2640,15 @@ fa8a5922f7346a15a80b5c7e5dfc26d24ea98728 data/create/loot_tables/blocks/layered_
|
|||
0ec9e366708637a01e600a2a12cc267d81b3f69b data/create/loot_tables/blocks/layered_scoria.json
|
||||
54816065cd735dfe53b1eb551110ba18c6e3746a data/create/loot_tables/blocks/layered_weathered_limestone.json
|
||||
4b34cda34416f58045b10e61a0c8ae2b29cb0794 data/create/loot_tables/blocks/lectern_controller.json
|
||||
d3ea271bb5774c73d44ab2e73195c9d5a4ff9c92 data/create/loot_tables/blocks/light_blue_nixie_tube.json
|
||||
28ae0ee8a0b1fb6becae6264de687fe17940708e data/create/loot_tables/blocks/light_blue_sail.json
|
||||
b403848d3a4b4ad7a048e70c21e200e40d0c67e3 data/create/loot_tables/blocks/light_blue_seat.json
|
||||
32afe3fff74ccda4151567961fa6c0b8e3735358 data/create/loot_tables/blocks/light_blue_valve_handle.json
|
||||
d3ea271bb5774c73d44ab2e73195c9d5a4ff9c92 data/create/loot_tables/blocks/light_gray_nixie_tube.json
|
||||
28ae0ee8a0b1fb6becae6264de687fe17940708e data/create/loot_tables/blocks/light_gray_sail.json
|
||||
0cc2b20cb6e2dae6cf9d759c85926663f6066c99 data/create/loot_tables/blocks/light_gray_seat.json
|
||||
8cc64a1dfb7ce7be2c063248d912c68ad2fe999c data/create/loot_tables/blocks/light_gray_valve_handle.json
|
||||
d3ea271bb5774c73d44ab2e73195c9d5a4ff9c92 data/create/loot_tables/blocks/lime_nixie_tube.json
|
||||
28ae0ee8a0b1fb6becae6264de687fe17940708e data/create/loot_tables/blocks/lime_sail.json
|
||||
f7893090c6ecb4862c90c408b7f9ce8316f8b608 data/create/loot_tables/blocks/lime_seat.json
|
||||
cae6d16c8967164698efbce3b91018a8e79a81e9 data/create/loot_tables/blocks/lime_valve_handle.json
|
||||
|
@ -2616,6 +2665,7 @@ ebb8f7a60d6d9debc53a1f16749d61b980dd1d18 data/create/loot_tables/blocks/limeston
|
|||
371115e5ceb08c07a9ab2371509960c31e0baa8a data/create/loot_tables/blocks/limestone_pillar.json
|
||||
aa751d2e8a7889907c08c4bec6f6ca266230b6d7 data/create/loot_tables/blocks/linear_chassis.json
|
||||
4005c244387ea824202c4c7cd44403e537d9766b data/create/loot_tables/blocks/lit_blaze_burner.json
|
||||
d3ea271bb5774c73d44ab2e73195c9d5a4ff9c92 data/create/loot_tables/blocks/magenta_nixie_tube.json
|
||||
28ae0ee8a0b1fb6becae6264de687fe17940708e data/create/loot_tables/blocks/magenta_sail.json
|
||||
9e5e017cd3b4f544f487a5ca22ef610a4addc8ec data/create/loot_tables/blocks/magenta_seat.json
|
||||
517e983d7387ec0d86845d4cf3deaa6d68c71170 data/create/loot_tables/blocks/magenta_valve_handle.json
|
||||
|
@ -2700,6 +2750,7 @@ dfeba5c6de20e9ec0252e43b7c4046f017284d3d data/create/loot_tables/blocks/paved_we
|
|||
67b9227237ed2a8c09c4183c0f2ab1b3bd07084b data/create/loot_tables/blocks/paved_weathered_limestone_stairs.json
|
||||
d3e4ab984aef19ee21a1c5b868eb3fde96c05afd data/create/loot_tables/blocks/paved_weathered_limestone_wall.json
|
||||
3a54eca6d503c154a2235ad5b6be4653abd4b6e3 data/create/loot_tables/blocks/peculiar_bell.json
|
||||
d3ea271bb5774c73d44ab2e73195c9d5a4ff9c92 data/create/loot_tables/blocks/pink_nixie_tube.json
|
||||
28ae0ee8a0b1fb6becae6264de687fe17940708e data/create/loot_tables/blocks/pink_sail.json
|
||||
6f32e1217986407e41358e9417de63602c78e810 data/create/loot_tables/blocks/pink_seat.json
|
||||
d85b09659f08a73513c57b1b2e5ec7fc4b6f340a data/create/loot_tables/blocks/pink_valve_handle.json
|
||||
|
@ -2734,10 +2785,12 @@ fbe98efcb1a5970b6795fdbbb671fee704c0945f data/create/loot_tables/blocks/portable
|
|||
a3fb7d3e3bf9dc73ce754002f10c469d57db1f71 data/create/loot_tables/blocks/powered_toggle_latch.json
|
||||
205f5899101262f31f5c1a88bb7d954918d08d04 data/create/loot_tables/blocks/pulley_magnet.json
|
||||
e8fb62c91226ac107dee45c5ebc54c8dd0aee224 data/create/loot_tables/blocks/pulse_repeater.json
|
||||
d3ea271bb5774c73d44ab2e73195c9d5a4ff9c92 data/create/loot_tables/blocks/purple_nixie_tube.json
|
||||
28ae0ee8a0b1fb6becae6264de687fe17940708e data/create/loot_tables/blocks/purple_sail.json
|
||||
d7f6caa568e6508177a644fb78dc18ce26c9b2c0 data/create/loot_tables/blocks/purple_seat.json
|
||||
773e4dc856044dabfe9d2323cbda0460dfb626ee data/create/loot_tables/blocks/purple_valve_handle.json
|
||||
768420dab8785909891e52c4d77a182d99ba11d3 data/create/loot_tables/blocks/radial_chassis.json
|
||||
d3ea271bb5774c73d44ab2e73195c9d5a4ff9c92 data/create/loot_tables/blocks/red_nixie_tube.json
|
||||
28ae0ee8a0b1fb6becae6264de687fe17940708e data/create/loot_tables/blocks/red_sail.json
|
||||
71b0fa3b174efe94a2a735ab2426c376c0ef674a data/create/loot_tables/blocks/red_seat.json
|
||||
59ee0fd35978068fbce0882e0b207db7eeb202c0 data/create/loot_tables/blocks/red_valve_handle.json
|
||||
|
@ -2794,11 +2847,13 @@ a89f425c47c3831071b556697169a3124370aed7 data/create/loot_tables/blocks/weathere
|
|||
e8f3af61d9a2fd1ff5b32c9bb474ed005e6d70c4 data/create/loot_tables/blocks/weathered_limestone_cobblestone_wall.json
|
||||
54358a64639957cc66ffa5296ff45723f7adf00e data/create/loot_tables/blocks/weathered_limestone_pillar.json
|
||||
e3969f1c5966c4992b3280a06e1d6c5000c37df5 data/create/loot_tables/blocks/weighted_ejector.json
|
||||
d3ea271bb5774c73d44ab2e73195c9d5a4ff9c92 data/create/loot_tables/blocks/white_nixie_tube.json
|
||||
28ae0ee8a0b1fb6becae6264de687fe17940708e data/create/loot_tables/blocks/white_sail.json
|
||||
969eda31556feb5a68e350762848d17453275fee data/create/loot_tables/blocks/white_seat.json
|
||||
79fe374f8e677088f928a3a49ff5eeed6128d165 data/create/loot_tables/blocks/white_valve_handle.json
|
||||
941ea78ea7c0f0061c3d3569ecea333ae6a16bf1 data/create/loot_tables/blocks/windmill_bearing.json
|
||||
728c8719e653825c030913df94ce845fdc6d79b7 data/create/loot_tables/blocks/wooden_bracket.json
|
||||
d3ea271bb5774c73d44ab2e73195c9d5a4ff9c92 data/create/loot_tables/blocks/yellow_nixie_tube.json
|
||||
28ae0ee8a0b1fb6becae6264de687fe17940708e data/create/loot_tables/blocks/yellow_sail.json
|
||||
37ead431a278928a09b260ae06a448e2c791a73e data/create/loot_tables/blocks/yellow_seat.json
|
||||
899bb208908a2f9bec5e544ff47526f3e24db720 data/create/loot_tables/blocks/yellow_valve_handle.json
|
||||
|
@ -2950,7 +3005,7 @@ d214afbd44e580f5fd1ebb4f16f07ffe34d87cba data/create/recipes/crafting/kinetics/l
|
|||
d7d96071874a87edf7bbdcf7a462f95a130d2991 data/create/recipes/crafting/kinetics/magenta_seat.json
|
||||
5836881feef8fa8b18e4cceb9c3a9a2748b8cf3a data/create/recipes/crafting/kinetics/magenta_seat_from_other_seat.json
|
||||
2ea43d6527dcb734578067ff442ec20395b0093b data/create/recipes/crafting/kinetics/magenta_valve_handle_from_other_valve_handle.json
|
||||
edf33830927a6b1583c77aa5faeed1e80ef3631f data/create/recipes/crafting/kinetics/mechanical_arm.json
|
||||
659cd6acdd15511c4b0a396740118b99b76a619d data/create/recipes/crafting/kinetics/mechanical_arm.json
|
||||
946389078db31de69a7dc4fec5feebddf48dcfc3 data/create/recipes/crafting/kinetics/mechanical_bearing.json
|
||||
a5c7aad0d86cbb66b8688d295e62547da4a2ce0f data/create/recipes/crafting/kinetics/mechanical_crafter.json
|
||||
4372830100d39c4a89ff397a62b01940e1a28cb3 data/create/recipes/crafting/kinetics/mechanical_drill.json
|
||||
|
@ -2985,7 +3040,7 @@ af84b939ced1c0254a27469f857f571afbadc4f6 data/create/recipes/crafting/kinetics/r
|
|||
0827e86e4b5f9d7023ccc19922bcbbaefd5b42d8 data/create/recipes/crafting/kinetics/red_seat_from_other_seat.json
|
||||
5a10019d23726940152e26af3239d55d16bc7880 data/create/recipes/crafting/kinetics/red_valve_handle_from_other_valve_handle.json
|
||||
af525e135eb927b64462120d201ecae7a7ec61ed data/create/recipes/crafting/kinetics/rope_pulley.json
|
||||
eab3a50d3252106bb244c6662404ba51d647a641 data/create/recipes/crafting/kinetics/rotation_speed_controller.json
|
||||
1b918eb77b3e0fb2234c4c2c0d52e730ae7f3ffa data/create/recipes/crafting/kinetics/rotation_speed_controller.json
|
||||
d0d7fb94621f6f02fa3137666f20e677022d9d5b data/create/recipes/crafting/kinetics/sail_frame.json
|
||||
66922e18791c87fadb7629cdf32d3dd2f50ccd13 data/create/recipes/crafting/kinetics/secondary_linear_chassisfrom_conversion.json
|
||||
a17db27e61baa45f8a6ecb46a6d2a5a464704f8b data/create/recipes/crafting/kinetics/sequenced_gearshift.json
|
||||
|
@ -3326,10 +3381,10 @@ bbf64f7eb3868e354756e57348493e2b1ae6b0d9 data/create/recipes/limestone_cobblesto
|
|||
327bb8a6535b60bb65d0dda9d5205e988bc82526 data/create/recipes/limestone_pillar.json
|
||||
c2e15ac0c9109bad3face6d13efc32d7116b4c25 data/create/recipes/limestone_pillar_from_limestone_stonecutting.json
|
||||
88173753ceaf121c5430bbf928a40e3c046dbfe0 data/create/recipes/mechanical_crafting/crushing_wheel.json
|
||||
5ad44ffe3befafba6ae45096cf77b80d00d8eca2 data/create/recipes/mechanical_crafting/extendo_grip.json
|
||||
14e322d4de8fae35d952274376497740bb3d5962 data/create/recipes/mechanical_crafting/extendo_grip.json
|
||||
de7fea84434753873dfa2b929d9b5f5f86ac6a5c data/create/recipes/mechanical_crafting/flywheel.json
|
||||
e491fd8a8873308270f9dc2a57ac8f2c70431dcc data/create/recipes/mechanical_crafting/furnace_engine.json
|
||||
06deb1679f4086e014e96fff40b6983365076a10 data/create/recipes/mechanical_crafting/potato_cannon.json
|
||||
8e5224d22b228f69473ca48ca0d874b34660b573 data/create/recipes/mechanical_crafting/potato_cannon.json
|
||||
98f877bf8f3f8a686fc6cf7479a0fba5744248ce data/create/recipes/milling/allium.json
|
||||
8c7e1cbc87c7ca7df2bf949957e89422fef8ad94 data/create/recipes/milling/aluminum_ore.json
|
||||
bcff4d30ae09a0729bce8b2dbde4ddd6719a998b data/create/recipes/milling/andesite.json
|
||||
|
@ -3553,7 +3608,9 @@ f7b7ff190929ae525297fecb3c116f32fc05fd88 data/create/recipes/scoria_cobblestone_
|
|||
a9096822db9d12b6014d6d34e52de5821305c03f data/create/recipes/scoria_cobblestone_wall_from_scoria_cobblestone_stonecutting.json
|
||||
a513468ce4d55fe3b3919bd76ba2bd5b6fac4d4e data/create/recipes/scoria_pillar.json
|
||||
2e0ecbd3619f080d0fc6fe48307c5a5bcc2e91b4 data/create/recipes/scoria_pillar_from_scoria_stonecutting.json
|
||||
073b7c585b6733e6b984f34b9658566c47540968 data/create/recipes/sequenced_assembly/clockwork_component.json
|
||||
1b6bec69b00c44e74951973d69caae53d85383cb data/create/recipes/sequenced_assembly/cogwheel.json
|
||||
3bc3d13856f9ab8ccc47c3188cfd839f6db2359b data/create/recipes/sequenced_assembly/large_cogwheel.json
|
||||
b49a0da57a179edc087eee224221ded22fd1be01 data/create/recipes/sequenced_assembly/precision_mechanism.json
|
||||
4e817b521623966fa24186731a70f0e14c03168e data/create/recipes/smelting/aluminum_ingot_compat_silents_mechanisms.json
|
||||
ae90f50589bc06b44765ac8cbb9fbdc2b58fdb32 data/create/recipes/smelting/brass_ingot_from_crushed.json
|
||||
64cbf425effba00ff2e31d95cffc2be2e0191932 data/create/recipes/smelting/bread.json
|
||||
|
@ -3685,7 +3742,7 @@ d3fdb8ece6cb072a93ddb64a0baad5ac952117a4 data/create/recipes/weathered_limestone
|
|||
0f3c993eb6dd3f37953f304b8fad15bf60469ef4 data/create/recipes/weathered_limestone_cobblestone_wall_from_weathered_limestone_cobblestone_stonecutting.json
|
||||
6eceb25fabbb6b389ca35de3b829ad061c9c456a data/create/recipes/weathered_limestone_pillar.json
|
||||
11667414f73bc2d00bda7c5c1a7d2934bf6e9165 data/create/recipes/weathered_limestone_pillar_from_weathered_limestone_stonecutting.json
|
||||
558c1052ca384f1c014f9b404d21268764a493ee data/create/tags/blocks/brittle.json
|
||||
6558ef43f28c92cc558fbfc572f38496f1ed479e data/create/tags/blocks/brittle.json
|
||||
330bfb3850ba3964b10b1bccbc3cbb9b012cae54 data/create/tags/blocks/fan_heaters.json
|
||||
57b942386a15c874d1ca9cd6a8032c11a5599fc2 data/create/tags/blocks/fan_transparent.json
|
||||
c81ea194e808985847159b201140d4aa4cbcca65 data/create/tags/blocks/safe_nbt.json
|
||||
|
@ -3698,7 +3755,7 @@ eac71740fb12bdb38b5dfaa2268613d7ba82b809 data/create/tags/blocks/windmill_sails.
|
|||
081f5aa35602fc27af2ca01ea9f2fd5e7eb284dc data/create/tags/items/create_ingots.json
|
||||
94c62bf22678ef55b2b8a5398a7960e5b00682dc data/create/tags/items/crushed_ores.json
|
||||
6cdeeac1689f7b5bfd9bc40b462143d8eaf3ad0b data/create/tags/items/seats.json
|
||||
c7efc23c08d5e3602c84ff43dac18f72b1cfced3 data/create/tags/items/upright_on_belt.json
|
||||
f1092005b5d01e1f29457e90f75e5750f7f0226b data/create/tags/items/upright_on_belt.json
|
||||
50936b211d94167a35ec78c89954082a336b6269 data/create/tags/items/valve_handles.json
|
||||
16bcb8fcbe9170c2c11f1ca8d99d8b36cd812bbd data/forge/tags/blocks/glass/colorless.json
|
||||
81d3eb40b048160fcc2d6bb7ff12b49276297efd data/forge/tags/blocks/glass_panes.json
|
||||
|
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/black_nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/black_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/black_nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/black_nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/black_nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/black_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/black_nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/black_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/blue_nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/blue_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/blue_nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/blue_nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/blue_nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/blue_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/blue_nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/blue_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/brown_nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/brown_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/brown_nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/brown_nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/brown_nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/brown_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/brown_nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/brown_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/cyan_nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/cyan_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/cyan_nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/cyan_nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/cyan_nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/cyan_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/cyan_nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/cyan_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/gray_nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/gray_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/gray_nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/gray_nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/gray_nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/gray_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/gray_nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/gray_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/green_nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/green_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/green_nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/green_nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/green_nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/green_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/green_nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/green_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,123 +1,123 @@
|
|||
{
|
||||
"variants": {
|
||||
"attachment=floor,facing=north,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_floor"
|
||||
"model": "create:block/haunted_bell_floor"
|
||||
},
|
||||
"attachment=ceiling,facing=north,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_ceiling"
|
||||
"model": "create:block/haunted_bell_ceiling"
|
||||
},
|
||||
"attachment=single_wall,facing=north,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_single_wall"
|
||||
"model": "create:block/haunted_bell_single_wall"
|
||||
},
|
||||
"attachment=double_wall,facing=north,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_double_wall"
|
||||
"model": "create:block/haunted_bell_double_wall"
|
||||
},
|
||||
"attachment=floor,facing=south,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_floor",
|
||||
"model": "create:block/haunted_bell_floor",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=ceiling,facing=south,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_ceiling",
|
||||
"model": "create:block/haunted_bell_ceiling",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=single_wall,facing=south,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_single_wall",
|
||||
"model": "create:block/haunted_bell_single_wall",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=double_wall,facing=south,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_double_wall",
|
||||
"model": "create:block/haunted_bell_double_wall",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=floor,facing=west,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_floor",
|
||||
"model": "create:block/haunted_bell_floor",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=ceiling,facing=west,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_ceiling",
|
||||
"model": "create:block/haunted_bell_ceiling",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=single_wall,facing=west,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_single_wall",
|
||||
"model": "create:block/haunted_bell_single_wall",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=double_wall,facing=west,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_double_wall",
|
||||
"model": "create:block/haunted_bell_double_wall",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=floor,facing=east,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_floor",
|
||||
"model": "create:block/haunted_bell_floor",
|
||||
"y": 90
|
||||
},
|
||||
"attachment=ceiling,facing=east,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_ceiling",
|
||||
"model": "create:block/haunted_bell_ceiling",
|
||||
"y": 90
|
||||
},
|
||||
"attachment=single_wall,facing=east,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_single_wall",
|
||||
"model": "create:block/haunted_bell_single_wall",
|
||||
"y": 90
|
||||
},
|
||||
"attachment=double_wall,facing=east,powered=false": {
|
||||
"model": "create:block/cursed_bell/block_double_wall",
|
||||
"model": "create:block/haunted_bell_double_wall",
|
||||
"y": 90
|
||||
},
|
||||
"attachment=floor,facing=north,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_floor"
|
||||
"model": "create:block/haunted_bell_floor"
|
||||
},
|
||||
"attachment=ceiling,facing=north,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_ceiling"
|
||||
"model": "create:block/haunted_bell_ceiling"
|
||||
},
|
||||
"attachment=single_wall,facing=north,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_single_wall"
|
||||
"model": "create:block/haunted_bell_single_wall"
|
||||
},
|
||||
"attachment=double_wall,facing=north,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_double_wall"
|
||||
"model": "create:block/haunted_bell_double_wall"
|
||||
},
|
||||
"attachment=floor,facing=south,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_floor",
|
||||
"model": "create:block/haunted_bell_floor",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=ceiling,facing=south,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_ceiling",
|
||||
"model": "create:block/haunted_bell_ceiling",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=single_wall,facing=south,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_single_wall",
|
||||
"model": "create:block/haunted_bell_single_wall",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=double_wall,facing=south,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_double_wall",
|
||||
"model": "create:block/haunted_bell_double_wall",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=floor,facing=west,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_floor",
|
||||
"model": "create:block/haunted_bell_floor",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=ceiling,facing=west,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_ceiling",
|
||||
"model": "create:block/haunted_bell_ceiling",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=single_wall,facing=west,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_single_wall",
|
||||
"model": "create:block/haunted_bell_single_wall",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=double_wall,facing=west,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_double_wall",
|
||||
"model": "create:block/haunted_bell_double_wall",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=floor,facing=east,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_floor",
|
||||
"model": "create:block/haunted_bell_floor",
|
||||
"y": 90
|
||||
},
|
||||
"attachment=ceiling,facing=east,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_ceiling",
|
||||
"model": "create:block/haunted_bell_ceiling",
|
||||
"y": 90
|
||||
},
|
||||
"attachment=single_wall,facing=east,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_single_wall",
|
||||
"model": "create:block/haunted_bell_single_wall",
|
||||
"y": 90
|
||||
},
|
||||
"attachment=double_wall,facing=east,powered=true": {
|
||||
"model": "create:block/cursed_bell/block_double_wall",
|
||||
"model": "create:block/haunted_bell_double_wall",
|
||||
"y": 90
|
||||
}
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/light_blue_nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/light_blue_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/light_blue_nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/light_blue_nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/light_blue_nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/light_blue_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/light_blue_nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/light_blue_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/light_gray_nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/light_gray_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/light_gray_nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/light_gray_nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/light_gray_nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/light_gray_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/light_gray_nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/light_gray_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/lime_nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/lime_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/lime_nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/lime_nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/lime_nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/lime_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/lime_nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/lime_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"flame_type=regular": {
|
||||
"model": "create:block/blaze_burner/block_with_fire"
|
||||
},
|
||||
"flame_type=soul": {
|
||||
"model": "create:block/blaze_burner/block_with_soul_fire"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/magenta_nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/magenta_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/magenta_nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/magenta_nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/magenta_nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/magenta_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/magenta_nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/magenta_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,36 +1,36 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/nixie_tube/block",
|
||||
"model": "create:block/nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/nixie_tube/block",
|
||||
"model": "create:block/nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/nixie_tube/block"
|
||||
"model": "create:block/nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/nixie_tube/block",
|
||||
"model": "create:block/nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/nixie_tube/block",
|
||||
"model": "create:block/nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/nixie_tube/block",
|
||||
"model": "create:block/nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/nixie_tube/block",
|
||||
"model": "create:block/nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/nixie_tube/block",
|
||||
"model": "create:block/nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
|
|
|
@ -1,123 +1,123 @@
|
|||
{
|
||||
"variants": {
|
||||
"attachment=floor,facing=north,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_floor"
|
||||
"model": "create:block/peculiar_bell_floor"
|
||||
},
|
||||
"attachment=ceiling,facing=north,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_ceiling"
|
||||
"model": "create:block/peculiar_bell_ceiling"
|
||||
},
|
||||
"attachment=single_wall,facing=north,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_single_wall"
|
||||
"model": "create:block/peculiar_bell_single_wall"
|
||||
},
|
||||
"attachment=double_wall,facing=north,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_double_wall"
|
||||
"model": "create:block/peculiar_bell_double_wall"
|
||||
},
|
||||
"attachment=floor,facing=south,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_floor",
|
||||
"model": "create:block/peculiar_bell_floor",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=ceiling,facing=south,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_ceiling",
|
||||
"model": "create:block/peculiar_bell_ceiling",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=single_wall,facing=south,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_single_wall",
|
||||
"model": "create:block/peculiar_bell_single_wall",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=double_wall,facing=south,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_double_wall",
|
||||
"model": "create:block/peculiar_bell_double_wall",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=floor,facing=west,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_floor",
|
||||
"model": "create:block/peculiar_bell_floor",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=ceiling,facing=west,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_ceiling",
|
||||
"model": "create:block/peculiar_bell_ceiling",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=single_wall,facing=west,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_single_wall",
|
||||
"model": "create:block/peculiar_bell_single_wall",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=double_wall,facing=west,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_double_wall",
|
||||
"model": "create:block/peculiar_bell_double_wall",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=floor,facing=east,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_floor",
|
||||
"model": "create:block/peculiar_bell_floor",
|
||||
"y": 90
|
||||
},
|
||||
"attachment=ceiling,facing=east,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_ceiling",
|
||||
"model": "create:block/peculiar_bell_ceiling",
|
||||
"y": 90
|
||||
},
|
||||
"attachment=single_wall,facing=east,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_single_wall",
|
||||
"model": "create:block/peculiar_bell_single_wall",
|
||||
"y": 90
|
||||
},
|
||||
"attachment=double_wall,facing=east,powered=false": {
|
||||
"model": "create:block/peculiar_bell/block_double_wall",
|
||||
"model": "create:block/peculiar_bell_double_wall",
|
||||
"y": 90
|
||||
},
|
||||
"attachment=floor,facing=north,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_floor"
|
||||
"model": "create:block/peculiar_bell_floor"
|
||||
},
|
||||
"attachment=ceiling,facing=north,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_ceiling"
|
||||
"model": "create:block/peculiar_bell_ceiling"
|
||||
},
|
||||
"attachment=single_wall,facing=north,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_single_wall"
|
||||
"model": "create:block/peculiar_bell_single_wall"
|
||||
},
|
||||
"attachment=double_wall,facing=north,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_double_wall"
|
||||
"model": "create:block/peculiar_bell_double_wall"
|
||||
},
|
||||
"attachment=floor,facing=south,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_floor",
|
||||
"model": "create:block/peculiar_bell_floor",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=ceiling,facing=south,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_ceiling",
|
||||
"model": "create:block/peculiar_bell_ceiling",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=single_wall,facing=south,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_single_wall",
|
||||
"model": "create:block/peculiar_bell_single_wall",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=double_wall,facing=south,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_double_wall",
|
||||
"model": "create:block/peculiar_bell_double_wall",
|
||||
"y": 180
|
||||
},
|
||||
"attachment=floor,facing=west,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_floor",
|
||||
"model": "create:block/peculiar_bell_floor",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=ceiling,facing=west,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_ceiling",
|
||||
"model": "create:block/peculiar_bell_ceiling",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=single_wall,facing=west,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_single_wall",
|
||||
"model": "create:block/peculiar_bell_single_wall",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=double_wall,facing=west,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_double_wall",
|
||||
"model": "create:block/peculiar_bell_double_wall",
|
||||
"y": 270
|
||||
},
|
||||
"attachment=floor,facing=east,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_floor",
|
||||
"model": "create:block/peculiar_bell_floor",
|
||||
"y": 90
|
||||
},
|
||||
"attachment=ceiling,facing=east,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_ceiling",
|
||||
"model": "create:block/peculiar_bell_ceiling",
|
||||
"y": 90
|
||||
},
|
||||
"attachment=single_wall,facing=east,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_single_wall",
|
||||
"model": "create:block/peculiar_bell_single_wall",
|
||||
"y": 90
|
||||
},
|
||||
"attachment=double_wall,facing=east,powered=true": {
|
||||
"model": "create:block/peculiar_bell/block_double_wall",
|
||||
"model": "create:block/peculiar_bell_double_wall",
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/pink_nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/pink_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/pink_nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/pink_nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/pink_nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/pink_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/pink_nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/pink_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/purple_nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/purple_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/purple_nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/purple_nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/purple_nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/purple_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/purple_nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/purple_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/red_nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/red_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/red_nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/red_nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/red_nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/red_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/red_nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/red_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,12 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down": {
|
||||
"model": "create:block/water_wheel",
|
||||
"x": 180
|
||||
},
|
||||
"facing=up": {
|
||||
"model": "create:block/water_wheel"
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "create:block/water_wheel",
|
||||
"x": 90
|
||||
|
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/white_nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/white_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/white_nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/white_nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/white_nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/white_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/white_nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/white_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"ceiling=false,facing=north": {
|
||||
"model": "create:block/yellow_nixie_tube",
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=true,facing=north": {
|
||||
"model": "create:block/yellow_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"ceiling=false,facing=south": {
|
||||
"model": "create:block/yellow_nixie_tube"
|
||||
},
|
||||
"ceiling=true,facing=south": {
|
||||
"model": "create:block/yellow_nixie_tube",
|
||||
"x": 180
|
||||
},
|
||||
"ceiling=false,facing=west": {
|
||||
"model": "create:block/yellow_nixie_tube",
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=true,facing=west": {
|
||||
"model": "create:block/yellow_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"ceiling=false,facing=east": {
|
||||
"model": "create:block/yellow_nixie_tube",
|
||||
"y": 270
|
||||
},
|
||||
"ceiling=true,facing=east": {
|
||||
"model": "create:block/yellow_nixie_tube",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -24,10 +24,12 @@
|
|||
"block.create.belt": "\u0287\u05DF\u01DD\u15FA",
|
||||
"block.create.birch_window": "\u028Dopu\u0131M \u0265\u0254\u0279\u0131\u15FA",
|
||||
"block.create.birch_window_pane": "\u01DDu\u0250\u0500 \u028Dopu\u0131M \u0265\u0254\u0279\u0131\u15FA",
|
||||
"block.create.black_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N \u029E\u0254\u0250\u05DF\u15FA",
|
||||
"block.create.black_sail": "\u05DF\u0131\u0250S \u029E\u0254\u0250\u05DF\u15FA",
|
||||
"block.create.black_seat": "\u0287\u0250\u01DDS \u029E\u0254\u0250\u05DF\u15FA",
|
||||
"block.create.black_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u029E\u0254\u0250\u05DF\u15FA",
|
||||
"block.create.blaze_burner": "\u0279\u01DDu\u0279n\u15FA \u01DDz\u0250\u05DF\u15FA",
|
||||
"block.create.blue_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N \u01DDn\u05DF\u15FA",
|
||||
"block.create.blue_sail": "\u05DF\u0131\u0250S \u01DDn\u05DF\u15FA",
|
||||
"block.create.blue_seat": "\u0287\u0250\u01DDS \u01DDn\u05DF\u15FA",
|
||||
"block.create.blue_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u01DDn\u05DF\u15FA",
|
||||
|
@ -37,6 +39,7 @@
|
|||
"block.create.brass_encased_shaft": "\u0287\u025F\u0250\u0265S p\u01DDs\u0250\u0254u\u018E ss\u0250\u0279\u15FA",
|
||||
"block.create.brass_funnel": "\u05DF\u01DDuun\u2132 ss\u0250\u0279\u15FA",
|
||||
"block.create.brass_tunnel": "\u05DF\u01DDuun\u27D8 ss\u0250\u0279\u15FA",
|
||||
"block.create.brown_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N u\u028Do\u0279\u15FA",
|
||||
"block.create.brown_sail": "\u05DF\u0131\u0250S u\u028Do\u0279\u15FA",
|
||||
"block.create.brown_seat": "\u0287\u0250\u01DDS u\u028Do\u0279\u15FA",
|
||||
"block.create.brown_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B u\u028Do\u0279\u15FA",
|
||||
|
@ -69,7 +72,7 @@
|
|||
"block.create.crushing_wheel": "\u05DF\u01DD\u01DD\u0265M bu\u0131\u0265sn\u0279\u0186",
|
||||
"block.create.crushing_wheel_controller": "\u0279\u01DD\u05DF\u05DFo\u0279\u0287uo\u0186 \u05DF\u01DD\u01DD\u0265M bu\u0131\u0265sn\u0279\u0186",
|
||||
"block.create.cuckoo_clock": "\u029E\u0254o\u05DF\u0186 oo\u029E\u0254n\u0186",
|
||||
"block.create.cursed_bell": "\u05DF\u05DF\u01DD\u15FA p\u01DDs\u0279n\u0186",
|
||||
"block.create.cyan_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N u\u0250\u028E\u0186",
|
||||
"block.create.cyan_sail": "\u05DF\u0131\u0250S u\u0250\u028E\u0186",
|
||||
"block.create.cyan_seat": "\u0287\u0250\u01DDS u\u0250\u028E\u0186",
|
||||
"block.create.cyan_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B u\u0250\u028E\u0186",
|
||||
|
@ -176,13 +179,16 @@
|
|||
"block.create.granite_cobblestone_stairs": "s\u0279\u0131\u0250\u0287S \u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u01DD\u0287\u0131u\u0250\u0279\u2141",
|
||||
"block.create.granite_cobblestone_wall": "\u05DF\u05DF\u0250M \u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u01DD\u0287\u0131u\u0250\u0279\u2141",
|
||||
"block.create.granite_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DD\u0287\u0131u\u0250\u0279\u2141",
|
||||
"block.create.gray_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N \u028E\u0250\u0279\u2141",
|
||||
"block.create.gray_sail": "\u05DF\u0131\u0250S \u028E\u0250\u0279\u2141",
|
||||
"block.create.gray_seat": "\u0287\u0250\u01DDS \u028E\u0250\u0279\u2141",
|
||||
"block.create.gray_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u028E\u0250\u0279\u2141",
|
||||
"block.create.green_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N u\u01DD\u01DD\u0279\u2141",
|
||||
"block.create.green_sail": "\u05DF\u0131\u0250S u\u01DD\u01DD\u0279\u2141",
|
||||
"block.create.green_seat": "\u0287\u0250\u01DDS u\u01DD\u01DD\u0279\u2141",
|
||||
"block.create.green_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B u\u01DD\u01DD\u0279\u2141",
|
||||
"block.create.hand_crank": "\u029Eu\u0250\u0279\u0186 pu\u0250H",
|
||||
"block.create.haunted_bell": "\u05DF\u05DF\u01DD\u15FA p\u01DD\u0287un\u0250H",
|
||||
"block.create.honey": "\u028E\u01DDuoH",
|
||||
"block.create.horizontal_framed_glass": "ss\u0250\u05DF\u2141 p\u01DD\u026F\u0250\u0279\u2132 \u05DF\u0250\u0287uoz\u0131\u0279oH",
|
||||
"block.create.horizontal_framed_glass_pane": "\u01DDu\u0250\u0500 ss\u0250\u05DF\u2141 p\u01DD\u026F\u0250\u0279\u2132 \u05DF\u0250\u0287uoz\u0131\u0279oH",
|
||||
|
@ -201,12 +207,15 @@
|
|||
"block.create.layered_scoria": "\u0250\u0131\u0279o\u0254S p\u01DD\u0279\u01DD\u028E\u0250\uA780",
|
||||
"block.create.layered_weathered_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DD\u0279\u01DD\u028E\u0250\uA780",
|
||||
"block.create.lectern_controller": "\u0279\u01DD\u05DF\u05DFo\u0279\u0287uo\u0186 u\u0279\u01DD\u0287\u0254\u01DD\uA780",
|
||||
"block.create.light_blue_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N \u01DDn\u05DF\u15FA \u0287\u0265b\u0131\uA780",
|
||||
"block.create.light_blue_sail": "\u05DF\u0131\u0250S \u01DDn\u05DF\u15FA \u0287\u0265b\u0131\uA780",
|
||||
"block.create.light_blue_seat": "\u0287\u0250\u01DDS \u01DDn\u05DF\u15FA \u0287\u0265b\u0131\uA780",
|
||||
"block.create.light_blue_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u01DDn\u05DF\u15FA \u0287\u0265b\u0131\uA780",
|
||||
"block.create.light_gray_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N \u028E\u0250\u0279\u2141 \u0287\u0265b\u0131\uA780",
|
||||
"block.create.light_gray_sail": "\u05DF\u0131\u0250S \u028E\u0250\u0279\u2141 \u0287\u0265b\u0131\uA780",
|
||||
"block.create.light_gray_seat": "\u0287\u0250\u01DDS \u028E\u0250\u0279\u2141 \u0287\u0265b\u0131\uA780",
|
||||
"block.create.light_gray_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u028E\u0250\u0279\u2141 \u0287\u0265b\u0131\uA780",
|
||||
"block.create.lime_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N \u01DD\u026F\u0131\uA780",
|
||||
"block.create.lime_sail": "\u05DF\u0131\u0250S \u01DD\u026F\u0131\uA780",
|
||||
"block.create.lime_seat": "\u0287\u0250\u01DDS \u01DD\u026F\u0131\uA780",
|
||||
"block.create.lime_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u01DD\u026F\u0131\uA780",
|
||||
|
@ -223,6 +232,7 @@
|
|||
"block.create.limestone_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DDuo\u0287s\u01DD\u026F\u0131\uA780",
|
||||
"block.create.linear_chassis": "s\u0131ss\u0250\u0265\u0186 \u0279\u0250\u01DDu\u0131\uA780",
|
||||
"block.create.lit_blaze_burner": "\u0279\u01DDu\u0279n\u15FA \u01DDz\u0250\u05DF\u15FA \u0287\u0131\uA780",
|
||||
"block.create.magenta_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N \u0250\u0287u\u01DDb\u0250W",
|
||||
"block.create.magenta_sail": "\u05DF\u0131\u0250S \u0250\u0287u\u01DDb\u0250W",
|
||||
"block.create.magenta_seat": "\u0287\u0250\u01DDS \u0250\u0287u\u01DDb\u0250W",
|
||||
"block.create.magenta_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u0250\u0287u\u01DDb\u0250W",
|
||||
|
@ -307,6 +317,7 @@
|
|||
"block.create.paved_weathered_limestone_stairs": "s\u0279\u0131\u0250\u0287S \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DD\u028C\u0250\u0500",
|
||||
"block.create.paved_weathered_limestone_wall": "\u05DF\u05DF\u0250M \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DD\u028C\u0250\u0500",
|
||||
"block.create.peculiar_bell": "\u05DF\u05DF\u01DD\u15FA \u0279\u0250\u0131\u05DFn\u0254\u01DD\u0500",
|
||||
"block.create.pink_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N \u029Eu\u0131\u0500",
|
||||
"block.create.pink_sail": "\u05DF\u0131\u0250S \u029Eu\u0131\u0500",
|
||||
"block.create.pink_seat": "\u0287\u0250\u01DDS \u029Eu\u0131\u0500",
|
||||
"block.create.pink_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u029Eu\u0131\u0500",
|
||||
|
@ -341,10 +352,12 @@
|
|||
"block.create.powered_toggle_latch": "\u0265\u0254\u0287\u0250\uA780 \u01DD\u05DFbbo\u27D8 p\u01DD\u0279\u01DD\u028Do\u0500",
|
||||
"block.create.pulley_magnet": "\u0287\u01DDub\u0250W \u028E\u01DD\u05DF\u05DFn\u0500",
|
||||
"block.create.pulse_repeater": "\u0279\u01DD\u0287\u0250\u01DDd\u01DD\u1D1A \u01DDs\u05DFn\u0500",
|
||||
"block.create.purple_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N \u01DD\u05DFd\u0279n\u0500",
|
||||
"block.create.purple_sail": "\u05DF\u0131\u0250S \u01DD\u05DFd\u0279n\u0500",
|
||||
"block.create.purple_seat": "\u0287\u0250\u01DDS \u01DD\u05DFd\u0279n\u0500",
|
||||
"block.create.purple_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u01DD\u05DFd\u0279n\u0500",
|
||||
"block.create.radial_chassis": "s\u0131ss\u0250\u0265\u0186 \u05DF\u0250\u0131p\u0250\u1D1A",
|
||||
"block.create.red_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N p\u01DD\u1D1A",
|
||||
"block.create.red_sail": "\u05DF\u0131\u0250S p\u01DD\u1D1A",
|
||||
"block.create.red_seat": "\u0287\u0250\u01DDS p\u01DD\u1D1A",
|
||||
"block.create.red_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B p\u01DD\u1D1A",
|
||||
|
@ -401,16 +414,20 @@
|
|||
"block.create.weathered_limestone_cobblestone_wall": "\u05DF\u05DF\u0250M \u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM",
|
||||
"block.create.weathered_limestone_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM",
|
||||
"block.create.weighted_ejector": "\u0279o\u0287\u0254\u01DD\u0638\u018E p\u01DD\u0287\u0265b\u0131\u01DDM",
|
||||
"block.create.white_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N \u01DD\u0287\u0131\u0265M",
|
||||
"block.create.white_sail": "\u05DF\u0131\u0250S \u01DD\u0287\u0131\u0265M",
|
||||
"block.create.white_seat": "\u0287\u0250\u01DDS \u01DD\u0287\u0131\u0265M",
|
||||
"block.create.white_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u01DD\u0287\u0131\u0265M",
|
||||
"block.create.windmill_bearing": "bu\u0131\u0279\u0250\u01DD\u15FA \u05DF\u05DF\u0131\u026Fpu\u0131M",
|
||||
"block.create.wooden_bracket": "\u0287\u01DD\u029E\u0254\u0250\u0279\u15FA u\u01DDpooM",
|
||||
"block.create.yellow_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N \u028Do\u05DF\u05DF\u01DD\u028E",
|
||||
"block.create.yellow_sail": "\u05DF\u0131\u0250S \u028Do\u05DF\u05DF\u01DD\u028E",
|
||||
"block.create.yellow_seat": "\u0287\u0250\u01DDS \u028Do\u05DF\u05DF\u01DD\u028E",
|
||||
"block.create.yellow_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u028Do\u05DF\u05DF\u01DD\u028E",
|
||||
"block.create.zinc_block": "\u0254u\u0131Z \u025Fo \u029E\u0254o\u05DF\u15FA",
|
||||
"block.create.zinc_ore": "\u01DD\u0279O \u0254u\u0131Z",
|
||||
"enchantment.create.capacity": "\u028E\u0287\u0131\u0254\u0250d\u0250\u0186",
|
||||
"enchantment.create.potato_recovery": "\u028E\u0279\u01DD\u028Co\u0254\u01DD\u1D1A o\u0287\u0250\u0287o\u0500",
|
||||
"entity.create.contraption": "uo\u0131\u0287d\u0250\u0279\u0287uo\u0186",
|
||||
"entity.create.crafting_blueprint": "\u0287u\u0131\u0279d\u01DDn\u05DF\u15FA bu\u0131\u0287\u025F\u0250\u0279\u0186",
|
||||
"entity.create.gantry_contraption": "uo\u0131\u0287d\u0250\u0279\u0287uo\u0186 \u028E\u0279\u0287u\u0250\u2141",
|
||||
|
@ -437,13 +454,13 @@
|
|||
"item.create.chocolate_glazed_berries": "s\u01DD\u0131\u0279\u0279\u01DD\u15FA p\u01DDz\u0250\u05DF\u2141 \u01DD\u0287\u0250\u05DFo\u0254o\u0265\u0186",
|
||||
"item.create.chromatic_compound": "punod\u026Fo\u0186 \u0254\u0131\u0287\u0250\u026Fo\u0279\u0265\u0186",
|
||||
"item.create.cinder_flour": "\u0279no\u05DF\u2132 \u0279\u01DDpu\u0131\u0186",
|
||||
"item.create.clockwork_component": "\u0287u\u01DDuod\u026Fo\u0186 \u029E\u0279o\u028D\u029E\u0254o\u05DF\u0186",
|
||||
"item.create.copper_backtank": "\u029Eu\u0250\u0287\u029E\u0254\u0250\u15FA \u0279\u01DDddo\u0186",
|
||||
"item.create.copper_ingot": "\u0287obuI \u0279\u01DDddo\u0186",
|
||||
"item.create.copper_nugget": "\u0287\u01DDbbnN \u0279\u01DDddo\u0186",
|
||||
"item.create.copper_sheet": "\u0287\u01DD\u01DD\u0265S \u0279\u01DDddo\u0186",
|
||||
"item.create.crafter_slot_cover": "\u0279\u01DD\u028Co\u0186 \u0287o\u05DFS \u0279\u01DD\u0287\u025F\u0250\u0279\u0186",
|
||||
"item.create.crafting_blueprint": "\u0287u\u0131\u0279d\u01DDn\u05DF\u15FA bu\u0131\u0287\u025F\u0250\u0279\u0186",
|
||||
"item.create.creative_blaze_cake": "\u01DD\u029E\u0250\u0186 \u01DDz\u0250\u05DF\u15FA \u01DD\u028C\u0131\u0287\u0250\u01DD\u0279\u0186",
|
||||
"item.create.crushed_aluminum_ore": "\u01DD\u0279O \u026Fnu\u0131\u026Fn\u05DF\u2C6F p\u01DD\u0265sn\u0279\u0186",
|
||||
"item.create.crushed_brass": "ss\u0250\u0279\u15FA p\u01DD\u0265sn\u0279\u0186",
|
||||
"item.create.crushed_copper_ore": "\u01DD\u0279O \u0279\u01DDddo\u0186 p\u01DD\u0265sn\u0279\u0186",
|
||||
|
@ -472,7 +489,9 @@
|
|||
"item.create.handheld_worldshaper": "\u0279\u01DDd\u0250\u0265sp\u05DF\u0279oM \u01DD\u028C\u0131\u0287\u0250\u01DD\u0279\u0186",
|
||||
"item.create.honey_bucket": "\u0287\u01DD\u029E\u0254n\u15FA \u028E\u01DDuoH",
|
||||
"item.create.honeyed_apple": "\u01DD\u05DFdd\u2C6F p\u01DD\u028E\u01DDuoH",
|
||||
"item.create.incomplete_clockwork_component": "\u0287u\u01DDuod\u026Fo\u0186 \u029E\u0279o\u028D\u029E\u0254o\u05DF\u0186 \u01DD\u0287\u01DD\u05DFd\u026Fo\u0254uI",
|
||||
"item.create.incomplete_cogwheel": "\u05DF\u01DD\u01DD\u0265\u028Dbo\u0186 \u01DD\u0287\u01DD\u05DFd\u026Fo\u0254uI",
|
||||
"item.create.incomplete_large_cogwheel": "\u05DF\u01DD\u01DD\u0265\u028Dbo\u0186 \u01DDb\u0279\u0250\uA780 \u01DD\u0287\u01DD\u05DFd\u026Fo\u0254uI",
|
||||
"item.create.incomplete_precision_mechanism": "\u026Fs\u0131u\u0250\u0265\u0254\u01DDW uo\u0131s\u0131\u0254\u01DD\u0279\u0500 \u01DD\u0287\u01DD\u05DFd\u026Fo\u0254uI",
|
||||
"item.create.iron_sheet": "\u0287\u01DD\u01DD\u0265S uo\u0279I",
|
||||
"item.create.linked_controller": "\u0279\u01DD\u05DF\u05DFo\u0279\u0287uo\u0186 p\u01DD\u029Eu\u0131\uA780",
|
||||
"item.create.minecart_contraption": "uo\u0131\u0287d\u0250\u0279\u0287uo\u0186 \u0287\u0279\u0250\u0254\u01DDu\u0131W",
|
||||
|
@ -480,6 +499,7 @@
|
|||
"item.create.polished_rose_quartz": "z\u0287\u0279\u0250n\u1F49 \u01DDso\u1D1A p\u01DD\u0265s\u0131\u05DFo\u0500",
|
||||
"item.create.potato_cannon": "uouu\u0250\u0186 o\u0287\u0250\u0287o\u0500",
|
||||
"item.create.powdered_obsidian": "u\u0250\u0131p\u0131sqO p\u01DD\u0279\u01DDp\u028Do\u0500",
|
||||
"item.create.precision_mechanism": "\u026Fs\u0131u\u0250\u0265\u0254\u01DDW uo\u0131s\u0131\u0254\u01DD\u0279\u0500",
|
||||
"item.create.propeller": "\u0279\u01DD\u05DF\u05DF\u01DDdo\u0279\u0500",
|
||||
"item.create.red_sand_paper": "\u0279\u01DDd\u0250\u0500 pu\u0250S p\u01DD\u1D1A",
|
||||
"item.create.refined_radiance": "\u01DD\u0254u\u0250\u0131p\u0250\u1D1A p\u01DDu\u0131\u025F\u01DD\u1D1A",
|
||||
|
|
|
@ -27,10 +27,12 @@
|
|||
"block.create.belt": "Belt",
|
||||
"block.create.birch_window": "Birch Window",
|
||||
"block.create.birch_window_pane": "Birch Window Pane",
|
||||
"block.create.black_nixie_tube": "Black Nixie Tube",
|
||||
"block.create.black_sail": "Black Sail",
|
||||
"block.create.black_seat": "Black Seat",
|
||||
"block.create.black_valve_handle": "Black Valve Handle",
|
||||
"block.create.blaze_burner": "Blaze Burner",
|
||||
"block.create.blue_nixie_tube": "Blue Nixie Tube",
|
||||
"block.create.blue_sail": "Blue Sail",
|
||||
"block.create.blue_seat": "Blue Seat",
|
||||
"block.create.blue_valve_handle": "Blue Valve Handle",
|
||||
|
@ -40,6 +42,7 @@
|
|||
"block.create.brass_encased_shaft": "Brass Encased Shaft",
|
||||
"block.create.brass_funnel": "Brass Funnel",
|
||||
"block.create.brass_tunnel": "Brass Tunnel",
|
||||
"block.create.brown_nixie_tube": "Brown Nixie Tube",
|
||||
"block.create.brown_sail": "Brown Sail",
|
||||
"block.create.brown_seat": "Brown Seat",
|
||||
"block.create.brown_valve_handle": "Brown Valve Handle",
|
||||
|
@ -72,7 +75,7 @@
|
|||
"block.create.crushing_wheel": "Crushing Wheel",
|
||||
"block.create.crushing_wheel_controller": "Crushing Wheel Controller",
|
||||
"block.create.cuckoo_clock": "Cuckoo Clock",
|
||||
"block.create.cursed_bell": "Cursed Bell",
|
||||
"block.create.cyan_nixie_tube": "Cyan Nixie Tube",
|
||||
"block.create.cyan_sail": "Cyan Sail",
|
||||
"block.create.cyan_seat": "Cyan Seat",
|
||||
"block.create.cyan_valve_handle": "Cyan Valve Handle",
|
||||
|
@ -179,13 +182,16 @@
|
|||
"block.create.granite_cobblestone_stairs": "Granite Cobblestone Stairs",
|
||||
"block.create.granite_cobblestone_wall": "Granite Cobblestone Wall",
|
||||
"block.create.granite_pillar": "Granite Pillar",
|
||||
"block.create.gray_nixie_tube": "Gray Nixie Tube",
|
||||
"block.create.gray_sail": "Gray Sail",
|
||||
"block.create.gray_seat": "Gray Seat",
|
||||
"block.create.gray_valve_handle": "Gray Valve Handle",
|
||||
"block.create.green_nixie_tube": "Green Nixie Tube",
|
||||
"block.create.green_sail": "Green Sail",
|
||||
"block.create.green_seat": "Green Seat",
|
||||
"block.create.green_valve_handle": "Green Valve Handle",
|
||||
"block.create.hand_crank": "Hand Crank",
|
||||
"block.create.haunted_bell": "Haunted Bell",
|
||||
"block.create.honey": "Honey",
|
||||
"block.create.horizontal_framed_glass": "Horizontal Framed Glass",
|
||||
"block.create.horizontal_framed_glass_pane": "Horizontal Framed Glass Pane",
|
||||
|
@ -204,12 +210,15 @@
|
|||
"block.create.layered_scoria": "Layered Scoria",
|
||||
"block.create.layered_weathered_limestone": "Layered Weathered Limestone",
|
||||
"block.create.lectern_controller": "Lectern Controller",
|
||||
"block.create.light_blue_nixie_tube": "Light Blue Nixie Tube",
|
||||
"block.create.light_blue_sail": "Light Blue Sail",
|
||||
"block.create.light_blue_seat": "Light Blue Seat",
|
||||
"block.create.light_blue_valve_handle": "Light Blue Valve Handle",
|
||||
"block.create.light_gray_nixie_tube": "Light Gray Nixie Tube",
|
||||
"block.create.light_gray_sail": "Light Gray Sail",
|
||||
"block.create.light_gray_seat": "Light Gray Seat",
|
||||
"block.create.light_gray_valve_handle": "Light Gray Valve Handle",
|
||||
"block.create.lime_nixie_tube": "Lime Nixie Tube",
|
||||
"block.create.lime_sail": "Lime Sail",
|
||||
"block.create.lime_seat": "Lime Seat",
|
||||
"block.create.lime_valve_handle": "Lime Valve Handle",
|
||||
|
@ -226,6 +235,7 @@
|
|||
"block.create.limestone_pillar": "Limestone Pillar",
|
||||
"block.create.linear_chassis": "Linear Chassis",
|
||||
"block.create.lit_blaze_burner": "Lit Blaze Burner",
|
||||
"block.create.magenta_nixie_tube": "Magenta Nixie Tube",
|
||||
"block.create.magenta_sail": "Magenta Sail",
|
||||
"block.create.magenta_seat": "Magenta Seat",
|
||||
"block.create.magenta_valve_handle": "Magenta Valve Handle",
|
||||
|
@ -310,6 +320,7 @@
|
|||
"block.create.paved_weathered_limestone_stairs": "Paved Weathered Limestone Stairs",
|
||||
"block.create.paved_weathered_limestone_wall": "Paved Weathered Limestone Wall",
|
||||
"block.create.peculiar_bell": "Peculiar Bell",
|
||||
"block.create.pink_nixie_tube": "Pink Nixie Tube",
|
||||
"block.create.pink_sail": "Pink Sail",
|
||||
"block.create.pink_seat": "Pink Seat",
|
||||
"block.create.pink_valve_handle": "Pink Valve Handle",
|
||||
|
@ -344,10 +355,12 @@
|
|||
"block.create.powered_toggle_latch": "Powered Toggle Latch",
|
||||
"block.create.pulley_magnet": "Pulley Magnet",
|
||||
"block.create.pulse_repeater": "Pulse Repeater",
|
||||
"block.create.purple_nixie_tube": "Purple Nixie Tube",
|
||||
"block.create.purple_sail": "Purple Sail",
|
||||
"block.create.purple_seat": "Purple Seat",
|
||||
"block.create.purple_valve_handle": "Purple Valve Handle",
|
||||
"block.create.radial_chassis": "Radial Chassis",
|
||||
"block.create.red_nixie_tube": "Red Nixie Tube",
|
||||
"block.create.red_sail": "Red Sail",
|
||||
"block.create.red_seat": "Red Seat",
|
||||
"block.create.red_valve_handle": "Red Valve Handle",
|
||||
|
@ -404,17 +417,22 @@
|
|||
"block.create.weathered_limestone_cobblestone_wall": "Weathered Limestone Cobblestone Wall",
|
||||
"block.create.weathered_limestone_pillar": "Weathered Limestone Pillar",
|
||||
"block.create.weighted_ejector": "Weighted Ejector",
|
||||
"block.create.white_nixie_tube": "White Nixie Tube",
|
||||
"block.create.white_sail": "White Sail",
|
||||
"block.create.white_seat": "White Seat",
|
||||
"block.create.white_valve_handle": "White Valve Handle",
|
||||
"block.create.windmill_bearing": "Windmill Bearing",
|
||||
"block.create.wooden_bracket": "Wooden Bracket",
|
||||
"block.create.yellow_nixie_tube": "Yellow Nixie Tube",
|
||||
"block.create.yellow_sail": "Yellow Sail",
|
||||
"block.create.yellow_seat": "Yellow Seat",
|
||||
"block.create.yellow_valve_handle": "Yellow Valve Handle",
|
||||
"block.create.zinc_block": "Block of Zinc",
|
||||
"block.create.zinc_ore": "Zinc Ore",
|
||||
|
||||
"enchantment.create.capacity": "Capacity",
|
||||
"enchantment.create.potato_recovery": "Potato Recovery",
|
||||
|
||||
"entity.create.contraption": "Contraption",
|
||||
"entity.create.crafting_blueprint": "Crafting Blueprint",
|
||||
"entity.create.gantry_contraption": "Gantry Contraption",
|
||||
|
@ -443,13 +461,13 @@
|
|||
"item.create.chocolate_glazed_berries": "Chocolate Glazed Berries",
|
||||
"item.create.chromatic_compound": "Chromatic Compound",
|
||||
"item.create.cinder_flour": "Cinder Flour",
|
||||
"item.create.clockwork_component": "Clockwork Component",
|
||||
"item.create.copper_backtank": "Copper Backtank",
|
||||
"item.create.copper_ingot": "Copper Ingot",
|
||||
"item.create.copper_nugget": "Copper Nugget",
|
||||
"item.create.copper_sheet": "Copper Sheet",
|
||||
"item.create.crafter_slot_cover": "Crafter Slot Cover",
|
||||
"item.create.crafting_blueprint": "Crafting Blueprint",
|
||||
"item.create.creative_blaze_cake": "Creative Blaze Cake",
|
||||
"item.create.crushed_aluminum_ore": "Crushed Aluminum Ore",
|
||||
"item.create.crushed_brass": "Crushed Brass",
|
||||
"item.create.crushed_copper_ore": "Crushed Copper Ore",
|
||||
|
@ -478,7 +496,9 @@
|
|||
"item.create.handheld_worldshaper": "Creative Worldshaper",
|
||||
"item.create.honey_bucket": "Honey Bucket",
|
||||
"item.create.honeyed_apple": "Honeyed Apple",
|
||||
"item.create.incomplete_clockwork_component": "Incomplete Clockwork Component",
|
||||
"item.create.incomplete_cogwheel": "Incomplete Cogwheel",
|
||||
"item.create.incomplete_large_cogwheel": "Incomplete Large Cogwheel",
|
||||
"item.create.incomplete_precision_mechanism": "Incomplete Precision Mechanism",
|
||||
"item.create.iron_sheet": "Iron Sheet",
|
||||
"item.create.linked_controller": "Linked Controller",
|
||||
"item.create.minecart_contraption": "Minecart Contraption",
|
||||
|
@ -486,6 +506,7 @@
|
|||
"item.create.polished_rose_quartz": "Polished Rose Quartz",
|
||||
"item.create.potato_cannon": "Potato Cannon",
|
||||
"item.create.powdered_obsidian": "Powdered Obsidian",
|
||||
"item.create.precision_mechanism": "Precision Mechanism",
|
||||
"item.create.propeller": "Propeller",
|
||||
"item.create.red_sand_paper": "Red Sand Paper",
|
||||
"item.create.refined_radiance": "Refined Radiance",
|
||||
|
@ -630,8 +651,8 @@
|
|||
"advancement.create.flywheel.desc": "Successfully connect an engine to the Flywheel.",
|
||||
"advancement.create.overstress_flywheel": "High levels of Stress",
|
||||
"advancement.create.overstress_flywheel.desc": "Overstress a Furnace Engine.",
|
||||
"advancement.create.clockwork_component": "Complex Curiosities",
|
||||
"advancement.create.clockwork_component.desc": "Assemble a Clockwork Component.",
|
||||
"advancement.create.precision_mechanism": "Complex Curiosities",
|
||||
"advancement.create.precision_mechanism.desc": "Assemble a Precision Mechanism.",
|
||||
"advancement.create.mechanical_arm": "Busy Hands!",
|
||||
"advancement.create.mechanical_arm.desc": "Craft a Mechanical Arm, select in- and outputs, place it down and give it power; then watch as it does all the work for you.",
|
||||
"advancement.create.musical_arm": "Play Me My Theme Tune!",
|
||||
|
@ -672,13 +693,19 @@
|
|||
"itemGroup.create.palettes": "Create Palettes",
|
||||
|
||||
"death.attack.create.crush": "%1$s was processed by Crushing Wheels",
|
||||
"death.attack.create.fan_fire": "%1$s was burned to death by hot air",
|
||||
"death.attack.create.fan_lava": "%1$s was burned to death by lava fan",
|
||||
"death.attack.create.crush.player": "%1$s was thrown into Crushing Wheels by %2$s",
|
||||
"death.attack.create.fan_fire": "%1$s got smoked by an Encased Fan",
|
||||
"death.attack.create.fan_fire.player": "%1$s was thrown into a smoker by %2$s",
|
||||
"death.attack.create.fan_lava": "%1$s was incinerated by an Encased Fan",
|
||||
"death.attack.create.fan_lava.player": "%1$s was thrown into a smelter by %2$s",
|
||||
"death.attack.create.mechanical_drill": "%1$s was impaled by a Mechanical Drill",
|
||||
"death.attack.create.mechanical_drill.player": "%1$s was thrown in front of a Drill by %2$s",
|
||||
"death.attack.create.mechanical_saw": "%1$s got cut in half by a Mechanical Saw",
|
||||
"death.attack.create.mechanical_saw.player": "%1$s was thrown into a Saw by %2$s",
|
||||
"death.attack.create.potato_cannon": "%1$s was shot by %2$s's Potato Cannon",
|
||||
"death.attack.create.potato_cannon.item": "%1$s was shot by %2$s using %3$s",
|
||||
"death.attack.create.cuckoo_clock_explosion": "%1$s was blown up by tampered cuckoo clock",
|
||||
"death.attack.create.cuckoo_clock_explosion.player": "%1$s was blown up by tampered cuckoo clock",
|
||||
|
||||
"create.block.deployer.damage_source_name": "a rogue Deployer",
|
||||
"create.block.cart_assembler.invalid": "Place your Cart Assembler on a rail block",
|
||||
|
@ -724,7 +751,7 @@
|
|||
"create.recipe.assembly.deploying_item": "Deploy %1$s",
|
||||
"create.recipe.assembly.cutting": "Cut with Saw",
|
||||
"create.recipe.assembly.repeat": "Repeat Sequence %1$s Times",
|
||||
"create.recipe.assembly.junk": "Random junk",
|
||||
"create.recipe.assembly.junk": "Random salvage",
|
||||
"create.recipe.processing.chance": "%1$s%% Chance",
|
||||
"create.recipe.heat_requirement.none": "No Heating Required",
|
||||
"create.recipe.heat_requirement.heated": "Heated",
|
||||
|
@ -1038,6 +1065,11 @@
|
|||
"create.item_attributes.in_item_group.inverted": "is not in group '%1$s'",
|
||||
"create.item_attributes.added_by": "was added by %1$s",
|
||||
"create.item_attributes.added_by.inverted": "was not added by %1$s",
|
||||
"create.item_attributes.shulker_level": "is shulker %1$s",
|
||||
"create.item_attributes.shulker_level.inverted": "is shulker not %1$s",
|
||||
"create.item_attributes.shulker_level.full": "full",
|
||||
"create.item_attributes.shulker_level.empty": "empty",
|
||||
"create.item_attributes.shulker_level.partial": "partially filled",
|
||||
"create.item_attributes.has_enchant": "is enchanted with %1$s",
|
||||
"create.item_attributes.has_enchant.inverted": "is not enchanted with %1$s",
|
||||
"create.item_attributes.color": "is dyed %1$s",
|
||||
|
@ -1133,6 +1165,9 @@
|
|||
"create.tooltip.chute.fans_pull_up": "Fans pull from Above",
|
||||
"create.tooltip.chute.fans_pull_down": "Fans pull from Below",
|
||||
"create.tooltip.chute.contains": "Contains: %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.contains": "Currently distributing:",
|
||||
"create.tooltip.brass_tunnel.contains_entry": "> %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.retrieve": "Right-Click to retrieve",
|
||||
|
||||
"create.linked_controller.bind_mode": "Bind mode active",
|
||||
"create.linked_controller.press_keybind": "Press %1$s, %2$s, %3$s, %4$s, %5$s or %6$s, to bind this frequency to the respective key",
|
||||
|
@ -1148,6 +1183,10 @@
|
|||
"create.crafting_blueprint.secondary_display_slot": "Secondary Display Slot",
|
||||
"create.crafting_blueprint.optional": "Optional",
|
||||
|
||||
"create.potato_cannon.ammo.attack_damage": "%1$s Attack Damage",
|
||||
"create.potato_cannon.ammo.reload_ticks": "%1$s Reload Ticks",
|
||||
"create.potato_cannon.ammo.knockback": "%1$s Knockback",
|
||||
|
||||
"create.hint.hose_pulley.title": "Bottomless Supply",
|
||||
"create.hint.hose_pulley": "The targeted body of fluid is considered infinite.",
|
||||
"create.hint.mechanical_arm_no_targets.title": "No Targets",
|
||||
|
@ -1182,15 +1221,17 @@
|
|||
|
||||
"create.subtitle.contraption_disassemble": "Contraption stops",
|
||||
"create.subtitle.peculiar_bell_use": "Peculiar Bell tolls",
|
||||
"create.subtitle.mixing": "Mixing Noises",
|
||||
"create.subtitle.mixing": "Mixing noises",
|
||||
"create.subtitle.mechanical_press_activation_belt": "Mechanical Press bonks",
|
||||
"create.subtitle.fwoomp": "Potato Launcher fwoomps",
|
||||
"create.subtitle.worldshaper_place": "Worldshaper zaps",
|
||||
"create.subtitle.crushing_1": "Crushing noises",
|
||||
"create.subtitle.depot_slide": "Item slides",
|
||||
"create.subtitle.saw_activate_stone": "Mechanical Saw activates",
|
||||
"create.subtitle.blaze_munch": "Blaze Burner munches",
|
||||
"create.subtitle.funnel_flap": "Funnel Flaps",
|
||||
"create.subtitle.funnel_flap": "Funnel flaps",
|
||||
"create.subtitle.schematicannon_finish": "Schematicannon dings",
|
||||
"create.subtitle.haunted_bell_use": "Haunted Bell tolls",
|
||||
"create.subtitle.scroll_value": "Scroll-input clicks",
|
||||
"create.subtitle.crafter_craft": "Crafter crafts",
|
||||
"create.subtitle.controller_put": "Controller thumps",
|
||||
|
@ -1201,13 +1242,12 @@
|
|||
"create.subtitle.wrench_rotate": "Wrench used",
|
||||
"create.subtitle.potato_hit": "Vegetable impacts",
|
||||
"create.subtitle.saw_activate_wood": "Mechanical Saw activates",
|
||||
"create.subtitle.haunted_bell_convert": "Haunted Bell awakens",
|
||||
"create.subtitle.deployer_polish": "Deployer applies polish",
|
||||
"create.subtitle.deny": "Declining boop",
|
||||
"create.subtitle.controller_click": "Controller clicks",
|
||||
"create.subtitle.schematicannon_launch_block": "Schematicannon fires",
|
||||
"create.subtitle.copper_armor_equip": "Diving equipment clinks",
|
||||
"create.subtitle.cursed_bell_use": "Cursed Bell tolls",
|
||||
"create.subtitle.cursed_bell_convert": "Cursed Bell awakens",
|
||||
"create.subtitle.controller_take": "Lectern empties",
|
||||
"create.subtitle.mechanical_press_activation": "Mechanical Press clangs",
|
||||
"create.subtitle.contraption_assemble": "Contraption moves",
|
||||
|
@ -1372,6 +1412,11 @@
|
|||
"block.create.creative_crate.tooltip.condition1": "When Item in Filter Slot",
|
||||
"block.create.creative_crate.tooltip.behaviour1": "Anything _extracting_ from this container will provide an _endless supply_ of the item specified. Items _inserted_ into this crate will be _voided._",
|
||||
|
||||
"item.create.creative_blaze_cake.tooltip": "CREATIVE CAKE",
|
||||
"item.create.creative_blaze_cake.tooltip.summary": "A very special treat for _Blaze Burners_ that allows _controlling their heat level_. After eating this cake, Blaze Burners will _never run out of fuel_.",
|
||||
"item.create.creative_blaze_cake.tooltip.condition1": "R-Click on Blaze Burner",
|
||||
"item.create.creative_blaze_cake.tooltip.behaviour1": "_Locks_ the Blaze Burner's heat level. If used again, _cycles_ the Blaze Burner's heat level.",
|
||||
|
||||
"block.create.controller_rail.tooltip": "CONTROLLER RAIL",
|
||||
"block.create.controller_rail.tooltip.summary": "A _uni-directional powered rail_ capable of _fine control_ over a minecarts' _movement speed_.",
|
||||
"block.create.controller_rail.tooltip.condition1": "When Powered by Redstone",
|
||||
|
@ -1436,12 +1481,12 @@
|
|||
"item.create.minecart_coupling.tooltip.behaviour1": "_Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.",
|
||||
|
||||
"block.create.peculiar_bell.tooltip": "PECULIAR BELL",
|
||||
"block.create.peculiar_bell.tooltip.summary": "A decorative brass bell. Placing it above a _Soul Fire_ or _Soul Campfire_ may cause a spooky transformation to occur...",
|
||||
"block.create.peculiar_bell.tooltip.summary": "A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...",
|
||||
|
||||
"block.create.cursed_bell.tooltip": "CURSED BELL",
|
||||
"block.create.cursed_bell.tooltip.summary": "A spooky brass bell haunted by lost souls of the Nether.",
|
||||
"block.create.cursed_bell.tooltip.condition1": "When Held or Rang",
|
||||
"block.create.cursed_bell.tooltip.behaviour1": "Highlights nearby dark spots on which Hostile Mobs could spawn.",
|
||||
"block.create.haunted_bell.tooltip": "HAUNTED BELL",
|
||||
"block.create.haunted_bell.tooltip.summary": "A _Cursed Bell_ haunted by lost souls of the Nether.",
|
||||
"block.create.haunted_bell.tooltip.condition1": "When Held or Rang",
|
||||
"block.create.haunted_bell.tooltip.behaviour1": "Highlights nearby _Lightless Spots_ on which _Hostile Mobs_ can spawn.",
|
||||
|
||||
|
||||
"_": "->------------------------] Ponder Content [------------------------<-",
|
||||
|
@ -1463,41 +1508,41 @@
|
|||
"create.ponder.categories": "Available Categories in Create",
|
||||
"create.ponder.index_description": "Click one of the icons to learn about its associated Items and Blocks",
|
||||
"create.ponder.index_title": "Ponder Index",
|
||||
"create.ponder.shared.movement_anchors": "With the help of Chassis or Super Glue, larger structures can be moved.",
|
||||
"create.ponder.shared.rpm32": "32 RPM",
|
||||
"create.ponder.shared.sneak_and": "Sneak +",
|
||||
"create.ponder.shared.storage_on_contraption": "Inventories attached to the Contraption will pick up their drops automatically",
|
||||
"create.ponder.shared.rpm16": "16 RPM",
|
||||
"create.ponder.shared.behaviour_modify_wrench": "This behaviour can be modified using a Wrench",
|
||||
"create.ponder.shared.storage_on_contraption": "Inventories attached to the Contraption will pick up their drops automatically",
|
||||
"create.ponder.shared.sneak_and": "Sneak +",
|
||||
"create.ponder.shared.rpm8": "8 RPM",
|
||||
"create.ponder.shared.ctrl_and": "Ctrl +",
|
||||
"create.ponder.shared.rpm32": "32 RPM",
|
||||
"create.ponder.shared.rpm16_source": "Source: 16 RPM",
|
||||
"create.ponder.shared.rpm16": "16 RPM",
|
||||
"create.ponder.tag.kinetic_sources": "Kinetic Sources",
|
||||
"create.ponder.tag.kinetic_sources.description": "Components which generate Rotational Force",
|
||||
"create.ponder.tag.contraption_actor": "Contraption Actors",
|
||||
"create.ponder.tag.contraption_actor.description": "Components which expose special behaviour when attached to a moving contraption",
|
||||
"create.ponder.tag.arm_targets": "Targets for Mechanical Arms",
|
||||
"create.ponder.tag.arm_targets.description": "Components which can be selected as inputs or outputs to the Mechanical Arm",
|
||||
"create.ponder.tag.logistics": "Item Transportation",
|
||||
"create.ponder.tag.logistics.description": "Components which help moving items around",
|
||||
"create.ponder.tag.movement_anchor": "Movement Anchors",
|
||||
"create.ponder.tag.movement_anchor.description": "Components which allow the creation of moving contraptions, animating an attached structure in a variety of ways",
|
||||
"create.ponder.tag.creative": "Creative Mode",
|
||||
"create.ponder.tag.creative.description": "Components not usually available for Survival Mode",
|
||||
"create.ponder.tag.kinetic_relays": "Kinetic Blocks",
|
||||
"create.ponder.tag.kinetic_relays.description": "Components which help relaying Rotational Force elsewhere",
|
||||
"create.ponder.tag.windmill_sails": "Sails for Windmill Bearings",
|
||||
"create.ponder.tag.windmill_sails.description": "Blocks that count towards the strength of a Windmill Contraption when assembled. Each of these have equal efficiency in doing so.",
|
||||
"create.ponder.tag.contraption_assembly": "Block Attachment Utility",
|
||||
"create.ponder.tag.contraption_assembly.description": "Tools and Components used to assemble structures moved as an animated Contraption",
|
||||
"create.ponder.tag.decoration": "Aesthetics",
|
||||
"create.ponder.tag.decoration.description": "Components used mostly for decorative purposes",
|
||||
"create.ponder.tag.kinetic_appliances": "Kinetic Appliances",
|
||||
"create.ponder.tag.kinetic_appliances.description": "Components which make use of Rotational Force",
|
||||
"create.ponder.shared.movement_anchors": "With the help of Chassis or Super Glue, larger structures can be moved.",
|
||||
"create.ponder.tag.redstone": "Logic Components",
|
||||
"create.ponder.tag.redstone.description": "Components which help with redstone engineering",
|
||||
"create.ponder.tag.contraption_assembly": "Block Attachment Utility",
|
||||
"create.ponder.tag.contraption_assembly.description": "Tools and Components used to assemble structures moved as an animated Contraption",
|
||||
"create.ponder.tag.fluids": "Fluid Manipulators",
|
||||
"create.ponder.tag.fluids.description": "Components which help relaying and making use of Fluids",
|
||||
"create.ponder.tag.decoration": "Aesthetics",
|
||||
"create.ponder.tag.decoration.description": "Components used mostly for decorative purposes",
|
||||
"create.ponder.tag.windmill_sails": "Sails for Windmill Bearings",
|
||||
"create.ponder.tag.windmill_sails.description": "Blocks that count towards the strength of a Windmill Contraption when assembled. Each of these have equal efficiency in doing so.",
|
||||
"create.ponder.tag.arm_targets": "Targets for Mechanical Arms",
|
||||
"create.ponder.tag.arm_targets.description": "Components which can be selected as inputs or outputs to the Mechanical Arm",
|
||||
"create.ponder.tag.kinetic_appliances": "Kinetic Appliances",
|
||||
"create.ponder.tag.kinetic_appliances.description": "Components which make use of Rotational Force",
|
||||
"create.ponder.tag.kinetic_sources": "Kinetic Sources",
|
||||
"create.ponder.tag.kinetic_sources.description": "Components which generate Rotational Force",
|
||||
"create.ponder.tag.movement_anchor": "Movement Anchors",
|
||||
"create.ponder.tag.movement_anchor.description": "Components which allow the creation of moving contraptions, animating an attached structure in a variety of ways",
|
||||
"create.ponder.tag.kinetic_relays": "Kinetic Blocks",
|
||||
"create.ponder.tag.kinetic_relays.description": "Components which help relaying Rotational Force elsewhere",
|
||||
"create.ponder.tag.contraption_actor": "Contraption Actors",
|
||||
"create.ponder.tag.contraption_actor.description": "Components which expose special behaviour when attached to a moving contraption",
|
||||
"create.ponder.tag.creative": "Creative Mode",
|
||||
"create.ponder.tag.creative.description": "Components not usually available for Survival Mode",
|
||||
"create.ponder.tag.logistics": "Item Transportation",
|
||||
"create.ponder.tag.logistics.description": "Components which help moving items around",
|
||||
|
||||
"create.ponder.adjustable_pulse_repeater.header": "Controlling signals using Adjustable Pulse Repeaters",
|
||||
"create.ponder.adjustable_pulse_repeater.text_1": "Adjustable Pulse Repeaters emit a short pulse at a delay",
|
||||
|
@ -1728,7 +1773,8 @@
|
|||
"create.ponder.empty_blaze_burner.text_2": "Alternatively, Blazes can be collected from their Spawners directly",
|
||||
"create.ponder.empty_blaze_burner.text_3": "You now have an ideal heat source for various machines",
|
||||
"create.ponder.empty_blaze_burner.text_4": "For Aesthetic purposes, Empty Blaze Burners can also be lit using Flint and Steel",
|
||||
"create.ponder.empty_blaze_burner.text_5": "However, these are not suitable for industrial heating",
|
||||
"create.ponder.empty_blaze_burner.text_5": "The flame can be transformed using a soul-infused item",
|
||||
"create.ponder.empty_blaze_burner.text_6": "However, without a blaze they are not suitable for industrial heating",
|
||||
|
||||
"create.ponder.encased_fluid_pipe.header": "Encasing Fluid Pipes",
|
||||
"create.ponder.encased_fluid_pipe.text_1": "Copper Casing can be used to decorate Fluid Pipes",
|
||||
|
@ -2045,6 +2091,7 @@
|
|||
"create.ponder.nixie_tube.header": "Using Nixie Tubes",
|
||||
"create.ponder.nixie_tube.text_1": "When powered by Redstone, Nixie Tubes will display the redstone signals' strength",
|
||||
"create.ponder.nixie_tube.text_2": "Using name tags edited with an anvil, custom text can be displayed",
|
||||
"create.ponder.nixie_tube.text_3": "Right-Click with Dye to change their display colour",
|
||||
|
||||
"create.ponder.piston_pole.header": "Piston Extension Poles",
|
||||
"create.ponder.piston_pole.text_1": "Without attached Poles, a Mechanical Piston cannot move",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"_": "Missing Localizations: 1090",
|
||||
"_": "Missing Localizations: 1134",
|
||||
|
||||
"_": "->------------------------] Game Elements [------------------------<-",
|
||||
|
||||
|
@ -28,10 +28,12 @@
|
|||
"block.create.belt": "Mechanischer Riemen",
|
||||
"block.create.birch_window": "Birkenholzfenster",
|
||||
"block.create.birch_window_pane": "Birkenholzfensterscheibe",
|
||||
"block.create.black_nixie_tube": "UNLOCALIZED: Black Nixie Tube",
|
||||
"block.create.black_sail": "Schwarzes Segel",
|
||||
"block.create.black_seat": "Schwarzer Sitz",
|
||||
"block.create.black_valve_handle": "Schwarzer Ventilgriff",
|
||||
"block.create.blaze_burner": "Lohenbrenner",
|
||||
"block.create.blue_nixie_tube": "UNLOCALIZED: Blue Nixie Tube",
|
||||
"block.create.blue_sail": "Blaues Segel",
|
||||
"block.create.blue_seat": "Blauer Sitz",
|
||||
"block.create.blue_valve_handle": "Blauer Ventilgriff",
|
||||
|
@ -41,6 +43,7 @@
|
|||
"block.create.brass_encased_shaft": "Messingummantelte Welle",
|
||||
"block.create.brass_funnel": "Messingtrichter",
|
||||
"block.create.brass_tunnel": "Messingtunnel",
|
||||
"block.create.brown_nixie_tube": "UNLOCALIZED: Brown Nixie Tube",
|
||||
"block.create.brown_sail": "Braunes Segel",
|
||||
"block.create.brown_seat": "Brauner Sitz",
|
||||
"block.create.brown_valve_handle": "Brauner Ventilgriff",
|
||||
|
@ -73,7 +76,7 @@
|
|||
"block.create.crushing_wheel": "Mahlwerkrad",
|
||||
"block.create.crushing_wheel_controller": "Mahlwerkrad Steurung",
|
||||
"block.create.cuckoo_clock": "Kuckucksuhr",
|
||||
"block.create.cursed_bell": "UNLOCALIZED: Cursed Bell",
|
||||
"block.create.cyan_nixie_tube": "UNLOCALIZED: Cyan Nixie Tube",
|
||||
"block.create.cyan_sail": "Türkises Segel",
|
||||
"block.create.cyan_seat": "Türkiser Sitz",
|
||||
"block.create.cyan_valve_handle": "Türkiser Ventilgriff",
|
||||
|
@ -180,13 +183,16 @@
|
|||
"block.create.granite_cobblestone_stairs": "Granitbruchtreppe",
|
||||
"block.create.granite_cobblestone_wall": "Granitbruchsteinmauer",
|
||||
"block.create.granite_pillar": "Granitsäule",
|
||||
"block.create.gray_nixie_tube": "UNLOCALIZED: Gray Nixie Tube",
|
||||
"block.create.gray_sail": "Graues Segel",
|
||||
"block.create.gray_seat": "Grauer Sitz",
|
||||
"block.create.gray_valve_handle": "Grauer Ventilgriff",
|
||||
"block.create.green_nixie_tube": "UNLOCALIZED: Green Nixie Tube",
|
||||
"block.create.green_sail": "Grünes Segel",
|
||||
"block.create.green_seat": "Grüner Sitz",
|
||||
"block.create.green_valve_handle": "Grüner Ventilgriff",
|
||||
"block.create.hand_crank": "Handkurbel",
|
||||
"block.create.haunted_bell": "UNLOCALIZED: Haunted Bell",
|
||||
"block.create.honey": "Honig",
|
||||
"block.create.horizontal_framed_glass": "Horizontal Gerahmtes Glas",
|
||||
"block.create.horizontal_framed_glass_pane": "Horizontal Gerahmte Glasscheibe",
|
||||
|
@ -205,12 +211,15 @@
|
|||
"block.create.layered_scoria": "Geschichtete Schlacke",
|
||||
"block.create.layered_weathered_limestone": "Geschichteter Verwitterter Kalkstein",
|
||||
"block.create.lectern_controller": "UNLOCALIZED: Lectern Controller",
|
||||
"block.create.light_blue_nixie_tube": "UNLOCALIZED: Light Blue Nixie Tube",
|
||||
"block.create.light_blue_sail": "Hellblaues Segel",
|
||||
"block.create.light_blue_seat": "Hellblauer Sitz",
|
||||
"block.create.light_blue_valve_handle": "Hellblauer Ventilgriff",
|
||||
"block.create.light_gray_nixie_tube": "UNLOCALIZED: Light Gray Nixie Tube",
|
||||
"block.create.light_gray_sail": "Hellgraues Segel",
|
||||
"block.create.light_gray_seat": "Hellgrauer Sitz",
|
||||
"block.create.light_gray_valve_handle": "Hellgrauer Ventilgriff",
|
||||
"block.create.lime_nixie_tube": "UNLOCALIZED: Lime Nixie Tube",
|
||||
"block.create.lime_sail": "Hellgrünes Segel",
|
||||
"block.create.lime_seat": "Hellgrüner Sitz",
|
||||
"block.create.lime_valve_handle": "Hellgrüner Ventilgriff",
|
||||
|
@ -227,6 +236,7 @@
|
|||
"block.create.limestone_pillar": "Kalksteinsäule",
|
||||
"block.create.linear_chassis": "Schubgerüst",
|
||||
"block.create.lit_blaze_burner": "Aktiver Lohenbrenner",
|
||||
"block.create.magenta_nixie_tube": "UNLOCALIZED: Magenta Nixie Tube",
|
||||
"block.create.magenta_sail": "Magenta Segel",
|
||||
"block.create.magenta_seat": "Magenta Sitz",
|
||||
"block.create.magenta_valve_handle": "Magenta Ventilgriff",
|
||||
|
@ -311,6 +321,7 @@
|
|||
"block.create.paved_weathered_limestone_stairs": "Gepflasterte Verwitterte Kalksteintreppe",
|
||||
"block.create.paved_weathered_limestone_wall": "Gepflasterte Verwitterte Kalksteinmauer",
|
||||
"block.create.peculiar_bell": "UNLOCALIZED: Peculiar Bell",
|
||||
"block.create.pink_nixie_tube": "UNLOCALIZED: Pink Nixie Tube",
|
||||
"block.create.pink_sail": "Rosa Segel",
|
||||
"block.create.pink_seat": "Rosa Sitz",
|
||||
"block.create.pink_valve_handle": "Rosa Ventilgriff",
|
||||
|
@ -345,10 +356,12 @@
|
|||
"block.create.powered_toggle_latch": "T-Flipflop",
|
||||
"block.create.pulley_magnet": "Rollenmagnet",
|
||||
"block.create.pulse_repeater": "Pulsierender Verstärker",
|
||||
"block.create.purple_nixie_tube": "UNLOCALIZED: Purple Nixie Tube",
|
||||
"block.create.purple_sail": "Lila Segel",
|
||||
"block.create.purple_seat": "Lila Sitz",
|
||||
"block.create.purple_valve_handle": "Lila Ventilgriff",
|
||||
"block.create.radial_chassis": "Drehgerüst",
|
||||
"block.create.red_nixie_tube": "UNLOCALIZED: Red Nixie Tube",
|
||||
"block.create.red_sail": "Rote Segel",
|
||||
"block.create.red_seat": "Roter Sitz",
|
||||
"block.create.red_valve_handle": "Roter Ventilgriff",
|
||||
|
@ -405,17 +418,22 @@
|
|||
"block.create.weathered_limestone_cobblestone_wall": "Verwitterte Limestonepflastermauer",
|
||||
"block.create.weathered_limestone_pillar": "Verwitterte Kalksteinsäule",
|
||||
"block.create.weighted_ejector": "Gewichteter Werfer",
|
||||
"block.create.white_nixie_tube": "UNLOCALIZED: White Nixie Tube",
|
||||
"block.create.white_sail": "Weiße Segel",
|
||||
"block.create.white_seat": "Weißer Sitz",
|
||||
"block.create.white_valve_handle": "Weißer Ventilgriff",
|
||||
"block.create.windmill_bearing": "Windmühlenlager",
|
||||
"block.create.wooden_bracket": "Holzhalterung",
|
||||
"block.create.yellow_nixie_tube": "UNLOCALIZED: Yellow Nixie Tube",
|
||||
"block.create.yellow_sail": "Gelbes Segel",
|
||||
"block.create.yellow_seat": "Gelber Sitz",
|
||||
"block.create.yellow_valve_handle": "Gelber Ventilgriff",
|
||||
"block.create.zinc_block": "Zinkblock",
|
||||
"block.create.zinc_ore": "Zinkerz",
|
||||
|
||||
"enchantment.create.capacity": "UNLOCALIZED: Capacity",
|
||||
"enchantment.create.potato_recovery": "UNLOCALIZED: Potato Recovery",
|
||||
|
||||
"entity.create.contraption": "Vorrichtung",
|
||||
"entity.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"entity.create.gantry_contraption": "Portalkran Vorrichtung",
|
||||
|
@ -444,13 +462,13 @@
|
|||
"item.create.chocolate_glazed_berries": "Schokoladenglasierte Beeren",
|
||||
"item.create.chromatic_compound": "Chromatische Verbindung",
|
||||
"item.create.cinder_flour": "Aschenmehl",
|
||||
"item.create.clockwork_component": "UNLOCALIZED: Clockwork Component",
|
||||
"item.create.copper_backtank": "UNLOCALIZED: Copper Backtank",
|
||||
"item.create.copper_ingot": "Kupferbarren",
|
||||
"item.create.copper_nugget": "Kupferklumpen",
|
||||
"item.create.copper_sheet": "Kupferblech",
|
||||
"item.create.crafter_slot_cover": "Handwerkseinheit Slot Abdeckung",
|
||||
"item.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"item.create.creative_blaze_cake": "UNLOCALIZED: Creative Blaze Cake",
|
||||
"item.create.crushed_aluminum_ore": "Zerkleinertes Aluminiumerz",
|
||||
"item.create.crushed_brass": "Zerkleinertes Messing",
|
||||
"item.create.crushed_copper_ore": "Zerkleinertes Kupfererz",
|
||||
|
@ -479,7 +497,9 @@
|
|||
"item.create.handheld_worldshaper": "Geländeformer",
|
||||
"item.create.honey_bucket": "Honigeimer",
|
||||
"item.create.honeyed_apple": "Honigapfel",
|
||||
"item.create.incomplete_clockwork_component": "UNLOCALIZED: Incomplete Clockwork Component",
|
||||
"item.create.incomplete_cogwheel": "UNLOCALIZED: Incomplete Cogwheel",
|
||||
"item.create.incomplete_large_cogwheel": "UNLOCALIZED: Incomplete Large Cogwheel",
|
||||
"item.create.incomplete_precision_mechanism": "UNLOCALIZED: Incomplete Precision Mechanism",
|
||||
"item.create.iron_sheet": "Eisenblech",
|
||||
"item.create.linked_controller": "UNLOCALIZED: Linked Controller",
|
||||
"item.create.minecart_contraption": "Loren Vorrichtung",
|
||||
|
@ -487,6 +507,7 @@
|
|||
"item.create.polished_rose_quartz": "Polierter Rosenquarz",
|
||||
"item.create.potato_cannon": "UNLOCALIZED: Potato Cannon",
|
||||
"item.create.powdered_obsidian": "Pulverisierter Obsidian",
|
||||
"item.create.precision_mechanism": "UNLOCALIZED: Precision Mechanism",
|
||||
"item.create.propeller": "Propeller",
|
||||
"item.create.red_sand_paper": "Rotes Schmirgelpapier",
|
||||
"item.create.refined_radiance": "Raffinierter Glanz",
|
||||
|
@ -631,8 +652,8 @@
|
|||
"advancement.create.flywheel.desc": "UNLOCALIZED: Successfully connect an engine to the Flywheel.",
|
||||
"advancement.create.overstress_flywheel": "UNLOCALIZED: High levels of Stress",
|
||||
"advancement.create.overstress_flywheel.desc": "UNLOCALIZED: Overstress a Furnace Engine.",
|
||||
"advancement.create.clockwork_component": "UNLOCALIZED: Complex Curiosities",
|
||||
"advancement.create.clockwork_component.desc": "UNLOCALIZED: Assemble a Clockwork Component.",
|
||||
"advancement.create.precision_mechanism": "UNLOCALIZED: Complex Curiosities",
|
||||
"advancement.create.precision_mechanism.desc": "UNLOCALIZED: Assemble a Precision Mechanism.",
|
||||
"advancement.create.mechanical_arm": "UNLOCALIZED: Busy Hands!",
|
||||
"advancement.create.mechanical_arm.desc": "UNLOCALIZED: Craft a Mechanical Arm, select in- and outputs, place it down and give it power; then watch as it does all the work for you.",
|
||||
"advancement.create.musical_arm": "UNLOCALIZED: Play Me My Theme Tune!",
|
||||
|
@ -673,13 +694,19 @@
|
|||
"itemGroup.create.palettes": "Create Paletten",
|
||||
|
||||
"death.attack.create.crush": "%1$s stolperte in ein Mahlwerk",
|
||||
"death.attack.create.crush.player": "UNLOCALIZED: %1$s was thrown into Crushing Wheels by %2$s",
|
||||
"death.attack.create.fan_fire": "%1$s hat heiße Luft eingeatmet",
|
||||
"death.attack.create.fan_fire.player": "UNLOCALIZED: %1$s was thrown into a smoker by %2$s",
|
||||
"death.attack.create.fan_lava": "%1$s wurde von Lava verweht",
|
||||
"death.attack.create.fan_lava.player": "UNLOCALIZED: %1$s was thrown into a smelter by %2$s",
|
||||
"death.attack.create.mechanical_drill": "%1$s wurde von einem Bohrer durchlöchert",
|
||||
"death.attack.create.mechanical_drill.player": "UNLOCALIZED: %1$s was thrown in front of a Drill by %2$s",
|
||||
"death.attack.create.mechanical_saw": "%1$s wurde zersägt",
|
||||
"death.attack.create.mechanical_saw.player": "UNLOCALIZED: %1$s was thrown into a Saw by %2$s",
|
||||
"death.attack.create.potato_cannon": "UNLOCALIZED: %1$s was shot by %2$s's Potato Cannon",
|
||||
"death.attack.create.potato_cannon.item": "UNLOCALIZED: %1$s was shot by %2$s using %3$s",
|
||||
"death.attack.create.cuckoo_clock_explosion": "%1$s wurde durch eine falsche Kuckucksuhr gesprengt",
|
||||
"death.attack.create.cuckoo_clock_explosion.player": "UNLOCALIZED: %1$s was blown up by tampered cuckoo clock",
|
||||
|
||||
"create.block.deployer.damage_source_name": "einem Finger",
|
||||
"create.block.cart_assembler.invalid": "Platziere deinen Lorenmonteur auf einer Schiene.",
|
||||
|
@ -725,7 +752,7 @@
|
|||
"create.recipe.assembly.deploying_item": "UNLOCALIZED: Deploy %1$s",
|
||||
"create.recipe.assembly.cutting": "UNLOCALIZED: Cut with Saw",
|
||||
"create.recipe.assembly.repeat": "UNLOCALIZED: Repeat Sequence %1$s Times",
|
||||
"create.recipe.assembly.junk": "UNLOCALIZED: Random junk",
|
||||
"create.recipe.assembly.junk": "UNLOCALIZED: Random salvage",
|
||||
"create.recipe.processing.chance": "Chance: %1$s%%",
|
||||
"create.recipe.heat_requirement.none": "Keine Hitze benötigt",
|
||||
"create.recipe.heat_requirement.heated": "Wenig Hitze benötigt",
|
||||
|
@ -1039,6 +1066,11 @@
|
|||
"create.item_attributes.in_item_group.inverted": "UNLOCALIZED: is not in group '%1$s'",
|
||||
"create.item_attributes.added_by": "UNLOCALIZED: was added by %1$s",
|
||||
"create.item_attributes.added_by.inverted": "UNLOCALIZED: was not added by %1$s",
|
||||
"create.item_attributes.shulker_level": "UNLOCALIZED: is shulker %1$s",
|
||||
"create.item_attributes.shulker_level.inverted": "UNLOCALIZED: is shulker not %1$s",
|
||||
"create.item_attributes.shulker_level.full": "UNLOCALIZED: full",
|
||||
"create.item_attributes.shulker_level.empty": "UNLOCALIZED: empty",
|
||||
"create.item_attributes.shulker_level.partial": "UNLOCALIZED: partially filled",
|
||||
"create.item_attributes.has_enchant": "UNLOCALIZED: is enchanted with %1$s",
|
||||
"create.item_attributes.has_enchant.inverted": "UNLOCALIZED: is not enchanted with %1$s",
|
||||
"create.item_attributes.color": "UNLOCALIZED: is dyed %1$s",
|
||||
|
@ -1134,6 +1166,9 @@
|
|||
"create.tooltip.chute.fans_pull_up": "Propeller ziehen von oberhalb",
|
||||
"create.tooltip.chute.fans_pull_down": "Propeller ziehen von unterhalb",
|
||||
"create.tooltip.chute.contains": "Enthält: %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.contains": "UNLOCALIZED: Currently distributing:",
|
||||
"create.tooltip.brass_tunnel.contains_entry": "UNLOCALIZED: > %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.retrieve": "UNLOCALIZED: Right-Click to retrieve",
|
||||
|
||||
"create.linked_controller.bind_mode": "UNLOCALIZED: Bind mode active",
|
||||
"create.linked_controller.press_keybind": "UNLOCALIZED: Press %1$s, %2$s, %3$s, %4$s, %5$s or %6$s, to bind this frequency to the respective key",
|
||||
|
@ -1149,6 +1184,10 @@
|
|||
"create.crafting_blueprint.secondary_display_slot": "UNLOCALIZED: Secondary Display Slot",
|
||||
"create.crafting_blueprint.optional": "UNLOCALIZED: Optional",
|
||||
|
||||
"create.potato_cannon.ammo.attack_damage": "UNLOCALIZED: %1$s Attack Damage",
|
||||
"create.potato_cannon.ammo.reload_ticks": "UNLOCALIZED: %1$s Reload Ticks",
|
||||
"create.potato_cannon.ammo.knockback": "UNLOCALIZED: %1$s Knockback",
|
||||
|
||||
"create.hint.hose_pulley.title": "Endlose Versorgung",
|
||||
"create.hint.hose_pulley": "Das angewählte Gewässer wird als unendlich betrachtet.",
|
||||
"create.hint.mechanical_arm_no_targets.title": "Keine Ziele",
|
||||
|
@ -1183,15 +1222,17 @@
|
|||
|
||||
"create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops",
|
||||
"create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls",
|
||||
"create.subtitle.mixing": "UNLOCALIZED: Mixing Noises",
|
||||
"create.subtitle.mixing": "UNLOCALIZED: Mixing noises",
|
||||
"create.subtitle.mechanical_press_activation_belt": "UNLOCALIZED: Mechanical Press bonks",
|
||||
"create.subtitle.fwoomp": "UNLOCALIZED: Potato Launcher fwoomps",
|
||||
"create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps",
|
||||
"create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises",
|
||||
"create.subtitle.depot_slide": "UNLOCALIZED: Item slides",
|
||||
"create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.blaze_munch": "Lohe kaut glücklich",
|
||||
"create.subtitle.funnel_flap": "UNLOCALIZED: Funnel Flaps",
|
||||
"create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps",
|
||||
"create.subtitle.schematicannon_finish": "Bauplankanone endet",
|
||||
"create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls",
|
||||
"create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks",
|
||||
"create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts",
|
||||
"create.subtitle.controller_put": "UNLOCALIZED: Controller thumps",
|
||||
|
@ -1202,13 +1243,12 @@
|
|||
"create.subtitle.wrench_rotate": "UNLOCALIZED: Wrench used",
|
||||
"create.subtitle.potato_hit": "UNLOCALIZED: Vegetable impacts",
|
||||
"create.subtitle.saw_activate_wood": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens",
|
||||
"create.subtitle.deployer_polish": "UNLOCALIZED: Deployer applies polish",
|
||||
"create.subtitle.deny": "UNLOCALIZED: Declining boop",
|
||||
"create.subtitle.controller_click": "UNLOCALIZED: Controller clicks",
|
||||
"create.subtitle.schematicannon_launch_block": "Bauplankanone schießt",
|
||||
"create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks",
|
||||
"create.subtitle.cursed_bell_use": "UNLOCALIZED: Cursed Bell tolls",
|
||||
"create.subtitle.cursed_bell_convert": "UNLOCALIZED: Cursed Bell awakens",
|
||||
"create.subtitle.controller_take": "UNLOCALIZED: Lectern empties",
|
||||
"create.subtitle.mechanical_press_activation": "Mechanische Presse wird aktiviert",
|
||||
"create.subtitle.contraption_assemble": "UNLOCALIZED: Contraption moves",
|
||||
|
@ -1373,6 +1413,11 @@
|
|||
"block.create.creative_crate.tooltip.condition1": "Wenn Gegenstand in Filter Slot",
|
||||
"block.create.creative_crate.tooltip.behaviour1": "Alles _extrahierende_ von diesem Container wird einen _endlosen Vorrat_ des angegebenen Gegenstands zur Verfügung stellen. In diese Kiste _eingefügte_ Gegenstände werden _entsorgt_.",
|
||||
|
||||
"item.create.creative_blaze_cake.tooltip": "UNLOCALIZED: CREATIVE CAKE",
|
||||
"item.create.creative_blaze_cake.tooltip.summary": "UNLOCALIZED: A very special treat for _Blaze Burners_ that allows _controlling their heat level_. After eating this cake, Blaze Burners will _never run out of fuel_.",
|
||||
"item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: R-Click on Blaze Burner",
|
||||
"item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Locks_ the Blaze Burner's heat level. If used again, _cycles_ the Blaze Burner's heat level.",
|
||||
|
||||
"block.create.controller_rail.tooltip": "UNLOCALIZED: CONTROLLER RAIL",
|
||||
"block.create.controller_rail.tooltip.summary": "UNLOCALIZED: A _uni-directional powered rail_ capable of _fine control_ over a minecarts' _movement speed_.",
|
||||
"block.create.controller_rail.tooltip.condition1": "UNLOCALIZED: When Powered by Redstone",
|
||||
|
@ -1437,12 +1482,12 @@
|
|||
"item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.",
|
||||
|
||||
"block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL",
|
||||
"block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative brass bell. Placing it above a _Soul Fire_ or _Soul Campfire_ may cause a spooky transformation to occur...",
|
||||
"block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...",
|
||||
|
||||
"block.create.cursed_bell.tooltip": "UNLOCALIZED: CURSED BELL",
|
||||
"block.create.cursed_bell.tooltip.summary": "UNLOCALIZED: A spooky brass bell haunted by lost souls of the Nether.",
|
||||
"block.create.cursed_bell.tooltip.condition1": "UNLOCALIZED: When Held or Rang",
|
||||
"block.create.cursed_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby dark spots on which Hostile Mobs could spawn.",
|
||||
"block.create.haunted_bell.tooltip": "UNLOCALIZED: HAUNTED BELL",
|
||||
"block.create.haunted_bell.tooltip.summary": "UNLOCALIZED: A _Cursed Bell_ haunted by lost souls of the Nether.",
|
||||
"block.create.haunted_bell.tooltip.condition1": "UNLOCALIZED: When Held or Rang",
|
||||
"block.create.haunted_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby _Lightless Spots_ on which _Hostile Mobs_ can spawn.",
|
||||
|
||||
|
||||
"_": "->------------------------] Ponder Content [------------------------<-",
|
||||
|
@ -1464,41 +1509,41 @@
|
|||
"create.ponder.categories": "UNLOCALIZED: Available Categories in Create",
|
||||
"create.ponder.index_description": "UNLOCALIZED: Click one of the icons to learn about its associated Items and Blocks",
|
||||
"create.ponder.index_title": "UNLOCALIZED: Ponder Index",
|
||||
"create.ponder.shared.movement_anchors": "UNLOCALIZED: With the help of Chassis or Super Glue, larger structures can be moved.",
|
||||
"create.ponder.shared.rpm32": "UNLOCALIZED: 32 RPM",
|
||||
"create.ponder.shared.sneak_and": "UNLOCALIZED: Sneak +",
|
||||
"create.ponder.shared.storage_on_contraption": "UNLOCALIZED: Inventories attached to the Contraption will pick up their drops automatically",
|
||||
"create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM",
|
||||
"create.ponder.shared.behaviour_modify_wrench": "UNLOCALIZED: This behaviour can be modified using a Wrench",
|
||||
"create.ponder.shared.storage_on_contraption": "UNLOCALIZED: Inventories attached to the Contraption will pick up their drops automatically",
|
||||
"create.ponder.shared.sneak_and": "UNLOCALIZED: Sneak +",
|
||||
"create.ponder.shared.rpm8": "UNLOCALIZED: 8 RPM",
|
||||
"create.ponder.shared.ctrl_and": "UNLOCALIZED: Ctrl +",
|
||||
"create.ponder.shared.rpm32": "UNLOCALIZED: 32 RPM",
|
||||
"create.ponder.shared.rpm16_source": "UNLOCALIZED: Source: 16 RPM",
|
||||
"create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM",
|
||||
"create.ponder.tag.kinetic_sources": "UNLOCALIZED: Kinetic Sources",
|
||||
"create.ponder.tag.kinetic_sources.description": "UNLOCALIZED: Components which generate Rotational Force",
|
||||
"create.ponder.tag.contraption_actor": "UNLOCALIZED: Contraption Actors",
|
||||
"create.ponder.tag.contraption_actor.description": "UNLOCALIZED: Components which expose special behaviour when attached to a moving contraption",
|
||||
"create.ponder.tag.arm_targets": "UNLOCALIZED: Targets for Mechanical Arms",
|
||||
"create.ponder.tag.arm_targets.description": "UNLOCALIZED: Components which can be selected as inputs or outputs to the Mechanical Arm",
|
||||
"create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation",
|
||||
"create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around",
|
||||
"create.ponder.tag.movement_anchor": "UNLOCALIZED: Movement Anchors",
|
||||
"create.ponder.tag.movement_anchor.description": "UNLOCALIZED: Components which allow the creation of moving contraptions, animating an attached structure in a variety of ways",
|
||||
"create.ponder.tag.creative": "UNLOCALIZED: Creative Mode",
|
||||
"create.ponder.tag.creative.description": "UNLOCALIZED: Components not usually available for Survival Mode",
|
||||
"create.ponder.tag.kinetic_relays": "UNLOCALIZED: Kinetic Blocks",
|
||||
"create.ponder.tag.kinetic_relays.description": "UNLOCALIZED: Components which help relaying Rotational Force elsewhere",
|
||||
"create.ponder.tag.windmill_sails": "UNLOCALIZED: Sails for Windmill Bearings",
|
||||
"create.ponder.tag.windmill_sails.description": "UNLOCALIZED: Blocks that count towards the strength of a Windmill Contraption when assembled. Each of these have equal efficiency in doing so.",
|
||||
"create.ponder.tag.contraption_assembly": "UNLOCALIZED: Block Attachment Utility",
|
||||
"create.ponder.tag.contraption_assembly.description": "UNLOCALIZED: Tools and Components used to assemble structures moved as an animated Contraption",
|
||||
"create.ponder.tag.decoration": "UNLOCALIZED: Aesthetics",
|
||||
"create.ponder.tag.decoration.description": "UNLOCALIZED: Components used mostly for decorative purposes",
|
||||
"create.ponder.tag.kinetic_appliances": "UNLOCALIZED: Kinetic Appliances",
|
||||
"create.ponder.tag.kinetic_appliances.description": "UNLOCALIZED: Components which make use of Rotational Force",
|
||||
"create.ponder.shared.movement_anchors": "UNLOCALIZED: With the help of Chassis or Super Glue, larger structures can be moved.",
|
||||
"create.ponder.tag.redstone": "UNLOCALIZED: Logic Components",
|
||||
"create.ponder.tag.redstone.description": "UNLOCALIZED: Components which help with redstone engineering",
|
||||
"create.ponder.tag.contraption_assembly": "UNLOCALIZED: Block Attachment Utility",
|
||||
"create.ponder.tag.contraption_assembly.description": "UNLOCALIZED: Tools and Components used to assemble structures moved as an animated Contraption",
|
||||
"create.ponder.tag.fluids": "UNLOCALIZED: Fluid Manipulators",
|
||||
"create.ponder.tag.fluids.description": "UNLOCALIZED: Components which help relaying and making use of Fluids",
|
||||
"create.ponder.tag.decoration": "UNLOCALIZED: Aesthetics",
|
||||
"create.ponder.tag.decoration.description": "UNLOCALIZED: Components used mostly for decorative purposes",
|
||||
"create.ponder.tag.windmill_sails": "UNLOCALIZED: Sails for Windmill Bearings",
|
||||
"create.ponder.tag.windmill_sails.description": "UNLOCALIZED: Blocks that count towards the strength of a Windmill Contraption when assembled. Each of these have equal efficiency in doing so.",
|
||||
"create.ponder.tag.arm_targets": "UNLOCALIZED: Targets for Mechanical Arms",
|
||||
"create.ponder.tag.arm_targets.description": "UNLOCALIZED: Components which can be selected as inputs or outputs to the Mechanical Arm",
|
||||
"create.ponder.tag.kinetic_appliances": "UNLOCALIZED: Kinetic Appliances",
|
||||
"create.ponder.tag.kinetic_appliances.description": "UNLOCALIZED: Components which make use of Rotational Force",
|
||||
"create.ponder.tag.kinetic_sources": "UNLOCALIZED: Kinetic Sources",
|
||||
"create.ponder.tag.kinetic_sources.description": "UNLOCALIZED: Components which generate Rotational Force",
|
||||
"create.ponder.tag.movement_anchor": "UNLOCALIZED: Movement Anchors",
|
||||
"create.ponder.tag.movement_anchor.description": "UNLOCALIZED: Components which allow the creation of moving contraptions, animating an attached structure in a variety of ways",
|
||||
"create.ponder.tag.kinetic_relays": "UNLOCALIZED: Kinetic Blocks",
|
||||
"create.ponder.tag.kinetic_relays.description": "UNLOCALIZED: Components which help relaying Rotational Force elsewhere",
|
||||
"create.ponder.tag.contraption_actor": "UNLOCALIZED: Contraption Actors",
|
||||
"create.ponder.tag.contraption_actor.description": "UNLOCALIZED: Components which expose special behaviour when attached to a moving contraption",
|
||||
"create.ponder.tag.creative": "UNLOCALIZED: Creative Mode",
|
||||
"create.ponder.tag.creative.description": "UNLOCALIZED: Components not usually available for Survival Mode",
|
||||
"create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation",
|
||||
"create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around",
|
||||
|
||||
"create.ponder.adjustable_pulse_repeater.header": "UNLOCALIZED: Controlling signals using Adjustable Pulse Repeaters",
|
||||
"create.ponder.adjustable_pulse_repeater.text_1": "UNLOCALIZED: Adjustable Pulse Repeaters emit a short pulse at a delay",
|
||||
|
@ -1729,7 +1774,8 @@
|
|||
"create.ponder.empty_blaze_burner.text_2": "UNLOCALIZED: Alternatively, Blazes can be collected from their Spawners directly",
|
||||
"create.ponder.empty_blaze_burner.text_3": "UNLOCALIZED: You now have an ideal heat source for various machines",
|
||||
"create.ponder.empty_blaze_burner.text_4": "UNLOCALIZED: For Aesthetic purposes, Empty Blaze Burners can also be lit using Flint and Steel",
|
||||
"create.ponder.empty_blaze_burner.text_5": "UNLOCALIZED: However, these are not suitable for industrial heating",
|
||||
"create.ponder.empty_blaze_burner.text_5": "UNLOCALIZED: The flame can be transformed using a soul-infused item",
|
||||
"create.ponder.empty_blaze_burner.text_6": "UNLOCALIZED: However, without a blaze they are not suitable for industrial heating",
|
||||
|
||||
"create.ponder.encased_fluid_pipe.header": "UNLOCALIZED: Encasing Fluid Pipes",
|
||||
"create.ponder.encased_fluid_pipe.text_1": "UNLOCALIZED: Copper Casing can be used to decorate Fluid Pipes",
|
||||
|
@ -2046,6 +2092,7 @@
|
|||
"create.ponder.nixie_tube.header": "UNLOCALIZED: Using Nixie Tubes",
|
||||
"create.ponder.nixie_tube.text_1": "UNLOCALIZED: When powered by Redstone, Nixie Tubes will display the redstone signals' strength",
|
||||
"create.ponder.nixie_tube.text_2": "UNLOCALIZED: Using name tags edited with an anvil, custom text can be displayed",
|
||||
"create.ponder.nixie_tube.text_3": "UNLOCALIZED: Right-Click with Dye to change their display colour",
|
||||
|
||||
"create.ponder.piston_pole.header": "UNLOCALIZED: Piston Extension Poles",
|
||||
"create.ponder.piston_pole.text_1": "UNLOCALIZED: Without attached Poles, a Mechanical Piston cannot move",
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"_": "Missing Localizations: 1457",
|
||||
"_": "Missing Localizations: 1501",
|
||||
|
||||
"_": "->------------------------] Game Elements [------------------------<-",
|
||||
|
||||
|
@ -28,10 +28,12 @@
|
|||
"block.create.belt": "Correa",
|
||||
"block.create.birch_window": "Ventana de Abedul",
|
||||
"block.create.birch_window_pane": "Panel de Ventana de Abedul",
|
||||
"block.create.black_nixie_tube": "UNLOCALIZED: Black Nixie Tube",
|
||||
"block.create.black_sail": "Vela Negra",
|
||||
"block.create.black_seat": "Asiento Negro",
|
||||
"block.create.black_valve_handle": "Manija de Válvula Negra",
|
||||
"block.create.blaze_burner": "Quemador de Blaze",
|
||||
"block.create.blue_nixie_tube": "UNLOCALIZED: Blue Nixie Tube",
|
||||
"block.create.blue_sail": "Vela Azul",
|
||||
"block.create.blue_seat": "Asiento Azul",
|
||||
"block.create.blue_valve_handle": "Manija de Válvula Azul",
|
||||
|
@ -41,6 +43,7 @@
|
|||
"block.create.brass_encased_shaft": "Eje empotrado de Latón",
|
||||
"block.create.brass_funnel": "Embudo de Latón",
|
||||
"block.create.brass_tunnel": "Túnel de Latón",
|
||||
"block.create.brown_nixie_tube": "UNLOCALIZED: Brown Nixie Tube",
|
||||
"block.create.brown_sail": "Vela Café",
|
||||
"block.create.brown_seat": "Asiento Café ",
|
||||
"block.create.brown_valve_handle": "Manija de Válvula Café",
|
||||
|
@ -73,7 +76,7 @@
|
|||
"block.create.crushing_wheel": "Rueda Trituradora",
|
||||
"block.create.crushing_wheel_controller": "UNLOCALIZED:Crushing Wheel Controller",
|
||||
"block.create.cuckoo_clock": "Reloj Cuco",
|
||||
"block.create.cursed_bell": "UNLOCALIZED: Cursed Bell",
|
||||
"block.create.cyan_nixie_tube": "UNLOCALIZED: Cyan Nixie Tube",
|
||||
"block.create.cyan_sail": "Vela Cian",
|
||||
"block.create.cyan_seat": "Asiento Cian",
|
||||
"block.create.cyan_valve_handle": "Manija de Válvula Cian",
|
||||
|
@ -180,13 +183,16 @@
|
|||
"block.create.granite_cobblestone_stairs": "Escaleras de Piedra Labrada de Granito",
|
||||
"block.create.granite_cobblestone_wall": "Pared de Piedra Labrada de Granito",
|
||||
"block.create.granite_pillar": "Pilar de Granito",
|
||||
"block.create.gray_nixie_tube": "UNLOCALIZED: Gray Nixie Tube",
|
||||
"block.create.gray_sail": "Vela Gris",
|
||||
"block.create.gray_seat": "Asiento Gris",
|
||||
"block.create.gray_valve_handle": "Manija de Válvula Gris",
|
||||
"block.create.green_nixie_tube": "UNLOCALIZED: Green Nixie Tube",
|
||||
"block.create.green_sail": "Vela Verde",
|
||||
"block.create.green_seat": "Asiento Verde",
|
||||
"block.create.green_valve_handle": "Manija de Válvula Verde",
|
||||
"block.create.hand_crank": "Manivela",
|
||||
"block.create.haunted_bell": "UNLOCALIZED: Haunted Bell",
|
||||
"block.create.honey": "Miel",
|
||||
"block.create.horizontal_framed_glass": "Vidrio Enmarcado Horizontal",
|
||||
"block.create.horizontal_framed_glass_pane": "Panel de Vidrio Enmarcado Horizontal",
|
||||
|
@ -205,12 +211,15 @@
|
|||
"block.create.layered_scoria": "Escoria en Capas",
|
||||
"block.create.layered_weathered_limestone": "Caliza Meteorizada en Capas",
|
||||
"block.create.lectern_controller": "UNLOCALIZED: Lectern Controller",
|
||||
"block.create.light_blue_nixie_tube": "UNLOCALIZED: Light Blue Nixie Tube",
|
||||
"block.create.light_blue_sail": "Vela Azul Claro",
|
||||
"block.create.light_blue_seat": "Asiento Azul Claro",
|
||||
"block.create.light_blue_valve_handle": "Manija de Válvula Azul Claro",
|
||||
"block.create.light_gray_nixie_tube": "UNLOCALIZED: Light Gray Nixie Tube",
|
||||
"block.create.light_gray_sail": "Vela Gris Claro",
|
||||
"block.create.light_gray_seat": "Asiento Gris Claro",
|
||||
"block.create.light_gray_valve_handle": "Manija de Válvula Gris Claro",
|
||||
"block.create.lime_nixie_tube": "UNLOCALIZED: Lime Nixie Tube",
|
||||
"block.create.lime_sail": "Vela Verde Lima",
|
||||
"block.create.lime_seat": "Asiento Verde Lima",
|
||||
"block.create.lime_valve_handle": "Manija de Válvula Verde Lima",
|
||||
|
@ -227,6 +236,7 @@
|
|||
"block.create.limestone_pillar": "Pilar de Caliza",
|
||||
"block.create.linear_chassis": "Chasis Lineal",
|
||||
"block.create.lit_blaze_burner": "Quemador de Blaze Iluminado",
|
||||
"block.create.magenta_nixie_tube": "UNLOCALIZED: Magenta Nixie Tube",
|
||||
"block.create.magenta_sail": "Vela Magenta",
|
||||
"block.create.magenta_seat": "Asiento Magenta",
|
||||
"block.create.magenta_valve_handle": "Manija de Válvula Magenta",
|
||||
|
@ -311,6 +321,7 @@
|
|||
"block.create.paved_weathered_limestone_stairs": "Escaleras de Caliza Meteorizada Pavimentada",
|
||||
"block.create.paved_weathered_limestone_wall": "Pared de Caliza Meteorizada Pavimentada",
|
||||
"block.create.peculiar_bell": "UNLOCALIZED: Peculiar Bell",
|
||||
"block.create.pink_nixie_tube": "UNLOCALIZED: Pink Nixie Tube",
|
||||
"block.create.pink_sail": "Vela Rosa",
|
||||
"block.create.pink_seat": "Asiento Rosa",
|
||||
"block.create.pink_valve_handle": "Manija de Válvula Rosa",
|
||||
|
@ -345,10 +356,12 @@
|
|||
"block.create.powered_toggle_latch": "Cerradura Electrica de Palanca",
|
||||
"block.create.pulley_magnet": "Polea con Imán",
|
||||
"block.create.pulse_repeater": "Repetidor de Pulso",
|
||||
"block.create.purple_nixie_tube": "UNLOCALIZED: Purple Nixie Tube",
|
||||
"block.create.purple_sail": "Vela Morada",
|
||||
"block.create.purple_seat": "Asiento Morado",
|
||||
"block.create.purple_valve_handle": "Manija de Válvula Morada",
|
||||
"block.create.radial_chassis": "Chasis Radial",
|
||||
"block.create.red_nixie_tube": "UNLOCALIZED: Red Nixie Tube",
|
||||
"block.create.red_sail": "Vela Roja",
|
||||
"block.create.red_seat": "Asiento Rojo",
|
||||
"block.create.red_valve_handle": "Manija de Válvula Roja",
|
||||
|
@ -405,17 +418,22 @@
|
|||
"block.create.weathered_limestone_cobblestone_wall": "Pared de Piedra Labrada de Caliza Meteorizada",
|
||||
"block.create.weathered_limestone_pillar": "Pilar de Caliza Meteorizada",
|
||||
"block.create.weighted_ejector": "UNLOCALIZED: Weighted Ejector",
|
||||
"block.create.white_nixie_tube": "UNLOCALIZED: White Nixie Tube",
|
||||
"block.create.white_sail": "Vela Blanca",
|
||||
"block.create.white_seat": "Asiento Blanco",
|
||||
"block.create.white_valve_handle": "Manija de Válvula Blanca",
|
||||
"block.create.windmill_bearing": "Rodamiento de Molino de Viento",
|
||||
"block.create.wooden_bracket": "Soporte de Madera",
|
||||
"block.create.yellow_nixie_tube": "UNLOCALIZED: Yellow Nixie Tube",
|
||||
"block.create.yellow_sail": "Vela Amarilla",
|
||||
"block.create.yellow_seat": "Asiento Amarillo",
|
||||
"block.create.yellow_valve_handle": "Manija de Válvula Amarilla",
|
||||
"block.create.zinc_block": "Bloque de Zinc",
|
||||
"block.create.zinc_ore": "Mineral de Zinc",
|
||||
|
||||
"enchantment.create.capacity": "UNLOCALIZED: Capacity",
|
||||
"enchantment.create.potato_recovery": "UNLOCALIZED: Potato Recovery",
|
||||
|
||||
"entity.create.contraption": "Artefacto",
|
||||
"entity.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"entity.create.gantry_contraption": "UNLOCALIZED: Gantry Contraption",
|
||||
|
@ -444,13 +462,13 @@
|
|||
"item.create.chocolate_glazed_berries": "UNLOCALIZED: Chocolate Glazed Berries",
|
||||
"item.create.chromatic_compound": "Compuesto Cromático",
|
||||
"item.create.cinder_flour": "Ceniza Molida",
|
||||
"item.create.clockwork_component": "UNLOCALIZED: Clockwork Component",
|
||||
"item.create.copper_backtank": "UNLOCALIZED: Copper Backtank",
|
||||
"item.create.copper_ingot": "Lingote de Cobre",
|
||||
"item.create.copper_nugget": "Pepita de Cobre",
|
||||
"item.create.copper_sheet": "Lámina de Cobre",
|
||||
"item.create.crafter_slot_cover": "Cubierta de Ranura del Crafter",
|
||||
"item.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"item.create.creative_blaze_cake": "UNLOCALIZED: Creative Blaze Cake",
|
||||
"item.create.crushed_aluminum_ore": "Mineral de Aluminio Molido",
|
||||
"item.create.crushed_brass": "Latón Molido",
|
||||
"item.create.crushed_copper_ore": "Mineral de Cobre Molido",
|
||||
|
@ -479,7 +497,9 @@
|
|||
"item.create.handheld_worldshaper": "Pistola de Manipulación de Mundo",
|
||||
"item.create.honey_bucket": "Cubeta de Miel",
|
||||
"item.create.honeyed_apple": "UNLOCALIZED: Honeyed Apple",
|
||||
"item.create.incomplete_clockwork_component": "UNLOCALIZED: Incomplete Clockwork Component",
|
||||
"item.create.incomplete_cogwheel": "UNLOCALIZED: Incomplete Cogwheel",
|
||||
"item.create.incomplete_large_cogwheel": "UNLOCALIZED: Incomplete Large Cogwheel",
|
||||
"item.create.incomplete_precision_mechanism": "UNLOCALIZED: Incomplete Precision Mechanism",
|
||||
"item.create.iron_sheet": "Lámina de Hierro",
|
||||
"item.create.linked_controller": "UNLOCALIZED: Linked Controller",
|
||||
"item.create.minecart_contraption": "Artefacto de Vagón",
|
||||
|
@ -487,6 +507,7 @@
|
|||
"item.create.polished_rose_quartz": "Cuarzo Rosa Pulido",
|
||||
"item.create.potato_cannon": "UNLOCALIZED: Potato Cannon",
|
||||
"item.create.powdered_obsidian": "Polvo de Obsidiana",
|
||||
"item.create.precision_mechanism": "UNLOCALIZED: Precision Mechanism",
|
||||
"item.create.propeller": "Hélice",
|
||||
"item.create.red_sand_paper": "Papel de Arena Roja",
|
||||
"item.create.refined_radiance": "Radiancia Refinada",
|
||||
|
@ -631,8 +652,8 @@
|
|||
"advancement.create.flywheel.desc": "UNLOCALIZED: Successfully connect an engine to the Flywheel.",
|
||||
"advancement.create.overstress_flywheel": "UNLOCALIZED: High levels of Stress",
|
||||
"advancement.create.overstress_flywheel.desc": "UNLOCALIZED: Overstress a Furnace Engine.",
|
||||
"advancement.create.clockwork_component": "UNLOCALIZED: Complex Curiosities",
|
||||
"advancement.create.clockwork_component.desc": "UNLOCALIZED: Assemble a Clockwork Component.",
|
||||
"advancement.create.precision_mechanism": "UNLOCALIZED: Complex Curiosities",
|
||||
"advancement.create.precision_mechanism.desc": "UNLOCALIZED: Assemble a Precision Mechanism.",
|
||||
"advancement.create.mechanical_arm": "UNLOCALIZED: Busy Hands!",
|
||||
"advancement.create.mechanical_arm.desc": "UNLOCALIZED: Craft a Mechanical Arm, select in- and outputs, place it down and give it power; then watch as it does all the work for you.",
|
||||
"advancement.create.musical_arm": "UNLOCALIZED: Play Me My Theme Tune!",
|
||||
|
@ -673,13 +694,19 @@
|
|||
"itemGroup.create.palettes": "UNLOCALIZED: Create Palettes",
|
||||
|
||||
"death.attack.create.crush": "UNLOCALIZED: %1$s was processed by Crushing Wheels",
|
||||
"death.attack.create.fan_fire": "UNLOCALIZED: %1$s was burned to death by hot air",
|
||||
"death.attack.create.fan_lava": "UNLOCALIZED: %1$s was burned to death by lava fan",
|
||||
"death.attack.create.crush.player": "UNLOCALIZED: %1$s was thrown into Crushing Wheels by %2$s",
|
||||
"death.attack.create.fan_fire": "UNLOCALIZED: %1$s got smoked by an Encased Fan",
|
||||
"death.attack.create.fan_fire.player": "UNLOCALIZED: %1$s was thrown into a smoker by %2$s",
|
||||
"death.attack.create.fan_lava": "UNLOCALIZED: %1$s was incinerated by an Encased Fan",
|
||||
"death.attack.create.fan_lava.player": "UNLOCALIZED: %1$s was thrown into a smelter by %2$s",
|
||||
"death.attack.create.mechanical_drill": "UNLOCALIZED: %1$s was impaled by a Mechanical Drill",
|
||||
"death.attack.create.mechanical_drill.player": "UNLOCALIZED: %1$s was thrown in front of a Drill by %2$s",
|
||||
"death.attack.create.mechanical_saw": "UNLOCALIZED: %1$s got cut in half by a Mechanical Saw",
|
||||
"death.attack.create.mechanical_saw.player": "UNLOCALIZED: %1$s was thrown into a Saw by %2$s",
|
||||
"death.attack.create.potato_cannon": "UNLOCALIZED: %1$s was shot by %2$s's Potato Cannon",
|
||||
"death.attack.create.potato_cannon.item": "UNLOCALIZED: %1$s was shot by %2$s using %3$s",
|
||||
"death.attack.create.cuckoo_clock_explosion": "UNLOCALIZED: %1$s was blown up by tampered cuckoo clock",
|
||||
"death.attack.create.cuckoo_clock_explosion.player": "UNLOCALIZED: %1$s was blown up by tampered cuckoo clock",
|
||||
|
||||
"create.block.deployer.damage_source_name": "UNLOCALIZED: a rogue Deployer",
|
||||
"create.block.cart_assembler.invalid": "UNLOCALIZED: Place your Cart Assembler on a rail block",
|
||||
|
@ -725,7 +752,7 @@
|
|||
"create.recipe.assembly.deploying_item": "UNLOCALIZED: Deploy %1$s",
|
||||
"create.recipe.assembly.cutting": "UNLOCALIZED: Cut with Saw",
|
||||
"create.recipe.assembly.repeat": "UNLOCALIZED: Repeat Sequence %1$s Times",
|
||||
"create.recipe.assembly.junk": "UNLOCALIZED: Random junk",
|
||||
"create.recipe.assembly.junk": "UNLOCALIZED: Random salvage",
|
||||
"create.recipe.processing.chance": "UNLOCALIZED: %1$s%% Chance",
|
||||
"create.recipe.heat_requirement.none": "UNLOCALIZED: No Heating Required",
|
||||
"create.recipe.heat_requirement.heated": "UNLOCALIZED: Heated",
|
||||
|
@ -1039,6 +1066,11 @@
|
|||
"create.item_attributes.in_item_group.inverted": "UNLOCALIZED: is not in group '%1$s'",
|
||||
"create.item_attributes.added_by": "UNLOCALIZED: was added by %1$s",
|
||||
"create.item_attributes.added_by.inverted": "UNLOCALIZED: was not added by %1$s",
|
||||
"create.item_attributes.shulker_level": "UNLOCALIZED: is shulker %1$s",
|
||||
"create.item_attributes.shulker_level.inverted": "UNLOCALIZED: is shulker not %1$s",
|
||||
"create.item_attributes.shulker_level.full": "UNLOCALIZED: full",
|
||||
"create.item_attributes.shulker_level.empty": "UNLOCALIZED: empty",
|
||||
"create.item_attributes.shulker_level.partial": "UNLOCALIZED: partially filled",
|
||||
"create.item_attributes.has_enchant": "UNLOCALIZED: is enchanted with %1$s",
|
||||
"create.item_attributes.has_enchant.inverted": "UNLOCALIZED: is not enchanted with %1$s",
|
||||
"create.item_attributes.color": "UNLOCALIZED: is dyed %1$s",
|
||||
|
@ -1134,6 +1166,9 @@
|
|||
"create.tooltip.chute.fans_pull_up": "UNLOCALIZED: Fans pull from Above",
|
||||
"create.tooltip.chute.fans_pull_down": "UNLOCALIZED: Fans pull from Below",
|
||||
"create.tooltip.chute.contains": "UNLOCALIZED: Contains: %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.contains": "UNLOCALIZED: Currently distributing:",
|
||||
"create.tooltip.brass_tunnel.contains_entry": "UNLOCALIZED: > %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.retrieve": "UNLOCALIZED: Right-Click to retrieve",
|
||||
|
||||
"create.linked_controller.bind_mode": "UNLOCALIZED: Bind mode active",
|
||||
"create.linked_controller.press_keybind": "UNLOCALIZED: Press %1$s, %2$s, %3$s, %4$s, %5$s or %6$s, to bind this frequency to the respective key",
|
||||
|
@ -1149,6 +1184,10 @@
|
|||
"create.crafting_blueprint.secondary_display_slot": "UNLOCALIZED: Secondary Display Slot",
|
||||
"create.crafting_blueprint.optional": "UNLOCALIZED: Optional",
|
||||
|
||||
"create.potato_cannon.ammo.attack_damage": "UNLOCALIZED: %1$s Attack Damage",
|
||||
"create.potato_cannon.ammo.reload_ticks": "UNLOCALIZED: %1$s Reload Ticks",
|
||||
"create.potato_cannon.ammo.knockback": "UNLOCALIZED: %1$s Knockback",
|
||||
|
||||
"create.hint.hose_pulley.title": "UNLOCALIZED: Bottomless Supply",
|
||||
"create.hint.hose_pulley": "UNLOCALIZED: The targeted body of fluid is considered infinite.",
|
||||
"create.hint.mechanical_arm_no_targets.title": "UNLOCALIZED: No Targets",
|
||||
|
@ -1183,15 +1222,17 @@
|
|||
|
||||
"create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops",
|
||||
"create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls",
|
||||
"create.subtitle.mixing": "UNLOCALIZED: Mixing Noises",
|
||||
"create.subtitle.mixing": "UNLOCALIZED: Mixing noises",
|
||||
"create.subtitle.mechanical_press_activation_belt": "UNLOCALIZED: Mechanical Press bonks",
|
||||
"create.subtitle.fwoomp": "UNLOCALIZED: Potato Launcher fwoomps",
|
||||
"create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps",
|
||||
"create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises",
|
||||
"create.subtitle.depot_slide": "UNLOCALIZED: Item slides",
|
||||
"create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.blaze_munch": "UNLOCALIZED: Blaze Burner munches",
|
||||
"create.subtitle.funnel_flap": "UNLOCALIZED: Funnel Flaps",
|
||||
"create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps",
|
||||
"create.subtitle.schematicannon_finish": "UNLOCALIZED: Schematicannon dings",
|
||||
"create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls",
|
||||
"create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks",
|
||||
"create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts",
|
||||
"create.subtitle.controller_put": "UNLOCALIZED: Controller thumps",
|
||||
|
@ -1202,13 +1243,12 @@
|
|||
"create.subtitle.wrench_rotate": "UNLOCALIZED: Wrench used",
|
||||
"create.subtitle.potato_hit": "UNLOCALIZED: Vegetable impacts",
|
||||
"create.subtitle.saw_activate_wood": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens",
|
||||
"create.subtitle.deployer_polish": "UNLOCALIZED: Deployer applies polish",
|
||||
"create.subtitle.deny": "UNLOCALIZED: Declining boop",
|
||||
"create.subtitle.controller_click": "UNLOCALIZED: Controller clicks",
|
||||
"create.subtitle.schematicannon_launch_block": "UNLOCALIZED: Schematicannon fires",
|
||||
"create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks",
|
||||
"create.subtitle.cursed_bell_use": "UNLOCALIZED: Cursed Bell tolls",
|
||||
"create.subtitle.cursed_bell_convert": "UNLOCALIZED: Cursed Bell awakens",
|
||||
"create.subtitle.controller_take": "UNLOCALIZED: Lectern empties",
|
||||
"create.subtitle.mechanical_press_activation": "UNLOCALIZED: Mechanical Press clangs",
|
||||
"create.subtitle.contraption_assemble": "UNLOCALIZED: Contraption moves",
|
||||
|
@ -1373,6 +1413,11 @@
|
|||
"block.create.creative_crate.tooltip.condition1": "UNLOCALIZED: When Item in Filter Slot",
|
||||
"block.create.creative_crate.tooltip.behaviour1": "UNLOCALIZED: Anything _extracting_ from this container will provide an _endless supply_ of the item specified. Items _inserted_ into this crate will be _voided._",
|
||||
|
||||
"item.create.creative_blaze_cake.tooltip": "UNLOCALIZED: CREATIVE CAKE",
|
||||
"item.create.creative_blaze_cake.tooltip.summary": "UNLOCALIZED: A very special treat for _Blaze Burners_ that allows _controlling their heat level_. After eating this cake, Blaze Burners will _never run out of fuel_.",
|
||||
"item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: R-Click on Blaze Burner",
|
||||
"item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Locks_ the Blaze Burner's heat level. If used again, _cycles_ the Blaze Burner's heat level.",
|
||||
|
||||
"block.create.controller_rail.tooltip": "UNLOCALIZED: CONTROLLER RAIL",
|
||||
"block.create.controller_rail.tooltip.summary": "UNLOCALIZED: A _uni-directional powered rail_ capable of _fine control_ over a minecarts' _movement speed_.",
|
||||
"block.create.controller_rail.tooltip.condition1": "UNLOCALIZED: When Powered by Redstone",
|
||||
|
@ -1437,12 +1482,12 @@
|
|||
"item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.",
|
||||
|
||||
"block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL",
|
||||
"block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative brass bell. Placing it above a _Soul Fire_ or _Soul Campfire_ may cause a spooky transformation to occur...",
|
||||
"block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...",
|
||||
|
||||
"block.create.cursed_bell.tooltip": "UNLOCALIZED: CURSED BELL",
|
||||
"block.create.cursed_bell.tooltip.summary": "UNLOCALIZED: A spooky brass bell haunted by lost souls of the Nether.",
|
||||
"block.create.cursed_bell.tooltip.condition1": "UNLOCALIZED: When Held or Rang",
|
||||
"block.create.cursed_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby dark spots on which Hostile Mobs could spawn.",
|
||||
"block.create.haunted_bell.tooltip": "UNLOCALIZED: HAUNTED BELL",
|
||||
"block.create.haunted_bell.tooltip.summary": "UNLOCALIZED: A _Cursed Bell_ haunted by lost souls of the Nether.",
|
||||
"block.create.haunted_bell.tooltip.condition1": "UNLOCALIZED: When Held or Rang",
|
||||
"block.create.haunted_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby _Lightless Spots_ on which _Hostile Mobs_ can spawn.",
|
||||
|
||||
|
||||
"_": "->------------------------] Ponder Content [------------------------<-",
|
||||
|
@ -1464,41 +1509,41 @@
|
|||
"create.ponder.categories": "UNLOCALIZED: Available Categories in Create",
|
||||
"create.ponder.index_description": "UNLOCALIZED: Click one of the icons to learn about its associated Items and Blocks",
|
||||
"create.ponder.index_title": "UNLOCALIZED: Ponder Index",
|
||||
"create.ponder.shared.movement_anchors": "UNLOCALIZED: With the help of Chassis or Super Glue, larger structures can be moved.",
|
||||
"create.ponder.shared.rpm32": "UNLOCALIZED: 32 RPM",
|
||||
"create.ponder.shared.sneak_and": "UNLOCALIZED: Sneak +",
|
||||
"create.ponder.shared.storage_on_contraption": "UNLOCALIZED: Inventories attached to the Contraption will pick up their drops automatically",
|
||||
"create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM",
|
||||
"create.ponder.shared.behaviour_modify_wrench": "UNLOCALIZED: This behaviour can be modified using a Wrench",
|
||||
"create.ponder.shared.storage_on_contraption": "UNLOCALIZED: Inventories attached to the Contraption will pick up their drops automatically",
|
||||
"create.ponder.shared.sneak_and": "UNLOCALIZED: Sneak +",
|
||||
"create.ponder.shared.rpm8": "UNLOCALIZED: 8 RPM",
|
||||
"create.ponder.shared.ctrl_and": "UNLOCALIZED: Ctrl +",
|
||||
"create.ponder.shared.rpm32": "UNLOCALIZED: 32 RPM",
|
||||
"create.ponder.shared.rpm16_source": "UNLOCALIZED: Source: 16 RPM",
|
||||
"create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM",
|
||||
"create.ponder.tag.kinetic_sources": "UNLOCALIZED: Kinetic Sources",
|
||||
"create.ponder.tag.kinetic_sources.description": "UNLOCALIZED: Components which generate Rotational Force",
|
||||
"create.ponder.tag.contraption_actor": "UNLOCALIZED: Contraption Actors",
|
||||
"create.ponder.tag.contraption_actor.description": "UNLOCALIZED: Components which expose special behaviour when attached to a moving contraption",
|
||||
"create.ponder.tag.arm_targets": "UNLOCALIZED: Targets for Mechanical Arms",
|
||||
"create.ponder.tag.arm_targets.description": "UNLOCALIZED: Components which can be selected as inputs or outputs to the Mechanical Arm",
|
||||
"create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation",
|
||||
"create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around",
|
||||
"create.ponder.tag.movement_anchor": "UNLOCALIZED: Movement Anchors",
|
||||
"create.ponder.tag.movement_anchor.description": "UNLOCALIZED: Components which allow the creation of moving contraptions, animating an attached structure in a variety of ways",
|
||||
"create.ponder.tag.creative": "UNLOCALIZED: Creative Mode",
|
||||
"create.ponder.tag.creative.description": "UNLOCALIZED: Components not usually available for Survival Mode",
|
||||
"create.ponder.tag.kinetic_relays": "UNLOCALIZED: Kinetic Blocks",
|
||||
"create.ponder.tag.kinetic_relays.description": "UNLOCALIZED: Components which help relaying Rotational Force elsewhere",
|
||||
"create.ponder.tag.windmill_sails": "UNLOCALIZED: Sails for Windmill Bearings",
|
||||
"create.ponder.tag.windmill_sails.description": "UNLOCALIZED: Blocks that count towards the strength of a Windmill Contraption when assembled. Each of these have equal efficiency in doing so.",
|
||||
"create.ponder.tag.contraption_assembly": "UNLOCALIZED: Block Attachment Utility",
|
||||
"create.ponder.tag.contraption_assembly.description": "UNLOCALIZED: Tools and Components used to assemble structures moved as an animated Contraption",
|
||||
"create.ponder.tag.decoration": "UNLOCALIZED: Aesthetics",
|
||||
"create.ponder.tag.decoration.description": "UNLOCALIZED: Components used mostly for decorative purposes",
|
||||
"create.ponder.tag.kinetic_appliances": "UNLOCALIZED: Kinetic Appliances",
|
||||
"create.ponder.tag.kinetic_appliances.description": "UNLOCALIZED: Components which make use of Rotational Force",
|
||||
"create.ponder.shared.movement_anchors": "UNLOCALIZED: With the help of Chassis or Super Glue, larger structures can be moved.",
|
||||
"create.ponder.tag.redstone": "UNLOCALIZED: Logic Components",
|
||||
"create.ponder.tag.redstone.description": "UNLOCALIZED: Components which help with redstone engineering",
|
||||
"create.ponder.tag.contraption_assembly": "UNLOCALIZED: Block Attachment Utility",
|
||||
"create.ponder.tag.contraption_assembly.description": "UNLOCALIZED: Tools and Components used to assemble structures moved as an animated Contraption",
|
||||
"create.ponder.tag.fluids": "UNLOCALIZED: Fluid Manipulators",
|
||||
"create.ponder.tag.fluids.description": "UNLOCALIZED: Components which help relaying and making use of Fluids",
|
||||
"create.ponder.tag.decoration": "UNLOCALIZED: Aesthetics",
|
||||
"create.ponder.tag.decoration.description": "UNLOCALIZED: Components used mostly for decorative purposes",
|
||||
"create.ponder.tag.windmill_sails": "UNLOCALIZED: Sails for Windmill Bearings",
|
||||
"create.ponder.tag.windmill_sails.description": "UNLOCALIZED: Blocks that count towards the strength of a Windmill Contraption when assembled. Each of these have equal efficiency in doing so.",
|
||||
"create.ponder.tag.arm_targets": "UNLOCALIZED: Targets for Mechanical Arms",
|
||||
"create.ponder.tag.arm_targets.description": "UNLOCALIZED: Components which can be selected as inputs or outputs to the Mechanical Arm",
|
||||
"create.ponder.tag.kinetic_appliances": "UNLOCALIZED: Kinetic Appliances",
|
||||
"create.ponder.tag.kinetic_appliances.description": "UNLOCALIZED: Components which make use of Rotational Force",
|
||||
"create.ponder.tag.kinetic_sources": "UNLOCALIZED: Kinetic Sources",
|
||||
"create.ponder.tag.kinetic_sources.description": "UNLOCALIZED: Components which generate Rotational Force",
|
||||
"create.ponder.tag.movement_anchor": "UNLOCALIZED: Movement Anchors",
|
||||
"create.ponder.tag.movement_anchor.description": "UNLOCALIZED: Components which allow the creation of moving contraptions, animating an attached structure in a variety of ways",
|
||||
"create.ponder.tag.kinetic_relays": "UNLOCALIZED: Kinetic Blocks",
|
||||
"create.ponder.tag.kinetic_relays.description": "UNLOCALIZED: Components which help relaying Rotational Force elsewhere",
|
||||
"create.ponder.tag.contraption_actor": "UNLOCALIZED: Contraption Actors",
|
||||
"create.ponder.tag.contraption_actor.description": "UNLOCALIZED: Components which expose special behaviour when attached to a moving contraption",
|
||||
"create.ponder.tag.creative": "UNLOCALIZED: Creative Mode",
|
||||
"create.ponder.tag.creative.description": "UNLOCALIZED: Components not usually available for Survival Mode",
|
||||
"create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation",
|
||||
"create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around",
|
||||
|
||||
"create.ponder.adjustable_pulse_repeater.header": "UNLOCALIZED: Controlling signals using Adjustable Pulse Repeaters",
|
||||
"create.ponder.adjustable_pulse_repeater.text_1": "UNLOCALIZED: Adjustable Pulse Repeaters emit a short pulse at a delay",
|
||||
|
@ -1729,7 +1774,8 @@
|
|||
"create.ponder.empty_blaze_burner.text_2": "UNLOCALIZED: Alternatively, Blazes can be collected from their Spawners directly",
|
||||
"create.ponder.empty_blaze_burner.text_3": "UNLOCALIZED: You now have an ideal heat source for various machines",
|
||||
"create.ponder.empty_blaze_burner.text_4": "UNLOCALIZED: For Aesthetic purposes, Empty Blaze Burners can also be lit using Flint and Steel",
|
||||
"create.ponder.empty_blaze_burner.text_5": "UNLOCALIZED: However, these are not suitable for industrial heating",
|
||||
"create.ponder.empty_blaze_burner.text_5": "UNLOCALIZED: The flame can be transformed using a soul-infused item",
|
||||
"create.ponder.empty_blaze_burner.text_6": "UNLOCALIZED: However, without a blaze they are not suitable for industrial heating",
|
||||
|
||||
"create.ponder.encased_fluid_pipe.header": "UNLOCALIZED: Encasing Fluid Pipes",
|
||||
"create.ponder.encased_fluid_pipe.text_1": "UNLOCALIZED: Copper Casing can be used to decorate Fluid Pipes",
|
||||
|
@ -2046,6 +2092,7 @@
|
|||
"create.ponder.nixie_tube.header": "UNLOCALIZED: Using Nixie Tubes",
|
||||
"create.ponder.nixie_tube.text_1": "UNLOCALIZED: When powered by Redstone, Nixie Tubes will display the redstone signals' strength",
|
||||
"create.ponder.nixie_tube.text_2": "UNLOCALIZED: Using name tags edited with an anvil, custom text can be displayed",
|
||||
"create.ponder.nixie_tube.text_3": "UNLOCALIZED: Right-Click with Dye to change their display colour",
|
||||
|
||||
"create.ponder.piston_pole.header": "UNLOCALIZED: Piston Extension Poles",
|
||||
"create.ponder.piston_pole.text_1": "UNLOCALIZED: Without attached Poles, a Mechanical Piston cannot move",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"_": "Missing Localizations: 1342",
|
||||
"_": "Missing Localizations: 1386",
|
||||
|
||||
"_": "->------------------------] Game Elements [------------------------<-",
|
||||
|
||||
|
@ -28,10 +28,12 @@
|
|||
"block.create.belt": "Tapis roulant",
|
||||
"block.create.birch_window": "Fenêtre en bouleau",
|
||||
"block.create.birch_window_pane": "Vitre en bouleau",
|
||||
"block.create.black_nixie_tube": "UNLOCALIZED: Black Nixie Tube",
|
||||
"block.create.black_sail": "Voile noire",
|
||||
"block.create.black_seat": "Siège noir",
|
||||
"block.create.black_valve_handle": "Vanne noire",
|
||||
"block.create.blaze_burner": "Brûleur à blaze",
|
||||
"block.create.blue_nixie_tube": "UNLOCALIZED: Blue Nixie Tube",
|
||||
"block.create.blue_sail": "Voile bleue",
|
||||
"block.create.blue_seat": "Siège bleu",
|
||||
"block.create.blue_valve_handle": "Vanne bleue",
|
||||
|
@ -41,6 +43,7 @@
|
|||
"block.create.brass_encased_shaft": "Rotor dans un revêtement en laiton",
|
||||
"block.create.brass_funnel": "Entonnoir en laiton",
|
||||
"block.create.brass_tunnel": "Tunnel en laiton",
|
||||
"block.create.brown_nixie_tube": "UNLOCALIZED: Brown Nixie Tube",
|
||||
"block.create.brown_sail": "Voile brune",
|
||||
"block.create.brown_seat": "Siège brun",
|
||||
"block.create.brown_valve_handle": "Vanne brune",
|
||||
|
@ -73,7 +76,7 @@
|
|||
"block.create.crushing_wheel": "Roue de concassage",
|
||||
"block.create.crushing_wheel_controller": "Contrôleur de roue de concassage",
|
||||
"block.create.cuckoo_clock": "Horloge à coucou",
|
||||
"block.create.cursed_bell": "UNLOCALIZED: Cursed Bell",
|
||||
"block.create.cyan_nixie_tube": "UNLOCALIZED: Cyan Nixie Tube",
|
||||
"block.create.cyan_sail": "Voile cyan",
|
||||
"block.create.cyan_seat": "Siège cyan",
|
||||
"block.create.cyan_valve_handle": "Vanne cyan",
|
||||
|
@ -180,13 +183,16 @@
|
|||
"block.create.granite_cobblestone_stairs": "UNLOCALIZED: Granite Cobblestone Stairs",
|
||||
"block.create.granite_cobblestone_wall": "UNLOCALIZED: Granite Cobblestone Wall",
|
||||
"block.create.granite_pillar": "UNLOCALIZED: Granite Pillar",
|
||||
"block.create.gray_nixie_tube": "UNLOCALIZED: Gray Nixie Tube",
|
||||
"block.create.gray_sail": "UNLOCALIZED: Gray Sail",
|
||||
"block.create.gray_seat": "UNLOCALIZED: Gray Seat",
|
||||
"block.create.gray_valve_handle": "UNLOCALIZED: Gray Valve Handle",
|
||||
"block.create.green_nixie_tube": "UNLOCALIZED: Green Nixie Tube",
|
||||
"block.create.green_sail": "UNLOCALIZED: Green Sail",
|
||||
"block.create.green_seat": "UNLOCALIZED: Green Seat",
|
||||
"block.create.green_valve_handle": "UNLOCALIZED: Green Valve Handle",
|
||||
"block.create.hand_crank": "Manivelle",
|
||||
"block.create.haunted_bell": "UNLOCALIZED: Haunted Bell",
|
||||
"block.create.honey": "UNLOCALIZED: Honey",
|
||||
"block.create.horizontal_framed_glass": "Fenêtre en verre horizontale",
|
||||
"block.create.horizontal_framed_glass_pane": "Vitre encadrée horizontale",
|
||||
|
@ -205,12 +211,15 @@
|
|||
"block.create.layered_scoria": "UNLOCALIZED: Layered Scoria",
|
||||
"block.create.layered_weathered_limestone": "UNLOCALIZED: Layered Weathered Limestone",
|
||||
"block.create.lectern_controller": "UNLOCALIZED: Lectern Controller",
|
||||
"block.create.light_blue_nixie_tube": "UNLOCALIZED: Light Blue Nixie Tube",
|
||||
"block.create.light_blue_sail": "UNLOCALIZED: Light Blue Sail",
|
||||
"block.create.light_blue_seat": "UNLOCALIZED: Light Blue Seat",
|
||||
"block.create.light_blue_valve_handle": "UNLOCALIZED: Light Blue Valve Handle",
|
||||
"block.create.light_gray_nixie_tube": "UNLOCALIZED: Light Gray Nixie Tube",
|
||||
"block.create.light_gray_sail": "UNLOCALIZED: Light Gray Sail",
|
||||
"block.create.light_gray_seat": "UNLOCALIZED: Light Gray Seat",
|
||||
"block.create.light_gray_valve_handle": "UNLOCALIZED: Light Gray Valve Handle",
|
||||
"block.create.lime_nixie_tube": "UNLOCALIZED: Lime Nixie Tube",
|
||||
"block.create.lime_sail": "UNLOCALIZED: Lime Sail",
|
||||
"block.create.lime_seat": "UNLOCALIZED: Lime Seat",
|
||||
"block.create.lime_valve_handle": "UNLOCALIZED: Lime Valve Handle",
|
||||
|
@ -227,6 +236,7 @@
|
|||
"block.create.limestone_pillar": "Pillier de calcaire",
|
||||
"block.create.linear_chassis": "Châssis linéaire",
|
||||
"block.create.lit_blaze_burner": "UNLOCALIZED: Lit Blaze Burner",
|
||||
"block.create.magenta_nixie_tube": "UNLOCALIZED: Magenta Nixie Tube",
|
||||
"block.create.magenta_sail": "UNLOCALIZED: Magenta Sail",
|
||||
"block.create.magenta_seat": "UNLOCALIZED: Magenta Seat",
|
||||
"block.create.magenta_valve_handle": "UNLOCALIZED: Magenta Valve Handle",
|
||||
|
@ -311,6 +321,7 @@
|
|||
"block.create.paved_weathered_limestone_stairs": "UNLOCALIZED: Paved Weathered Limestone Stairs",
|
||||
"block.create.paved_weathered_limestone_wall": "UNLOCALIZED: Paved Weathered Limestone Wall",
|
||||
"block.create.peculiar_bell": "UNLOCALIZED: Peculiar Bell",
|
||||
"block.create.pink_nixie_tube": "UNLOCALIZED: Pink Nixie Tube",
|
||||
"block.create.pink_sail": "UNLOCALIZED: Pink Sail",
|
||||
"block.create.pink_seat": "UNLOCALIZED: Pink Seat",
|
||||
"block.create.pink_valve_handle": "UNLOCALIZED: Pink Valve Handle",
|
||||
|
@ -345,10 +356,12 @@
|
|||
"block.create.powered_toggle_latch": "Verrou alimenté à bascule",
|
||||
"block.create.pulley_magnet": "Aimant de poulie",
|
||||
"block.create.pulse_repeater": "Répéteur d'impulsions",
|
||||
"block.create.purple_nixie_tube": "UNLOCALIZED: Purple Nixie Tube",
|
||||
"block.create.purple_sail": "UNLOCALIZED: Purple Sail",
|
||||
"block.create.purple_seat": "UNLOCALIZED: Purple Seat",
|
||||
"block.create.purple_valve_handle": "UNLOCALIZED: Purple Valve Handle",
|
||||
"block.create.radial_chassis": "Châssis radial",
|
||||
"block.create.red_nixie_tube": "UNLOCALIZED: Red Nixie Tube",
|
||||
"block.create.red_sail": "UNLOCALIZED: Red Sail",
|
||||
"block.create.red_seat": "UNLOCALIZED: Red Seat",
|
||||
"block.create.red_valve_handle": "UNLOCALIZED: Red Valve Handle",
|
||||
|
@ -405,17 +418,22 @@
|
|||
"block.create.weathered_limestone_cobblestone_wall": "UNLOCALIZED: Weathered Limestone Cobblestone Wall",
|
||||
"block.create.weathered_limestone_pillar": "Pillier de Calcaire altéré",
|
||||
"block.create.weighted_ejector": "UNLOCALIZED: Weighted Ejector",
|
||||
"block.create.white_nixie_tube": "UNLOCALIZED: White Nixie Tube",
|
||||
"block.create.white_sail": "UNLOCALIZED: White Sail",
|
||||
"block.create.white_seat": "UNLOCALIZED: White Seat",
|
||||
"block.create.white_valve_handle": "UNLOCALIZED: White Valve Handle",
|
||||
"block.create.windmill_bearing": "UNLOCALIZED: Windmill Bearing",
|
||||
"block.create.wooden_bracket": "UNLOCALIZED: Wooden Bracket",
|
||||
"block.create.yellow_nixie_tube": "UNLOCALIZED: Yellow Nixie Tube",
|
||||
"block.create.yellow_sail": "UNLOCALIZED: Yellow Sail",
|
||||
"block.create.yellow_seat": "UNLOCALIZED: Yellow Seat",
|
||||
"block.create.yellow_valve_handle": "UNLOCALIZED: Yellow Valve Handle",
|
||||
"block.create.zinc_block": "Bloc de zinc",
|
||||
"block.create.zinc_ore": "Minerai de zinc",
|
||||
|
||||
"enchantment.create.capacity": "UNLOCALIZED: Capacity",
|
||||
"enchantment.create.potato_recovery": "UNLOCALIZED: Potato Recovery",
|
||||
|
||||
"entity.create.contraption": "Engin",
|
||||
"entity.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"entity.create.gantry_contraption": "UNLOCALIZED: Gantry Contraption",
|
||||
|
@ -444,13 +462,13 @@
|
|||
"item.create.chocolate_glazed_berries": "UNLOCALIZED: Chocolate Glazed Berries",
|
||||
"item.create.chromatic_compound": "Composé chromatique",
|
||||
"item.create.cinder_flour": "Farine de braise",
|
||||
"item.create.clockwork_component": "UNLOCALIZED: Clockwork Component",
|
||||
"item.create.copper_backtank": "UNLOCALIZED: Copper Backtank",
|
||||
"item.create.copper_ingot": "Lingot de cuivre",
|
||||
"item.create.copper_nugget": "Pépite de cuivre",
|
||||
"item.create.copper_sheet": "Plaques de cuivre",
|
||||
"item.create.crafter_slot_cover": "Couvercle",
|
||||
"item.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"item.create.creative_blaze_cake": "UNLOCALIZED: Creative Blaze Cake",
|
||||
"item.create.crushed_aluminum_ore": "Aluminium concassé",
|
||||
"item.create.crushed_brass": "Laiton concassé",
|
||||
"item.create.crushed_copper_ore": "Cuivre concassé",
|
||||
|
@ -479,7 +497,9 @@
|
|||
"item.create.handheld_worldshaper": "Térraformeur portable",
|
||||
"item.create.honey_bucket": "Seau de miel",
|
||||
"item.create.honeyed_apple": "UNLOCALIZED: Honeyed Apple",
|
||||
"item.create.incomplete_clockwork_component": "UNLOCALIZED: Incomplete Clockwork Component",
|
||||
"item.create.incomplete_cogwheel": "UNLOCALIZED: Incomplete Cogwheel",
|
||||
"item.create.incomplete_large_cogwheel": "UNLOCALIZED: Incomplete Large Cogwheel",
|
||||
"item.create.incomplete_precision_mechanism": "UNLOCALIZED: Incomplete Precision Mechanism",
|
||||
"item.create.iron_sheet": "Plaque de Fer",
|
||||
"item.create.linked_controller": "UNLOCALIZED: Linked Controller",
|
||||
"item.create.minecart_contraption": "Engin de wagonnet",
|
||||
|
@ -487,6 +507,7 @@
|
|||
"item.create.polished_rose_quartz": "Quartz rose poli",
|
||||
"item.create.potato_cannon": "UNLOCALIZED: Potato Cannon",
|
||||
"item.create.powdered_obsidian": "Obsidienne concassée",
|
||||
"item.create.precision_mechanism": "UNLOCALIZED: Precision Mechanism",
|
||||
"item.create.propeller": "Hélice",
|
||||
"item.create.red_sand_paper": "Papier de verre rouge",
|
||||
"item.create.refined_radiance": "Éclat raffiné",
|
||||
|
@ -631,8 +652,8 @@
|
|||
"advancement.create.flywheel.desc": "UNLOCALIZED: Successfully connect an engine to the Flywheel.",
|
||||
"advancement.create.overstress_flywheel": "UNLOCALIZED: High levels of Stress",
|
||||
"advancement.create.overstress_flywheel.desc": "UNLOCALIZED: Overstress a Furnace Engine.",
|
||||
"advancement.create.clockwork_component": "UNLOCALIZED: Complex Curiosities",
|
||||
"advancement.create.clockwork_component.desc": "UNLOCALIZED: Assemble a Clockwork Component.",
|
||||
"advancement.create.precision_mechanism": "UNLOCALIZED: Complex Curiosities",
|
||||
"advancement.create.precision_mechanism.desc": "UNLOCALIZED: Assemble a Precision Mechanism.",
|
||||
"advancement.create.mechanical_arm": "UNLOCALIZED: Busy Hands!",
|
||||
"advancement.create.mechanical_arm.desc": "UNLOCALIZED: Craft a Mechanical Arm, select in- and outputs, place it down and give it power; then watch as it does all the work for you.",
|
||||
"advancement.create.musical_arm": "UNLOCALIZED: Play Me My Theme Tune!",
|
||||
|
@ -673,13 +694,19 @@
|
|||
"itemGroup.create.palettes": "Create Palettes",
|
||||
|
||||
"death.attack.create.crush": "%1$s a été concassé.e",
|
||||
"death.attack.create.crush.player": "UNLOCALIZED: %1$s was thrown into Crushing Wheels by %2$s",
|
||||
"death.attack.create.fan_fire": "%1$s a été brûlé à mort par l'air chaud",
|
||||
"death.attack.create.fan_fire.player": "UNLOCALIZED: %1$s was thrown into a smoker by %2$s",
|
||||
"death.attack.create.fan_lava": "%1$s a été brûlé à mort par un ventilateur de lave",
|
||||
"death.attack.create.fan_lava.player": "UNLOCALIZED: %1$s was thrown into a smelter by %2$s",
|
||||
"death.attack.create.mechanical_drill": "%1$s a été empalé par une perceuse mécanique",
|
||||
"death.attack.create.mechanical_drill.player": "UNLOCALIZED: %1$s was thrown in front of a Drill by %2$s",
|
||||
"death.attack.create.mechanical_saw": "%1$s a été coupé en deux par une scie mécanique",
|
||||
"death.attack.create.mechanical_saw.player": "UNLOCALIZED: %1$s was thrown into a Saw by %2$s",
|
||||
"death.attack.create.potato_cannon": "UNLOCALIZED: %1$s was shot by %2$s's Potato Cannon",
|
||||
"death.attack.create.potato_cannon.item": "UNLOCALIZED: %1$s was shot by %2$s using %3$s",
|
||||
"death.attack.create.cuckoo_clock_explosion": "%1$s a été explosé par un coucou trafiquée",
|
||||
"death.attack.create.cuckoo_clock_explosion.player": "UNLOCALIZED: %1$s was blown up by tampered cuckoo clock",
|
||||
|
||||
"create.block.deployer.damage_source_name": "un déployeur voyou",
|
||||
"create.block.cart_assembler.invalid": "UNLOCALIZED: Place your Cart Assembler on a rail block",
|
||||
|
@ -725,7 +752,7 @@
|
|||
"create.recipe.assembly.deploying_item": "UNLOCALIZED: Deploy %1$s",
|
||||
"create.recipe.assembly.cutting": "UNLOCALIZED: Cut with Saw",
|
||||
"create.recipe.assembly.repeat": "UNLOCALIZED: Repeat Sequence %1$s Times",
|
||||
"create.recipe.assembly.junk": "UNLOCALIZED: Random junk",
|
||||
"create.recipe.assembly.junk": "UNLOCALIZED: Random salvage",
|
||||
"create.recipe.processing.chance": "%1$s%% de chance",
|
||||
"create.recipe.heat_requirement.none": "Pas de chauffage requis",
|
||||
"create.recipe.heat_requirement.heated": "Chauffé",
|
||||
|
@ -1039,6 +1066,11 @@
|
|||
"create.item_attributes.in_item_group.inverted": "n'appartient pas à %1$s'",
|
||||
"create.item_attributes.added_by": "a été ajouté par %1$s",
|
||||
"create.item_attributes.added_by.inverted": "n'a pas été ajouté par %1$s",
|
||||
"create.item_attributes.shulker_level": "UNLOCALIZED: is shulker %1$s",
|
||||
"create.item_attributes.shulker_level.inverted": "UNLOCALIZED: is shulker not %1$s",
|
||||
"create.item_attributes.shulker_level.full": "UNLOCALIZED: full",
|
||||
"create.item_attributes.shulker_level.empty": "UNLOCALIZED: empty",
|
||||
"create.item_attributes.shulker_level.partial": "UNLOCALIZED: partially filled",
|
||||
"create.item_attributes.has_enchant": "est enchanté %1$s",
|
||||
"create.item_attributes.has_enchant.inverted": "n'est pas enchenté %1$s",
|
||||
"create.item_attributes.color": "UNLOCALIZED: is dyed %1$s",
|
||||
|
@ -1134,6 +1166,9 @@
|
|||
"create.tooltip.chute.fans_pull_up": "UNLOCALIZED: Fans pull from Above",
|
||||
"create.tooltip.chute.fans_pull_down": "UNLOCALIZED: Fans pull from Below",
|
||||
"create.tooltip.chute.contains": "UNLOCALIZED: Contains: %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.contains": "UNLOCALIZED: Currently distributing:",
|
||||
"create.tooltip.brass_tunnel.contains_entry": "UNLOCALIZED: > %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.retrieve": "UNLOCALIZED: Right-Click to retrieve",
|
||||
|
||||
"create.linked_controller.bind_mode": "UNLOCALIZED: Bind mode active",
|
||||
"create.linked_controller.press_keybind": "UNLOCALIZED: Press %1$s, %2$s, %3$s, %4$s, %5$s or %6$s, to bind this frequency to the respective key",
|
||||
|
@ -1149,6 +1184,10 @@
|
|||
"create.crafting_blueprint.secondary_display_slot": "UNLOCALIZED: Secondary Display Slot",
|
||||
"create.crafting_blueprint.optional": "UNLOCALIZED: Optional",
|
||||
|
||||
"create.potato_cannon.ammo.attack_damage": "UNLOCALIZED: %1$s Attack Damage",
|
||||
"create.potato_cannon.ammo.reload_ticks": "UNLOCALIZED: %1$s Reload Ticks",
|
||||
"create.potato_cannon.ammo.knockback": "UNLOCALIZED: %1$s Knockback",
|
||||
|
||||
"create.hint.hose_pulley.title": "UNLOCALIZED: Bottomless Supply",
|
||||
"create.hint.hose_pulley": "UNLOCALIZED: The targeted body of fluid is considered infinite.",
|
||||
"create.hint.mechanical_arm_no_targets.title": "UNLOCALIZED: No Targets",
|
||||
|
@ -1183,15 +1222,17 @@
|
|||
|
||||
"create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops",
|
||||
"create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls",
|
||||
"create.subtitle.mixing": "UNLOCALIZED: Mixing Noises",
|
||||
"create.subtitle.mixing": "UNLOCALIZED: Mixing noises",
|
||||
"create.subtitle.mechanical_press_activation_belt": "UNLOCALIZED: Mechanical Press bonks",
|
||||
"create.subtitle.fwoomp": "UNLOCALIZED: Potato Launcher fwoomps",
|
||||
"create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps",
|
||||
"create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises",
|
||||
"create.subtitle.depot_slide": "UNLOCALIZED: Item slides",
|
||||
"create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.blaze_munch": "UNLOCALIZED: Blaze Burner munches",
|
||||
"create.subtitle.funnel_flap": "UNLOCALIZED: Funnel Flaps",
|
||||
"create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps",
|
||||
"create.subtitle.schematicannon_finish": "Fin de schémacanon",
|
||||
"create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls",
|
||||
"create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks",
|
||||
"create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts",
|
||||
"create.subtitle.controller_put": "UNLOCALIZED: Controller thumps",
|
||||
|
@ -1202,13 +1243,12 @@
|
|||
"create.subtitle.wrench_rotate": "UNLOCALIZED: Wrench used",
|
||||
"create.subtitle.potato_hit": "UNLOCALIZED: Vegetable impacts",
|
||||
"create.subtitle.saw_activate_wood": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens",
|
||||
"create.subtitle.deployer_polish": "UNLOCALIZED: Deployer applies polish",
|
||||
"create.subtitle.deny": "UNLOCALIZED: Declining boop",
|
||||
"create.subtitle.controller_click": "UNLOCALIZED: Controller clicks",
|
||||
"create.subtitle.schematicannon_launch_block": "Tir de schémacanon",
|
||||
"create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks",
|
||||
"create.subtitle.cursed_bell_use": "UNLOCALIZED: Cursed Bell tolls",
|
||||
"create.subtitle.cursed_bell_convert": "UNLOCALIZED: Cursed Bell awakens",
|
||||
"create.subtitle.controller_take": "UNLOCALIZED: Lectern empties",
|
||||
"create.subtitle.mechanical_press_activation": "Activation de la presse mechanique",
|
||||
"create.subtitle.contraption_assemble": "UNLOCALIZED: Contraption moves",
|
||||
|
@ -1373,6 +1413,11 @@
|
|||
"block.create.creative_crate.tooltip.condition1": "Quand un objet se trouve dans l'emplacement de filtrage",
|
||||
"block.create.creative_crate.tooltip.behaviour1": "Tout ce qui _extrait_ de ce conteneur aura une _alimentation illimitée_ de l'objet spécifié. Les objets _insérés_ dans cette caisse seront _éliminés_.",
|
||||
|
||||
"item.create.creative_blaze_cake.tooltip": "UNLOCALIZED: CREATIVE CAKE",
|
||||
"item.create.creative_blaze_cake.tooltip.summary": "UNLOCALIZED: A very special treat for _Blaze Burners_ that allows _controlling their heat level_. After eating this cake, Blaze Burners will _never run out of fuel_.",
|
||||
"item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: R-Click on Blaze Burner",
|
||||
"item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Locks_ the Blaze Burner's heat level. If used again, _cycles_ the Blaze Burner's heat level.",
|
||||
|
||||
"block.create.controller_rail.tooltip": "UNLOCALIZED: CONTROLLER RAIL",
|
||||
"block.create.controller_rail.tooltip.summary": "UNLOCALIZED: A _uni-directional powered rail_ capable of _fine control_ over a minecarts' _movement speed_.",
|
||||
"block.create.controller_rail.tooltip.condition1": "UNLOCALIZED: When Powered by Redstone",
|
||||
|
@ -1437,12 +1482,12 @@
|
|||
"item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.",
|
||||
|
||||
"block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL",
|
||||
"block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative brass bell. Placing it above a _Soul Fire_ or _Soul Campfire_ may cause a spooky transformation to occur...",
|
||||
"block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...",
|
||||
|
||||
"block.create.cursed_bell.tooltip": "UNLOCALIZED: CURSED BELL",
|
||||
"block.create.cursed_bell.tooltip.summary": "UNLOCALIZED: A spooky brass bell haunted by lost souls of the Nether.",
|
||||
"block.create.cursed_bell.tooltip.condition1": "UNLOCALIZED: When Held or Rang",
|
||||
"block.create.cursed_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby dark spots on which Hostile Mobs could spawn.",
|
||||
"block.create.haunted_bell.tooltip": "UNLOCALIZED: HAUNTED BELL",
|
||||
"block.create.haunted_bell.tooltip.summary": "UNLOCALIZED: A _Cursed Bell_ haunted by lost souls of the Nether.",
|
||||
"block.create.haunted_bell.tooltip.condition1": "UNLOCALIZED: When Held or Rang",
|
||||
"block.create.haunted_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby _Lightless Spots_ on which _Hostile Mobs_ can spawn.",
|
||||
|
||||
|
||||
"_": "->------------------------] Ponder Content [------------------------<-",
|
||||
|
@ -1464,41 +1509,41 @@
|
|||
"create.ponder.categories": "UNLOCALIZED: Available Categories in Create",
|
||||
"create.ponder.index_description": "UNLOCALIZED: Click one of the icons to learn about its associated Items and Blocks",
|
||||
"create.ponder.index_title": "UNLOCALIZED: Ponder Index",
|
||||
"create.ponder.shared.movement_anchors": "UNLOCALIZED: With the help of Chassis or Super Glue, larger structures can be moved.",
|
||||
"create.ponder.shared.rpm32": "UNLOCALIZED: 32 RPM",
|
||||
"create.ponder.shared.sneak_and": "UNLOCALIZED: Sneak +",
|
||||
"create.ponder.shared.storage_on_contraption": "UNLOCALIZED: Inventories attached to the Contraption will pick up their drops automatically",
|
||||
"create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM",
|
||||
"create.ponder.shared.behaviour_modify_wrench": "UNLOCALIZED: This behaviour can be modified using a Wrench",
|
||||
"create.ponder.shared.storage_on_contraption": "UNLOCALIZED: Inventories attached to the Contraption will pick up their drops automatically",
|
||||
"create.ponder.shared.sneak_and": "UNLOCALIZED: Sneak +",
|
||||
"create.ponder.shared.rpm8": "UNLOCALIZED: 8 RPM",
|
||||
"create.ponder.shared.ctrl_and": "UNLOCALIZED: Ctrl +",
|
||||
"create.ponder.shared.rpm32": "UNLOCALIZED: 32 RPM",
|
||||
"create.ponder.shared.rpm16_source": "UNLOCALIZED: Source: 16 RPM",
|
||||
"create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM",
|
||||
"create.ponder.tag.kinetic_sources": "UNLOCALIZED: Kinetic Sources",
|
||||
"create.ponder.tag.kinetic_sources.description": "UNLOCALIZED: Components which generate Rotational Force",
|
||||
"create.ponder.tag.contraption_actor": "UNLOCALIZED: Contraption Actors",
|
||||
"create.ponder.tag.contraption_actor.description": "UNLOCALIZED: Components which expose special behaviour when attached to a moving contraption",
|
||||
"create.ponder.tag.arm_targets": "UNLOCALIZED: Targets for Mechanical Arms",
|
||||
"create.ponder.tag.arm_targets.description": "UNLOCALIZED: Components which can be selected as inputs or outputs to the Mechanical Arm",
|
||||
"create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation",
|
||||
"create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around",
|
||||
"create.ponder.tag.movement_anchor": "UNLOCALIZED: Movement Anchors",
|
||||
"create.ponder.tag.movement_anchor.description": "UNLOCALIZED: Components which allow the creation of moving contraptions, animating an attached structure in a variety of ways",
|
||||
"create.ponder.tag.creative": "UNLOCALIZED: Creative Mode",
|
||||
"create.ponder.tag.creative.description": "UNLOCALIZED: Components not usually available for Survival Mode",
|
||||
"create.ponder.tag.kinetic_relays": "UNLOCALIZED: Kinetic Blocks",
|
||||
"create.ponder.tag.kinetic_relays.description": "UNLOCALIZED: Components which help relaying Rotational Force elsewhere",
|
||||
"create.ponder.tag.windmill_sails": "UNLOCALIZED: Sails for Windmill Bearings",
|
||||
"create.ponder.tag.windmill_sails.description": "UNLOCALIZED: Blocks that count towards the strength of a Windmill Contraption when assembled. Each of these have equal efficiency in doing so.",
|
||||
"create.ponder.tag.contraption_assembly": "UNLOCALIZED: Block Attachment Utility",
|
||||
"create.ponder.tag.contraption_assembly.description": "UNLOCALIZED: Tools and Components used to assemble structures moved as an animated Contraption",
|
||||
"create.ponder.tag.decoration": "UNLOCALIZED: Aesthetics",
|
||||
"create.ponder.tag.decoration.description": "UNLOCALIZED: Components used mostly for decorative purposes",
|
||||
"create.ponder.tag.kinetic_appliances": "UNLOCALIZED: Kinetic Appliances",
|
||||
"create.ponder.tag.kinetic_appliances.description": "UNLOCALIZED: Components which make use of Rotational Force",
|
||||
"create.ponder.shared.movement_anchors": "UNLOCALIZED: With the help of Chassis or Super Glue, larger structures can be moved.",
|
||||
"create.ponder.tag.redstone": "UNLOCALIZED: Logic Components",
|
||||
"create.ponder.tag.redstone.description": "UNLOCALIZED: Components which help with redstone engineering",
|
||||
"create.ponder.tag.contraption_assembly": "UNLOCALIZED: Block Attachment Utility",
|
||||
"create.ponder.tag.contraption_assembly.description": "UNLOCALIZED: Tools and Components used to assemble structures moved as an animated Contraption",
|
||||
"create.ponder.tag.fluids": "UNLOCALIZED: Fluid Manipulators",
|
||||
"create.ponder.tag.fluids.description": "UNLOCALIZED: Components which help relaying and making use of Fluids",
|
||||
"create.ponder.tag.decoration": "UNLOCALIZED: Aesthetics",
|
||||
"create.ponder.tag.decoration.description": "UNLOCALIZED: Components used mostly for decorative purposes",
|
||||
"create.ponder.tag.windmill_sails": "UNLOCALIZED: Sails for Windmill Bearings",
|
||||
"create.ponder.tag.windmill_sails.description": "UNLOCALIZED: Blocks that count towards the strength of a Windmill Contraption when assembled. Each of these have equal efficiency in doing so.",
|
||||
"create.ponder.tag.arm_targets": "UNLOCALIZED: Targets for Mechanical Arms",
|
||||
"create.ponder.tag.arm_targets.description": "UNLOCALIZED: Components which can be selected as inputs or outputs to the Mechanical Arm",
|
||||
"create.ponder.tag.kinetic_appliances": "UNLOCALIZED: Kinetic Appliances",
|
||||
"create.ponder.tag.kinetic_appliances.description": "UNLOCALIZED: Components which make use of Rotational Force",
|
||||
"create.ponder.tag.kinetic_sources": "UNLOCALIZED: Kinetic Sources",
|
||||
"create.ponder.tag.kinetic_sources.description": "UNLOCALIZED: Components which generate Rotational Force",
|
||||
"create.ponder.tag.movement_anchor": "UNLOCALIZED: Movement Anchors",
|
||||
"create.ponder.tag.movement_anchor.description": "UNLOCALIZED: Components which allow the creation of moving contraptions, animating an attached structure in a variety of ways",
|
||||
"create.ponder.tag.kinetic_relays": "UNLOCALIZED: Kinetic Blocks",
|
||||
"create.ponder.tag.kinetic_relays.description": "UNLOCALIZED: Components which help relaying Rotational Force elsewhere",
|
||||
"create.ponder.tag.contraption_actor": "UNLOCALIZED: Contraption Actors",
|
||||
"create.ponder.tag.contraption_actor.description": "UNLOCALIZED: Components which expose special behaviour when attached to a moving contraption",
|
||||
"create.ponder.tag.creative": "UNLOCALIZED: Creative Mode",
|
||||
"create.ponder.tag.creative.description": "UNLOCALIZED: Components not usually available for Survival Mode",
|
||||
"create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation",
|
||||
"create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around",
|
||||
|
||||
"create.ponder.adjustable_pulse_repeater.header": "UNLOCALIZED: Controlling signals using Adjustable Pulse Repeaters",
|
||||
"create.ponder.adjustable_pulse_repeater.text_1": "UNLOCALIZED: Adjustable Pulse Repeaters emit a short pulse at a delay",
|
||||
|
@ -1729,7 +1774,8 @@
|
|||
"create.ponder.empty_blaze_burner.text_2": "UNLOCALIZED: Alternatively, Blazes can be collected from their Spawners directly",
|
||||
"create.ponder.empty_blaze_burner.text_3": "UNLOCALIZED: You now have an ideal heat source for various machines",
|
||||
"create.ponder.empty_blaze_burner.text_4": "UNLOCALIZED: For Aesthetic purposes, Empty Blaze Burners can also be lit using Flint and Steel",
|
||||
"create.ponder.empty_blaze_burner.text_5": "UNLOCALIZED: However, these are not suitable for industrial heating",
|
||||
"create.ponder.empty_blaze_burner.text_5": "UNLOCALIZED: The flame can be transformed using a soul-infused item",
|
||||
"create.ponder.empty_blaze_burner.text_6": "UNLOCALIZED: However, without a blaze they are not suitable for industrial heating",
|
||||
|
||||
"create.ponder.encased_fluid_pipe.header": "UNLOCALIZED: Encasing Fluid Pipes",
|
||||
"create.ponder.encased_fluid_pipe.text_1": "UNLOCALIZED: Copper Casing can be used to decorate Fluid Pipes",
|
||||
|
@ -2046,6 +2092,7 @@
|
|||
"create.ponder.nixie_tube.header": "UNLOCALIZED: Using Nixie Tubes",
|
||||
"create.ponder.nixie_tube.text_1": "UNLOCALIZED: When powered by Redstone, Nixie Tubes will display the redstone signals' strength",
|
||||
"create.ponder.nixie_tube.text_2": "UNLOCALIZED: Using name tags edited with an anvil, custom text can be displayed",
|
||||
"create.ponder.nixie_tube.text_3": "UNLOCALIZED: Right-Click with Dye to change their display colour",
|
||||
|
||||
"create.ponder.piston_pole.header": "UNLOCALIZED: Piston Extension Poles",
|
||||
"create.ponder.piston_pole.text_1": "UNLOCALIZED: Without attached Poles, a Mechanical Piston cannot move",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"_": "Missing Localizations: 870",
|
||||
"_": "Missing Localizations: 914",
|
||||
|
||||
"_": "->------------------------] Game Elements [------------------------<-",
|
||||
|
||||
|
@ -28,10 +28,12 @@
|
|||
"block.create.belt": "Nastro meccanico",
|
||||
"block.create.birch_window": "Finestra di betulla",
|
||||
"block.create.birch_window_pane": "Pannello di finestra di betulla",
|
||||
"block.create.black_nixie_tube": "UNLOCALIZED: Black Nixie Tube",
|
||||
"block.create.black_sail": "Vela nera",
|
||||
"block.create.black_seat": "Sedile nero",
|
||||
"block.create.black_valve_handle": "Maniglia per valvola nera",
|
||||
"block.create.blaze_burner": "Inceneritore di blaze",
|
||||
"block.create.blue_nixie_tube": "UNLOCALIZED: Blue Nixie Tube",
|
||||
"block.create.blue_sail": "Vela blu",
|
||||
"block.create.blue_seat": "Sedile blu",
|
||||
"block.create.blue_valve_handle": "Maniglia per valvola blu",
|
||||
|
@ -41,6 +43,7 @@
|
|||
"block.create.brass_encased_shaft": "Albero incassato di ottone",
|
||||
"block.create.brass_funnel": "Imbuto di ottone",
|
||||
"block.create.brass_tunnel": "Tunnel di ottone",
|
||||
"block.create.brown_nixie_tube": "UNLOCALIZED: Brown Nixie Tube",
|
||||
"block.create.brown_sail": "Vela marrone",
|
||||
"block.create.brown_seat": "Sedile marrone",
|
||||
"block.create.brown_valve_handle": "Maniglia per valvola marrone",
|
||||
|
@ -73,7 +76,7 @@
|
|||
"block.create.crushing_wheel": "Ruota di frantumazione",
|
||||
"block.create.crushing_wheel_controller": "Telecomando per ruota di frantumazione",
|
||||
"block.create.cuckoo_clock": "Orologio a cucù",
|
||||
"block.create.cursed_bell": "UNLOCALIZED: Cursed Bell",
|
||||
"block.create.cyan_nixie_tube": "UNLOCALIZED: Cyan Nixie Tube",
|
||||
"block.create.cyan_sail": "Vela ciano",
|
||||
"block.create.cyan_seat": "Sedile ciano",
|
||||
"block.create.cyan_valve_handle": "Maniglia per valvola ciano",
|
||||
|
@ -180,13 +183,16 @@
|
|||
"block.create.granite_cobblestone_stairs": "Scalini di pietrisco di granito",
|
||||
"block.create.granite_cobblestone_wall": "Muretto di pietrisco di granito",
|
||||
"block.create.granite_pillar": "Pilastro di granito",
|
||||
"block.create.gray_nixie_tube": "UNLOCALIZED: Gray Nixie Tube",
|
||||
"block.create.gray_sail": "Vela grigia",
|
||||
"block.create.gray_seat": "Sedile grigio",
|
||||
"block.create.gray_valve_handle": "Maniglia per valvola grigia",
|
||||
"block.create.green_nixie_tube": "UNLOCALIZED: Green Nixie Tube",
|
||||
"block.create.green_sail": "Vela verde",
|
||||
"block.create.green_seat": "Sedile verde",
|
||||
"block.create.green_valve_handle": "Maniglia per valvola verde",
|
||||
"block.create.hand_crank": "Manovella",
|
||||
"block.create.haunted_bell": "UNLOCALIZED: Haunted Bell",
|
||||
"block.create.honey": "Miele",
|
||||
"block.create.horizontal_framed_glass": "Finestra di vetro orizzontale",
|
||||
"block.create.horizontal_framed_glass_pane": "Pannello di finestra di vetro orizzontale",
|
||||
|
@ -205,12 +211,15 @@
|
|||
"block.create.layered_scoria": "Scoria stratificata",
|
||||
"block.create.layered_weathered_limestone": "Calcare consumato stratificato",
|
||||
"block.create.lectern_controller": "UNLOCALIZED: Lectern Controller",
|
||||
"block.create.light_blue_nixie_tube": "UNLOCALIZED: Light Blue Nixie Tube",
|
||||
"block.create.light_blue_sail": "Vela azzurra",
|
||||
"block.create.light_blue_seat": "Sedile azzurro",
|
||||
"block.create.light_blue_valve_handle": "Maniglia per valvola azzurra",
|
||||
"block.create.light_gray_nixie_tube": "UNLOCALIZED: Light Gray Nixie Tube",
|
||||
"block.create.light_gray_sail": "Vela grigio chiaro",
|
||||
"block.create.light_gray_seat": "Sedile grigio chiaro",
|
||||
"block.create.light_gray_valve_handle": "Maniglia per valvola grigio chiaro",
|
||||
"block.create.lime_nixie_tube": "UNLOCALIZED: Lime Nixie Tube",
|
||||
"block.create.lime_sail": "Vela lime",
|
||||
"block.create.lime_seat": "Sedile lime",
|
||||
"block.create.lime_valve_handle": "Maniglia per valvola lime",
|
||||
|
@ -227,6 +236,7 @@
|
|||
"block.create.limestone_pillar": "Pilastro di calcare",
|
||||
"block.create.linear_chassis": "Telaio lineare",
|
||||
"block.create.lit_blaze_burner": "Inceneritore di blaze acceso",
|
||||
"block.create.magenta_nixie_tube": "UNLOCALIZED: Magenta Nixie Tube",
|
||||
"block.create.magenta_sail": "Vela magenta",
|
||||
"block.create.magenta_seat": "Sedile magenta",
|
||||
"block.create.magenta_valve_handle": "Maniglia per valvola magenta",
|
||||
|
@ -311,6 +321,7 @@
|
|||
"block.create.paved_weathered_limestone_stairs": "Scalini di calcare consumato lastricato",
|
||||
"block.create.paved_weathered_limestone_wall": "Muretto di calcare consumato lastricato",
|
||||
"block.create.peculiar_bell": "UNLOCALIZED: Peculiar Bell",
|
||||
"block.create.pink_nixie_tube": "UNLOCALIZED: Pink Nixie Tube",
|
||||
"block.create.pink_sail": "Vela rosa",
|
||||
"block.create.pink_seat": "Sedile rosa",
|
||||
"block.create.pink_valve_handle": "Maniglia per valvola rosa",
|
||||
|
@ -345,10 +356,12 @@
|
|||
"block.create.powered_toggle_latch": "Leva alimentata alterata",
|
||||
"block.create.pulley_magnet": "Magnete della carrucola",
|
||||
"block.create.pulse_repeater": "Ripetitore di impulsi",
|
||||
"block.create.purple_nixie_tube": "UNLOCALIZED: Purple Nixie Tube",
|
||||
"block.create.purple_sail": "Vela viola",
|
||||
"block.create.purple_seat": "Sedile viola",
|
||||
"block.create.purple_valve_handle": "Maniglia per valvola viola",
|
||||
"block.create.radial_chassis": "Telaio radiale",
|
||||
"block.create.red_nixie_tube": "UNLOCALIZED: Red Nixie Tube",
|
||||
"block.create.red_sail": "Vela rossa",
|
||||
"block.create.red_seat": "Sedile rosso",
|
||||
"block.create.red_valve_handle": "Maniglia per valvola rossa",
|
||||
|
@ -405,17 +418,22 @@
|
|||
"block.create.weathered_limestone_cobblestone_wall": "Muretto di pietrisco di calcare consumato",
|
||||
"block.create.weathered_limestone_pillar": "Pilastro di calcare consumato",
|
||||
"block.create.weighted_ejector": "UNLOCALIZED: Weighted Ejector",
|
||||
"block.create.white_nixie_tube": "UNLOCALIZED: White Nixie Tube",
|
||||
"block.create.white_sail": "Vela bianca",
|
||||
"block.create.white_seat": "Sedile bianco",
|
||||
"block.create.white_valve_handle": "Maniglia per valvola bianca",
|
||||
"block.create.windmill_bearing": "Supporto per mulino a vento",
|
||||
"block.create.wooden_bracket": "Supporto di legno",
|
||||
"block.create.yellow_nixie_tube": "UNLOCALIZED: Yellow Nixie Tube",
|
||||
"block.create.yellow_sail": "Vela gialla",
|
||||
"block.create.yellow_seat": "Sedile giallo",
|
||||
"block.create.yellow_valve_handle": "Maniglia per valvola gialla",
|
||||
"block.create.zinc_block": "Blocco di zinco",
|
||||
"block.create.zinc_ore": "Zinco grezzo",
|
||||
|
||||
"enchantment.create.capacity": "UNLOCALIZED: Capacity",
|
||||
"enchantment.create.potato_recovery": "UNLOCALIZED: Potato Recovery",
|
||||
|
||||
"entity.create.contraption": "Contrazione",
|
||||
"entity.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"entity.create.gantry_contraption": "UNLOCALIZED: Gantry Contraption",
|
||||
|
@ -444,13 +462,13 @@
|
|||
"item.create.chocolate_glazed_berries": "UNLOCALIZED: Chocolate Glazed Berries",
|
||||
"item.create.chromatic_compound": "Composto cromatico",
|
||||
"item.create.cinder_flour": "Cenere farinosa",
|
||||
"item.create.clockwork_component": "UNLOCALIZED: Clockwork Component",
|
||||
"item.create.copper_backtank": "UNLOCALIZED: Copper Backtank",
|
||||
"item.create.copper_ingot": "Lingotto di rame",
|
||||
"item.create.copper_nugget": "Pepita di rame",
|
||||
"item.create.copper_sheet": "Lamiera di rame",
|
||||
"item.create.crafter_slot_cover": "Rivestimento per slot da costruzione",
|
||||
"item.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"item.create.creative_blaze_cake": "UNLOCALIZED: Creative Blaze Cake",
|
||||
"item.create.crushed_aluminum_ore": "Alluminio grezzo frantumato",
|
||||
"item.create.crushed_brass": "Ottone frantumato",
|
||||
"item.create.crushed_copper_ore": "Rame grezzo frantumato",
|
||||
|
@ -479,7 +497,9 @@
|
|||
"item.create.handheld_worldshaper": "Plasmatore del mondo portatile",
|
||||
"item.create.honey_bucket": "Secchio di miele",
|
||||
"item.create.honeyed_apple": "UNLOCALIZED: Honeyed Apple",
|
||||
"item.create.incomplete_clockwork_component": "UNLOCALIZED: Incomplete Clockwork Component",
|
||||
"item.create.incomplete_cogwheel": "UNLOCALIZED: Incomplete Cogwheel",
|
||||
"item.create.incomplete_large_cogwheel": "UNLOCALIZED: Incomplete Large Cogwheel",
|
||||
"item.create.incomplete_precision_mechanism": "UNLOCALIZED: Incomplete Precision Mechanism",
|
||||
"item.create.iron_sheet": "Lamiera di ferro",
|
||||
"item.create.linked_controller": "UNLOCALIZED: Linked Controller",
|
||||
"item.create.minecart_contraption": "Contrazione per carrello da miniera",
|
||||
|
@ -487,6 +507,7 @@
|
|||
"item.create.polished_rose_quartz": "Quarzo rosa levigato",
|
||||
"item.create.potato_cannon": "UNLOCALIZED: Potato Cannon",
|
||||
"item.create.powdered_obsidian": "Ossidiana in polvere",
|
||||
"item.create.precision_mechanism": "UNLOCALIZED: Precision Mechanism",
|
||||
"item.create.propeller": "Elica",
|
||||
"item.create.red_sand_paper": "Carta vetrata rossa",
|
||||
"item.create.refined_radiance": "Radiance raffinata",
|
||||
|
@ -631,8 +652,8 @@
|
|||
"advancement.create.flywheel.desc": "Collega un motore ad un volano.",
|
||||
"advancement.create.overstress_flywheel": "Alti livelli di stress",
|
||||
"advancement.create.overstress_flywheel.desc": "Sovrastressa un motore fornace.",
|
||||
"advancement.create.clockwork_component": "UNLOCALIZED: Complex Curiosities",
|
||||
"advancement.create.clockwork_component.desc": "UNLOCALIZED: Assemble a Clockwork Component.",
|
||||
"advancement.create.precision_mechanism": "UNLOCALIZED: Complex Curiosities",
|
||||
"advancement.create.precision_mechanism.desc": "UNLOCALIZED: Assemble a Precision Mechanism.",
|
||||
"advancement.create.mechanical_arm": "Mani occupate!",
|
||||
"advancement.create.mechanical_arm.desc": "Costruisci un braccio meccanico, seleziona gli input e gli output, piazzalo e alimentalo; poi guardalo mentre fa il lavoro sporco al tuo posto.",
|
||||
"advancement.create.musical_arm": "DJ, metti su la musica!",
|
||||
|
@ -673,13 +694,19 @@
|
|||
"itemGroup.create.palettes": "Create: Blocchi",
|
||||
|
||||
"death.attack.create.crush": "%1$s è stato frantumato",
|
||||
"death.attack.create.crush.player": "UNLOCALIZED: %1$s was thrown into Crushing Wheels by %2$s",
|
||||
"death.attack.create.fan_fire": "%1$s è stato bruciato dall'aria calda",
|
||||
"death.attack.create.fan_fire.player": "UNLOCALIZED: %1$s was thrown into a smoker by %2$s",
|
||||
"death.attack.create.fan_lava": "%1$s è stato bruciato dal ventilatore di lava",
|
||||
"death.attack.create.fan_lava.player": "UNLOCALIZED: %1$s was thrown into a smelter by %2$s",
|
||||
"death.attack.create.mechanical_drill": "%1$s è stato trafitto dal trapano meccanico",
|
||||
"death.attack.create.mechanical_drill.player": "UNLOCALIZED: %1$s was thrown in front of a Drill by %2$s",
|
||||
"death.attack.create.mechanical_saw": "%1$s è stato tagliato a metà dalla sega meccanica",
|
||||
"death.attack.create.mechanical_saw.player": "UNLOCALIZED: %1$s was thrown into a Saw by %2$s",
|
||||
"death.attack.create.potato_cannon": "UNLOCALIZED: %1$s was shot by %2$s's Potato Cannon",
|
||||
"death.attack.create.potato_cannon.item": "UNLOCALIZED: %1$s was shot by %2$s using %3$s",
|
||||
"death.attack.create.cuckoo_clock_explosion": "%1$s è saltato in aria da un orologio a cucù manomesso",
|
||||
"death.attack.create.cuckoo_clock_explosion.player": "UNLOCALIZED: %1$s was blown up by tampered cuckoo clock",
|
||||
|
||||
"create.block.deployer.damage_source_name": "un disadattato",
|
||||
"create.block.cart_assembler.invalid": "Piazza il tuo assemblatore di carrelli da miniera su un binario",
|
||||
|
@ -725,7 +752,7 @@
|
|||
"create.recipe.assembly.deploying_item": "UNLOCALIZED: Deploy %1$s",
|
||||
"create.recipe.assembly.cutting": "UNLOCALIZED: Cut with Saw",
|
||||
"create.recipe.assembly.repeat": "UNLOCALIZED: Repeat Sequence %1$s Times",
|
||||
"create.recipe.assembly.junk": "UNLOCALIZED: Random junk",
|
||||
"create.recipe.assembly.junk": "UNLOCALIZED: Random salvage",
|
||||
"create.recipe.processing.chance": "%1$s%% di probabilità",
|
||||
"create.recipe.heat_requirement.none": "Nessun riscaldamento",
|
||||
"create.recipe.heat_requirement.heated": "Riscaldamento",
|
||||
|
@ -1039,6 +1066,11 @@
|
|||
"create.item_attributes.in_item_group.inverted": "non appartiene a '%1$s'",
|
||||
"create.item_attributes.added_by": "è stato aggiunto da %1$s",
|
||||
"create.item_attributes.added_by.inverted": "non è stato aggiunto da %1$s",
|
||||
"create.item_attributes.shulker_level": "UNLOCALIZED: is shulker %1$s",
|
||||
"create.item_attributes.shulker_level.inverted": "UNLOCALIZED: is shulker not %1$s",
|
||||
"create.item_attributes.shulker_level.full": "UNLOCALIZED: full",
|
||||
"create.item_attributes.shulker_level.empty": "UNLOCALIZED: empty",
|
||||
"create.item_attributes.shulker_level.partial": "UNLOCALIZED: partially filled",
|
||||
"create.item_attributes.has_enchant": "è stato incantato con %1$s",
|
||||
"create.item_attributes.has_enchant.inverted": "non è stato incantato con %1$s",
|
||||
"create.item_attributes.color": "UNLOCALIZED: is dyed %1$s",
|
||||
|
@ -1134,6 +1166,9 @@
|
|||
"create.tooltip.chute.fans_pull_up": "I ventilatori tirano da sopra",
|
||||
"create.tooltip.chute.fans_pull_down": "I ventilatori tirano da sotto",
|
||||
"create.tooltip.chute.contains": "Contiene: %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.contains": "UNLOCALIZED: Currently distributing:",
|
||||
"create.tooltip.brass_tunnel.contains_entry": "UNLOCALIZED: > %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.retrieve": "UNLOCALIZED: Right-Click to retrieve",
|
||||
|
||||
"create.linked_controller.bind_mode": "UNLOCALIZED: Bind mode active",
|
||||
"create.linked_controller.press_keybind": "UNLOCALIZED: Press %1$s, %2$s, %3$s, %4$s, %5$s or %6$s, to bind this frequency to the respective key",
|
||||
|
@ -1149,6 +1184,10 @@
|
|||
"create.crafting_blueprint.secondary_display_slot": "UNLOCALIZED: Secondary Display Slot",
|
||||
"create.crafting_blueprint.optional": "UNLOCALIZED: Optional",
|
||||
|
||||
"create.potato_cannon.ammo.attack_damage": "UNLOCALIZED: %1$s Attack Damage",
|
||||
"create.potato_cannon.ammo.reload_ticks": "UNLOCALIZED: %1$s Reload Ticks",
|
||||
"create.potato_cannon.ammo.knockback": "UNLOCALIZED: %1$s Knockback",
|
||||
|
||||
"create.hint.hose_pulley.title": "Buco senza fondo",
|
||||
"create.hint.hose_pulley": "Il corpo fluido selezionato è considerato infinito.",
|
||||
"create.hint.mechanical_arm_no_targets.title": "Nessun bersaglio",
|
||||
|
@ -1183,15 +1222,17 @@
|
|||
|
||||
"create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops",
|
||||
"create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls",
|
||||
"create.subtitle.mixing": "UNLOCALIZED: Mixing Noises",
|
||||
"create.subtitle.mixing": "UNLOCALIZED: Mixing noises",
|
||||
"create.subtitle.mechanical_press_activation_belt": "UNLOCALIZED: Mechanical Press bonks",
|
||||
"create.subtitle.fwoomp": "UNLOCALIZED: Potato Launcher fwoomps",
|
||||
"create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps",
|
||||
"create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises",
|
||||
"create.subtitle.depot_slide": "UNLOCALIZED: Item slides",
|
||||
"create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.blaze_munch": "Il blaze lo gusta felicemente",
|
||||
"create.subtitle.funnel_flap": "UNLOCALIZED: Funnel Flaps",
|
||||
"create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps",
|
||||
"create.subtitle.schematicannon_finish": "Finiture cannoneschematico",
|
||||
"create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls",
|
||||
"create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks",
|
||||
"create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts",
|
||||
"create.subtitle.controller_put": "UNLOCALIZED: Controller thumps",
|
||||
|
@ -1202,13 +1243,12 @@
|
|||
"create.subtitle.wrench_rotate": "UNLOCALIZED: Wrench used",
|
||||
"create.subtitle.potato_hit": "UNLOCALIZED: Vegetable impacts",
|
||||
"create.subtitle.saw_activate_wood": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens",
|
||||
"create.subtitle.deployer_polish": "UNLOCALIZED: Deployer applies polish",
|
||||
"create.subtitle.deny": "UNLOCALIZED: Declining boop",
|
||||
"create.subtitle.controller_click": "UNLOCALIZED: Controller clicks",
|
||||
"create.subtitle.schematicannon_launch_block": "Tiri del cannoneschematico",
|
||||
"create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks",
|
||||
"create.subtitle.cursed_bell_use": "UNLOCALIZED: Cursed Bell tolls",
|
||||
"create.subtitle.cursed_bell_convert": "UNLOCALIZED: Cursed Bell awakens",
|
||||
"create.subtitle.controller_take": "UNLOCALIZED: Lectern empties",
|
||||
"create.subtitle.mechanical_press_activation": "Pressa meccanica attiva",
|
||||
"create.subtitle.contraption_assemble": "UNLOCALIZED: Contraption moves",
|
||||
|
@ -1373,6 +1413,11 @@
|
|||
"block.create.creative_crate.tooltip.condition1": "Quando un oggetto è nel filtro",
|
||||
"block.create.creative_crate.tooltip.behaviour1": "Qualsiasi _estrazione_ da questo contenitore fornisce _provviste infinite_ dell'oggetto in questione. Gli oggetti _inseriti_ in questo baule verranno _svuotati_.",
|
||||
|
||||
"item.create.creative_blaze_cake.tooltip": "UNLOCALIZED: CREATIVE CAKE",
|
||||
"item.create.creative_blaze_cake.tooltip.summary": "UNLOCALIZED: A very special treat for _Blaze Burners_ that allows _controlling their heat level_. After eating this cake, Blaze Burners will _never run out of fuel_.",
|
||||
"item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: R-Click on Blaze Burner",
|
||||
"item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Locks_ the Blaze Burner's heat level. If used again, _cycles_ the Blaze Burner's heat level.",
|
||||
|
||||
"block.create.controller_rail.tooltip": "BINARIO DI CONTROLLO",
|
||||
"block.create.controller_rail.tooltip.summary": "Un _binario alimentato unidirezionale_ capace di _controllare precisamente_ la _velocità di movimento_ di un carrello da miniera.",
|
||||
"block.create.controller_rail.tooltip.condition1": "Quando alimentato da redstone",
|
||||
|
@ -1437,12 +1482,12 @@
|
|||
"item.create.minecart_coupling.tooltip.behaviour1": "_Concatena_ due carrelli insieme, provando a tenerli uniti a una _distanza costante_ mentre si muovono.",
|
||||
|
||||
"block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL",
|
||||
"block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative brass bell. Placing it above a _Soul Fire_ or _Soul Campfire_ may cause a spooky transformation to occur...",
|
||||
"block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...",
|
||||
|
||||
"block.create.cursed_bell.tooltip": "UNLOCALIZED: CURSED BELL",
|
||||
"block.create.cursed_bell.tooltip.summary": "UNLOCALIZED: A spooky brass bell haunted by lost souls of the Nether.",
|
||||
"block.create.cursed_bell.tooltip.condition1": "UNLOCALIZED: When Held or Rang",
|
||||
"block.create.cursed_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby dark spots on which Hostile Mobs could spawn.",
|
||||
"block.create.haunted_bell.tooltip": "UNLOCALIZED: HAUNTED BELL",
|
||||
"block.create.haunted_bell.tooltip.summary": "UNLOCALIZED: A _Cursed Bell_ haunted by lost souls of the Nether.",
|
||||
"block.create.haunted_bell.tooltip.condition1": "UNLOCALIZED: When Held or Rang",
|
||||
"block.create.haunted_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby _Lightless Spots_ on which _Hostile Mobs_ can spawn.",
|
||||
|
||||
|
||||
"_": "->------------------------] Ponder Content [------------------------<-",
|
||||
|
@ -1464,41 +1509,41 @@
|
|||
"create.ponder.categories": "UNLOCALIZED: Available Categories in Create",
|
||||
"create.ponder.index_description": "UNLOCALIZED: Click one of the icons to learn about its associated Items and Blocks",
|
||||
"create.ponder.index_title": "UNLOCALIZED: Ponder Index",
|
||||
"create.ponder.shared.movement_anchors": "UNLOCALIZED: With the help of Chassis or Super Glue, larger structures can be moved.",
|
||||
"create.ponder.shared.rpm32": "UNLOCALIZED: 32 RPM",
|
||||
"create.ponder.shared.sneak_and": "UNLOCALIZED: Sneak +",
|
||||
"create.ponder.shared.storage_on_contraption": "UNLOCALIZED: Inventories attached to the Contraption will pick up their drops automatically",
|
||||
"create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM",
|
||||
"create.ponder.shared.behaviour_modify_wrench": "UNLOCALIZED: This behaviour can be modified using a Wrench",
|
||||
"create.ponder.shared.storage_on_contraption": "UNLOCALIZED: Inventories attached to the Contraption will pick up their drops automatically",
|
||||
"create.ponder.shared.sneak_and": "UNLOCALIZED: Sneak +",
|
||||
"create.ponder.shared.rpm8": "UNLOCALIZED: 8 RPM",
|
||||
"create.ponder.shared.ctrl_and": "UNLOCALIZED: Ctrl +",
|
||||
"create.ponder.shared.rpm32": "UNLOCALIZED: 32 RPM",
|
||||
"create.ponder.shared.rpm16_source": "UNLOCALIZED: Source: 16 RPM",
|
||||
"create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM",
|
||||
"create.ponder.tag.kinetic_sources": "UNLOCALIZED: Kinetic Sources",
|
||||
"create.ponder.tag.kinetic_sources.description": "UNLOCALIZED: Components which generate Rotational Force",
|
||||
"create.ponder.tag.contraption_actor": "UNLOCALIZED: Contraption Actors",
|
||||
"create.ponder.tag.contraption_actor.description": "UNLOCALIZED: Components which expose special behaviour when attached to a moving contraption",
|
||||
"create.ponder.tag.arm_targets": "UNLOCALIZED: Targets for Mechanical Arms",
|
||||
"create.ponder.tag.arm_targets.description": "UNLOCALIZED: Components which can be selected as inputs or outputs to the Mechanical Arm",
|
||||
"create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation",
|
||||
"create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around",
|
||||
"create.ponder.tag.movement_anchor": "UNLOCALIZED: Movement Anchors",
|
||||
"create.ponder.tag.movement_anchor.description": "UNLOCALIZED: Components which allow the creation of moving contraptions, animating an attached structure in a variety of ways",
|
||||
"create.ponder.tag.creative": "UNLOCALIZED: Creative Mode",
|
||||
"create.ponder.tag.creative.description": "UNLOCALIZED: Components not usually available for Survival Mode",
|
||||
"create.ponder.tag.kinetic_relays": "UNLOCALIZED: Kinetic Blocks",
|
||||
"create.ponder.tag.kinetic_relays.description": "UNLOCALIZED: Components which help relaying Rotational Force elsewhere",
|
||||
"create.ponder.tag.windmill_sails": "UNLOCALIZED: Sails for Windmill Bearings",
|
||||
"create.ponder.tag.windmill_sails.description": "UNLOCALIZED: Blocks that count towards the strength of a Windmill Contraption when assembled. Each of these have equal efficiency in doing so.",
|
||||
"create.ponder.tag.contraption_assembly": "UNLOCALIZED: Block Attachment Utility",
|
||||
"create.ponder.tag.contraption_assembly.description": "UNLOCALIZED: Tools and Components used to assemble structures moved as an animated Contraption",
|
||||
"create.ponder.tag.decoration": "UNLOCALIZED: Aesthetics",
|
||||
"create.ponder.tag.decoration.description": "UNLOCALIZED: Components used mostly for decorative purposes",
|
||||
"create.ponder.tag.kinetic_appliances": "UNLOCALIZED: Kinetic Appliances",
|
||||
"create.ponder.tag.kinetic_appliances.description": "UNLOCALIZED: Components which make use of Rotational Force",
|
||||
"create.ponder.shared.movement_anchors": "UNLOCALIZED: With the help of Chassis or Super Glue, larger structures can be moved.",
|
||||
"create.ponder.tag.redstone": "UNLOCALIZED: Logic Components",
|
||||
"create.ponder.tag.redstone.description": "UNLOCALIZED: Components which help with redstone engineering",
|
||||
"create.ponder.tag.contraption_assembly": "UNLOCALIZED: Block Attachment Utility",
|
||||
"create.ponder.tag.contraption_assembly.description": "UNLOCALIZED: Tools and Components used to assemble structures moved as an animated Contraption",
|
||||
"create.ponder.tag.fluids": "UNLOCALIZED: Fluid Manipulators",
|
||||
"create.ponder.tag.fluids.description": "UNLOCALIZED: Components which help relaying and making use of Fluids",
|
||||
"create.ponder.tag.decoration": "UNLOCALIZED: Aesthetics",
|
||||
"create.ponder.tag.decoration.description": "UNLOCALIZED: Components used mostly for decorative purposes",
|
||||
"create.ponder.tag.windmill_sails": "UNLOCALIZED: Sails for Windmill Bearings",
|
||||
"create.ponder.tag.windmill_sails.description": "UNLOCALIZED: Blocks that count towards the strength of a Windmill Contraption when assembled. Each of these have equal efficiency in doing so.",
|
||||
"create.ponder.tag.arm_targets": "UNLOCALIZED: Targets for Mechanical Arms",
|
||||
"create.ponder.tag.arm_targets.description": "UNLOCALIZED: Components which can be selected as inputs or outputs to the Mechanical Arm",
|
||||
"create.ponder.tag.kinetic_appliances": "UNLOCALIZED: Kinetic Appliances",
|
||||
"create.ponder.tag.kinetic_appliances.description": "UNLOCALIZED: Components which make use of Rotational Force",
|
||||
"create.ponder.tag.kinetic_sources": "UNLOCALIZED: Kinetic Sources",
|
||||
"create.ponder.tag.kinetic_sources.description": "UNLOCALIZED: Components which generate Rotational Force",
|
||||
"create.ponder.tag.movement_anchor": "UNLOCALIZED: Movement Anchors",
|
||||
"create.ponder.tag.movement_anchor.description": "UNLOCALIZED: Components which allow the creation of moving contraptions, animating an attached structure in a variety of ways",
|
||||
"create.ponder.tag.kinetic_relays": "UNLOCALIZED: Kinetic Blocks",
|
||||
"create.ponder.tag.kinetic_relays.description": "UNLOCALIZED: Components which help relaying Rotational Force elsewhere",
|
||||
"create.ponder.tag.contraption_actor": "UNLOCALIZED: Contraption Actors",
|
||||
"create.ponder.tag.contraption_actor.description": "UNLOCALIZED: Components which expose special behaviour when attached to a moving contraption",
|
||||
"create.ponder.tag.creative": "UNLOCALIZED: Creative Mode",
|
||||
"create.ponder.tag.creative.description": "UNLOCALIZED: Components not usually available for Survival Mode",
|
||||
"create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation",
|
||||
"create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around",
|
||||
|
||||
"create.ponder.adjustable_pulse_repeater.header": "UNLOCALIZED: Controlling signals using Adjustable Pulse Repeaters",
|
||||
"create.ponder.adjustable_pulse_repeater.text_1": "UNLOCALIZED: Adjustable Pulse Repeaters emit a short pulse at a delay",
|
||||
|
@ -1729,7 +1774,8 @@
|
|||
"create.ponder.empty_blaze_burner.text_2": "UNLOCALIZED: Alternatively, Blazes can be collected from their Spawners directly",
|
||||
"create.ponder.empty_blaze_burner.text_3": "UNLOCALIZED: You now have an ideal heat source for various machines",
|
||||
"create.ponder.empty_blaze_burner.text_4": "UNLOCALIZED: For Aesthetic purposes, Empty Blaze Burners can also be lit using Flint and Steel",
|
||||
"create.ponder.empty_blaze_burner.text_5": "UNLOCALIZED: However, these are not suitable for industrial heating",
|
||||
"create.ponder.empty_blaze_burner.text_5": "UNLOCALIZED: The flame can be transformed using a soul-infused item",
|
||||
"create.ponder.empty_blaze_burner.text_6": "UNLOCALIZED: However, without a blaze they are not suitable for industrial heating",
|
||||
|
||||
"create.ponder.encased_fluid_pipe.header": "UNLOCALIZED: Encasing Fluid Pipes",
|
||||
"create.ponder.encased_fluid_pipe.text_1": "UNLOCALIZED: Copper Casing can be used to decorate Fluid Pipes",
|
||||
|
@ -2046,6 +2092,7 @@
|
|||
"create.ponder.nixie_tube.header": "UNLOCALIZED: Using Nixie Tubes",
|
||||
"create.ponder.nixie_tube.text_1": "UNLOCALIZED: When powered by Redstone, Nixie Tubes will display the redstone signals' strength",
|
||||
"create.ponder.nixie_tube.text_2": "UNLOCALIZED: Using name tags edited with an anvil, custom text can be displayed",
|
||||
"create.ponder.nixie_tube.text_3": "UNLOCALIZED: Right-Click with Dye to change their display colour",
|
||||
|
||||
"create.ponder.piston_pole.header": "UNLOCALIZED: Piston Extension Poles",
|
||||
"create.ponder.piston_pole.text_1": "UNLOCALIZED: Without attached Poles, a Mechanical Piston cannot move",
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"_": "Missing Localizations: 1723",
|
||||
"_": "Missing Localizations: 1767",
|
||||
|
||||
"_": "->------------------------] Game Elements [------------------------<-",
|
||||
|
||||
|
@ -28,10 +28,12 @@
|
|||
"block.create.belt": "Mechanische Transportband",
|
||||
"block.create.birch_window": "UNLOCALIZED: Birch Window",
|
||||
"block.create.birch_window_pane": "UNLOCALIZED: Birch Window Pane",
|
||||
"block.create.black_nixie_tube": "UNLOCALIZED: Black Nixie Tube",
|
||||
"block.create.black_sail": "UNLOCALIZED: Black Sail",
|
||||
"block.create.black_seat": "UNLOCALIZED: Black Seat",
|
||||
"block.create.black_valve_handle": "UNLOCALIZED: Black Valve Handle",
|
||||
"block.create.blaze_burner": "UNLOCALIZED: Blaze Burner",
|
||||
"block.create.blue_nixie_tube": "UNLOCALIZED: Blue Nixie Tube",
|
||||
"block.create.blue_sail": "UNLOCALIZED: Blue Sail",
|
||||
"block.create.blue_seat": "UNLOCALIZED: Blue Seat",
|
||||
"block.create.blue_valve_handle": "UNLOCALIZED: Blue Valve Handle",
|
||||
|
@ -41,6 +43,7 @@
|
|||
"block.create.brass_encased_shaft": "UNLOCALIZED: Brass Encased Shaft",
|
||||
"block.create.brass_funnel": "UNLOCALIZED: Brass Funnel",
|
||||
"block.create.brass_tunnel": "UNLOCALIZED: Brass Tunnel",
|
||||
"block.create.brown_nixie_tube": "UNLOCALIZED: Brown Nixie Tube",
|
||||
"block.create.brown_sail": "UNLOCALIZED: Brown Sail",
|
||||
"block.create.brown_seat": "UNLOCALIZED: Brown Seat",
|
||||
"block.create.brown_valve_handle": "UNLOCALIZED: Brown Valve Handle",
|
||||
|
@ -73,7 +76,7 @@
|
|||
"block.create.crushing_wheel": "Verpulveraar",
|
||||
"block.create.crushing_wheel_controller": "UNLOCALIZED: Crushing Wheel Controller",
|
||||
"block.create.cuckoo_clock": "UNLOCALIZED: Cuckoo Clock",
|
||||
"block.create.cursed_bell": "UNLOCALIZED: Cursed Bell",
|
||||
"block.create.cyan_nixie_tube": "UNLOCALIZED: Cyan Nixie Tube",
|
||||
"block.create.cyan_sail": "UNLOCALIZED: Cyan Sail",
|
||||
"block.create.cyan_seat": "UNLOCALIZED: Cyan Seat",
|
||||
"block.create.cyan_valve_handle": "UNLOCALIZED: Cyan Valve Handle",
|
||||
|
@ -180,13 +183,16 @@
|
|||
"block.create.granite_cobblestone_stairs": "UNLOCALIZED: Granite Cobblestone Stairs",
|
||||
"block.create.granite_cobblestone_wall": "UNLOCALIZED: Granite Cobblestone Wall",
|
||||
"block.create.granite_pillar": "UNLOCALIZED: Granite Pillar",
|
||||
"block.create.gray_nixie_tube": "UNLOCALIZED: Gray Nixie Tube",
|
||||
"block.create.gray_sail": "UNLOCALIZED: Gray Sail",
|
||||
"block.create.gray_seat": "UNLOCALIZED: Gray Seat",
|
||||
"block.create.gray_valve_handle": "UNLOCALIZED: Gray Valve Handle",
|
||||
"block.create.green_nixie_tube": "UNLOCALIZED: Green Nixie Tube",
|
||||
"block.create.green_sail": "UNLOCALIZED: Green Sail",
|
||||
"block.create.green_seat": "UNLOCALIZED: Green Seat",
|
||||
"block.create.green_valve_handle": "UNLOCALIZED: Green Valve Handle",
|
||||
"block.create.hand_crank": "UNLOCALIZED: Hand Crank",
|
||||
"block.create.haunted_bell": "UNLOCALIZED: Haunted Bell",
|
||||
"block.create.honey": "UNLOCALIZED: Honey",
|
||||
"block.create.horizontal_framed_glass": "UNLOCALIZED: Horizontal Framed Glass",
|
||||
"block.create.horizontal_framed_glass_pane": "UNLOCALIZED: Horizontal Framed Glass Pane",
|
||||
|
@ -205,12 +211,15 @@
|
|||
"block.create.layered_scoria": "UNLOCALIZED: Layered Scoria",
|
||||
"block.create.layered_weathered_limestone": "UNLOCALIZED: Layered Weathered Limestone",
|
||||
"block.create.lectern_controller": "UNLOCALIZED: Lectern Controller",
|
||||
"block.create.light_blue_nixie_tube": "UNLOCALIZED: Light Blue Nixie Tube",
|
||||
"block.create.light_blue_sail": "UNLOCALIZED: Light Blue Sail",
|
||||
"block.create.light_blue_seat": "UNLOCALIZED: Light Blue Seat",
|
||||
"block.create.light_blue_valve_handle": "UNLOCALIZED: Light Blue Valve Handle",
|
||||
"block.create.light_gray_nixie_tube": "UNLOCALIZED: Light Gray Nixie Tube",
|
||||
"block.create.light_gray_sail": "UNLOCALIZED: Light Gray Sail",
|
||||
"block.create.light_gray_seat": "UNLOCALIZED: Light Gray Seat",
|
||||
"block.create.light_gray_valve_handle": "UNLOCALIZED: Light Gray Valve Handle",
|
||||
"block.create.lime_nixie_tube": "UNLOCALIZED: Lime Nixie Tube",
|
||||
"block.create.lime_sail": "UNLOCALIZED: Lime Sail",
|
||||
"block.create.lime_seat": "UNLOCALIZED: Lime Seat",
|
||||
"block.create.lime_valve_handle": "UNLOCALIZED: Lime Valve Handle",
|
||||
|
@ -227,6 +236,7 @@
|
|||
"block.create.limestone_pillar": "Kalksteen Pillar",
|
||||
"block.create.linear_chassis": "Lineaar Frame",
|
||||
"block.create.lit_blaze_burner": "UNLOCALIZED: Lit Blaze Burner",
|
||||
"block.create.magenta_nixie_tube": "UNLOCALIZED: Magenta Nixie Tube",
|
||||
"block.create.magenta_sail": "UNLOCALIZED: Magenta Sail",
|
||||
"block.create.magenta_seat": "UNLOCALIZED: Magenta Seat",
|
||||
"block.create.magenta_valve_handle": "UNLOCALIZED: Magenta Valve Handle",
|
||||
|
@ -311,6 +321,7 @@
|
|||
"block.create.paved_weathered_limestone_stairs": "UNLOCALIZED: Paved Weathered Limestone Stairs",
|
||||
"block.create.paved_weathered_limestone_wall": "UNLOCALIZED: Paved Weathered Limestone Wall",
|
||||
"block.create.peculiar_bell": "UNLOCALIZED: Peculiar Bell",
|
||||
"block.create.pink_nixie_tube": "UNLOCALIZED: Pink Nixie Tube",
|
||||
"block.create.pink_sail": "UNLOCALIZED: Pink Sail",
|
||||
"block.create.pink_seat": "UNLOCALIZED: Pink Seat",
|
||||
"block.create.pink_valve_handle": "UNLOCALIZED: Pink Valve Handle",
|
||||
|
@ -345,10 +356,12 @@
|
|||
"block.create.powered_toggle_latch": "UNLOCALIZED: Powered Toggle Latch",
|
||||
"block.create.pulley_magnet": "UNLOCALIZED: Pulley Magnet",
|
||||
"block.create.pulse_repeater": "Pulse Versterker",
|
||||
"block.create.purple_nixie_tube": "UNLOCALIZED: Purple Nixie Tube",
|
||||
"block.create.purple_sail": "UNLOCALIZED: Purple Sail",
|
||||
"block.create.purple_seat": "UNLOCALIZED: Purple Seat",
|
||||
"block.create.purple_valve_handle": "UNLOCALIZED: Purple Valve Handle",
|
||||
"block.create.radial_chassis": "Rotation Frame",
|
||||
"block.create.red_nixie_tube": "UNLOCALIZED: Red Nixie Tube",
|
||||
"block.create.red_sail": "UNLOCALIZED: Red Sail",
|
||||
"block.create.red_seat": "UNLOCALIZED: Red Seat",
|
||||
"block.create.red_valve_handle": "UNLOCALIZED: Red Valve Handle",
|
||||
|
@ -405,17 +418,22 @@
|
|||
"block.create.weathered_limestone_cobblestone_wall": "UNLOCALIZED: Weathered Limestone Cobblestone Wall",
|
||||
"block.create.weathered_limestone_pillar": "Verweerde Kalksteen Pilaar",
|
||||
"block.create.weighted_ejector": "UNLOCALIZED: Weighted Ejector",
|
||||
"block.create.white_nixie_tube": "UNLOCALIZED: White Nixie Tube",
|
||||
"block.create.white_sail": "UNLOCALIZED: White Sail",
|
||||
"block.create.white_seat": "UNLOCALIZED: White Seat",
|
||||
"block.create.white_valve_handle": "UNLOCALIZED: White Valve Handle",
|
||||
"block.create.windmill_bearing": "UNLOCALIZED: Windmill Bearing",
|
||||
"block.create.wooden_bracket": "UNLOCALIZED: Wooden Bracket",
|
||||
"block.create.yellow_nixie_tube": "UNLOCALIZED: Yellow Nixie Tube",
|
||||
"block.create.yellow_sail": "UNLOCALIZED: Yellow Sail",
|
||||
"block.create.yellow_seat": "UNLOCALIZED: Yellow Seat",
|
||||
"block.create.yellow_valve_handle": "UNLOCALIZED: Yellow Valve Handle",
|
||||
"block.create.zinc_block": "UNLOCALIZED: Block of Zinc",
|
||||
"block.create.zinc_ore": "UNLOCALIZED: Zinc Ore",
|
||||
|
||||
"enchantment.create.capacity": "UNLOCALIZED: Capacity",
|
||||
"enchantment.create.potato_recovery": "UNLOCALIZED: Potato Recovery",
|
||||
|
||||
"entity.create.contraption": "UNLOCALIZED: Contraption",
|
||||
"entity.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"entity.create.gantry_contraption": "UNLOCALIZED: Gantry Contraption",
|
||||
|
@ -444,13 +462,13 @@
|
|||
"item.create.chocolate_glazed_berries": "UNLOCALIZED: Chocolate Glazed Berries",
|
||||
"item.create.chromatic_compound": "UNLOCALIZED: Chromatic Compound",
|
||||
"item.create.cinder_flour": "UNLOCALIZED: Cinder Flour",
|
||||
"item.create.clockwork_component": "UNLOCALIZED: Clockwork Component",
|
||||
"item.create.copper_backtank": "UNLOCALIZED: Copper Backtank",
|
||||
"item.create.copper_ingot": "Koperstaaf",
|
||||
"item.create.copper_nugget": "Koper klompje",
|
||||
"item.create.copper_sheet": "UNLOCALIZED: Copper Sheet",
|
||||
"item.create.crafter_slot_cover": "UNLOCALIZED: Crafter Slot Cover",
|
||||
"item.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"item.create.creative_blaze_cake": "UNLOCALIZED: Creative Blaze Cake",
|
||||
"item.create.crushed_aluminum_ore": "UNLOCALIZED: Crushed Aluminum Ore",
|
||||
"item.create.crushed_brass": "Gemalen Brons",
|
||||
"item.create.crushed_copper_ore": "UNLOCALIZED: Crushed Copper Ore",
|
||||
|
@ -479,7 +497,9 @@
|
|||
"item.create.handheld_worldshaper": "UNLOCALIZED: Creative Worldshaper",
|
||||
"item.create.honey_bucket": "UNLOCALIZED: Honey Bucket",
|
||||
"item.create.honeyed_apple": "UNLOCALIZED: Honeyed Apple",
|
||||
"item.create.incomplete_clockwork_component": "UNLOCALIZED: Incomplete Clockwork Component",
|
||||
"item.create.incomplete_cogwheel": "UNLOCALIZED: Incomplete Cogwheel",
|
||||
"item.create.incomplete_large_cogwheel": "UNLOCALIZED: Incomplete Large Cogwheel",
|
||||
"item.create.incomplete_precision_mechanism": "UNLOCALIZED: Incomplete Precision Mechanism",
|
||||
"item.create.iron_sheet": "IJzeren Platen",
|
||||
"item.create.linked_controller": "UNLOCALIZED: Linked Controller",
|
||||
"item.create.minecart_contraption": "UNLOCALIZED: Minecart Contraption",
|
||||
|
@ -487,6 +507,7 @@
|
|||
"item.create.polished_rose_quartz": "UNLOCALIZED: Polished Rose Quartz",
|
||||
"item.create.potato_cannon": "UNLOCALIZED: Potato Cannon",
|
||||
"item.create.powdered_obsidian": "UNLOCALIZED: Powdered Obsidian",
|
||||
"item.create.precision_mechanism": "UNLOCALIZED: Precision Mechanism",
|
||||
"item.create.propeller": "Propeller",
|
||||
"item.create.red_sand_paper": "UNLOCALIZED: Red Sand Paper",
|
||||
"item.create.refined_radiance": "UNLOCALIZED: Refined Radiance",
|
||||
|
@ -631,8 +652,8 @@
|
|||
"advancement.create.flywheel.desc": "UNLOCALIZED: Successfully connect an engine to the Flywheel.",
|
||||
"advancement.create.overstress_flywheel": "UNLOCALIZED: High levels of Stress",
|
||||
"advancement.create.overstress_flywheel.desc": "UNLOCALIZED: Overstress a Furnace Engine.",
|
||||
"advancement.create.clockwork_component": "UNLOCALIZED: Complex Curiosities",
|
||||
"advancement.create.clockwork_component.desc": "UNLOCALIZED: Assemble a Clockwork Component.",
|
||||
"advancement.create.precision_mechanism": "UNLOCALIZED: Complex Curiosities",
|
||||
"advancement.create.precision_mechanism.desc": "UNLOCALIZED: Assemble a Precision Mechanism.",
|
||||
"advancement.create.mechanical_arm": "UNLOCALIZED: Busy Hands!",
|
||||
"advancement.create.mechanical_arm.desc": "UNLOCALIZED: Craft a Mechanical Arm, select in- and outputs, place it down and give it power; then watch as it does all the work for you.",
|
||||
"advancement.create.musical_arm": "UNLOCALIZED: Play Me My Theme Tune!",
|
||||
|
@ -673,13 +694,19 @@
|
|||
"itemGroup.create.palettes": "UNLOCALIZED: Create Palettes",
|
||||
|
||||
"death.attack.create.crush": "%1$s is verwerkd door verpulverende wielen",
|
||||
"death.attack.create.crush.player": "UNLOCALIZED: %1$s was thrown into Crushing Wheels by %2$s",
|
||||
"death.attack.create.fan_fire": "%1$s is verbrand door hete lucht",
|
||||
"death.attack.create.fan_fire.player": "UNLOCALIZED: %1$s was thrown into a smoker by %2$s",
|
||||
"death.attack.create.fan_lava": "%1$s is verbrand door een lava ventilator",
|
||||
"death.attack.create.fan_lava.player": "UNLOCALIZED: %1$s was thrown into a smelter by %2$s",
|
||||
"death.attack.create.mechanical_drill": "%1$s is gespietst door een mechanische boor",
|
||||
"death.attack.create.mechanical_drill.player": "UNLOCALIZED: %1$s was thrown in front of a Drill by %2$s",
|
||||
"death.attack.create.mechanical_saw": "UNLOCALIZED: %1$s got cut in half by a Mechanical Saw",
|
||||
"death.attack.create.mechanical_saw.player": "UNLOCALIZED: %1$s was thrown into a Saw by %2$s",
|
||||
"death.attack.create.potato_cannon": "UNLOCALIZED: %1$s was shot by %2$s's Potato Cannon",
|
||||
"death.attack.create.potato_cannon.item": "UNLOCALIZED: %1$s was shot by %2$s using %3$s",
|
||||
"death.attack.create.cuckoo_clock_explosion": "UNLOCALIZED: %1$s was blown up by tampered cuckoo clock",
|
||||
"death.attack.create.cuckoo_clock_explosion.player": "UNLOCALIZED: %1$s was blown up by tampered cuckoo clock",
|
||||
|
||||
"create.block.deployer.damage_source_name": "UNLOCALIZED: a rogue Deployer",
|
||||
"create.block.cart_assembler.invalid": "UNLOCALIZED: Place your Cart Assembler on a rail block",
|
||||
|
@ -725,7 +752,7 @@
|
|||
"create.recipe.assembly.deploying_item": "UNLOCALIZED: Deploy %1$s",
|
||||
"create.recipe.assembly.cutting": "UNLOCALIZED: Cut with Saw",
|
||||
"create.recipe.assembly.repeat": "UNLOCALIZED: Repeat Sequence %1$s Times",
|
||||
"create.recipe.assembly.junk": "UNLOCALIZED: Random junk",
|
||||
"create.recipe.assembly.junk": "UNLOCALIZED: Random salvage",
|
||||
"create.recipe.processing.chance": "%1$s%% Kans",
|
||||
"create.recipe.heat_requirement.none": "UNLOCALIZED: No Heating Required",
|
||||
"create.recipe.heat_requirement.heated": "UNLOCALIZED: Heated",
|
||||
|
@ -1039,6 +1066,11 @@
|
|||
"create.item_attributes.in_item_group.inverted": "UNLOCALIZED: is not in group '%1$s'",
|
||||
"create.item_attributes.added_by": "UNLOCALIZED: was added by %1$s",
|
||||
"create.item_attributes.added_by.inverted": "UNLOCALIZED: was not added by %1$s",
|
||||
"create.item_attributes.shulker_level": "UNLOCALIZED: is shulker %1$s",
|
||||
"create.item_attributes.shulker_level.inverted": "UNLOCALIZED: is shulker not %1$s",
|
||||
"create.item_attributes.shulker_level.full": "UNLOCALIZED: full",
|
||||
"create.item_attributes.shulker_level.empty": "UNLOCALIZED: empty",
|
||||
"create.item_attributes.shulker_level.partial": "UNLOCALIZED: partially filled",
|
||||
"create.item_attributes.has_enchant": "UNLOCALIZED: is enchanted with %1$s",
|
||||
"create.item_attributes.has_enchant.inverted": "UNLOCALIZED: is not enchanted with %1$s",
|
||||
"create.item_attributes.color": "UNLOCALIZED: is dyed %1$s",
|
||||
|
@ -1134,6 +1166,9 @@
|
|||
"create.tooltip.chute.fans_pull_up": "UNLOCALIZED: Fans pull from Above",
|
||||
"create.tooltip.chute.fans_pull_down": "UNLOCALIZED: Fans pull from Below",
|
||||
"create.tooltip.chute.contains": "UNLOCALIZED: Contains: %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.contains": "UNLOCALIZED: Currently distributing:",
|
||||
"create.tooltip.brass_tunnel.contains_entry": "UNLOCALIZED: > %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.retrieve": "UNLOCALIZED: Right-Click to retrieve",
|
||||
|
||||
"create.linked_controller.bind_mode": "UNLOCALIZED: Bind mode active",
|
||||
"create.linked_controller.press_keybind": "UNLOCALIZED: Press %1$s, %2$s, %3$s, %4$s, %5$s or %6$s, to bind this frequency to the respective key",
|
||||
|
@ -1149,6 +1184,10 @@
|
|||
"create.crafting_blueprint.secondary_display_slot": "UNLOCALIZED: Secondary Display Slot",
|
||||
"create.crafting_blueprint.optional": "UNLOCALIZED: Optional",
|
||||
|
||||
"create.potato_cannon.ammo.attack_damage": "UNLOCALIZED: %1$s Attack Damage",
|
||||
"create.potato_cannon.ammo.reload_ticks": "UNLOCALIZED: %1$s Reload Ticks",
|
||||
"create.potato_cannon.ammo.knockback": "UNLOCALIZED: %1$s Knockback",
|
||||
|
||||
"create.hint.hose_pulley.title": "UNLOCALIZED: Bottomless Supply",
|
||||
"create.hint.hose_pulley": "UNLOCALIZED: The targeted body of fluid is considered infinite.",
|
||||
"create.hint.mechanical_arm_no_targets.title": "UNLOCALIZED: No Targets",
|
||||
|
@ -1183,15 +1222,17 @@
|
|||
|
||||
"create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops",
|
||||
"create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls",
|
||||
"create.subtitle.mixing": "UNLOCALIZED: Mixing Noises",
|
||||
"create.subtitle.mixing": "UNLOCALIZED: Mixing noises",
|
||||
"create.subtitle.mechanical_press_activation_belt": "UNLOCALIZED: Mechanical Press bonks",
|
||||
"create.subtitle.fwoomp": "UNLOCALIZED: Potato Launcher fwoomps",
|
||||
"create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps",
|
||||
"create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises",
|
||||
"create.subtitle.depot_slide": "UNLOCALIZED: Item slides",
|
||||
"create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.blaze_munch": "UNLOCALIZED: Blaze Burner munches",
|
||||
"create.subtitle.funnel_flap": "UNLOCALIZED: Funnel Flaps",
|
||||
"create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps",
|
||||
"create.subtitle.schematicannon_finish": "UNLOCALIZED: Schematicannon dings",
|
||||
"create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls",
|
||||
"create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks",
|
||||
"create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts",
|
||||
"create.subtitle.controller_put": "UNLOCALIZED: Controller thumps",
|
||||
|
@ -1202,13 +1243,12 @@
|
|||
"create.subtitle.wrench_rotate": "UNLOCALIZED: Wrench used",
|
||||
"create.subtitle.potato_hit": "UNLOCALIZED: Vegetable impacts",
|
||||
"create.subtitle.saw_activate_wood": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens",
|
||||
"create.subtitle.deployer_polish": "UNLOCALIZED: Deployer applies polish",
|
||||
"create.subtitle.deny": "UNLOCALIZED: Declining boop",
|
||||
"create.subtitle.controller_click": "UNLOCALIZED: Controller clicks",
|
||||
"create.subtitle.schematicannon_launch_block": "UNLOCALIZED: Schematicannon fires",
|
||||
"create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks",
|
||||
"create.subtitle.cursed_bell_use": "UNLOCALIZED: Cursed Bell tolls",
|
||||
"create.subtitle.cursed_bell_convert": "UNLOCALIZED: Cursed Bell awakens",
|
||||
"create.subtitle.controller_take": "UNLOCALIZED: Lectern empties",
|
||||
"create.subtitle.mechanical_press_activation": "UNLOCALIZED: Mechanical Press clangs",
|
||||
"create.subtitle.contraption_assemble": "UNLOCALIZED: Contraption moves",
|
||||
|
@ -1373,6 +1413,11 @@
|
|||
"block.create.creative_crate.tooltip.condition1": "UNLOCALIZED: When Item in Filter Slot",
|
||||
"block.create.creative_crate.tooltip.behaviour1": "UNLOCALIZED: Anything _extracting_ from this container will provide an _endless supply_ of the item specified. Items _inserted_ into this crate will be _voided._",
|
||||
|
||||
"item.create.creative_blaze_cake.tooltip": "UNLOCALIZED: CREATIVE CAKE",
|
||||
"item.create.creative_blaze_cake.tooltip.summary": "UNLOCALIZED: A very special treat for _Blaze Burners_ that allows _controlling their heat level_. After eating this cake, Blaze Burners will _never run out of fuel_.",
|
||||
"item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: R-Click on Blaze Burner",
|
||||
"item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Locks_ the Blaze Burner's heat level. If used again, _cycles_ the Blaze Burner's heat level.",
|
||||
|
||||
"block.create.controller_rail.tooltip": "UNLOCALIZED: CONTROLLER RAIL",
|
||||
"block.create.controller_rail.tooltip.summary": "UNLOCALIZED: A _uni-directional powered rail_ capable of _fine control_ over a minecarts' _movement speed_.",
|
||||
"block.create.controller_rail.tooltip.condition1": "UNLOCALIZED: When Powered by Redstone",
|
||||
|
@ -1437,12 +1482,12 @@
|
|||
"item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.",
|
||||
|
||||
"block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL",
|
||||
"block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative brass bell. Placing it above a _Soul Fire_ or _Soul Campfire_ may cause a spooky transformation to occur...",
|
||||
"block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...",
|
||||
|
||||
"block.create.cursed_bell.tooltip": "UNLOCALIZED: CURSED BELL",
|
||||
"block.create.cursed_bell.tooltip.summary": "UNLOCALIZED: A spooky brass bell haunted by lost souls of the Nether.",
|
||||
"block.create.cursed_bell.tooltip.condition1": "UNLOCALIZED: When Held or Rang",
|
||||
"block.create.cursed_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby dark spots on which Hostile Mobs could spawn.",
|
||||
"block.create.haunted_bell.tooltip": "UNLOCALIZED: HAUNTED BELL",
|
||||
"block.create.haunted_bell.tooltip.summary": "UNLOCALIZED: A _Cursed Bell_ haunted by lost souls of the Nether.",
|
||||
"block.create.haunted_bell.tooltip.condition1": "UNLOCALIZED: When Held or Rang",
|
||||
"block.create.haunted_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby _Lightless Spots_ on which _Hostile Mobs_ can spawn.",
|
||||
|
||||
|
||||
"_": "->------------------------] Ponder Content [------------------------<-",
|
||||
|
@ -1464,41 +1509,41 @@
|
|||
"create.ponder.categories": "UNLOCALIZED: Available Categories in Create",
|
||||
"create.ponder.index_description": "UNLOCALIZED: Click one of the icons to learn about its associated Items and Blocks",
|
||||
"create.ponder.index_title": "UNLOCALIZED: Ponder Index",
|
||||
"create.ponder.shared.movement_anchors": "UNLOCALIZED: With the help of Chassis or Super Glue, larger structures can be moved.",
|
||||
"create.ponder.shared.rpm32": "UNLOCALIZED: 32 RPM",
|
||||
"create.ponder.shared.sneak_and": "UNLOCALIZED: Sneak +",
|
||||
"create.ponder.shared.storage_on_contraption": "UNLOCALIZED: Inventories attached to the Contraption will pick up their drops automatically",
|
||||
"create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM",
|
||||
"create.ponder.shared.behaviour_modify_wrench": "UNLOCALIZED: This behaviour can be modified using a Wrench",
|
||||
"create.ponder.shared.storage_on_contraption": "UNLOCALIZED: Inventories attached to the Contraption will pick up their drops automatically",
|
||||
"create.ponder.shared.sneak_and": "UNLOCALIZED: Sneak +",
|
||||
"create.ponder.shared.rpm8": "UNLOCALIZED: 8 RPM",
|
||||
"create.ponder.shared.ctrl_and": "UNLOCALIZED: Ctrl +",
|
||||
"create.ponder.shared.rpm32": "UNLOCALIZED: 32 RPM",
|
||||
"create.ponder.shared.rpm16_source": "UNLOCALIZED: Source: 16 RPM",
|
||||
"create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM",
|
||||
"create.ponder.tag.kinetic_sources": "UNLOCALIZED: Kinetic Sources",
|
||||
"create.ponder.tag.kinetic_sources.description": "UNLOCALIZED: Components which generate Rotational Force",
|
||||
"create.ponder.tag.contraption_actor": "UNLOCALIZED: Contraption Actors",
|
||||
"create.ponder.tag.contraption_actor.description": "UNLOCALIZED: Components which expose special behaviour when attached to a moving contraption",
|
||||
"create.ponder.tag.arm_targets": "UNLOCALIZED: Targets for Mechanical Arms",
|
||||
"create.ponder.tag.arm_targets.description": "UNLOCALIZED: Components which can be selected as inputs or outputs to the Mechanical Arm",
|
||||
"create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation",
|
||||
"create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around",
|
||||
"create.ponder.tag.movement_anchor": "UNLOCALIZED: Movement Anchors",
|
||||
"create.ponder.tag.movement_anchor.description": "UNLOCALIZED: Components which allow the creation of moving contraptions, animating an attached structure in a variety of ways",
|
||||
"create.ponder.tag.creative": "UNLOCALIZED: Creative Mode",
|
||||
"create.ponder.tag.creative.description": "UNLOCALIZED: Components not usually available for Survival Mode",
|
||||
"create.ponder.tag.kinetic_relays": "UNLOCALIZED: Kinetic Blocks",
|
||||
"create.ponder.tag.kinetic_relays.description": "UNLOCALIZED: Components which help relaying Rotational Force elsewhere",
|
||||
"create.ponder.tag.windmill_sails": "UNLOCALIZED: Sails for Windmill Bearings",
|
||||
"create.ponder.tag.windmill_sails.description": "UNLOCALIZED: Blocks that count towards the strength of a Windmill Contraption when assembled. Each of these have equal efficiency in doing so.",
|
||||
"create.ponder.tag.contraption_assembly": "UNLOCALIZED: Block Attachment Utility",
|
||||
"create.ponder.tag.contraption_assembly.description": "UNLOCALIZED: Tools and Components used to assemble structures moved as an animated Contraption",
|
||||
"create.ponder.tag.decoration": "UNLOCALIZED: Aesthetics",
|
||||
"create.ponder.tag.decoration.description": "UNLOCALIZED: Components used mostly for decorative purposes",
|
||||
"create.ponder.tag.kinetic_appliances": "UNLOCALIZED: Kinetic Appliances",
|
||||
"create.ponder.tag.kinetic_appliances.description": "UNLOCALIZED: Components which make use of Rotational Force",
|
||||
"create.ponder.shared.movement_anchors": "UNLOCALIZED: With the help of Chassis or Super Glue, larger structures can be moved.",
|
||||
"create.ponder.tag.redstone": "UNLOCALIZED: Logic Components",
|
||||
"create.ponder.tag.redstone.description": "UNLOCALIZED: Components which help with redstone engineering",
|
||||
"create.ponder.tag.contraption_assembly": "UNLOCALIZED: Block Attachment Utility",
|
||||
"create.ponder.tag.contraption_assembly.description": "UNLOCALIZED: Tools and Components used to assemble structures moved as an animated Contraption",
|
||||
"create.ponder.tag.fluids": "UNLOCALIZED: Fluid Manipulators",
|
||||
"create.ponder.tag.fluids.description": "UNLOCALIZED: Components which help relaying and making use of Fluids",
|
||||
"create.ponder.tag.decoration": "UNLOCALIZED: Aesthetics",
|
||||
"create.ponder.tag.decoration.description": "UNLOCALIZED: Components used mostly for decorative purposes",
|
||||
"create.ponder.tag.windmill_sails": "UNLOCALIZED: Sails for Windmill Bearings",
|
||||
"create.ponder.tag.windmill_sails.description": "UNLOCALIZED: Blocks that count towards the strength of a Windmill Contraption when assembled. Each of these have equal efficiency in doing so.",
|
||||
"create.ponder.tag.arm_targets": "UNLOCALIZED: Targets for Mechanical Arms",
|
||||
"create.ponder.tag.arm_targets.description": "UNLOCALIZED: Components which can be selected as inputs or outputs to the Mechanical Arm",
|
||||
"create.ponder.tag.kinetic_appliances": "UNLOCALIZED: Kinetic Appliances",
|
||||
"create.ponder.tag.kinetic_appliances.description": "UNLOCALIZED: Components which make use of Rotational Force",
|
||||
"create.ponder.tag.kinetic_sources": "UNLOCALIZED: Kinetic Sources",
|
||||
"create.ponder.tag.kinetic_sources.description": "UNLOCALIZED: Components which generate Rotational Force",
|
||||
"create.ponder.tag.movement_anchor": "UNLOCALIZED: Movement Anchors",
|
||||
"create.ponder.tag.movement_anchor.description": "UNLOCALIZED: Components which allow the creation of moving contraptions, animating an attached structure in a variety of ways",
|
||||
"create.ponder.tag.kinetic_relays": "UNLOCALIZED: Kinetic Blocks",
|
||||
"create.ponder.tag.kinetic_relays.description": "UNLOCALIZED: Components which help relaying Rotational Force elsewhere",
|
||||
"create.ponder.tag.contraption_actor": "UNLOCALIZED: Contraption Actors",
|
||||
"create.ponder.tag.contraption_actor.description": "UNLOCALIZED: Components which expose special behaviour when attached to a moving contraption",
|
||||
"create.ponder.tag.creative": "UNLOCALIZED: Creative Mode",
|
||||
"create.ponder.tag.creative.description": "UNLOCALIZED: Components not usually available for Survival Mode",
|
||||
"create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation",
|
||||
"create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around",
|
||||
|
||||
"create.ponder.adjustable_pulse_repeater.header": "UNLOCALIZED: Controlling signals using Adjustable Pulse Repeaters",
|
||||
"create.ponder.adjustable_pulse_repeater.text_1": "UNLOCALIZED: Adjustable Pulse Repeaters emit a short pulse at a delay",
|
||||
|
@ -1729,7 +1774,8 @@
|
|||
"create.ponder.empty_blaze_burner.text_2": "UNLOCALIZED: Alternatively, Blazes can be collected from their Spawners directly",
|
||||
"create.ponder.empty_blaze_burner.text_3": "UNLOCALIZED: You now have an ideal heat source for various machines",
|
||||
"create.ponder.empty_blaze_burner.text_4": "UNLOCALIZED: For Aesthetic purposes, Empty Blaze Burners can also be lit using Flint and Steel",
|
||||
"create.ponder.empty_blaze_burner.text_5": "UNLOCALIZED: However, these are not suitable for industrial heating",
|
||||
"create.ponder.empty_blaze_burner.text_5": "UNLOCALIZED: The flame can be transformed using a soul-infused item",
|
||||
"create.ponder.empty_blaze_burner.text_6": "UNLOCALIZED: However, without a blaze they are not suitable for industrial heating",
|
||||
|
||||
"create.ponder.encased_fluid_pipe.header": "UNLOCALIZED: Encasing Fluid Pipes",
|
||||
"create.ponder.encased_fluid_pipe.text_1": "UNLOCALIZED: Copper Casing can be used to decorate Fluid Pipes",
|
||||
|
@ -2046,6 +2092,7 @@
|
|||
"create.ponder.nixie_tube.header": "UNLOCALIZED: Using Nixie Tubes",
|
||||
"create.ponder.nixie_tube.text_1": "UNLOCALIZED: When powered by Redstone, Nixie Tubes will display the redstone signals' strength",
|
||||
"create.ponder.nixie_tube.text_2": "UNLOCALIZED: Using name tags edited with an anvil, custom text can be displayed",
|
||||
"create.ponder.nixie_tube.text_3": "UNLOCALIZED: Right-Click with Dye to change their display colour",
|
||||
|
||||
"create.ponder.piston_pole.header": "UNLOCALIZED: Piston Extension Poles",
|
||||
"create.ponder.piston_pole.text_1": "UNLOCALIZED: Without attached Poles, a Mechanical Piston cannot move",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"_": "Missing Localizations: 212",
|
||||
"_": "Missing Localizations: 256",
|
||||
|
||||
"_": "->------------------------] Game Elements [------------------------<-",
|
||||
|
||||
|
@ -28,10 +28,12 @@
|
|||
"block.create.belt": "Taśma",
|
||||
"block.create.birch_window": "Brzozowe okno",
|
||||
"block.create.birch_window_pane": "Brzozowa szyba okienna",
|
||||
"block.create.black_nixie_tube": "UNLOCALIZED: Black Nixie Tube",
|
||||
"block.create.black_sail": "Czarny żagiel",
|
||||
"block.create.black_seat": "Czarne siedzenie",
|
||||
"block.create.black_valve_handle": "Czarne pokrętło",
|
||||
"block.create.blaze_burner": "Płomienny palnik",
|
||||
"block.create.blue_nixie_tube": "UNLOCALIZED: Blue Nixie Tube",
|
||||
"block.create.blue_sail": "Niebieski żagiel",
|
||||
"block.create.blue_seat": "Niebieskie siedzenie",
|
||||
"block.create.blue_valve_handle": "Niebieskie pokrętło",
|
||||
|
@ -41,6 +43,7 @@
|
|||
"block.create.brass_encased_shaft": "Mosiężny izolowany wał",
|
||||
"block.create.brass_funnel": "Mosiężny lejek",
|
||||
"block.create.brass_tunnel": "Mosiężny tunel",
|
||||
"block.create.brown_nixie_tube": "UNLOCALIZED: Brown Nixie Tube",
|
||||
"block.create.brown_sail": "Brązowy żagiel",
|
||||
"block.create.brown_seat": "Brązowe siedzenie",
|
||||
"block.create.brown_valve_handle": "Brązowe pokrętło",
|
||||
|
@ -73,7 +76,7 @@
|
|||
"block.create.crushing_wheel": "Koło kruszące",
|
||||
"block.create.crushing_wheel_controller": "Sterownik koła kruszącego",
|
||||
"block.create.cuckoo_clock": "Zegar z kukułką",
|
||||
"block.create.cursed_bell": "UNLOCALIZED: Cursed Bell",
|
||||
"block.create.cyan_nixie_tube": "UNLOCALIZED: Cyan Nixie Tube",
|
||||
"block.create.cyan_sail": "Błękitny żagiel",
|
||||
"block.create.cyan_seat": "Błękitne siedzenie",
|
||||
"block.create.cyan_valve_handle": "Błękitne pokrętło",
|
||||
|
@ -180,13 +183,16 @@
|
|||
"block.create.granite_cobblestone_stairs": "Granitowe brukowe schody",
|
||||
"block.create.granite_cobblestone_wall": "Granitowy brukowy murek",
|
||||
"block.create.granite_pillar": "Granitowy filar",
|
||||
"block.create.gray_nixie_tube": "UNLOCALIZED: Gray Nixie Tube",
|
||||
"block.create.gray_sail": "Szary żagiel",
|
||||
"block.create.gray_seat": "Szare siedzenie",
|
||||
"block.create.gray_valve_handle": "Szare pokrętło",
|
||||
"block.create.green_nixie_tube": "UNLOCALIZED: Green Nixie Tube",
|
||||
"block.create.green_sail": "Zielony żagiel",
|
||||
"block.create.green_seat": "Zielone siedzenie",
|
||||
"block.create.green_valve_handle": "Zielone pokrętło",
|
||||
"block.create.hand_crank": "Ręczna korba",
|
||||
"block.create.haunted_bell": "UNLOCALIZED: Haunted Bell",
|
||||
"block.create.honey": "Miód",
|
||||
"block.create.horizontal_framed_glass": "Poziome oprawione szkło",
|
||||
"block.create.horizontal_framed_glass_pane": "Pozioma oprawiona szyba",
|
||||
|
@ -205,12 +211,15 @@
|
|||
"block.create.layered_scoria": "Warstwowy żużel",
|
||||
"block.create.layered_weathered_limestone": "Warstwowy zwietrzały wapień",
|
||||
"block.create.lectern_controller": "UNLOCALIZED: Lectern Controller",
|
||||
"block.create.light_blue_nixie_tube": "UNLOCALIZED: Light Blue Nixie Tube",
|
||||
"block.create.light_blue_sail": "Jasnoniebieski żagiel",
|
||||
"block.create.light_blue_seat": "Jasnoniebieskie siedzenie",
|
||||
"block.create.light_blue_valve_handle": "Jasnoniebieskie pokrętło",
|
||||
"block.create.light_gray_nixie_tube": "UNLOCALIZED: Light Gray Nixie Tube",
|
||||
"block.create.light_gray_sail": "Jasnoszary żagiel",
|
||||
"block.create.light_gray_seat": "Jasnoszare siedzenie",
|
||||
"block.create.light_gray_valve_handle": "Jasnoszare pokrętło",
|
||||
"block.create.lime_nixie_tube": "UNLOCALIZED: Lime Nixie Tube",
|
||||
"block.create.lime_sail": "Jasnozielony żagiel",
|
||||
"block.create.lime_seat": "Jasnozielone siedzenie",
|
||||
"block.create.lime_valve_handle": "Jasnozielone pokrętło",
|
||||
|
@ -227,6 +236,7 @@
|
|||
"block.create.limestone_pillar": "Wapienny filar",
|
||||
"block.create.linear_chassis": "Stelaż liniowy",
|
||||
"block.create.lit_blaze_burner": "Zapalony płomienny palnik",
|
||||
"block.create.magenta_nixie_tube": "UNLOCALIZED: Magenta Nixie Tube",
|
||||
"block.create.magenta_sail": "Karmazynowy żagiel",
|
||||
"block.create.magenta_seat": "Karmazynowe siedzenie",
|
||||
"block.create.magenta_valve_handle": "Karmazynowe pokrętło",
|
||||
|
@ -311,6 +321,7 @@
|
|||
"block.create.paved_weathered_limestone_stairs": "Wygładzone zwietrzałe wapienne schody",
|
||||
"block.create.paved_weathered_limestone_wall": "Wygładzony zwietrzały wapienny murek",
|
||||
"block.create.peculiar_bell": "UNLOCALIZED: Peculiar Bell",
|
||||
"block.create.pink_nixie_tube": "UNLOCALIZED: Pink Nixie Tube",
|
||||
"block.create.pink_sail": "Różowy żagiel",
|
||||
"block.create.pink_seat": "Różowe siedzenie",
|
||||
"block.create.pink_valve_handle": "Różowe pokrętło",
|
||||
|
@ -345,10 +356,12 @@
|
|||
"block.create.powered_toggle_latch": "Zasilany przełącznik",
|
||||
"block.create.pulley_magnet": "Krążek z magnesem",
|
||||
"block.create.pulse_repeater": "Przekaźnik pulsowy",
|
||||
"block.create.purple_nixie_tube": "UNLOCALIZED: Purple Nixie Tube",
|
||||
"block.create.purple_sail": "Fioletowy żagiel",
|
||||
"block.create.purple_seat": "Fioletowe siedzenie",
|
||||
"block.create.purple_valve_handle": "Fioletowe pokrętło",
|
||||
"block.create.radial_chassis": "Stelaż promienisty",
|
||||
"block.create.red_nixie_tube": "UNLOCALIZED: Red Nixie Tube",
|
||||
"block.create.red_sail": "Czerwony żagiel",
|
||||
"block.create.red_seat": "Czerwone siedzenie",
|
||||
"block.create.red_valve_handle": "Czerwone pokrętło",
|
||||
|
@ -405,17 +418,22 @@
|
|||
"block.create.weathered_limestone_cobblestone_wall": "Zwietrzały wapienny brukowy murek",
|
||||
"block.create.weathered_limestone_pillar": "Zwietrzały wapienny filar",
|
||||
"block.create.weighted_ejector": "Wyrzutnia odważnikowa",
|
||||
"block.create.white_nixie_tube": "UNLOCALIZED: White Nixie Tube",
|
||||
"block.create.white_sail": "Biały żagiel",
|
||||
"block.create.white_seat": "Białe siedzenie",
|
||||
"block.create.white_valve_handle": "Białe pokrętło",
|
||||
"block.create.windmill_bearing": "Łożysko wiatraka",
|
||||
"block.create.wooden_bracket": "Drewniany wspornik",
|
||||
"block.create.yellow_nixie_tube": "UNLOCALIZED: Yellow Nixie Tube",
|
||||
"block.create.yellow_sail": "Żółty żagiel",
|
||||
"block.create.yellow_seat": "Żółte siedzenie",
|
||||
"block.create.yellow_valve_handle": "Żółte pokrętło",
|
||||
"block.create.zinc_block": "Blok cynku",
|
||||
"block.create.zinc_ore": "Ruda cynku",
|
||||
|
||||
"enchantment.create.capacity": "UNLOCALIZED: Capacity",
|
||||
"enchantment.create.potato_recovery": "UNLOCALIZED: Potato Recovery",
|
||||
|
||||
"entity.create.contraption": "Maszyna",
|
||||
"entity.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"entity.create.gantry_contraption": "Maszyna suwnicowa",
|
||||
|
@ -444,13 +462,13 @@
|
|||
"item.create.chocolate_glazed_berries": "Jagody w czekoladzie",
|
||||
"item.create.chromatic_compound": "Związek chromatyczny",
|
||||
"item.create.cinder_flour": "Rozżarzona mąka",
|
||||
"item.create.clockwork_component": "UNLOCALIZED: Clockwork Component",
|
||||
"item.create.copper_backtank": "Miedziany zbiornik w plecaku",
|
||||
"item.create.copper_ingot": "Sztabka miedzi",
|
||||
"item.create.copper_nugget": "Bryłka miedzi",
|
||||
"item.create.copper_sheet": "Arkusz miedzi",
|
||||
"item.create.crafter_slot_cover": "Przykrywka na slot stołu rzemieślniczego",
|
||||
"item.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"item.create.creative_blaze_cake": "UNLOCALIZED: Creative Blaze Cake",
|
||||
"item.create.crushed_aluminum_ore": "Rozkruszona ruda żelaza",
|
||||
"item.create.crushed_brass": "Rozkruszony mosiądz",
|
||||
"item.create.crushed_copper_ore": "Rozkruszona ruda miedzi",
|
||||
|
@ -479,7 +497,9 @@
|
|||
"item.create.handheld_worldshaper": "Ręczny kształter",
|
||||
"item.create.honey_bucket": "Wiadro miodu",
|
||||
"item.create.honeyed_apple": "Jabłko w miodzie",
|
||||
"item.create.incomplete_clockwork_component": "UNLOCALIZED: Incomplete Clockwork Component",
|
||||
"item.create.incomplete_cogwheel": "UNLOCALIZED: Incomplete Cogwheel",
|
||||
"item.create.incomplete_large_cogwheel": "UNLOCALIZED: Incomplete Large Cogwheel",
|
||||
"item.create.incomplete_precision_mechanism": "UNLOCALIZED: Incomplete Precision Mechanism",
|
||||
"item.create.iron_sheet": "Arkusz żelaza",
|
||||
"item.create.linked_controller": "UNLOCALIZED: Linked Controller",
|
||||
"item.create.minecart_contraption": "Maszyna w wagoniku",
|
||||
|
@ -487,6 +507,7 @@
|
|||
"item.create.polished_rose_quartz": "Wypolerowany kwarc różowy",
|
||||
"item.create.potato_cannon": "UNLOCALIZED: Potato Cannon",
|
||||
"item.create.powdered_obsidian": "Sproszkowany obsydian",
|
||||
"item.create.precision_mechanism": "UNLOCALIZED: Precision Mechanism",
|
||||
"item.create.propeller": "Śmigło",
|
||||
"item.create.red_sand_paper": "Czerwony papier ścierny",
|
||||
"item.create.refined_radiance": "Świetlisty materiał",
|
||||
|
@ -631,8 +652,8 @@
|
|||
"advancement.create.flywheel.desc": "Skutecznie podłącz silnik do koła zamachowego.",
|
||||
"advancement.create.overstress_flywheel": "Wysoki poziom obciążenia",
|
||||
"advancement.create.overstress_flywheel.desc": "Przeładuj silnik spalinowy.",
|
||||
"advancement.create.clockwork_component": "UNLOCALIZED: Complex Curiosities",
|
||||
"advancement.create.clockwork_component.desc": "UNLOCALIZED: Assemble a Clockwork Component.",
|
||||
"advancement.create.precision_mechanism": "UNLOCALIZED: Complex Curiosities",
|
||||
"advancement.create.precision_mechanism.desc": "UNLOCALIZED: Assemble a Precision Mechanism.",
|
||||
"advancement.create.mechanical_arm": "Ręce pełne roboty",
|
||||
"advancement.create.mechanical_arm.desc": "Wytwórz ramię mechaniczne, wybierz miejsca wejścia i wyjścia, postaw je i wpraw w ruch. Patrz jak robi wszystko za Ciebie.",
|
||||
"advancement.create.musical_arm": "Zagraj coś dla mnie!",
|
||||
|
@ -673,13 +694,19 @@
|
|||
"itemGroup.create.palettes": "Palety Create",
|
||||
|
||||
"death.attack.create.crush": "Gracz %1$s został zgnieciony przez koło kruszące",
|
||||
"death.attack.create.crush.player": "UNLOCALIZED: %1$s was thrown into Crushing Wheels by %2$s",
|
||||
"death.attack.create.fan_fire": "Gracz %1$s poparzył się gorącym powietrzem",
|
||||
"death.attack.create.fan_fire.player": "UNLOCALIZED: %1$s was thrown into a smoker by %2$s",
|
||||
"death.attack.create.fan_lava": "Gracz %1$s poparzył się kroplami lawy",
|
||||
"death.attack.create.fan_lava.player": "UNLOCALIZED: %1$s was thrown into a smelter by %2$s",
|
||||
"death.attack.create.mechanical_drill": "Gracz %1$s nabił się na mechaniczne wiertło",
|
||||
"death.attack.create.mechanical_drill.player": "UNLOCALIZED: %1$s was thrown in front of a Drill by %2$s",
|
||||
"death.attack.create.mechanical_saw": "Gracz %1$s został przecięty na pół przez mechaniczną piłę",
|
||||
"death.attack.create.mechanical_saw.player": "UNLOCALIZED: %1$s was thrown into a Saw by %2$s",
|
||||
"death.attack.create.potato_cannon": "UNLOCALIZED: %1$s was shot by %2$s's Potato Cannon",
|
||||
"death.attack.create.potato_cannon.item": "UNLOCALIZED: %1$s was shot by %2$s using %3$s",
|
||||
"death.attack.create.cuckoo_clock_explosion": "Gracz %1$s został wysadzony w powietrze przez uszkodzony zegar z kukułką",
|
||||
"death.attack.create.cuckoo_clock_explosion.player": "UNLOCALIZED: %1$s was blown up by tampered cuckoo clock",
|
||||
|
||||
"create.block.deployer.damage_source_name": "zbuntowany aplikator",
|
||||
"create.block.cart_assembler.invalid": "Postaw monter wagoników na torze",
|
||||
|
@ -725,7 +752,7 @@
|
|||
"create.recipe.assembly.deploying_item": "UNLOCALIZED: Deploy %1$s",
|
||||
"create.recipe.assembly.cutting": "UNLOCALIZED: Cut with Saw",
|
||||
"create.recipe.assembly.repeat": "UNLOCALIZED: Repeat Sequence %1$s Times",
|
||||
"create.recipe.assembly.junk": "UNLOCALIZED: Random junk",
|
||||
"create.recipe.assembly.junk": "UNLOCALIZED: Random salvage",
|
||||
"create.recipe.processing.chance": "%1$s%% szans",
|
||||
"create.recipe.heat_requirement.none": "Nie wymaga podgrzewania",
|
||||
"create.recipe.heat_requirement.heated": "Podrzewane",
|
||||
|
@ -1039,6 +1066,11 @@
|
|||
"create.item_attributes.in_item_group.inverted": "nie jest w grupie \"%1$s\"",
|
||||
"create.item_attributes.added_by": "dodany przez %1$s",
|
||||
"create.item_attributes.added_by.inverted": "niedodany przez %1$s",
|
||||
"create.item_attributes.shulker_level": "UNLOCALIZED: is shulker %1$s",
|
||||
"create.item_attributes.shulker_level.inverted": "UNLOCALIZED: is shulker not %1$s",
|
||||
"create.item_attributes.shulker_level.full": "UNLOCALIZED: full",
|
||||
"create.item_attributes.shulker_level.empty": "UNLOCALIZED: empty",
|
||||
"create.item_attributes.shulker_level.partial": "UNLOCALIZED: partially filled",
|
||||
"create.item_attributes.has_enchant": "posiada zaklęcie %1$s",
|
||||
"create.item_attributes.has_enchant.inverted": "nie posiada zaklęcia %1$s",
|
||||
"create.item_attributes.color": "jest zafarbowane, kolor %1$s",
|
||||
|
@ -1134,6 +1166,9 @@
|
|||
"create.tooltip.chute.fans_pull_up": "Wiatraki ciągną od góry",
|
||||
"create.tooltip.chute.fans_pull_down": "Wiatraki ciągną od dołu",
|
||||
"create.tooltip.chute.contains": "Zawiera: %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.contains": "UNLOCALIZED: Currently distributing:",
|
||||
"create.tooltip.brass_tunnel.contains_entry": "UNLOCALIZED: > %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.retrieve": "UNLOCALIZED: Right-Click to retrieve",
|
||||
|
||||
"create.linked_controller.bind_mode": "UNLOCALIZED: Bind mode active",
|
||||
"create.linked_controller.press_keybind": "UNLOCALIZED: Press %1$s, %2$s, %3$s, %4$s, %5$s or %6$s, to bind this frequency to the respective key",
|
||||
|
@ -1149,6 +1184,10 @@
|
|||
"create.crafting_blueprint.secondary_display_slot": "UNLOCALIZED: Secondary Display Slot",
|
||||
"create.crafting_blueprint.optional": "UNLOCALIZED: Optional",
|
||||
|
||||
"create.potato_cannon.ammo.attack_damage": "UNLOCALIZED: %1$s Attack Damage",
|
||||
"create.potato_cannon.ammo.reload_ticks": "UNLOCALIZED: %1$s Reload Ticks",
|
||||
"create.potato_cannon.ammo.knockback": "UNLOCALIZED: %1$s Knockback",
|
||||
|
||||
"create.hint.hose_pulley.title": "Niewyczerpany zapas",
|
||||
"create.hint.hose_pulley": "Wybrane zbiornik cieczy jest uznany za nieskończony",
|
||||
"create.hint.mechanical_arm_no_targets.title": "Brak celi",
|
||||
|
@ -1187,11 +1226,13 @@
|
|||
"create.subtitle.mechanical_press_activation_belt": "Mechaniczna prasa stuka",
|
||||
"create.subtitle.fwoomp": "UNLOCALIZED: Potato Launcher fwoomps",
|
||||
"create.subtitle.worldshaper_place": "Kształter strzela",
|
||||
"create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises",
|
||||
"create.subtitle.depot_slide": "Przedmiot ślizga się",
|
||||
"create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.blaze_munch": "Płomyk szczęśliwie przeżuwa",
|
||||
"create.subtitle.funnel_flap": "Lejek trzepocze",
|
||||
"create.subtitle.schematicannon_finish": "Schematoarmata skończyła",
|
||||
"create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls",
|
||||
"create.subtitle.scroll_value": "Kliknięcie",
|
||||
"create.subtitle.crafter_craft": "Mechaniczny stół rzemieślniczy konstruuje",
|
||||
"create.subtitle.controller_put": "UNLOCALIZED: Controller thumps",
|
||||
|
@ -1202,13 +1243,12 @@
|
|||
"create.subtitle.wrench_rotate": "Klucz skrzypi",
|
||||
"create.subtitle.potato_hit": "UNLOCALIZED: Vegetable impacts",
|
||||
"create.subtitle.saw_activate_wood": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens",
|
||||
"create.subtitle.deployer_polish": "Aplikator poleruje",
|
||||
"create.subtitle.deny": "Dźwięk odmowy",
|
||||
"create.subtitle.controller_click": "UNLOCALIZED: Controller clicks",
|
||||
"create.subtitle.schematicannon_launch_block": "Schematoarmata strzela",
|
||||
"create.subtitle.copper_armor_equip": "Sprzęt do nurkowania pobrzękuje",
|
||||
"create.subtitle.cursed_bell_use": "UNLOCALIZED: Cursed Bell tolls",
|
||||
"create.subtitle.cursed_bell_convert": "UNLOCALIZED: Cursed Bell awakens",
|
||||
"create.subtitle.controller_take": "UNLOCALIZED: Lectern empties",
|
||||
"create.subtitle.mechanical_press_activation": "Mechaniczna prasa się uruchamia",
|
||||
"create.subtitle.contraption_assemble": "Maszyna przesuwa się",
|
||||
|
@ -1373,6 +1413,11 @@
|
|||
"block.create.creative_crate.tooltip.condition1": "Kiedy przedmiot jest w slocie na filtr",
|
||||
"block.create.creative_crate.tooltip.behaviour1": "Bloki _wyciągające_ przedmioty z tego bloku będą miały _nieskończony zapas_ wybranego przedmiotu. Przedmioty włożone do tej skrzynki będą _usuwane_.",
|
||||
|
||||
"item.create.creative_blaze_cake.tooltip": "UNLOCALIZED: CREATIVE CAKE",
|
||||
"item.create.creative_blaze_cake.tooltip.summary": "UNLOCALIZED: A very special treat for _Blaze Burners_ that allows _controlling their heat level_. After eating this cake, Blaze Burners will _never run out of fuel_.",
|
||||
"item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: R-Click on Blaze Burner",
|
||||
"item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Locks_ the Blaze Burner's heat level. If used again, _cycles_ the Blaze Burner's heat level.",
|
||||
|
||||
"block.create.controller_rail.tooltip": "TORY STERUJĄCE",
|
||||
"block.create.controller_rail.tooltip.summary": "_Wielokierunkowy_ zasilany tor pozwalający na _dokładną kontrolę_ nad _prędkością wagonika_.",
|
||||
"block.create.controller_rail.tooltip.condition1": "Kiedy zasilone przez Redstone",
|
||||
|
@ -1437,12 +1482,12 @@
|
|||
"item.create.minecart_coupling.tooltip.behaviour1": "_Łączy_ dwa wagoniki, próbując utrzymać je w stałej odległości od siebie.",
|
||||
|
||||
"block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL",
|
||||
"block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative brass bell. Placing it above a _Soul Fire_ or _Soul Campfire_ may cause a spooky transformation to occur...",
|
||||
"block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...",
|
||||
|
||||
"block.create.cursed_bell.tooltip": "UNLOCALIZED: CURSED BELL",
|
||||
"block.create.cursed_bell.tooltip.summary": "UNLOCALIZED: A spooky brass bell haunted by lost souls of the Nether.",
|
||||
"block.create.cursed_bell.tooltip.condition1": "UNLOCALIZED: When Held or Rang",
|
||||
"block.create.cursed_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby dark spots on which Hostile Mobs could spawn.",
|
||||
"block.create.haunted_bell.tooltip": "UNLOCALIZED: HAUNTED BELL",
|
||||
"block.create.haunted_bell.tooltip.summary": "UNLOCALIZED: A _Cursed Bell_ haunted by lost souls of the Nether.",
|
||||
"block.create.haunted_bell.tooltip.condition1": "UNLOCALIZED: When Held or Rang",
|
||||
"block.create.haunted_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby _Lightless Spots_ on which _Hostile Mobs_ can spawn.",
|
||||
|
||||
|
||||
"_": "->------------------------] Ponder Content [------------------------<-",
|
||||
|
@ -1464,41 +1509,41 @@
|
|||
"create.ponder.categories": "UNLOCALIZED: Available Categories in Create",
|
||||
"create.ponder.index_description": "UNLOCALIZED: Click one of the icons to learn about its associated Items and Blocks",
|
||||
"create.ponder.index_title": "UNLOCALIZED: Ponder Index",
|
||||
"create.ponder.shared.movement_anchors": "Z pomocą stelaży lub Super Glue, większe struktury mogą być przesuwane.",
|
||||
"create.ponder.shared.rpm32": "32 Ob/min",
|
||||
"create.ponder.shared.sneak_and": "Skradanie +",
|
||||
"create.ponder.shared.storage_on_contraption": "Pojemniki przyłączone do maszyny będą podnosiły przedmioty automatycznie",
|
||||
"create.ponder.shared.rpm16": "16 Ob/min",
|
||||
"create.ponder.shared.behaviour_modify_wrench": "To zachowanie może być zmodyfikowane przy pomocy klucza",
|
||||
"create.ponder.shared.storage_on_contraption": "Pojemniki przyłączone do maszyny będą podnosiły przedmioty automatycznie",
|
||||
"create.ponder.shared.sneak_and": "Skradanie +",
|
||||
"create.ponder.shared.rpm8": "8 Ob/min",
|
||||
"create.ponder.shared.ctrl_and": "Ctrl +",
|
||||
"create.ponder.shared.rpm32": "32 Ob/min",
|
||||
"create.ponder.shared.rpm16_source": "Źródło: 16 Ob/min",
|
||||
"create.ponder.shared.rpm16": "16 Ob/min",
|
||||
"create.ponder.tag.kinetic_sources": "Źródła siły obrotowej",
|
||||
"create.ponder.tag.kinetic_sources.description": "Komponenty, które generują siłę obrotu",
|
||||
"create.ponder.tag.contraption_actor": "Komponenty aktywne maszyn",
|
||||
"create.ponder.tag.contraption_actor.description": "Komponenty, które posiadają specjalne zachowanie będąc podłączonymi do maszyny",
|
||||
"create.ponder.tag.arm_targets": "Cele dla mechanicznego ramienia",
|
||||
"create.ponder.tag.arm_targets.description": "Komponenty, które mogą być wybrane, jako wejście lub wyjście dla mechanicznego ramienia",
|
||||
"create.ponder.tag.logistics": "Transport przedmiotów",
|
||||
"create.ponder.tag.logistics.description": "Komponenty, które pomagają w transporcie przedmiotów",
|
||||
"create.ponder.tag.movement_anchor": "Komponenty ruchome",
|
||||
"create.ponder.tag.movement_anchor.description": "Komponenty, które pozwalają na tworzenie ruchomych maszyn, poruszając ją na wiele różnych sposobów.",
|
||||
"create.ponder.tag.creative": "Tryb kreatywny",
|
||||
"create.ponder.tag.creative.description": "Komponenty niedostępne na trybie przetrwania",
|
||||
"create.ponder.tag.kinetic_relays": "Bloki obrotowe",
|
||||
"create.ponder.tag.kinetic_relays.description": "Komponenty, które pomagają w przekazywaniu siły obrotowej w inne miejsca",
|
||||
"create.ponder.tag.windmill_sails": "Bloki żaglo-podobne",
|
||||
"create.ponder.tag.windmill_sails.description": "Bloki, które dokładają się do siły, z jaką obracają się łopaty maszyny wiatrakowej.",
|
||||
"create.ponder.tag.contraption_assembly": "Bloki do tworzenia maszyn",
|
||||
"create.ponder.tag.contraption_assembly.description": "Narzędzia i komponenty używane do konstrukcji ruchomych maszyn",
|
||||
"create.ponder.tag.decoration": "Dekoracje",
|
||||
"create.ponder.tag.decoration.description": "Komponenty używane głównie do celów estetycznych",
|
||||
"create.ponder.tag.kinetic_appliances": "Urządzenia obrotowe",
|
||||
"create.ponder.tag.kinetic_appliances.description": "Komponenty używające siły obrotowej",
|
||||
"create.ponder.shared.movement_anchors": "Z pomocą stelaży lub Super Glue, większe struktury mogą być przesuwane.",
|
||||
"create.ponder.tag.redstone": "Komponenty logiczne",
|
||||
"create.ponder.tag.redstone.description": "Komponenty przydatne w Redstonie",
|
||||
"create.ponder.tag.contraption_assembly": "Bloki do tworzenia maszyn",
|
||||
"create.ponder.tag.contraption_assembly.description": "Narzędzia i komponenty używane do konstrukcji ruchomych maszyn",
|
||||
"create.ponder.tag.fluids": "Manipulator płynów",
|
||||
"create.ponder.tag.fluids.description": "Komponenty przydatne przy pracy z płynami",
|
||||
"create.ponder.tag.decoration": "Dekoracje",
|
||||
"create.ponder.tag.decoration.description": "Komponenty używane głównie do celów estetycznych",
|
||||
"create.ponder.tag.windmill_sails": "Bloki żaglo-podobne",
|
||||
"create.ponder.tag.windmill_sails.description": "Bloki, które dokładają się do siły, z jaką obracają się łopaty maszyny wiatrakowej.",
|
||||
"create.ponder.tag.arm_targets": "Cele dla mechanicznego ramienia",
|
||||
"create.ponder.tag.arm_targets.description": "Komponenty, które mogą być wybrane, jako wejście lub wyjście dla mechanicznego ramienia",
|
||||
"create.ponder.tag.kinetic_appliances": "Urządzenia obrotowe",
|
||||
"create.ponder.tag.kinetic_appliances.description": "Komponenty używające siły obrotowej",
|
||||
"create.ponder.tag.kinetic_sources": "Źródła siły obrotowej",
|
||||
"create.ponder.tag.kinetic_sources.description": "Komponenty, które generują siłę obrotu",
|
||||
"create.ponder.tag.movement_anchor": "Komponenty ruchome",
|
||||
"create.ponder.tag.movement_anchor.description": "Komponenty, które pozwalają na tworzenie ruchomych maszyn, poruszając ją na wiele różnych sposobów.",
|
||||
"create.ponder.tag.kinetic_relays": "Bloki obrotowe",
|
||||
"create.ponder.tag.kinetic_relays.description": "Komponenty, które pomagają w przekazywaniu siły obrotowej w inne miejsca",
|
||||
"create.ponder.tag.contraption_actor": "Komponenty aktywne maszyn",
|
||||
"create.ponder.tag.contraption_actor.description": "Komponenty, które posiadają specjalne zachowanie będąc podłączonymi do maszyny",
|
||||
"create.ponder.tag.creative": "Tryb kreatywny",
|
||||
"create.ponder.tag.creative.description": "Komponenty niedostępne na trybie przetrwania",
|
||||
"create.ponder.tag.logistics": "Transport przedmiotów",
|
||||
"create.ponder.tag.logistics.description": "Komponenty, które pomagają w transporcie przedmiotów",
|
||||
|
||||
"create.ponder.adjustable_pulse_repeater.header": "Kontrola sygnałów z wykorzystaniem regulowanych przekaźników pulsu",
|
||||
"create.ponder.adjustable_pulse_repeater.text_1": "Regulowane przekaźniki pulsu emitują krótki puls po opóźnieniu",
|
||||
|
@ -1729,7 +1774,8 @@
|
|||
"create.ponder.empty_blaze_burner.text_2": "Ewentualnie, Płomyk może być zabrany prosto z jego Spawnera",
|
||||
"create.ponder.empty_blaze_burner.text_3": "Masz teraz idealne źródło ciepła dla przeróżnych maszyn",
|
||||
"create.ponder.empty_blaze_burner.text_4": "Dla celów dekoracyjnych, puste palniki można też zapalić krzesiwem",
|
||||
"create.ponder.empty_blaze_burner.text_5": "Nie będzie on dawał jednak ciepła",
|
||||
"create.ponder.empty_blaze_burner.text_5": "UNLOCALIZED: The flame can be transformed using a soul-infused item",
|
||||
"create.ponder.empty_blaze_burner.text_6": "Nie będzie on dawał jednak ciepła",
|
||||
|
||||
"create.ponder.encased_fluid_pipe.header": "UNLOCALIZED: Encasing Fluid Pipes",
|
||||
"create.ponder.encased_fluid_pipe.text_1": "UNLOCALIZED: Copper Casing can be used to decorate Fluid Pipes",
|
||||
|
@ -2046,6 +2092,7 @@
|
|||
"create.ponder.nixie_tube.header": "Używanie lamp cyfrowych",
|
||||
"create.ponder.nixie_tube.text_1": "Kiedy zasilone, lampy cyfrowe wyświetlą siłę sygnału Redstone, jaki otrzymują",
|
||||
"create.ponder.nixie_tube.text_2": "Używając znaczników i kowadła można wyświetlić własny tekst",
|
||||
"create.ponder.nixie_tube.text_3": "UNLOCALIZED: Right-Click with Dye to change their display colour",
|
||||
|
||||
"create.ponder.piston_pole.header": "Przedłużenia tłoka",
|
||||
"create.ponder.piston_pole.text_1": "Bez przyłączonych przedłużeń, mechaniczny tłok nie może się wysunąć",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"_": "Missing Localizations: 1764",
|
||||
"_": "Missing Localizations: 1808",
|
||||
|
||||
"_": "->------------------------] Game Elements [------------------------<-",
|
||||
|
||||
|
@ -28,10 +28,12 @@
|
|||
"block.create.belt": "Esteira Mecânica",
|
||||
"block.create.birch_window": "UNLOCALIZED: Birch Window",
|
||||
"block.create.birch_window_pane": "UNLOCALIZED: Birch Window Pane",
|
||||
"block.create.black_nixie_tube": "UNLOCALIZED: Black Nixie Tube",
|
||||
"block.create.black_sail": "UNLOCALIZED: Black Sail",
|
||||
"block.create.black_seat": "UNLOCALIZED: Black Seat",
|
||||
"block.create.black_valve_handle": "UNLOCALIZED: Black Valve Handle",
|
||||
"block.create.blaze_burner": "UNLOCALIZED: Blaze Burner",
|
||||
"block.create.blue_nixie_tube": "UNLOCALIZED: Blue Nixie Tube",
|
||||
"block.create.blue_sail": "UNLOCALIZED: Blue Sail",
|
||||
"block.create.blue_seat": "UNLOCALIZED: Blue Seat",
|
||||
"block.create.blue_valve_handle": "UNLOCALIZED: Blue Valve Handle",
|
||||
|
@ -41,6 +43,7 @@
|
|||
"block.create.brass_encased_shaft": "UNLOCALIZED: Brass Encased Shaft",
|
||||
"block.create.brass_funnel": "UNLOCALIZED: Brass Funnel",
|
||||
"block.create.brass_tunnel": "UNLOCALIZED: Brass Tunnel",
|
||||
"block.create.brown_nixie_tube": "UNLOCALIZED: Brown Nixie Tube",
|
||||
"block.create.brown_sail": "UNLOCALIZED: Brown Sail",
|
||||
"block.create.brown_seat": "UNLOCALIZED: Brown Seat",
|
||||
"block.create.brown_valve_handle": "UNLOCALIZED: Brown Valve Handle",
|
||||
|
@ -73,7 +76,7 @@
|
|||
"block.create.crushing_wheel": "Roda de Moer",
|
||||
"block.create.crushing_wheel_controller": "UNLOCALIZED: Crushing Wheel Controller",
|
||||
"block.create.cuckoo_clock": "UNLOCALIZED: Cuckoo Clock",
|
||||
"block.create.cursed_bell": "UNLOCALIZED: Cursed Bell",
|
||||
"block.create.cyan_nixie_tube": "UNLOCALIZED: Cyan Nixie Tube",
|
||||
"block.create.cyan_sail": "UNLOCALIZED: Cyan Sail",
|
||||
"block.create.cyan_seat": "UNLOCALIZED: Cyan Seat",
|
||||
"block.create.cyan_valve_handle": "UNLOCALIZED: Cyan Valve Handle",
|
||||
|
@ -180,13 +183,16 @@
|
|||
"block.create.granite_cobblestone_stairs": "UNLOCALIZED: Granite Cobblestone Stairs",
|
||||
"block.create.granite_cobblestone_wall": "UNLOCALIZED: Granite Cobblestone Wall",
|
||||
"block.create.granite_pillar": "UNLOCALIZED: Granite Pillar",
|
||||
"block.create.gray_nixie_tube": "UNLOCALIZED: Gray Nixie Tube",
|
||||
"block.create.gray_sail": "UNLOCALIZED: Gray Sail",
|
||||
"block.create.gray_seat": "UNLOCALIZED: Gray Seat",
|
||||
"block.create.gray_valve_handle": "UNLOCALIZED: Gray Valve Handle",
|
||||
"block.create.green_nixie_tube": "UNLOCALIZED: Green Nixie Tube",
|
||||
"block.create.green_sail": "UNLOCALIZED: Green Sail",
|
||||
"block.create.green_seat": "UNLOCALIZED: Green Seat",
|
||||
"block.create.green_valve_handle": "UNLOCALIZED: Green Valve Handle",
|
||||
"block.create.hand_crank": "UNLOCALIZED: Hand Crank",
|
||||
"block.create.haunted_bell": "UNLOCALIZED: Haunted Bell",
|
||||
"block.create.honey": "UNLOCALIZED: Honey",
|
||||
"block.create.horizontal_framed_glass": "UNLOCALIZED: Horizontal Framed Glass",
|
||||
"block.create.horizontal_framed_glass_pane": "UNLOCALIZED: Horizontal Framed Glass Pane",
|
||||
|
@ -205,12 +211,15 @@
|
|||
"block.create.layered_scoria": "UNLOCALIZED: Layered Scoria",
|
||||
"block.create.layered_weathered_limestone": "UNLOCALIZED: Layered Weathered Limestone",
|
||||
"block.create.lectern_controller": "UNLOCALIZED: Lectern Controller",
|
||||
"block.create.light_blue_nixie_tube": "UNLOCALIZED: Light Blue Nixie Tube",
|
||||
"block.create.light_blue_sail": "UNLOCALIZED: Light Blue Sail",
|
||||
"block.create.light_blue_seat": "UNLOCALIZED: Light Blue Seat",
|
||||
"block.create.light_blue_valve_handle": "UNLOCALIZED: Light Blue Valve Handle",
|
||||
"block.create.light_gray_nixie_tube": "UNLOCALIZED: Light Gray Nixie Tube",
|
||||
"block.create.light_gray_sail": "UNLOCALIZED: Light Gray Sail",
|
||||
"block.create.light_gray_seat": "UNLOCALIZED: Light Gray Seat",
|
||||
"block.create.light_gray_valve_handle": "UNLOCALIZED: Light Gray Valve Handle",
|
||||
"block.create.lime_nixie_tube": "UNLOCALIZED: Lime Nixie Tube",
|
||||
"block.create.lime_sail": "UNLOCALIZED: Lime Sail",
|
||||
"block.create.lime_seat": "UNLOCALIZED: Lime Seat",
|
||||
"block.create.lime_valve_handle": "UNLOCALIZED: Lime Valve Handle",
|
||||
|
@ -227,6 +236,7 @@
|
|||
"block.create.limestone_pillar": "Pilar de Calcário",
|
||||
"block.create.linear_chassis": "Chassis de Translado",
|
||||
"block.create.lit_blaze_burner": "UNLOCALIZED: Lit Blaze Burner",
|
||||
"block.create.magenta_nixie_tube": "UNLOCALIZED: Magenta Nixie Tube",
|
||||
"block.create.magenta_sail": "UNLOCALIZED: Magenta Sail",
|
||||
"block.create.magenta_seat": "UNLOCALIZED: Magenta Seat",
|
||||
"block.create.magenta_valve_handle": "UNLOCALIZED: Magenta Valve Handle",
|
||||
|
@ -311,6 +321,7 @@
|
|||
"block.create.paved_weathered_limestone_stairs": "UNLOCALIZED: Paved Weathered Limestone Stairs",
|
||||
"block.create.paved_weathered_limestone_wall": "UNLOCALIZED: Paved Weathered Limestone Wall",
|
||||
"block.create.peculiar_bell": "UNLOCALIZED: Peculiar Bell",
|
||||
"block.create.pink_nixie_tube": "UNLOCALIZED: Pink Nixie Tube",
|
||||
"block.create.pink_sail": "UNLOCALIZED: Pink Sail",
|
||||
"block.create.pink_seat": "UNLOCALIZED: Pink Seat",
|
||||
"block.create.pink_valve_handle": "UNLOCALIZED: Pink Valve Handle",
|
||||
|
@ -345,10 +356,12 @@
|
|||
"block.create.powered_toggle_latch": "UNLOCALIZED: Powered Toggle Latch",
|
||||
"block.create.pulley_magnet": "UNLOCALIZED: Pulley Magnet",
|
||||
"block.create.pulse_repeater": "Repetidor de Pulso",
|
||||
"block.create.purple_nixie_tube": "UNLOCALIZED: Purple Nixie Tube",
|
||||
"block.create.purple_sail": "UNLOCALIZED: Purple Sail",
|
||||
"block.create.purple_seat": "UNLOCALIZED: Purple Seat",
|
||||
"block.create.purple_valve_handle": "UNLOCALIZED: Purple Valve Handle",
|
||||
"block.create.radial_chassis": "Chassis de Rotação",
|
||||
"block.create.red_nixie_tube": "UNLOCALIZED: Red Nixie Tube",
|
||||
"block.create.red_sail": "UNLOCALIZED: Red Sail",
|
||||
"block.create.red_seat": "UNLOCALIZED: Red Seat",
|
||||
"block.create.red_valve_handle": "UNLOCALIZED: Red Valve Handle",
|
||||
|
@ -405,17 +418,22 @@
|
|||
"block.create.weathered_limestone_cobblestone_wall": "UNLOCALIZED: Weathered Limestone Cobblestone Wall",
|
||||
"block.create.weathered_limestone_pillar": "Pilar de Calcário Resistido",
|
||||
"block.create.weighted_ejector": "UNLOCALIZED: Weighted Ejector",
|
||||
"block.create.white_nixie_tube": "UNLOCALIZED: White Nixie Tube",
|
||||
"block.create.white_sail": "UNLOCALIZED: White Sail",
|
||||
"block.create.white_seat": "UNLOCALIZED: White Seat",
|
||||
"block.create.white_valve_handle": "UNLOCALIZED: White Valve Handle",
|
||||
"block.create.windmill_bearing": "UNLOCALIZED: Windmill Bearing",
|
||||
"block.create.wooden_bracket": "UNLOCALIZED: Wooden Bracket",
|
||||
"block.create.yellow_nixie_tube": "UNLOCALIZED: Yellow Nixie Tube",
|
||||
"block.create.yellow_sail": "UNLOCALIZED: Yellow Sail",
|
||||
"block.create.yellow_seat": "UNLOCALIZED: Yellow Seat",
|
||||
"block.create.yellow_valve_handle": "UNLOCALIZED: Yellow Valve Handle",
|
||||
"block.create.zinc_block": "UNLOCALIZED: Block of Zinc",
|
||||
"block.create.zinc_ore": "UNLOCALIZED: Zinc Ore",
|
||||
|
||||
"enchantment.create.capacity": "UNLOCALIZED: Capacity",
|
||||
"enchantment.create.potato_recovery": "UNLOCALIZED: Potato Recovery",
|
||||
|
||||
"entity.create.contraption": "UNLOCALIZED: Contraption",
|
||||
"entity.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"entity.create.gantry_contraption": "UNLOCALIZED: Gantry Contraption",
|
||||
|
@ -444,13 +462,13 @@
|
|||
"item.create.chocolate_glazed_berries": "UNLOCALIZED: Chocolate Glazed Berries",
|
||||
"item.create.chromatic_compound": "UNLOCALIZED: Chromatic Compound",
|
||||
"item.create.cinder_flour": "UNLOCALIZED: Cinder Flour",
|
||||
"item.create.clockwork_component": "UNLOCALIZED: Clockwork Component",
|
||||
"item.create.copper_backtank": "UNLOCALIZED: Copper Backtank",
|
||||
"item.create.copper_ingot": "UNLOCALIZED: Copper Ingot",
|
||||
"item.create.copper_nugget": "UNLOCALIZED: Copper Nugget",
|
||||
"item.create.copper_sheet": "UNLOCALIZED: Copper Sheet",
|
||||
"item.create.crafter_slot_cover": "UNLOCALIZED: Crafter Slot Cover",
|
||||
"item.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"item.create.creative_blaze_cake": "UNLOCALIZED: Creative Blaze Cake",
|
||||
"item.create.crushed_aluminum_ore": "UNLOCALIZED: Crushed Aluminum Ore",
|
||||
"item.create.crushed_brass": "UNLOCALIZED: Crushed Brass",
|
||||
"item.create.crushed_copper_ore": "UNLOCALIZED: Crushed Copper Ore",
|
||||
|
@ -479,7 +497,9 @@
|
|||
"item.create.handheld_worldshaper": "UNLOCALIZED: Creative Worldshaper",
|
||||
"item.create.honey_bucket": "UNLOCALIZED: Honey Bucket",
|
||||
"item.create.honeyed_apple": "UNLOCALIZED: Honeyed Apple",
|
||||
"item.create.incomplete_clockwork_component": "UNLOCALIZED: Incomplete Clockwork Component",
|
||||
"item.create.incomplete_cogwheel": "UNLOCALIZED: Incomplete Cogwheel",
|
||||
"item.create.incomplete_large_cogwheel": "UNLOCALIZED: Incomplete Large Cogwheel",
|
||||
"item.create.incomplete_precision_mechanism": "UNLOCALIZED: Incomplete Precision Mechanism",
|
||||
"item.create.iron_sheet": "Placas de Ferro",
|
||||
"item.create.linked_controller": "UNLOCALIZED: Linked Controller",
|
||||
"item.create.minecart_contraption": "UNLOCALIZED: Minecart Contraption",
|
||||
|
@ -487,6 +507,7 @@
|
|||
"item.create.polished_rose_quartz": "UNLOCALIZED: Polished Rose Quartz",
|
||||
"item.create.potato_cannon": "UNLOCALIZED: Potato Cannon",
|
||||
"item.create.powdered_obsidian": "UNLOCALIZED: Powdered Obsidian",
|
||||
"item.create.precision_mechanism": "UNLOCALIZED: Precision Mechanism",
|
||||
"item.create.propeller": "Hélice",
|
||||
"item.create.red_sand_paper": "UNLOCALIZED: Red Sand Paper",
|
||||
"item.create.refined_radiance": "UNLOCALIZED: Refined Radiance",
|
||||
|
@ -631,8 +652,8 @@
|
|||
"advancement.create.flywheel.desc": "UNLOCALIZED: Successfully connect an engine to the Flywheel.",
|
||||
"advancement.create.overstress_flywheel": "UNLOCALIZED: High levels of Stress",
|
||||
"advancement.create.overstress_flywheel.desc": "UNLOCALIZED: Overstress a Furnace Engine.",
|
||||
"advancement.create.clockwork_component": "UNLOCALIZED: Complex Curiosities",
|
||||
"advancement.create.clockwork_component.desc": "UNLOCALIZED: Assemble a Clockwork Component.",
|
||||
"advancement.create.precision_mechanism": "UNLOCALIZED: Complex Curiosities",
|
||||
"advancement.create.precision_mechanism.desc": "UNLOCALIZED: Assemble a Precision Mechanism.",
|
||||
"advancement.create.mechanical_arm": "UNLOCALIZED: Busy Hands!",
|
||||
"advancement.create.mechanical_arm.desc": "UNLOCALIZED: Craft a Mechanical Arm, select in- and outputs, place it down and give it power; then watch as it does all the work for you.",
|
||||
"advancement.create.musical_arm": "UNLOCALIZED: Play Me My Theme Tune!",
|
||||
|
@ -673,13 +694,19 @@
|
|||
"itemGroup.create.palettes": "UNLOCALIZED: Create Palettes",
|
||||
|
||||
"death.attack.create.crush": "%1$s foi processado pelas Rodas de Moer",
|
||||
"death.attack.create.crush.player": "UNLOCALIZED: %1$s was thrown into Crushing Wheels by %2$s",
|
||||
"death.attack.create.fan_fire": "%1$s foi queimado por ar quente",
|
||||
"death.attack.create.fan_fire.player": "UNLOCALIZED: %1$s was thrown into a smoker by %2$s",
|
||||
"death.attack.create.fan_lava": "%1$s foi queimado pelo ventilador de lava",
|
||||
"death.attack.create.fan_lava.player": "UNLOCALIZED: %1$s was thrown into a smelter by %2$s",
|
||||
"death.attack.create.mechanical_drill": "%1$s foi empalado pela Furadeira Mecânica",
|
||||
"death.attack.create.mechanical_drill.player": "UNLOCALIZED: %1$s was thrown in front of a Drill by %2$s",
|
||||
"death.attack.create.mechanical_saw": "UNLOCALIZED: %1$s got cut in half by a Mechanical Saw",
|
||||
"death.attack.create.mechanical_saw.player": "UNLOCALIZED: %1$s was thrown into a Saw by %2$s",
|
||||
"death.attack.create.potato_cannon": "UNLOCALIZED: %1$s was shot by %2$s's Potato Cannon",
|
||||
"death.attack.create.potato_cannon.item": "UNLOCALIZED: %1$s was shot by %2$s using %3$s",
|
||||
"death.attack.create.cuckoo_clock_explosion": "UNLOCALIZED: %1$s was blown up by tampered cuckoo clock",
|
||||
"death.attack.create.cuckoo_clock_explosion.player": "UNLOCALIZED: %1$s was blown up by tampered cuckoo clock",
|
||||
|
||||
"create.block.deployer.damage_source_name": "UNLOCALIZED: a rogue Deployer",
|
||||
"create.block.cart_assembler.invalid": "UNLOCALIZED: Place your Cart Assembler on a rail block",
|
||||
|
@ -725,7 +752,7 @@
|
|||
"create.recipe.assembly.deploying_item": "UNLOCALIZED: Deploy %1$s",
|
||||
"create.recipe.assembly.cutting": "UNLOCALIZED: Cut with Saw",
|
||||
"create.recipe.assembly.repeat": "UNLOCALIZED: Repeat Sequence %1$s Times",
|
||||
"create.recipe.assembly.junk": "UNLOCALIZED: Random junk",
|
||||
"create.recipe.assembly.junk": "UNLOCALIZED: Random salvage",
|
||||
"create.recipe.processing.chance": "%1$s%% de chance",
|
||||
"create.recipe.heat_requirement.none": "UNLOCALIZED: No Heating Required",
|
||||
"create.recipe.heat_requirement.heated": "UNLOCALIZED: Heated",
|
||||
|
@ -1039,6 +1066,11 @@
|
|||
"create.item_attributes.in_item_group.inverted": "UNLOCALIZED: is not in group '%1$s'",
|
||||
"create.item_attributes.added_by": "UNLOCALIZED: was added by %1$s",
|
||||
"create.item_attributes.added_by.inverted": "UNLOCALIZED: was not added by %1$s",
|
||||
"create.item_attributes.shulker_level": "UNLOCALIZED: is shulker %1$s",
|
||||
"create.item_attributes.shulker_level.inverted": "UNLOCALIZED: is shulker not %1$s",
|
||||
"create.item_attributes.shulker_level.full": "UNLOCALIZED: full",
|
||||
"create.item_attributes.shulker_level.empty": "UNLOCALIZED: empty",
|
||||
"create.item_attributes.shulker_level.partial": "UNLOCALIZED: partially filled",
|
||||
"create.item_attributes.has_enchant": "UNLOCALIZED: is enchanted with %1$s",
|
||||
"create.item_attributes.has_enchant.inverted": "UNLOCALIZED: is not enchanted with %1$s",
|
||||
"create.item_attributes.color": "UNLOCALIZED: is dyed %1$s",
|
||||
|
@ -1134,6 +1166,9 @@
|
|||
"create.tooltip.chute.fans_pull_up": "UNLOCALIZED: Fans pull from Above",
|
||||
"create.tooltip.chute.fans_pull_down": "UNLOCALIZED: Fans pull from Below",
|
||||
"create.tooltip.chute.contains": "UNLOCALIZED: Contains: %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.contains": "UNLOCALIZED: Currently distributing:",
|
||||
"create.tooltip.brass_tunnel.contains_entry": "UNLOCALIZED: > %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.retrieve": "UNLOCALIZED: Right-Click to retrieve",
|
||||
|
||||
"create.linked_controller.bind_mode": "UNLOCALIZED: Bind mode active",
|
||||
"create.linked_controller.press_keybind": "UNLOCALIZED: Press %1$s, %2$s, %3$s, %4$s, %5$s or %6$s, to bind this frequency to the respective key",
|
||||
|
@ -1149,6 +1184,10 @@
|
|||
"create.crafting_blueprint.secondary_display_slot": "UNLOCALIZED: Secondary Display Slot",
|
||||
"create.crafting_blueprint.optional": "UNLOCALIZED: Optional",
|
||||
|
||||
"create.potato_cannon.ammo.attack_damage": "UNLOCALIZED: %1$s Attack Damage",
|
||||
"create.potato_cannon.ammo.reload_ticks": "UNLOCALIZED: %1$s Reload Ticks",
|
||||
"create.potato_cannon.ammo.knockback": "UNLOCALIZED: %1$s Knockback",
|
||||
|
||||
"create.hint.hose_pulley.title": "UNLOCALIZED: Bottomless Supply",
|
||||
"create.hint.hose_pulley": "UNLOCALIZED: The targeted body of fluid is considered infinite.",
|
||||
"create.hint.mechanical_arm_no_targets.title": "UNLOCALIZED: No Targets",
|
||||
|
@ -1183,15 +1222,17 @@
|
|||
|
||||
"create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops",
|
||||
"create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls",
|
||||
"create.subtitle.mixing": "UNLOCALIZED: Mixing Noises",
|
||||
"create.subtitle.mixing": "UNLOCALIZED: Mixing noises",
|
||||
"create.subtitle.mechanical_press_activation_belt": "UNLOCALIZED: Mechanical Press bonks",
|
||||
"create.subtitle.fwoomp": "UNLOCALIZED: Potato Launcher fwoomps",
|
||||
"create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps",
|
||||
"create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises",
|
||||
"create.subtitle.depot_slide": "UNLOCALIZED: Item slides",
|
||||
"create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.blaze_munch": "UNLOCALIZED: Blaze Burner munches",
|
||||
"create.subtitle.funnel_flap": "UNLOCALIZED: Funnel Flaps",
|
||||
"create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps",
|
||||
"create.subtitle.schematicannon_finish": "UNLOCALIZED: Schematicannon dings",
|
||||
"create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls",
|
||||
"create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks",
|
||||
"create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts",
|
||||
"create.subtitle.controller_put": "UNLOCALIZED: Controller thumps",
|
||||
|
@ -1202,13 +1243,12 @@
|
|||
"create.subtitle.wrench_rotate": "UNLOCALIZED: Wrench used",
|
||||
"create.subtitle.potato_hit": "UNLOCALIZED: Vegetable impacts",
|
||||
"create.subtitle.saw_activate_wood": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens",
|
||||
"create.subtitle.deployer_polish": "UNLOCALIZED: Deployer applies polish",
|
||||
"create.subtitle.deny": "UNLOCALIZED: Declining boop",
|
||||
"create.subtitle.controller_click": "UNLOCALIZED: Controller clicks",
|
||||
"create.subtitle.schematicannon_launch_block": "UNLOCALIZED: Schematicannon fires",
|
||||
"create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks",
|
||||
"create.subtitle.cursed_bell_use": "UNLOCALIZED: Cursed Bell tolls",
|
||||
"create.subtitle.cursed_bell_convert": "UNLOCALIZED: Cursed Bell awakens",
|
||||
"create.subtitle.controller_take": "UNLOCALIZED: Lectern empties",
|
||||
"create.subtitle.mechanical_press_activation": "UNLOCALIZED: Mechanical Press clangs",
|
||||
"create.subtitle.contraption_assemble": "UNLOCALIZED: Contraption moves",
|
||||
|
@ -1373,6 +1413,11 @@
|
|||
"block.create.creative_crate.tooltip.condition1": "UNLOCALIZED: When Item in Filter Slot",
|
||||
"block.create.creative_crate.tooltip.behaviour1": "UNLOCALIZED: Anything _extracting_ from this container will provide an _endless supply_ of the item specified. Items _inserted_ into this crate will be _voided._",
|
||||
|
||||
"item.create.creative_blaze_cake.tooltip": "UNLOCALIZED: CREATIVE CAKE",
|
||||
"item.create.creative_blaze_cake.tooltip.summary": "UNLOCALIZED: A very special treat for _Blaze Burners_ that allows _controlling their heat level_. After eating this cake, Blaze Burners will _never run out of fuel_.",
|
||||
"item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: R-Click on Blaze Burner",
|
||||
"item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Locks_ the Blaze Burner's heat level. If used again, _cycles_ the Blaze Burner's heat level.",
|
||||
|
||||
"block.create.controller_rail.tooltip": "UNLOCALIZED: CONTROLLER RAIL",
|
||||
"block.create.controller_rail.tooltip.summary": "UNLOCALIZED: A _uni-directional powered rail_ capable of _fine control_ over a minecarts' _movement speed_.",
|
||||
"block.create.controller_rail.tooltip.condition1": "UNLOCALIZED: When Powered by Redstone",
|
||||
|
@ -1437,12 +1482,12 @@
|
|||
"item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.",
|
||||
|
||||
"block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL",
|
||||
"block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative brass bell. Placing it above a _Soul Fire_ or _Soul Campfire_ may cause a spooky transformation to occur...",
|
||||
"block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...",
|
||||
|
||||
"block.create.cursed_bell.tooltip": "UNLOCALIZED: CURSED BELL",
|
||||
"block.create.cursed_bell.tooltip.summary": "UNLOCALIZED: A spooky brass bell haunted by lost souls of the Nether.",
|
||||
"block.create.cursed_bell.tooltip.condition1": "UNLOCALIZED: When Held or Rang",
|
||||
"block.create.cursed_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby dark spots on which Hostile Mobs could spawn.",
|
||||
"block.create.haunted_bell.tooltip": "UNLOCALIZED: HAUNTED BELL",
|
||||
"block.create.haunted_bell.tooltip.summary": "UNLOCALIZED: A _Cursed Bell_ haunted by lost souls of the Nether.",
|
||||
"block.create.haunted_bell.tooltip.condition1": "UNLOCALIZED: When Held or Rang",
|
||||
"block.create.haunted_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby _Lightless Spots_ on which _Hostile Mobs_ can spawn.",
|
||||
|
||||
|
||||
"_": "->------------------------] Ponder Content [------------------------<-",
|
||||
|
@ -1464,41 +1509,41 @@
|
|||
"create.ponder.categories": "UNLOCALIZED: Available Categories in Create",
|
||||
"create.ponder.index_description": "UNLOCALIZED: Click one of the icons to learn about its associated Items and Blocks",
|
||||
"create.ponder.index_title": "UNLOCALIZED: Ponder Index",
|
||||
"create.ponder.shared.movement_anchors": "UNLOCALIZED: With the help of Chassis or Super Glue, larger structures can be moved.",
|
||||
"create.ponder.shared.rpm32": "UNLOCALIZED: 32 RPM",
|
||||
"create.ponder.shared.sneak_and": "UNLOCALIZED: Sneak +",
|
||||
"create.ponder.shared.storage_on_contraption": "UNLOCALIZED: Inventories attached to the Contraption will pick up their drops automatically",
|
||||
"create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM",
|
||||
"create.ponder.shared.behaviour_modify_wrench": "UNLOCALIZED: This behaviour can be modified using a Wrench",
|
||||
"create.ponder.shared.storage_on_contraption": "UNLOCALIZED: Inventories attached to the Contraption will pick up their drops automatically",
|
||||
"create.ponder.shared.sneak_and": "UNLOCALIZED: Sneak +",
|
||||
"create.ponder.shared.rpm8": "UNLOCALIZED: 8 RPM",
|
||||
"create.ponder.shared.ctrl_and": "UNLOCALIZED: Ctrl +",
|
||||
"create.ponder.shared.rpm32": "UNLOCALIZED: 32 RPM",
|
||||
"create.ponder.shared.rpm16_source": "UNLOCALIZED: Source: 16 RPM",
|
||||
"create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM",
|
||||
"create.ponder.tag.kinetic_sources": "UNLOCALIZED: Kinetic Sources",
|
||||
"create.ponder.tag.kinetic_sources.description": "UNLOCALIZED: Components which generate Rotational Force",
|
||||
"create.ponder.tag.contraption_actor": "UNLOCALIZED: Contraption Actors",
|
||||
"create.ponder.tag.contraption_actor.description": "UNLOCALIZED: Components which expose special behaviour when attached to a moving contraption",
|
||||
"create.ponder.tag.arm_targets": "UNLOCALIZED: Targets for Mechanical Arms",
|
||||
"create.ponder.tag.arm_targets.description": "UNLOCALIZED: Components which can be selected as inputs or outputs to the Mechanical Arm",
|
||||
"create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation",
|
||||
"create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around",
|
||||
"create.ponder.tag.movement_anchor": "UNLOCALIZED: Movement Anchors",
|
||||
"create.ponder.tag.movement_anchor.description": "UNLOCALIZED: Components which allow the creation of moving contraptions, animating an attached structure in a variety of ways",
|
||||
"create.ponder.tag.creative": "UNLOCALIZED: Creative Mode",
|
||||
"create.ponder.tag.creative.description": "UNLOCALIZED: Components not usually available for Survival Mode",
|
||||
"create.ponder.tag.kinetic_relays": "UNLOCALIZED: Kinetic Blocks",
|
||||
"create.ponder.tag.kinetic_relays.description": "UNLOCALIZED: Components which help relaying Rotational Force elsewhere",
|
||||
"create.ponder.tag.windmill_sails": "UNLOCALIZED: Sails for Windmill Bearings",
|
||||
"create.ponder.tag.windmill_sails.description": "UNLOCALIZED: Blocks that count towards the strength of a Windmill Contraption when assembled. Each of these have equal efficiency in doing so.",
|
||||
"create.ponder.tag.contraption_assembly": "UNLOCALIZED: Block Attachment Utility",
|
||||
"create.ponder.tag.contraption_assembly.description": "UNLOCALIZED: Tools and Components used to assemble structures moved as an animated Contraption",
|
||||
"create.ponder.tag.decoration": "UNLOCALIZED: Aesthetics",
|
||||
"create.ponder.tag.decoration.description": "UNLOCALIZED: Components used mostly for decorative purposes",
|
||||
"create.ponder.tag.kinetic_appliances": "UNLOCALIZED: Kinetic Appliances",
|
||||
"create.ponder.tag.kinetic_appliances.description": "UNLOCALIZED: Components which make use of Rotational Force",
|
||||
"create.ponder.shared.movement_anchors": "UNLOCALIZED: With the help of Chassis or Super Glue, larger structures can be moved.",
|
||||
"create.ponder.tag.redstone": "UNLOCALIZED: Logic Components",
|
||||
"create.ponder.tag.redstone.description": "UNLOCALIZED: Components which help with redstone engineering",
|
||||
"create.ponder.tag.contraption_assembly": "UNLOCALIZED: Block Attachment Utility",
|
||||
"create.ponder.tag.contraption_assembly.description": "UNLOCALIZED: Tools and Components used to assemble structures moved as an animated Contraption",
|
||||
"create.ponder.tag.fluids": "UNLOCALIZED: Fluid Manipulators",
|
||||
"create.ponder.tag.fluids.description": "UNLOCALIZED: Components which help relaying and making use of Fluids",
|
||||
"create.ponder.tag.decoration": "UNLOCALIZED: Aesthetics",
|
||||
"create.ponder.tag.decoration.description": "UNLOCALIZED: Components used mostly for decorative purposes",
|
||||
"create.ponder.tag.windmill_sails": "UNLOCALIZED: Sails for Windmill Bearings",
|
||||
"create.ponder.tag.windmill_sails.description": "UNLOCALIZED: Blocks that count towards the strength of a Windmill Contraption when assembled. Each of these have equal efficiency in doing so.",
|
||||
"create.ponder.tag.arm_targets": "UNLOCALIZED: Targets for Mechanical Arms",
|
||||
"create.ponder.tag.arm_targets.description": "UNLOCALIZED: Components which can be selected as inputs or outputs to the Mechanical Arm",
|
||||
"create.ponder.tag.kinetic_appliances": "UNLOCALIZED: Kinetic Appliances",
|
||||
"create.ponder.tag.kinetic_appliances.description": "UNLOCALIZED: Components which make use of Rotational Force",
|
||||
"create.ponder.tag.kinetic_sources": "UNLOCALIZED: Kinetic Sources",
|
||||
"create.ponder.tag.kinetic_sources.description": "UNLOCALIZED: Components which generate Rotational Force",
|
||||
"create.ponder.tag.movement_anchor": "UNLOCALIZED: Movement Anchors",
|
||||
"create.ponder.tag.movement_anchor.description": "UNLOCALIZED: Components which allow the creation of moving contraptions, animating an attached structure in a variety of ways",
|
||||
"create.ponder.tag.kinetic_relays": "UNLOCALIZED: Kinetic Blocks",
|
||||
"create.ponder.tag.kinetic_relays.description": "UNLOCALIZED: Components which help relaying Rotational Force elsewhere",
|
||||
"create.ponder.tag.contraption_actor": "UNLOCALIZED: Contraption Actors",
|
||||
"create.ponder.tag.contraption_actor.description": "UNLOCALIZED: Components which expose special behaviour when attached to a moving contraption",
|
||||
"create.ponder.tag.creative": "UNLOCALIZED: Creative Mode",
|
||||
"create.ponder.tag.creative.description": "UNLOCALIZED: Components not usually available for Survival Mode",
|
||||
"create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation",
|
||||
"create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around",
|
||||
|
||||
"create.ponder.adjustable_pulse_repeater.header": "UNLOCALIZED: Controlling signals using Adjustable Pulse Repeaters",
|
||||
"create.ponder.adjustable_pulse_repeater.text_1": "UNLOCALIZED: Adjustable Pulse Repeaters emit a short pulse at a delay",
|
||||
|
@ -1729,7 +1774,8 @@
|
|||
"create.ponder.empty_blaze_burner.text_2": "UNLOCALIZED: Alternatively, Blazes can be collected from their Spawners directly",
|
||||
"create.ponder.empty_blaze_burner.text_3": "UNLOCALIZED: You now have an ideal heat source for various machines",
|
||||
"create.ponder.empty_blaze_burner.text_4": "UNLOCALIZED: For Aesthetic purposes, Empty Blaze Burners can also be lit using Flint and Steel",
|
||||
"create.ponder.empty_blaze_burner.text_5": "UNLOCALIZED: However, these are not suitable for industrial heating",
|
||||
"create.ponder.empty_blaze_burner.text_5": "UNLOCALIZED: The flame can be transformed using a soul-infused item",
|
||||
"create.ponder.empty_blaze_burner.text_6": "UNLOCALIZED: However, without a blaze they are not suitable for industrial heating",
|
||||
|
||||
"create.ponder.encased_fluid_pipe.header": "UNLOCALIZED: Encasing Fluid Pipes",
|
||||
"create.ponder.encased_fluid_pipe.text_1": "UNLOCALIZED: Copper Casing can be used to decorate Fluid Pipes",
|
||||
|
@ -2046,6 +2092,7 @@
|
|||
"create.ponder.nixie_tube.header": "UNLOCALIZED: Using Nixie Tubes",
|
||||
"create.ponder.nixie_tube.text_1": "UNLOCALIZED: When powered by Redstone, Nixie Tubes will display the redstone signals' strength",
|
||||
"create.ponder.nixie_tube.text_2": "UNLOCALIZED: Using name tags edited with an anvil, custom text can be displayed",
|
||||
"create.ponder.nixie_tube.text_3": "UNLOCALIZED: Right-Click with Dye to change their display colour",
|
||||
|
||||
"create.ponder.piston_pole.header": "UNLOCALIZED: Piston Extension Poles",
|
||||
"create.ponder.piston_pole.text_1": "UNLOCALIZED: Without attached Poles, a Mechanical Piston cannot move",
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"_": "Missing Localizations: 248",
|
||||
"_": "Missing Localizations: 19",
|
||||
|
||||
"_": "->------------------------] Game Elements [------------------------<-",
|
||||
|
||||
|
@ -28,10 +28,12 @@
|
|||
"block.create.belt": "輸送帶",
|
||||
"block.create.birch_window": "白樺木窗戶",
|
||||
"block.create.birch_window_pane": "白樺木窗戶片",
|
||||
"block.create.black_nixie_tube": "黑色真空管",
|
||||
"block.create.black_sail": "黑色風帆",
|
||||
"block.create.black_seat": "黑色坐墊",
|
||||
"block.create.black_valve_handle": "黑色閥門開關",
|
||||
"block.create.blaze_burner": "烈焰使者動力爐",
|
||||
"block.create.blue_nixie_tube": "藍色真空管",
|
||||
"block.create.blue_sail": "藍色風帆",
|
||||
"block.create.blue_seat": "藍色坐墊",
|
||||
"block.create.blue_valve_handle": "藍色閥門開關",
|
||||
|
@ -41,6 +43,7 @@
|
|||
"block.create.brass_encased_shaft": "黃銅傳動軸箱",
|
||||
"block.create.brass_funnel": "黃銅漏斗",
|
||||
"block.create.brass_tunnel": "黃銅物品隧道",
|
||||
"block.create.brown_nixie_tube": "棕色真空管",
|
||||
"block.create.brown_sail": "棕色風帆",
|
||||
"block.create.brown_seat": "棕色坐墊",
|
||||
"block.create.brown_valve_handle": "棕色閥門開關",
|
||||
|
@ -58,7 +61,7 @@
|
|||
"block.create.cogwheel": "齒輪",
|
||||
"block.create.content_observer": "物品偵測器",
|
||||
"block.create.controller_rail": "控制鐵軌",
|
||||
"block.create.copper_backtank": "UNLOCALIZED: Copper Backtank",
|
||||
"block.create.copper_backtank": "銅製後背包",
|
||||
"block.create.copper_block": "銅磚",
|
||||
"block.create.copper_casing": "銅機殼",
|
||||
"block.create.copper_ore": "銅礦石",
|
||||
|
@ -73,7 +76,7 @@
|
|||
"block.create.crushing_wheel": "粉碎輪",
|
||||
"block.create.crushing_wheel_controller": "粉碎輪控制器",
|
||||
"block.create.cuckoo_clock": "布穀鳥鐘",
|
||||
"block.create.cursed_bell": "UNLOCALIZED: Cursed Bell",
|
||||
"block.create.cyan_nixie_tube": "青色真空管",
|
||||
"block.create.cyan_sail": "藍綠色風帆",
|
||||
"block.create.cyan_seat": "藍綠色坐墊",
|
||||
"block.create.cyan_valve_handle": "藍綠色閥門開關",
|
||||
|
@ -180,13 +183,16 @@
|
|||
"block.create.granite_cobblestone_stairs": "碎花崗岩樓梯",
|
||||
"block.create.granite_cobblestone_wall": "碎花崗岩牆",
|
||||
"block.create.granite_pillar": "豎紋花崗岩",
|
||||
"block.create.gray_nixie_tube": "灰色真空管",
|
||||
"block.create.gray_sail": "灰色風帆",
|
||||
"block.create.gray_seat": "灰色坐墊",
|
||||
"block.create.gray_valve_handle": "灰色閥門開關",
|
||||
"block.create.green_nixie_tube": "綠色真空管",
|
||||
"block.create.green_sail": "綠色風帆",
|
||||
"block.create.green_seat": "綠色坐墊",
|
||||
"block.create.green_valve_handle": "綠色閥門開關",
|
||||
"block.create.hand_crank": "手搖把手",
|
||||
"block.create.haunted_bell": "靈魂鐘",
|
||||
"block.create.honey": "蜂蜜",
|
||||
"block.create.horizontal_framed_glass": "豎直邊框玻璃",
|
||||
"block.create.horizontal_framed_glass_pane": "豎直邊框玻璃片",
|
||||
|
@ -204,13 +210,16 @@
|
|||
"block.create.layered_limestone": "疊層石灰岩",
|
||||
"block.create.layered_scoria": "疊層火成岩",
|
||||
"block.create.layered_weathered_limestone": "疊層風化石灰岩",
|
||||
"block.create.lectern_controller": "UNLOCALIZED: Lectern Controller",
|
||||
"block.create.lectern_controller": "講台遙控器",
|
||||
"block.create.light_blue_nixie_tube": "亮藍色真空管",
|
||||
"block.create.light_blue_sail": "淡藍色風帆",
|
||||
"block.create.light_blue_seat": "淡藍色坐墊",
|
||||
"block.create.light_blue_valve_handle": "淡藍色閥門開關",
|
||||
"block.create.light_gray_nixie_tube": "亮灰色真空管",
|
||||
"block.create.light_gray_sail": "淡灰色風帆",
|
||||
"block.create.light_gray_seat": "淡灰色坐墊",
|
||||
"block.create.light_gray_valve_handle": "淡灰色閥門開關",
|
||||
"block.create.lime_nixie_tube": "淺綠色真空管",
|
||||
"block.create.lime_sail": "黃綠色風帆",
|
||||
"block.create.lime_seat": "黃綠色坐墊",
|
||||
"block.create.lime_valve_handle": "黃綠色閥門開關",
|
||||
|
@ -227,6 +236,7 @@
|
|||
"block.create.limestone_pillar": "豎紋石灰岩",
|
||||
"block.create.linear_chassis": "機殼底盤",
|
||||
"block.create.lit_blaze_burner": "烈焰使者動力爐(已啟動)",
|
||||
"block.create.magenta_nixie_tube": "洋紅色真空管",
|
||||
"block.create.magenta_sail": "洋紅色風帆",
|
||||
"block.create.magenta_seat": "洋紅色坐墊",
|
||||
"block.create.magenta_valve_handle": "洋紅色閥門開關",
|
||||
|
@ -310,7 +320,8 @@
|
|||
"block.create.paved_weathered_limestone_slab": "風化石灰岩鋪路石半磚",
|
||||
"block.create.paved_weathered_limestone_stairs": "風化石灰岩鋪路石樓梯",
|
||||
"block.create.paved_weathered_limestone_wall": "風化石灰岩鋪路石牆",
|
||||
"block.create.peculiar_bell": "UNLOCALIZED: Peculiar Bell",
|
||||
"block.create.peculiar_bell": "黃銅鐘",
|
||||
"block.create.pink_nixie_tube": "粉紅色真空管",
|
||||
"block.create.pink_sail": "粉紅色風帆",
|
||||
"block.create.pink_seat": "粉紅色坐墊",
|
||||
"block.create.pink_valve_handle": "粉紅色閥門開關",
|
||||
|
@ -345,10 +356,12 @@
|
|||
"block.create.powered_toggle_latch": "T型正反器",
|
||||
"block.create.pulley_magnet": "滑輪磁鐵",
|
||||
"block.create.pulse_repeater": "脈衝中繼器",
|
||||
"block.create.purple_nixie_tube": "紫色真空管",
|
||||
"block.create.purple_sail": "紫色風帆",
|
||||
"block.create.purple_seat": "紫色坐墊",
|
||||
"block.create.purple_valve_handle": "紫色閥門開關",
|
||||
"block.create.radial_chassis": "旋轉底盤",
|
||||
"block.create.red_nixie_tube": "紅色真空管",
|
||||
"block.create.red_sail": "紅色風帆",
|
||||
"block.create.red_seat": "紅色坐墊",
|
||||
"block.create.red_valve_handle": "紅色閥門開關",
|
||||
|
@ -405,21 +418,26 @@
|
|||
"block.create.weathered_limestone_cobblestone_wall": "碎風化石灰岩牆",
|
||||
"block.create.weathered_limestone_pillar": "豎紋風化石灰岩",
|
||||
"block.create.weighted_ejector": "物品彈射器",
|
||||
"block.create.white_nixie_tube": "白色真空管",
|
||||
"block.create.white_sail": "白色風帆",
|
||||
"block.create.white_seat": "白色坐墊",
|
||||
"block.create.white_valve_handle": "白色閥門開關",
|
||||
"block.create.windmill_bearing": "風車軸承",
|
||||
"block.create.wooden_bracket": "木製支架",
|
||||
"block.create.yellow_nixie_tube": "黃色真空管",
|
||||
"block.create.yellow_sail": "黃色風帆",
|
||||
"block.create.yellow_seat": "黃色坐墊",
|
||||
"block.create.yellow_valve_handle": "黃色閥門開關",
|
||||
"block.create.zinc_block": "鋅磚",
|
||||
"block.create.zinc_ore": "鋅礦石",
|
||||
|
||||
"enchantment.create.capacity": "容量",
|
||||
"enchantment.create.potato_recovery": "馬鈴薯恢復",
|
||||
|
||||
"entity.create.contraption": "結構",
|
||||
"entity.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"entity.create.crafting_blueprint": "合成藍圖",
|
||||
"entity.create.gantry_contraption": "門式結構",
|
||||
"entity.create.potato_projectile": "UNLOCALIZED: Potato Projectile",
|
||||
"entity.create.potato_projectile": "馬鈴薯彈藥",
|
||||
"entity.create.seat": "坐墊",
|
||||
"entity.create.stationary_contraption": "固定結構",
|
||||
"entity.create.super_glue": "強力膠",
|
||||
|
@ -444,13 +462,13 @@
|
|||
"item.create.chocolate_glazed_berries": "巧克力甜莓",
|
||||
"item.create.chromatic_compound": "異彩化合物",
|
||||
"item.create.cinder_flour": "地獄麵粉",
|
||||
"item.create.clockwork_component": "UNLOCALIZED: Clockwork Component",
|
||||
"item.create.copper_backtank": "UNLOCALIZED: Copper Backtank",
|
||||
"item.create.copper_backtank": "銅製後背包",
|
||||
"item.create.copper_ingot": "銅錠",
|
||||
"item.create.copper_nugget": "銅粒",
|
||||
"item.create.copper_sheet": "銅板",
|
||||
"item.create.crafter_slot_cover": "合成器蓋板",
|
||||
"item.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint",
|
||||
"item.create.crafting_blueprint": "合成藍圖",
|
||||
"item.create.creative_blaze_cake": "UNLOCALIZED: Creative Blaze Cake",
|
||||
"item.create.crushed_aluminum_ore": "碎狀鋁礦石",
|
||||
"item.create.crushed_brass": "碎狀黃銅",
|
||||
"item.create.crushed_copper_ore": "碎狀銅礦石",
|
||||
|
@ -465,8 +483,8 @@
|
|||
"item.create.crushed_tin_ore": "碎狀錫礦石",
|
||||
"item.create.crushed_uranium_ore": "碎狀鈾礦石",
|
||||
"item.create.crushed_zinc_ore": "碎狀鋅礦石",
|
||||
"item.create.diving_boots": "UNLOCALIZED: Diving Boots",
|
||||
"item.create.diving_helmet": "UNLOCALIZED: Diving Helmet",
|
||||
"item.create.diving_boots": "潛水鞋",
|
||||
"item.create.diving_helmet": "潛水頭盔",
|
||||
"item.create.dough": "麵團",
|
||||
"item.create.electron_tube": "真空管",
|
||||
"item.create.empty_blaze_burner": "空的烈焰使者動力爐",
|
||||
|
@ -479,14 +497,17 @@
|
|||
"item.create.handheld_worldshaper": "地形雕塑器",
|
||||
"item.create.honey_bucket": "蜂蜜桶",
|
||||
"item.create.honeyed_apple": "蜂蜜蘋果",
|
||||
"item.create.incomplete_clockwork_component": "UNLOCALIZED: Incomplete Clockwork Component",
|
||||
"item.create.incomplete_cogwheel": "未完成的小齒輪",
|
||||
"item.create.incomplete_large_cogwheel": "未完成的大齒輪",
|
||||
"item.create.incomplete_precision_mechanism": "未完成的精確控制器",
|
||||
"item.create.iron_sheet": "鐵板",
|
||||
"item.create.linked_controller": "UNLOCALIZED: Linked Controller",
|
||||
"item.create.linked_controller": "遙控器",
|
||||
"item.create.minecart_contraption": "裝修過的礦車",
|
||||
"item.create.minecart_coupling": "礦車連結器",
|
||||
"item.create.polished_rose_quartz": "磨製玫瑰石英",
|
||||
"item.create.potato_cannon": "UNLOCALIZED: Potato Cannon",
|
||||
"item.create.potato_cannon": "馬鈴薯大砲",
|
||||
"item.create.powdered_obsidian": "黑曜石粉末",
|
||||
"item.create.precision_mechanism": " 精確控制器",
|
||||
"item.create.propeller": "扇葉",
|
||||
"item.create.red_sand_paper": "紅砂紙",
|
||||
"item.create.refined_radiance": "光輝石",
|
||||
|
@ -631,8 +652,8 @@
|
|||
"advancement.create.flywheel.desc": "將引擎成功連接到飛輪。",
|
||||
"advancement.create.overstress_flywheel": "壓力過大",
|
||||
"advancement.create.overstress_flywheel.desc": "超載熔爐引擎。",
|
||||
"advancement.create.clockwork_component": "UNLOCALIZED: Complex Curiosities",
|
||||
"advancement.create.clockwork_component.desc": "UNLOCALIZED: Assemble a Clockwork Component.",
|
||||
"advancement.create.precision_mechanism": "複雜的好奇心",
|
||||
"advancement.create.precision_mechanism.desc": "組裝一個精確控制器",
|
||||
"advancement.create.mechanical_arm": "忙碌的手!",
|
||||
"advancement.create.mechanical_arm.desc": "製作機械手臂,選擇輸入和輸出,放置並給它動能; 然後看著它完成所有你交代的工作。",
|
||||
"advancement.create.musical_arm": "沒人能在我的BGM裡打敗我!",
|
||||
|
@ -659,8 +680,8 @@
|
|||
"advancement.create.wand_of_symmetry.desc": "製作一個對稱杖",
|
||||
"advancement.create.extendo_grip": "piu piu piu!",
|
||||
"advancement.create.extendo_grip.desc": "拿到一個伸縮機械手",
|
||||
"advancement.create.potato_cannon": "UNLOCALIZED: Fwoomp!",
|
||||
"advancement.create.potato_cannon.desc": "UNLOCALIZED: Defeat an enemy with your Potato Cannon.",
|
||||
"advancement.create.potato_cannon": "噗~碰",
|
||||
"advancement.create.potato_cannon.desc": "用馬鈴薯大砲擊殺一隻怪物",
|
||||
"advancement.create.dual_extendo_grip": "piu——piu——piu——",
|
||||
"advancement.create.dual_extendo_grip.desc": "雙持伸縮機械手進一步加長觸碰距離",
|
||||
"advancement.create.eob": "Beta版結束",
|
||||
|
@ -673,24 +694,30 @@
|
|||
"itemGroup.create.palettes": "動力機械建築與裝飾方塊",
|
||||
|
||||
"death.attack.create.crush": "%1$s被壓扁了",
|
||||
"death.attack.create.crush.player": "%1$s 被 %2$s 打包丟進粉碎輪",
|
||||
"death.attack.create.fan_fire": "%1$s想接受熱風的洗禮",
|
||||
"death.attack.create.fan_fire.player": "%1$s 被 %2$s 推入火坑",
|
||||
"death.attack.create.fan_lava": "%1$s想接受熱風的洗禮但走火入魔",
|
||||
"death.attack.create.fan_lava.player": "%1$s 被 %2$s 推進岩漿",
|
||||
"death.attack.create.mechanical_drill": "%1$s被鑽頭鑽爆腦袋",
|
||||
"death.attack.create.mechanical_drill.player": "%1$s 被 %2$s 當成礦物放在鑽頭前面而死",
|
||||
"death.attack.create.mechanical_saw": "%1$s被鋸切成了兩半",
|
||||
"death.attack.create.potato_cannon": "UNLOCALIZED: %1$s was shot by %2$s's Potato Cannon",
|
||||
"death.attack.create.potato_cannon.item": "UNLOCALIZED: %1$s was shot by %2$s using %3$s",
|
||||
"death.attack.create.mechanical_saw.player": "%1$s 被 %2$s 鋸掉了",
|
||||
"death.attack.create.potato_cannon": "%1$s 被 %2$s 的馬鈴薯大砲餵飽了",
|
||||
"death.attack.create.potato_cannon.item": "%1$s 被 %2$s 用馬鈴薯大砲塞了滿肚子 %3$s",
|
||||
"death.attack.create.cuckoo_clock_explosion": "%1$s 被布穀鳥鐘炸得粉身碎骨",
|
||||
"death.attack.create.cuckoo_clock_explosion.player": "%1$s 被布穀鳥鐘炸得粉身碎骨",
|
||||
|
||||
"create.block.deployer.damage_source_name": "機械手",
|
||||
"create.block.cart_assembler.invalid": "將您的礦車裝修站放在鐵軌上",
|
||||
|
||||
"create.menu.return": "UNLOCALIZED: Return to Menu",
|
||||
"create.menu.configure": "UNLOCALIZED: Configure...",
|
||||
"create.menu.ponder_index": "UNLOCALIZED: Ponder Index",
|
||||
"create.menu.return": "回到選單",
|
||||
"create.menu.configure": "設定",
|
||||
"create.menu.ponder_index": "示範目錄",
|
||||
"create.menu.only_ingame": "UNLOCALIZED: Available in the Pause Menu",
|
||||
"create.menu.project_page": "UNLOCALIZED: Project Page",
|
||||
"create.menu.report_bugs": "UNLOCALIZED: Report Issues",
|
||||
"create.menu.support": "UNLOCALIZED: Support Us",
|
||||
"create.menu.project_page": "專案頁面",
|
||||
"create.menu.report_bugs": "回報問題",
|
||||
"create.menu.support": "支持我們",
|
||||
|
||||
"create.recipe.crushing": "粉碎",
|
||||
"create.recipe.milling": "研磨",
|
||||
|
@ -716,16 +743,16 @@
|
|||
"create.recipe.mystery_conversion": "神秘轉化",
|
||||
"create.recipe.spout_filling": "注液",
|
||||
"create.recipe.draining": "分液",
|
||||
"create.recipe.sequenced_assembly": "UNLOCALIZED: Sequenced Assembly",
|
||||
"create.recipe.assembly.next": "UNLOCALIZED: Next: %1$s",
|
||||
"create.recipe.assembly.step": "UNLOCALIZED: Step %1$s:",
|
||||
"create.recipe.assembly.progress": "UNLOCALIZED: Progress: %1$s/%2$s",
|
||||
"create.recipe.sequenced_assembly": "排序中的步驟",
|
||||
"create.recipe.assembly.next": "下一步:%1$s",
|
||||
"create.recipe.assembly.step": "步驟 %1$s:",
|
||||
"create.recipe.assembly.progress": "進度:%1$s/%2$s",
|
||||
"create.recipe.assembly.pressing": "UNLOCALIZED: Process in Press",
|
||||
"create.recipe.assembly.spout_filling_fluid": "UNLOCALIZED: Spout %1$s",
|
||||
"create.recipe.assembly.deploying_item": "UNLOCALIZED: Deploy %1$s",
|
||||
"create.recipe.assembly.cutting": "UNLOCALIZED: Cut with Saw",
|
||||
"create.recipe.assembly.repeat": "UNLOCALIZED: Repeat Sequence %1$s Times",
|
||||
"create.recipe.assembly.junk": "UNLOCALIZED: Random junk",
|
||||
"create.recipe.assembly.spout_filling_fluid": "注入:%1$s",
|
||||
"create.recipe.assembly.deploying_item": "使用:%1$s",
|
||||
"create.recipe.assembly.cutting": "用鋸子切",
|
||||
"create.recipe.assembly.repeat": "重複 %1$s 次",
|
||||
"create.recipe.assembly.junk": "有機率得到垃圾",
|
||||
"create.recipe.processing.chance": "%1$s%%概率",
|
||||
"create.recipe.heat_requirement.none": "不需要加熱",
|
||||
"create.recipe.heat_requirement.heated": "普通加熱",
|
||||
|
@ -779,15 +806,15 @@
|
|||
"create.orientation.alongX": "以x軸對齊",
|
||||
|
||||
"create.gui.terrainzapper.title": "地形雕塑器",
|
||||
"create.gui.terrainzapper.searchDiagonal": "UNLOCALIZED: Follow Diagonals",
|
||||
"create.gui.terrainzapper.searchFuzzy": "UNLOCALIZED: Ignore Material Borders",
|
||||
"create.gui.terrainzapper.searchDiagonal": "跟隨對角線",
|
||||
"create.gui.terrainzapper.searchFuzzy": "忽略材質邊界",
|
||||
"create.gui.terrainzapper.patternSection": "UNLOCALIZED: Pattern",
|
||||
"create.gui.terrainzapper.pattern.solid": "UNLOCALIZED: Solid",
|
||||
"create.gui.terrainzapper.pattern.checkered": "UNLOCALIZED: Checkerboard",
|
||||
"create.gui.terrainzapper.pattern.inversecheckered": "UNLOCALIZED: Inverted Checkerboard",
|
||||
"create.gui.terrainzapper.pattern.chance25": "UNLOCALIZED: 25% Roll",
|
||||
"create.gui.terrainzapper.pattern.chance50": "UNLOCALIZED: 50% Roll",
|
||||
"create.gui.terrainzapper.pattern.chance75": "UNLOCALIZED: 75% Roll",
|
||||
"create.gui.terrainzapper.pattern.solid": "填滿",
|
||||
"create.gui.terrainzapper.pattern.checkered": "棋盤狀",
|
||||
"create.gui.terrainzapper.pattern.inversecheckered": "反轉棋盤狀",
|
||||
"create.gui.terrainzapper.pattern.chance25": "隨機填滿 25% 的面積",
|
||||
"create.gui.terrainzapper.pattern.chance50": "隨機填滿 50% 的面積",
|
||||
"create.gui.terrainzapper.pattern.chance75": "隨機填滿 75% 的面積",
|
||||
"create.gui.terrainzapper.placement": "放置模式",
|
||||
"create.gui.terrainzapper.placement.merged": "結合",
|
||||
"create.gui.terrainzapper.placement.attached": "依附",
|
||||
|
@ -796,8 +823,8 @@
|
|||
"create.gui.terrainzapper.brush.cuboid": "矩形體",
|
||||
"create.gui.terrainzapper.brush.sphere": "球體",
|
||||
"create.gui.terrainzapper.brush.cylinder": "圓柱體",
|
||||
"create.gui.terrainzapper.brush.surface": "UNLOCALIZED: Surface",
|
||||
"create.gui.terrainzapper.brush.cluster": "UNLOCALIZED: Cluster",
|
||||
"create.gui.terrainzapper.brush.surface": "表面",
|
||||
"create.gui.terrainzapper.brush.cluster": "群組",
|
||||
"create.gui.terrainzapper.tool": "填充類型",
|
||||
"create.gui.terrainzapper.tool.fill": "填充",
|
||||
"create.gui.terrainzapper.tool.place": "覆寫",
|
||||
|
@ -807,8 +834,8 @@
|
|||
"create.gui.terrainzapper.tool.flatten": "平整",
|
||||
|
||||
"create.terrainzapper.shiftRightClickToSet": "Shift+滑鼠右鍵 以設定雕塑類型",
|
||||
"create.terrainzapper.usingBlock": "UNLOCALIZED: Using: %1$s",
|
||||
"create.terrainzapper.leftClickToSet": "UNLOCALIZED: Left-Click a Block to set Material",
|
||||
"create.terrainzapper.usingBlock": "使用:%1$s",
|
||||
"create.terrainzapper.leftClickToSet": "左鍵點擊方塊可以設定材質",
|
||||
|
||||
"create.minecart_coupling.two_couplings_max": "礦車無法被連接兩個以上的礦車連結器",
|
||||
"create.minecart_coupling.unloaded": "有一部份礦車存在於未讀取區塊中",
|
||||
|
@ -1039,6 +1066,11 @@
|
|||
"create.item_attributes.in_item_group.inverted": "不屬於%1$s",
|
||||
"create.item_attributes.added_by": "由%1$s添加",
|
||||
"create.item_attributes.added_by.inverted": "不是由%1$s添加",
|
||||
"create.item_attributes.shulker_level": "界伏盒是 %1$s",
|
||||
"create.item_attributes.shulker_level.inverted": "界伏盒不是 %1$s",
|
||||
"create.item_attributes.shulker_level.full": "滿的",
|
||||
"create.item_attributes.shulker_level.empty": "空的",
|
||||
"create.item_attributes.shulker_level.partial": "有裝東西但沒滿",
|
||||
"create.item_attributes.has_enchant": "有附魔效果%1$s",
|
||||
"create.item_attributes.has_enchant.inverted": "沒有附魔效果%1$s",
|
||||
"create.item_attributes.color": "已被染色成 %1$s",
|
||||
|
@ -1134,20 +1166,27 @@
|
|||
"create.tooltip.chute.fans_pull_up": "鼓風機從下方進行吸引",
|
||||
"create.tooltip.chute.fans_pull_down": "鼓風機從上方進行吸引",
|
||||
"create.tooltip.chute.contains": "物品: %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.contains": "正在處理",
|
||||
"create.tooltip.brass_tunnel.contains_entry": "> %1$s x%2$s",
|
||||
"create.tooltip.brass_tunnel.retrieve": "右鍵取回",
|
||||
|
||||
"create.linked_controller.bind_mode": "UNLOCALIZED: Bind mode active",
|
||||
"create.linked_controller.press_keybind": "UNLOCALIZED: Press %1$s, %2$s, %3$s, %4$s, %5$s or %6$s, to bind this frequency to the respective key",
|
||||
"create.linked_controller.key_bound": "UNLOCALIZED: Frequency bound to %1$s",
|
||||
"create.linked_controller.frequency_slot_1": "UNLOCALIZED: Keybind: %1$s, Freq. #1",
|
||||
"create.linked_controller.frequency_slot_2": "UNLOCALIZED: Keybind: %1$s, Freq. #2",
|
||||
"create.linked_controller.bind_mode": "綁定模式",
|
||||
"create.linked_controller.press_keybind": "按 %1$s, %2$s, %3$s, %4$s, %5$s 或 %6$s 來綁定這個頻率到對應按鍵上",
|
||||
"create.linked_controller.key_bound": "頻率綁定到 %1$s 鍵",
|
||||
"create.linked_controller.frequency_slot_1": "按鍵:%1$s 頻道 #1",
|
||||
"create.linked_controller.frequency_slot_2": "按鍵:%1$s 頻道 #2",
|
||||
|
||||
"create.crafting_blueprint.crafting_slot": "UNLOCALIZED: Ingredient Slot",
|
||||
"create.crafting_blueprint.crafting_slot": "材料格",
|
||||
"create.crafting_blueprint.filter_items_viable": "UNLOCALIZED: Advanced filter items are viable",
|
||||
"create.crafting_blueprint.display_slot": "UNLOCALIZED: Display Slot",
|
||||
"create.crafting_blueprint.inferred": "UNLOCALIZED: Inferred from recipe",
|
||||
"create.crafting_blueprint.manually_assigned": "UNLOCALIZED: Manually assigned",
|
||||
"create.crafting_blueprint.secondary_display_slot": "UNLOCALIZED: Secondary Display Slot",
|
||||
"create.crafting_blueprint.optional": "UNLOCALIZED: Optional",
|
||||
"create.crafting_blueprint.display_slot": "顯示格",
|
||||
"create.crafting_blueprint.inferred": "根據配方推論",
|
||||
"create.crafting_blueprint.manually_assigned": "手動設定",
|
||||
"create.crafting_blueprint.secondary_display_slot": "次要顯示格",
|
||||
"create.crafting_blueprint.optional": "可選的",
|
||||
|
||||
"create.potato_cannon.ammo.attack_damage": "%1$s 攻擊傷害",
|
||||
"create.potato_cannon.ammo.reload_ticks": "%1$s 攻擊速度",
|
||||
"create.potato_cannon.ammo.knockback": "%1$s 擊退",
|
||||
|
||||
"create.hint.hose_pulley.title": "無限供應",
|
||||
"create.hint.hose_pulley": "目標液體為無限供應",
|
||||
|
@ -1176,43 +1215,44 @@
|
|||
"create.command.killTPSCommand.argument.tickTime": "tickTime",
|
||||
|
||||
"create.contraption.minecart_contraption_too_big": "這個礦車結構太大了而無法撿取",
|
||||
"create.contraption.minecart_contraption_illegal_pickup": "UNLOCALIZED: A mystical force is binding this Cart Contraption to the world",
|
||||
"create.contraption.minecart_contraption_illegal_pickup": "一股神秘的力量將這個礦車結構與世界綁在一起",
|
||||
|
||||
|
||||
"_": "->------------------------] Subtitles [------------------------<-",
|
||||
|
||||
"create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops",
|
||||
"create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls",
|
||||
"create.subtitle.mixing": "UNLOCALIZED: Mixing Noises",
|
||||
"create.subtitle.contraption_disassemble": "結構停止",
|
||||
"create.subtitle.peculiar_bell_use": "黃銅鐘聲",
|
||||
"create.subtitle.mixing": "攪拌機噪音",
|
||||
"create.subtitle.mechanical_press_activation_belt": "液壓機工作",
|
||||
"create.subtitle.fwoomp": "UNLOCALIZED: Potato Launcher fwoomps",
|
||||
"create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps",
|
||||
"create.subtitle.depot_slide": "UNLOCALIZED: Item slides",
|
||||
"create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.fwoomp": "馬鈴薯大砲發射",
|
||||
"create.subtitle.worldshaper_place": "地形塑造器發射聲",
|
||||
"create.subtitle.crushing_1": "粉碎機咀嚼聲",
|
||||
"create.subtitle.depot_slide": "物品滑動聲",
|
||||
"create.subtitle.saw_activate_stone": "機械鋸子聲",
|
||||
"create.subtitle.blaze_munch": "烈焰使者開心地吃著",
|
||||
"create.subtitle.funnel_flap": "UNLOCALIZED: Funnel Flaps",
|
||||
"create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps",
|
||||
"create.subtitle.schematicannon_finish": "藍圖大炮完成任務",
|
||||
"create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks",
|
||||
"create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts",
|
||||
"create.subtitle.controller_put": "UNLOCALIZED: Controller thumps",
|
||||
"create.subtitle.cranking": "UNLOCALIZED: Hand Crank turns",
|
||||
"create.subtitle.wrench_remove": "UNLOCALIZED: Component breaks",
|
||||
"create.subtitle.cogs": "UNLOCALIZED: Cogwheels rumble",
|
||||
"create.subtitle.haunted_bell_use": "靈魂鐘敲響",
|
||||
"create.subtitle.scroll_value": "滾動輸入聲",
|
||||
"create.subtitle.crafter_craft": "機械合成器合成聲",
|
||||
"create.subtitle.controller_put": "遙控器放置聲",
|
||||
"create.subtitle.cranking": "手搖把手轉動聲",
|
||||
"create.subtitle.wrench_remove": "零件移除聲",
|
||||
"create.subtitle.cogs": "齒輪隆隆聲",
|
||||
"create.subtitle.slime_added": "黏液擠壓",
|
||||
"create.subtitle.wrench_rotate": "UNLOCALIZED: Wrench used",
|
||||
"create.subtitle.potato_hit": "UNLOCALIZED: Vegetable impacts",
|
||||
"create.subtitle.saw_activate_wood": "UNLOCALIZED: Mechanical Saw activates",
|
||||
"create.subtitle.deployer_polish": "UNLOCALIZED: Deployer applies polish",
|
||||
"create.subtitle.potato_hit": "食物撞擊聲",
|
||||
"create.subtitle.saw_activate_wood": "機械鋸子運作聲",
|
||||
"create.subtitle.haunted_bell_convert": "靈魂鐘轉化聲",
|
||||
"create.subtitle.deployer_polish": "機械手拋光聲",
|
||||
"create.subtitle.deny": "UNLOCALIZED: Declining boop",
|
||||
"create.subtitle.controller_click": "UNLOCALIZED: Controller clicks",
|
||||
"create.subtitle.controller_click": "遙控器按鍵聲",
|
||||
"create.subtitle.schematicannon_launch_block": "藍圖大炮發射",
|
||||
"create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks",
|
||||
"create.subtitle.cursed_bell_use": "UNLOCALIZED: Cursed Bell tolls",
|
||||
"create.subtitle.cursed_bell_convert": "UNLOCALIZED: Cursed Bell awakens",
|
||||
"create.subtitle.controller_take": "UNLOCALIZED: Lectern empties",
|
||||
"create.subtitle.copper_armor_equip": "潛水裝裝備聲",
|
||||
"create.subtitle.controller_take": "拿下遙控器",
|
||||
"create.subtitle.mechanical_press_activation": "液壓機工作",
|
||||
"create.subtitle.contraption_assemble": "UNLOCALIZED: Contraption moves",
|
||||
"create.subtitle.crafter_click": "UNLOCALIZED: Crafter clicks",
|
||||
"create.subtitle.contraption_assemble": "結構移動",
|
||||
"create.subtitle.crafter_click": "機械合成器工作聲",
|
||||
"create.subtitle.depot_plop": "UNLOCALIZED: Item lands",
|
||||
"create.subtitle.confirm": "UNLOCALIZED: Affirmative ding",
|
||||
|
||||
|
@ -1271,15 +1311,15 @@
|
|||
"item.create.extendo_grip.tooltip.summary": "biubiubiu! 大幅度_增加了_使用者的_觸碰距離_。",
|
||||
"item.create.extendo_grip.tooltip.condition1": "放置於副手欄時",
|
||||
"item.create.extendo_grip.tooltip.behaviour1": "大幅增加_主手_的觸碰距離,與_主手_的伸縮機械手攜同使用,可進一步增加_觸碰距離_。",
|
||||
"item.create.extendo_grip.tooltip.condition2": "UNLOCALIZED: While wearing Copper Backtank",
|
||||
"item.create.extendo_grip.tooltip.behaviour2": "UNLOCALIZED: _No_ _Durability_ will be used. Instead, _Air_ _pressure_ is drained from the Tank",
|
||||
"item.create.extendo_grip.tooltip.condition2": "當裝備銅製後背包時",
|
||||
"item.create.extendo_grip.tooltip.behaviour2": "_不會消耗耐久_ 但是會抽取銅製後背包裡的_壓縮空氣_",
|
||||
|
||||
"item.create.potato_cannon.tooltip": "UNLOCALIZED: POTATO CANNON",
|
||||
"item.create.potato_cannon.tooltip.summary": "UNLOCALIZED: Fwoomp! Launch your home-grown vegetables at your Enemies. Can be powered with Air Pressure from a _Copper_ _Backtank_",
|
||||
"item.create.potato_cannon.tooltip.condition1": "UNLOCALIZED: When R-Clicked",
|
||||
"item.create.potato_cannon.tooltip.behaviour1": "UNLOCALIZED: _Shoots_ a suitable item from your _Inventory_.",
|
||||
"item.create.potato_cannon.tooltip.condition2": "UNLOCALIZED: While wearing Copper Backtank",
|
||||
"item.create.potato_cannon.tooltip.behaviour2": "UNLOCALIZED: _No_ _Durability_ will be used. Instead, _Air_ _pressure_ is drained from the Tank",
|
||||
"item.create.potato_cannon.tooltip": "馬鈴薯大砲",
|
||||
"item.create.potato_cannon.tooltip.summary": "噗~碰!用你種的蔬菜來攻擊敵人。可以用_銅製後背包_的壓縮空氣驅動",
|
||||
"item.create.potato_cannon.tooltip.condition1": "當點擊右鍵時",
|
||||
"item.create.potato_cannon.tooltip.behaviour1": "從_物品欄_中_發射_一顆彈藥",
|
||||
"item.create.potato_cannon.tooltip.condition2": "當裝備銅製後背包時",
|
||||
"item.create.potato_cannon.tooltip.behaviour2": "_不會消耗耐久_ 但是會抽取銅製後背包裡的_壓縮空氣_",
|
||||
|
||||
"item.create.filter.tooltip": "過濾器",
|
||||
"item.create.filter.tooltip.summary": "將物品更精確地進行_篩選分類_,可以同時_篩選_多個物品或者將已標記的_過濾器_放在另一個_過濾器_里_嵌套_使用。",
|
||||
|
@ -1373,6 +1413,11 @@
|
|||
"block.create.creative_crate.tooltip.condition1": "當標記了物品時",
|
||||
"block.create.creative_crate.tooltip.behaviour1": "容器將會從虛空中提供_無限量_的標記物品,並且任何放置到容器中的物品都會被_送入虛空_",
|
||||
|
||||
"item.create.creative_blaze_cake.tooltip": "UNLOCALIZED: CREATIVE CAKE",
|
||||
"item.create.creative_blaze_cake.tooltip.summary": "UNLOCALIZED: A very special treat for _Blaze Burners_ that allows _controlling their heat level_. After eating this cake, Blaze Burners will _never run out of fuel_.",
|
||||
"item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: R-Click on Blaze Burner",
|
||||
"item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Locks_ the Blaze Burner's heat level. If used again, _cycles_ the Blaze Burner's heat level.",
|
||||
|
||||
"block.create.controller_rail.tooltip": "控制鐵軌",
|
||||
"block.create.controller_rail.tooltip.summary": "單向電動導軌,能夠精細控制礦車的移動速度。",
|
||||
"block.create.controller_rail.tooltip.condition1": "被紅石激活時",
|
||||
|
@ -1388,117 +1433,117 @@
|
|||
|
||||
"item.create.refined_radiance.tooltip": "光輝石",
|
||||
"item.create.refined_radiance.tooltip.summary": "一種用_光輝_鍛造的化合物材料。",
|
||||
"item.create.refined_radiance.tooltip.condition1": "UNLOCALIZED: Work In Progress",
|
||||
"item.create.refined_radiance.tooltip.behaviour1": "UNLOCALIZED: Usages for this material will be available in a future release.",
|
||||
"item.create.refined_radiance.tooltip.condition1": "工作進度",
|
||||
"item.create.refined_radiance.tooltip.behaviour1": "在未來的更新中會更新更多用途",
|
||||
|
||||
"item.create.shadow_steel.tooltip": "暗影鋼",
|
||||
"item.create.shadow_steel.tooltip.summary": "一種用_虛空_鍛造的化合物材料。",
|
||||
"item.create.shadow_steel.tooltip.condition1": "UNLOCALIZED: Work In Progress",
|
||||
"item.create.shadow_steel.tooltip.behaviour1": "UNLOCALIZED: Usages for this material will be available in a future release.",
|
||||
"item.create.shadow_steel.tooltip.condition1": "工作進度",
|
||||
"item.create.shadow_steel.tooltip.behaviour1": "在未來的更新中會更新更多用途",
|
||||
|
||||
"item.create.linked_controller.tooltip": "UNLOCALIZED: LINKED CONTROLLER",
|
||||
"item.create.linked_controller.tooltip.summary": "UNLOCALIZED: Grants _handheld_ _control_ over _Redstone Link_ frequencies assigned to its _six_ _buttons_.",
|
||||
"item.create.linked_controller.tooltip.condition1": "UNLOCALIZED: R-Click",
|
||||
"item.create.linked_controller.tooltip.behaviour1": "UNLOCALIZED: _Toggles_ the controller. _Movement_ _controls_ are taken over while its active.",
|
||||
"item.create.linked_controller.tooltip.condition2": "UNLOCALIZED: R-Click while Sneaking",
|
||||
"item.create.linked_controller.tooltip.behaviour2": "UNLOCALIZED: Opens the manual _Configuration Interface_.",
|
||||
"item.create.linked_controller.tooltip.condition3": "UNLOCALIZED: R-Click on Redstone Link Receiver",
|
||||
"item.create.linked_controller.tooltip.behaviour3": "UNLOCALIZED: Enables _Bind Mode_, press one of the _six controls_ to bind it to the _Links' Frequency_.",
|
||||
"item.create.linked_controller.tooltip.condition4": "UNLOCALIZED: R-Click on Lectern",
|
||||
"item.create.linked_controller.tooltip.behaviour4": "UNLOCALIZED: Places the Controller into the Lectern for easy activation. (R-Click while Sneaking to retrieve it)",
|
||||
"item.create.linked_controller.tooltip": "遙控器",
|
||||
"item.create.linked_controller.tooltip.summary": "提供_六個_連接到相對應_按鍵_的_無線紅石訊號機_ _手持的控制_",
|
||||
"item.create.linked_controller.tooltip.condition1": "點擊右鍵時",
|
||||
"item.create.linked_controller.tooltip.behaviour1": "_切換_遙控器,當遙控器啟動時你會失去_移動控制_",
|
||||
"item.create.linked_controller.tooltip.condition2": "當右鍵時",
|
||||
"item.create.linked_controller.tooltip.behaviour2": "打開_設定面板_",
|
||||
"item.create.linked_controller.tooltip.condition3": "當對無線紅石訊號機點右鍵時",
|
||||
"item.create.linked_controller.tooltip.behaviour3": "開啟_綁定模式_。按_六個控制鍵_的其中一個來綁定_頻率_到遙控器上",
|
||||
"item.create.linked_controller.tooltip.condition4": "當對講台按右鍵時",
|
||||
"item.create.linked_controller.tooltip.behaviour4": "把遙控器放到講台上,可以更方便的控制它。(蹲下右鍵取回)",
|
||||
|
||||
"item.create.diving_helmet.tooltip": "UNLOCALIZED: DIVING HELMET",
|
||||
"item.create.diving_helmet.tooltip.summary": "UNLOCALIZED: Together with a _Copper_ _Backtank_, allows the wielder to _breathe_ _underwater_ for an extended amount of time.",
|
||||
"item.create.diving_helmet.tooltip.condition1": "UNLOCALIZED: When Worn",
|
||||
"item.create.diving_helmet.tooltip.behaviour1": "UNLOCALIZED: Provides the _Water Breathing_ effect, slowly draining _Air Pressure_ from the Backtank.",
|
||||
"item.create.diving_helmet.tooltip": "潛水頭盔",
|
||||
"item.create.diving_helmet.tooltip.summary": "和_銅製後背包_一起裝備時可以延長在_水下呼吸_的時間",
|
||||
"item.create.diving_helmet.tooltip.condition1": "當裝備時",
|
||||
"item.create.diving_helmet.tooltip.behaviour1": "提昇_水下呼吸效果_,會緩慢的抽取銅製後背包中的_壓縮空氣_",
|
||||
|
||||
"item.create.copper_backtank.tooltip": "UNLOCALIZED: COPPER BACKTANK",
|
||||
"item.create.copper_backtank.tooltip.summary": "UNLOCALIZED: A _Wearable_ _Tank_ for carrying Pressurized Air.",
|
||||
"item.create.copper_backtank.tooltip.condition1": "UNLOCALIZED: When Worn",
|
||||
"item.create.copper_backtank.tooltip.behaviour1": "UNLOCALIZED: Provides _Pressurized_ _Air_ to Equipment that requires it.",
|
||||
"item.create.copper_backtank.tooltip.condition2": "UNLOCALIZED: When placed, Powered by Kinetics",
|
||||
"item.create.copper_backtank.tooltip.behaviour2": "UNLOCALIZED: _Collects_ _Pressurized_ _Air_ at a rate depending on the Rotational Speed.",
|
||||
"item.create.copper_backtank.tooltip": "銅製後背包",
|
||||
"item.create.copper_backtank.tooltip.summary": "可裝備的氣罐,用來攜帶壓縮空氣",
|
||||
"item.create.copper_backtank.tooltip.condition1": "當裝備時",
|
||||
"item.create.copper_backtank.tooltip.behaviour1": "提供_壓縮空氣_給需要的裝備",
|
||||
"item.create.copper_backtank.tooltip.condition2": "當放置時,由轉動來補充驅動",
|
||||
"item.create.copper_backtank.tooltip.behaviour2": "旋轉的速度決定收集_壓縮空氣_的速率",
|
||||
|
||||
"item.create.diving_boots.tooltip": "UNLOCALIZED: DIVING BOOTS",
|
||||
"item.create.diving_boots.tooltip.summary": "UNLOCALIZED: A pair of _heavy_ _boots_, allowing for better traversal of the Ocean floor.",
|
||||
"item.create.diving_boots.tooltip.condition1": "UNLOCALIZED: When Worn",
|
||||
"item.create.diving_boots.tooltip.behaviour1": "UNLOCALIZED: Wielder _sinks_ _faster_ and _cannot_ _swim_. Grants the ability to _walk_ and _jump_ underwater. Wielder also is no longer affected by _Mechanical_ _Belts_.",
|
||||
"item.create.diving_boots.tooltip": "潛水鞋",
|
||||
"item.create.diving_boots.tooltip.summary": "一雙_沈重的鞋子_,提供更好的水下移動",
|
||||
"item.create.diving_boots.tooltip.condition1": "當裝備時",
|
||||
"item.create.diving_boots.tooltip.behaviour1": "你可以在水下走得更快而且可以跳躍,但是不能游泳。穿著者不會被輸送帶移動。",
|
||||
|
||||
"item.create.crafting_blueprint.tooltip": "UNLOCALIZED: CRAFTING BLUEPRINT",
|
||||
"item.create.crafting_blueprint.tooltip.summary": "UNLOCALIZED: _Placed_ on a wall, it can be used to _specify_ _ingredient_ _arrangements_ for easier manual crafting. Each slot represents a Recipe.",
|
||||
"item.create.crafting_blueprint.condition1": "UNLOCALIZED: R-Click empty Slot",
|
||||
"item.create.crafting_blueprint.behaviour1": "UNLOCALIZED: Opens a _Crafting_ _menu_ allowing you to _configure_ a _recipe_ and items to display.",
|
||||
"item.create.crafting_blueprint.condition2": "UNLOCALIZED: R-Click configured Slot",
|
||||
"item.create.crafting_blueprint.behaviour2": "UNLOCALIZED: _Applies_ the _configured_ _recipe_ with matching Ingredients found in your _Inventory_. _Sneak_ to craft up to a _Stack_ of items.",
|
||||
"item.create.crafting_blueprint.tooltip": "合成藍圖",
|
||||
"item.create.crafting_blueprint.tooltip.summary": "可以被放置在牆上、地上和天花板。指定一個合成配方,你可以更快速的合成物品。每一格代表一個合成配方",
|
||||
"item.create.crafting_blueprint.condition1": "右鍵點擊空格",
|
||||
"item.create.crafting_blueprint.behaviour1": "打開_合成界面_讓你_指定配方_和要顯示的物品",
|
||||
"item.create.crafting_blueprint.condition2": "右鍵點擊編輯過的格子",
|
||||
"item.create.crafting_blueprint.behaviour2": "根據_物品欄_內的物品_使用_這個_配方_合成。_蹲下_點擊可以一次合成_一組_的物品",
|
||||
|
||||
"item.create.minecart_coupling.tooltip": "礦車連軸器",
|
||||
"item.create.minecart_coupling.tooltip.summary": "將多個_礦車_或運輸結構鏈接在一起,構成雄偉的火車。",
|
||||
"item.create.minecart_coupling.tooltip.condition1": "作用與礦車時",
|
||||
"item.create.minecart_coupling.tooltip.behaviour1": "將兩個礦車耦合在一起,在移動時將它們保持_恒定的距離_。",
|
||||
|
||||
"block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL",
|
||||
"block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative brass bell. Placing it above a _Soul Fire_ or _Soul Campfire_ may cause a spooky transformation to occur...",
|
||||
"block.create.peculiar_bell.tooltip": "黃銅鐘",
|
||||
"block.create.peculiar_bell.tooltip.summary": "一個裝飾性的_鐘_,放在_靈魂火_正上方會有意想不到的副作用",
|
||||
|
||||
"block.create.cursed_bell.tooltip": "UNLOCALIZED: CURSED BELL",
|
||||
"block.create.cursed_bell.tooltip.summary": "UNLOCALIZED: A spooky brass bell haunted by lost souls of the Nether.",
|
||||
"block.create.cursed_bell.tooltip.condition1": "UNLOCALIZED: When Held or Rang",
|
||||
"block.create.cursed_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby dark spots on which Hostile Mobs could spawn.",
|
||||
"block.create.haunted_bell.tooltip": "靈魂鐘",
|
||||
"block.create.haunted_bell.tooltip.summary": "一個受到地獄亡魂_詛咒的鐘_",
|
||||
"block.create.haunted_bell.tooltip.condition1": "當拿者或是被敲響時",
|
||||
"block.create.haunted_bell.tooltip.behaviour1": "標示附近_不夠亮_、會生成_敵對生物_的地方",
|
||||
|
||||
|
||||
"_": "->------------------------] Ponder Content [------------------------<-",
|
||||
|
||||
"create.ponder.hold_to_ponder": "按住 [%1$s] 來思考此物品",
|
||||
"create.ponder.hold_to_ponder": "按住 [%1$s] 來查看此物品的教學",
|
||||
"create.ponder.subject": "本場景的主題",
|
||||
"create.ponder.pondering": "思考有關於...",
|
||||
"create.ponder.pondering": "有關於...",
|
||||
"create.ponder.identify_mode": "暫停模式已啟動\n按 [%1$s] 來取消暫停模式",
|
||||
"create.ponder.associated": "相關物品",
|
||||
"create.ponder.close": "關閉",
|
||||
"create.ponder.identify": "暫停",
|
||||
"create.ponder.next": "下個場景",
|
||||
"create.ponder.previous": "上個場景",
|
||||
"create.ponder.replay": "重放",
|
||||
"create.ponder.replay": "重播",
|
||||
"create.ponder.think_back": "返回",
|
||||
"create.ponder.slow_text": "降低文字顯示速度",
|
||||
"create.ponder.exit": "UNLOCALIZED: Exit",
|
||||
"create.ponder.welcome": "UNLOCALIZED: Welcome to Ponder",
|
||||
"create.ponder.categories": "UNLOCALIZED: Available Categories in Create",
|
||||
"create.ponder.index_description": "UNLOCALIZED: Click one of the icons to learn about its associated Items and Blocks",
|
||||
"create.ponder.index_title": "UNLOCALIZED: Ponder Index",
|
||||
"create.ponder.shared.movement_anchors": "有了機殼底盤和強力膠就可以移動大型結構",
|
||||
"create.ponder.shared.rpm32": "32 RPM",
|
||||
"create.ponder.shared.sneak_and": "潛行 +",
|
||||
"create.ponder.shared.storage_on_contraption": "與結構相連的儲物空間會自動撿取物品",
|
||||
"create.ponder.slow_text": "放慢文字顯示速度",
|
||||
"create.ponder.exit": "離開",
|
||||
"create.ponder.welcome": "歡迎來到教學",
|
||||
"create.ponder.categories": "Create 中的分類",
|
||||
"create.ponder.index_description": "點擊其中一個圖像查看和他相關的物品以及方塊",
|
||||
"create.ponder.index_title": "教學首頁",
|
||||
"create.ponder.shared.rpm16": "16 RPM",
|
||||
"create.ponder.shared.behaviour_modify_wrench": "使用扳手來調整這個動作",
|
||||
"create.ponder.shared.storage_on_contraption": "與結構相連的儲物空間會自動撿取物品",
|
||||
"create.ponder.shared.sneak_and": "潛行 +",
|
||||
"create.ponder.shared.rpm8": "8 RPM",
|
||||
"create.ponder.shared.ctrl_and": "Ctrl +",
|
||||
"create.ponder.shared.rpm32": "32 RPM",
|
||||
"create.ponder.shared.rpm16_source": "轉速: 16 RPM",
|
||||
"create.ponder.shared.rpm16": "16 RPM",
|
||||
"create.ponder.tag.kinetic_sources": "動能產生裝置",
|
||||
"create.ponder.tag.kinetic_sources.description": "該裝置能夠產生動能",
|
||||
"create.ponder.tag.contraption_actor": "Contraption Actors",
|
||||
"create.ponder.tag.contraption_actor.description": "Components which expose special behaviour when attached to a moving contraption",
|
||||
"create.ponder.tag.arm_targets": "機械手臂的目標物",
|
||||
"create.ponder.tag.arm_targets.description": "該裝置可作為機械手臂的工作目標",
|
||||
"create.ponder.tag.logistics": "傳輸物品",
|
||||
"create.ponder.tag.logistics.description": "該裝置用於物品的傳輸",
|
||||
"create.ponder.tag.movement_anchor": "Movement Anchors",
|
||||
"create.ponder.tag.movement_anchor.description": "Components which allow the creation of moving contraptions, animating an attached structure in a variety of ways",
|
||||
"create.ponder.tag.creative": "創造模式",
|
||||
"create.ponder.tag.creative.description": "該裝置無法在生存模式中獲得",
|
||||
"create.ponder.tag.kinetic_relays": "動能傳遞方塊",
|
||||
"create.ponder.tag.kinetic_relays.description": "該裝置用於傳遞動能",
|
||||
"create.ponder.tag.windmill_sails": "風車軸承的帆",
|
||||
"create.ponder.tag.windmill_sails.description": "建造風車時用於產生動能的帆,每個帆對風車產生的效果都是同等的",
|
||||
"create.ponder.tag.contraption_assembly": "方塊連接物件",
|
||||
"create.ponder.tag.contraption_assembly.description": "此物件用於連接各個零件以便組成一個成品",
|
||||
"create.ponder.tag.decoration": "裝飾",
|
||||
"create.ponder.tag.decoration.description": "這些零件通常用於裝飾",
|
||||
"create.ponder.tag.kinetic_appliances": "動能利用裝置",
|
||||
"create.ponder.tag.kinetic_appliances.description": "這些裝置利用動能運作",
|
||||
"create.ponder.shared.movement_anchors": "有了機殼底盤和強力膠就可以移動大型結構",
|
||||
"create.ponder.tag.redstone": "邏輯控制裝置",
|
||||
"create.ponder.tag.redstone.description": "這些裝置會在紅石電路中發揮用處",
|
||||
"create.ponder.tag.contraption_assembly": "方塊連接物件",
|
||||
"create.ponder.tag.contraption_assembly.description": "此物件用於連接各個零件以便組成一個成品",
|
||||
"create.ponder.tag.fluids": "液體控制裝置",
|
||||
"create.ponder.tag.fluids.description": "這些裝置可傳輸並利用液體",
|
||||
"create.ponder.tag.decoration": "裝飾",
|
||||
"create.ponder.tag.decoration.description": "這些零件通常用於裝飾",
|
||||
"create.ponder.tag.windmill_sails": "風車軸承的帆",
|
||||
"create.ponder.tag.windmill_sails.description": "建造風車時用於產生動能的帆,每個帆對風車產生的效果都是同等的",
|
||||
"create.ponder.tag.arm_targets": "機械手臂的目標物",
|
||||
"create.ponder.tag.arm_targets.description": "該裝置可作為機械手臂的工作目標",
|
||||
"create.ponder.tag.kinetic_appliances": "動能利用裝置",
|
||||
"create.ponder.tag.kinetic_appliances.description": "這些裝置利用動能運作",
|
||||
"create.ponder.tag.kinetic_sources": "動能產生裝置",
|
||||
"create.ponder.tag.kinetic_sources.description": "該裝置能夠產生動能",
|
||||
"create.ponder.tag.movement_anchor": "運動錨點",
|
||||
"create.ponder.tag.movement_anchor.description": "允許建立移動裝置的元件,以各種方式為連接的結構設置動畫",
|
||||
"create.ponder.tag.kinetic_relays": "動能傳遞方塊",
|
||||
"create.ponder.tag.kinetic_relays.description": "該裝置用於傳遞動能",
|
||||
"create.ponder.tag.contraption_actor": "特殊方塊",
|
||||
"create.ponder.tag.contraption_actor.description": "附加到移動裝置上時表現出特殊行為的方塊",
|
||||
"create.ponder.tag.creative": "創造模式",
|
||||
"create.ponder.tag.creative.description": "該裝置無法在生存模式中獲得",
|
||||
"create.ponder.tag.logistics": "傳輸物品",
|
||||
"create.ponder.tag.logistics.description": "該裝置用於物品的傳輸",
|
||||
|
||||
"create.ponder.adjustable_pulse_repeater.header": "使用可調式脈衝中繼器來控制訊號",
|
||||
"create.ponder.adjustable_pulse_repeater.text_1": "可調式脈衝中繼器每次運作時會產生一個短脈衝",
|
||||
|
@ -1611,7 +1656,7 @@
|
|||
"create.ponder.cart_assembler_modes.header": "礦車結構的方向設定",
|
||||
"create.ponder.cart_assembler_modes.text_1": "礦車結構會隨著礦車方向改變",
|
||||
"create.ponder.cart_assembler_modes.text_2": "如果在裝修站鎖定其方向,則結構方向不會隨礦車方向改變",
|
||||
"create.ponder.cart_assembler_modes.text_3": "UNLOCALIZED: If the Assembler is set to Lock Rotation, the contraptions' orientation will never change",
|
||||
"create.ponder.cart_assembler_modes.text_3": "如果在裝修站鎖定其方向,則結構方向不會隨礦車方向改變",
|
||||
|
||||
"create.ponder.cart_assembler_rails.header": "其他種類的礦車和鐵軌",
|
||||
"create.ponder.cart_assembler_rails.text_1": "放在普通鐵軌上的礦車裝修站不會影響礦車的動作",
|
||||
|
@ -1665,11 +1710,11 @@
|
|||
"create.ponder.cogwheel.text_1": "齒輪會將動力傳遞至臨近的齒輪",
|
||||
"create.ponder.cogwheel.text_2": "以此方式連接的齒輪,旋轉方向相反",
|
||||
|
||||
"create.ponder.creative_fluid_tank.header": "UNLOCALIZED: Creative Fluid Tanks",
|
||||
"create.ponder.creative_fluid_tank.text_1": "UNLOCALIZED: Creative Fluid Tanks can be used to provide a bottomless supply of fluid",
|
||||
"create.ponder.creative_fluid_tank.text_2": "UNLOCALIZED: Right-Click with a fluid containing item to configure it",
|
||||
"create.ponder.creative_fluid_tank.text_3": "UNLOCALIZED: Pipe Networks can now endlessly draw the assigned fluid from the tank",
|
||||
"create.ponder.creative_fluid_tank.text_4": "UNLOCALIZED: Any Fluids pushed back into a Creative Fluid Tank will be voided",
|
||||
"create.ponder.creative_fluid_tank.header": "創造液體除存罐",
|
||||
"create.ponder.creative_fluid_tank.text_1": "創造液體除存罐可以提供無限的液體",
|
||||
"create.ponder.creative_fluid_tank.text_2": "拿著一個液體物品點擊可以設定它",
|
||||
"create.ponder.creative_fluid_tank.text_3": "現在管線網路可以無限制的從它抽取液體",
|
||||
"create.ponder.creative_fluid_tank.text_4": "任何被抽進創造液體除存罐的液體都會消失",
|
||||
|
||||
"create.ponder.creative_motor.header": "使用創造馬達產生動能",
|
||||
"create.ponder.creative_motor.text_1": "創造馬達不僅能夠手動設定輸出動能,而且體積相當小巧",
|
||||
|
@ -1707,11 +1752,11 @@
|
|||
"create.ponder.deployer_modes.text_1": "在設設情況下,機械手模仿玩家的右鍵",
|
||||
"create.ponder.deployer_modes.text_2": "使用扳手可以將模式調整為模仿玩家的左鍵",
|
||||
|
||||
"create.ponder.deployer_processing.header": "UNLOCALIZED: Processing Items using Deployers",
|
||||
"create.ponder.deployer_processing.text_1": "UNLOCALIZED: With a fitting held item, Deployers can process items provided beneath them",
|
||||
"create.ponder.deployer_processing.text_2": "UNLOCALIZED: The Input items can be dropped or placed on a Depot under the Deployer",
|
||||
"create.ponder.deployer_processing.text_3": "UNLOCALIZED: When items are provided on a belt...",
|
||||
"create.ponder.deployer_processing.text_4": "UNLOCALIZED: The Deployer will hold and process them automatically",
|
||||
"create.ponder.deployer_processing.header": "用機器手處理物品",
|
||||
"create.ponder.deployer_processing.text_1": "拿著適當物品的機器手可以處理下面的物品",
|
||||
"create.ponder.deployer_processing.text_2": "待處理的物品可以是掉落狀態或是被放在置物台上",
|
||||
"create.ponder.deployer_processing.text_3": "當物品被放在輸送帶上時...",
|
||||
"create.ponder.deployer_processing.text_4": "機器手會抓住他並且自動處理",
|
||||
|
||||
"create.ponder.deployer_redstone.header": "使用紅石控制機械手",
|
||||
"create.ponder.deployer_redstone.text_1": "當機械手收到紅時訊號時會停止工作",
|
||||
|
@ -1729,7 +1774,8 @@
|
|||
"create.ponder.empty_blaze_burner.text_2": "或者,也可以透過右擊烈焰人刷怪籠來填充啟動烈焰人燃燒室",
|
||||
"create.ponder.empty_blaze_burner.text_3": "這樣,你便有了一個可供部分機器加工的熱源",
|
||||
"create.ponder.empty_blaze_burner.text_4": "如果是為了美觀,空的烈焰人燃燒室也可以被打火石點燃",
|
||||
"create.ponder.empty_blaze_burner.text_5": "但是,這樣的熱源不足以給機器提加工供足夠的熱量",
|
||||
"create.ponder.empty_blaze_burner.text_5": "可以放入靈魂物品將火焰轉化成靈魂火",
|
||||
"create.ponder.empty_blaze_burner.text_6": "但是,這樣的熱源不足以給機器提加工供足夠的熱量",
|
||||
|
||||
"create.ponder.encased_fluid_pipe.header": "UNLOCALIZED: Encasing Fluid Pipes",
|
||||
"create.ponder.encased_fluid_pipe.text_1": "UNLOCALIZED: Copper Casing can be used to decorate Fluid Pipes",
|
||||
|
@ -1754,34 +1800,34 @@
|
|||
"create.ponder.fan_source.text_1": "如鼓風機的扇葉向下朝著熱源放置,鼓風機可以藉此產生動能",
|
||||
"create.ponder.fan_source.text_2": "當鼓風機接受紅石訊號後,它便會向外供給動能",
|
||||
|
||||
"create.ponder.fluid_pipe_flow.header": "UNLOCALIZED: Moving Fluids using Copper Pipes",
|
||||
"create.ponder.fluid_pipe_flow.text_1": "UNLOCALIZED: Fluid Pipes can connect two or more fluid sources and targets",
|
||||
"create.ponder.fluid_pipe_flow.text_2": "UNLOCALIZED: Using a wrench, a straight pipe segment can be given a window",
|
||||
"create.ponder.fluid_pipe_flow.text_3": "UNLOCALIZED: Windowed pipes will not connect to any other adjacent pipe segments",
|
||||
"create.ponder.fluid_pipe_flow.text_4": "UNLOCALIZED: Powered by Mechanical Pumps, the Pipes can transport Fluids",
|
||||
"create.ponder.fluid_pipe_flow.text_5": "UNLOCALIZED: No fluid is being extracted at first",
|
||||
"create.ponder.fluid_pipe_flow.text_6": "UNLOCALIZED: Once the flow connects them, the endpoints gradually transfer their contents",
|
||||
"create.ponder.fluid_pipe_flow.text_7": "UNLOCALIZED: Thus, the Pipe blocks themselves never 'physically' contain any fluid",
|
||||
"create.ponder.fluid_pipe_flow.header": "始用銅製管道來移動液體",
|
||||
"create.ponder.fluid_pipe_flow.text_1": "液體管可以連接兩個或更多的液體來源與目標",
|
||||
"create.ponder.fluid_pipe_flow.text_2": "使用扳手可以在一段直管線上開窗戶",
|
||||
"create.ponder.fluid_pipe_flow.text_3": "有窗戶的管線側面不會連接到其他管線",
|
||||
"create.ponder.fluid_pipe_flow.text_4": "機械幫浦可以讓管線運輸液體",
|
||||
"create.ponder.fluid_pipe_flow.text_5": "一開始不會有液體被抽出來",
|
||||
"create.ponder.fluid_pipe_flow.text_6": "直到兩端被連接起來,才會有液體被抽過去",
|
||||
"create.ponder.fluid_pipe_flow.text_7": "因此,管線裡不會『物理上的』含有液體",
|
||||
|
||||
"create.ponder.fluid_pipe_interaction.header": "UNLOCALIZED: Draining and Filling fluid containers",
|
||||
"create.ponder.fluid_pipe_interaction.text_1": "UNLOCALIZED: Endpoints of a pipe network can interact with a variety of blocks",
|
||||
"create.ponder.fluid_pipe_interaction.text_2": "UNLOCALIZED: Any block with fluid storage capabilities can be filled or drained",
|
||||
"create.ponder.fluid_pipe_interaction.text_3": "UNLOCALIZED: Source blocks right in front of an open end can be picked up...",
|
||||
"create.ponder.fluid_pipe_interaction.text_4": "UNLOCALIZED: ...while spilling into empty spaces can create fluid sources",
|
||||
"create.ponder.fluid_pipe_interaction.text_5": "UNLOCALIZED: Pipes can also extract fluids from a handful of other blocks directly",
|
||||
"create.ponder.fluid_pipe_interaction.header": "抽取並填滿液體罐",
|
||||
"create.ponder.fluid_pipe_interaction.text_1": "管線網路的終端可以和很多東西互動",
|
||||
"create.ponder.fluid_pipe_interaction.text_2": "任何有意體容量的方塊都可以被抽取和填滿",
|
||||
"create.ponder.fluid_pipe_interaction.text_3": "在開放端口前的液體源方塊可以被抽走",
|
||||
"create.ponder.fluid_pipe_interaction.text_4": "當液體被排放出來時會產生新的液體源方塊",
|
||||
"create.ponder.fluid_pipe_interaction.text_5": "管線也可以直接從其他方塊中抽取流體",
|
||||
|
||||
"create.ponder.fluid_tank_sizes.header": "UNLOCALIZED: Dimensions of a Fluid tank",
|
||||
"create.ponder.fluid_tank_sizes.text_1": "UNLOCALIZED: Fluid Tanks can be combined to increase the total capacity",
|
||||
"create.ponder.fluid_tank_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...",
|
||||
"create.ponder.fluid_tank_sizes.text_3": "UNLOCALIZED: ...and grow in height by more than 30 additional layers",
|
||||
"create.ponder.fluid_tank_sizes.text_4": "UNLOCALIZED: Using a Wrench, a tanks' window can be toggled",
|
||||
"create.ponder.fluid_tank_sizes.header": "液體罐的尺寸",
|
||||
"create.ponder.fluid_tank_sizes.text_1": "可以組合液體罐以增加總容量",
|
||||
"create.ponder.fluid_tank_sizes.text_2": "底部最多可以是 3x3 的正方形 ......",
|
||||
"create.ponder.fluid_tank_sizes.text_3": "...... 最多可以堆疊 30 層",
|
||||
"create.ponder.fluid_tank_sizes.text_4": "扳手可以用來開關窗戶",
|
||||
|
||||
"create.ponder.fluid_tank_storage.header": "UNLOCALIZED: Storing Fluids in Fluid Tanks",
|
||||
"create.ponder.fluid_tank_storage.text_1": "UNLOCALIZED: Fluid Tanks can be used to store large amounts of fluid",
|
||||
"create.ponder.fluid_tank_storage.text_2": "UNLOCALIZED: Pipe networks can push and pull fluids from any side",
|
||||
"create.ponder.fluid_tank_storage.text_3": "UNLOCALIZED: The contained fluid can be measured by a Comparator",
|
||||
"create.ponder.fluid_tank_storage.text_4": "UNLOCALIZED: However, in Survival Mode Fluids cannot be added or taken manually",
|
||||
"create.ponder.fluid_tank_storage.text_5": "UNLOCALIZED: You can use Basins, Item Drains and Spouts to drain or fill fluid containing items",
|
||||
"create.ponder.fluid_tank_storage.header": "在液體罐中儲存液體",
|
||||
"create.ponder.fluid_tank_storage.text_1": "液體罐中可儲存大量的液體",
|
||||
"create.ponder.fluid_tank_storage.text_2": "管線體網路可以從任何一邊抽取或是輸入液體",
|
||||
"create.ponder.fluid_tank_storage.text_3": "紅石比較器可以輸出液體容量",
|
||||
"create.ponder.fluid_tank_storage.text_4": "但是,在生存模式你不能直接存入、取出液體",
|
||||
"create.ponder.fluid_tank_storage.text_5": "你可以用作業盆、分液池或液體灌注器和管線網路互動",
|
||||
|
||||
"create.ponder.flywheel.header": "使用飛輪來產生動能",
|
||||
"create.ponder.flywheel.text_1": "飛輪和熔爐引擎必須配套使用,方可產生動能",
|
||||
|
@ -1856,33 +1902,33 @@
|
|||
"create.ponder.hand_crank.text_3": "它產生的轉速相對較高",
|
||||
"create.ponder.hand_crank.text_4": "潛行長按右鍵可以順時針旋轉它",
|
||||
|
||||
"create.ponder.hose_pulley.header": "UNLOCALIZED: Source Filling and Draining using Hose Pulleys",
|
||||
"create.ponder.hose_pulley.text_1": "UNLOCALIZED: Hose Pulleys can be used to fill or drain large bodies of Fluid",
|
||||
"create.ponder.hose_pulley.text_2": "UNLOCALIZED: With the Kinetic Input, the height of the pulleys' hose can be controlled",
|
||||
"create.ponder.hose_pulley.text_3": "UNLOCALIZED: The Pulley retracts while the input rotation is inverted",
|
||||
"create.ponder.hose_pulley.text_4": "UNLOCALIZED: On the opposite side, pipes can be connected",
|
||||
"create.ponder.hose_pulley.text_5": "UNLOCALIZED: Attached pipe networks can either provide fluid to the hose...",
|
||||
"create.ponder.hose_pulley.text_6": "UNLOCALIZED: ...or pull from it, draining the pool instead",
|
||||
"create.ponder.hose_pulley.text_7": "UNLOCALIZED: Fill and Drain speed of the pulley depends entirely on the fluid networks' throughput",
|
||||
"create.ponder.hose_pulley.header": "使用軟管滑輪抽取、填滿液體",
|
||||
"create.ponder.hose_pulley.text_1": "軟管滑輪可以用來抽取、填滿大量的液體",
|
||||
"create.ponder.hose_pulley.text_2": "你可以透過輸入轉動來控制軟管的高度",
|
||||
"create.ponder.hose_pulley.text_3": "反轉時可以收回軟管",
|
||||
"create.ponder.hose_pulley.text_4": "另一邊可以連接管線",
|
||||
"create.ponder.hose_pulley.text_5": "相連的管線網路可以提供液體 ......",
|
||||
"create.ponder.hose_pulley.text_6": "...... 或是從池子裡抽取液體",
|
||||
"create.ponder.hose_pulley.text_7": "抽取或填滿的速度取決於管線系統的吞吐量",
|
||||
|
||||
"create.ponder.hose_pulley_infinite.header": "UNLOCALIZED: Passively Filling and Draining large bodies of Fluid",
|
||||
"create.ponder.hose_pulley_infinite.text_1": "UNLOCALIZED: When deploying the Hose Pulley into a large enough ocean...",
|
||||
"create.ponder.hose_pulley_infinite.text_2": "UNLOCALIZED: It will provide/dispose fluids without affecting the source",
|
||||
"create.ponder.hose_pulley_infinite.text_3": "UNLOCALIZED: Pipe networks can limitlessly take fluids from/to such pulleys",
|
||||
"create.ponder.hose_pulley_infinite.header": "被動填充和排放大量液體",
|
||||
"create.ponder.hose_pulley_infinite.text_1": "將軟管滑輪接觸到足夠大的海洋中時 ......",
|
||||
"create.ponder.hose_pulley_infinite.text_2": "海洋會被視為無限液體源",
|
||||
"create.ponder.hose_pulley_infinite.text_3": "管線網路可以無限的抽取、排放液體到海洋中而不影響海洋",
|
||||
|
||||
"create.ponder.hose_pulley_level.header": "UNLOCALIZED: Fill and Drain level of Hose Pulleys",
|
||||
"create.ponder.hose_pulley_level.text_1": "UNLOCALIZED: While fully retracted, the Hose Pulley cannot operate",
|
||||
"create.ponder.hose_pulley_level.text_2": "UNLOCALIZED: Draining runs from top to bottom",
|
||||
"create.ponder.hose_pulley_level.text_3": "UNLOCALIZED: The surface level will end up just below where the hose ends",
|
||||
"create.ponder.hose_pulley_level.text_4": "UNLOCALIZED: Filling runs from bottom to top",
|
||||
"create.ponder.hose_pulley_level.text_5": "UNLOCALIZED: The filled pool will not grow beyond the layer above the hose end",
|
||||
"create.ponder.hose_pulley_level.header": "軟管滑輪抽取、填滿水平面",
|
||||
"create.ponder.hose_pulley_level.text_1": "完全縮回時,軟管滑輪無法操作",
|
||||
"create.ponder.hose_pulley_level.text_2": "抽取工作將由上而下進行",
|
||||
"create.ponder.hose_pulley_level.text_3": "水平面將停在軟管末端的正下方",
|
||||
"create.ponder.hose_pulley_level.text_4": "而填充工作將由下而上進行將由上而下進行",
|
||||
"create.ponder.hose_pulley_level.text_5": "水平面不會超過軟管末端",
|
||||
|
||||
"create.ponder.item_drain.header": "UNLOCALIZED: Emptying Fluid Containers using Item Drains",
|
||||
"create.ponder.item_drain.text_1": "UNLOCALIZED: Item Drains can extract fluids from items",
|
||||
"create.ponder.item_drain.text_2": "UNLOCALIZED: Right-click it to pour fluids from your held item into it",
|
||||
"create.ponder.item_drain.text_3": "UNLOCALIZED: When items are inserted from the side...",
|
||||
"create.ponder.item_drain.text_4": "UNLOCALIZED: ...they roll across, emptying out their contained fluid",
|
||||
"create.ponder.item_drain.text_5": "UNLOCALIZED: Pipe Networks can now pull the fluid from the drains' internal buffer",
|
||||
"create.ponder.item_drain.header": "使用分液池清空液體容器",
|
||||
"create.ponder.item_drain.text_1": "分液池可以從液體容器中清空抽取液體",
|
||||
"create.ponder.item_drain.text_2": "點擊右鍵可以把你手上的液體倒進去",
|
||||
"create.ponder.item_drain.text_3": "當從旁邊輸入物品 ......",
|
||||
"create.ponder.item_drain.text_4": "...... 他會從上方滑過,並清空裡面的液體",
|
||||
"create.ponder.item_drain.text_5": "現在液體網路可以抽取分液池中的液體了",
|
||||
|
||||
"create.ponder.large_cogwheel.header": "使用大齒輪傳遞動能",
|
||||
"create.ponder.large_cogwheel.text_1": "大齒輪可以以特定的角度相互連接",
|
||||
|
@ -2006,20 +2052,20 @@
|
|||
"create.ponder.mechanical_press_compacting.text_3": "一些配方可能需要烈焰人燃燒室提供熱量",
|
||||
"create.ponder.mechanical_press_compacting.text_4": "過濾槽可用於解決兩個配方相互衝突的情況",
|
||||
|
||||
"create.ponder.mechanical_pump_flow.header": "UNLOCALIZED: Fluid Transportation using Mechanical Pumps",
|
||||
"create.ponder.mechanical_pump_flow.text_1": "UNLOCALIZED: Mechanical Pumps govern the flow of their attached pipe networks",
|
||||
"create.ponder.mechanical_pump_flow.text_2": "UNLOCALIZED: When powered, their arrow indicates the direction of flow",
|
||||
"create.ponder.mechanical_pump_flow.text_3": "UNLOCALIZED: The network behind is now pulling fluids...",
|
||||
"create.ponder.mechanical_pump_flow.text_4": "UNLOCALIZED: ...while the network in front is transferring it outward",
|
||||
"create.ponder.mechanical_pump_flow.text_5": "UNLOCALIZED: Reversing the input rotation reverses the direction of flow",
|
||||
"create.ponder.mechanical_pump_flow.text_6": "UNLOCALIZED: Use a Wrench to reverse the orientation of pumps manually",
|
||||
"create.ponder.mechanical_pump_flow.header": "使用機械幫浦抽運送液體",
|
||||
"create.ponder.mechanical_pump_flow.text_1": "機械幫浦為與其連接的管線提供動力",
|
||||
"create.ponder.mechanical_pump_flow.text_2": "轉動時,箭頭指向液體的方向",
|
||||
"create.ponder.mechanical_pump_flow.text_3": "在他後面的網路現在可以抽取液體 ......",
|
||||
"create.ponder.mechanical_pump_flow.text_4": "...... 當前面的網絡向外傳輸時",
|
||||
"create.ponder.mechanical_pump_flow.text_5": "反轉輸入的動力可以反轉液體的方向",
|
||||
"create.ponder.mechanical_pump_flow.text_6": "扳手可以手動調整方向",
|
||||
|
||||
"create.ponder.mechanical_pump_speed.header": "UNLOCALIZED: Throughput of Mechanical Pumps",
|
||||
"create.ponder.mechanical_pump_speed.text_1": "UNLOCALIZED: Regardless of speed, Mechanical Pumps affect pipes connected up to 16 blocks away",
|
||||
"create.ponder.mechanical_pump_speed.text_2": "UNLOCALIZED: Speeding up the input rotation changes the speed of flow propagation...",
|
||||
"create.ponder.mechanical_pump_speed.text_3": "UNLOCALIZED: ...aswell as how quickly fluids are transferred",
|
||||
"create.ponder.mechanical_pump_speed.text_4": "UNLOCALIZED: Pumps can combine their throughputs within shared pipe networks",
|
||||
"create.ponder.mechanical_pump_speed.text_5": "UNLOCALIZED: Alternating their orientation can help align their flow directions",
|
||||
"create.ponder.mechanical_pump_speed.header": "機械幫浦的吞吐量",
|
||||
"create.ponder.mechanical_pump_speed.text_1": "無論轉速如何,機械幫浦都只能影響相連的 16 個方塊以內的管線",
|
||||
"create.ponder.mechanical_pump_speed.text_2": "加快旋轉速度會改變液動傳播的速度 ......",
|
||||
"create.ponder.mechanical_pump_speed.text_3": "...... 以及流體轉移的速度",
|
||||
"create.ponder.mechanical_pump_speed.text_4": "在同一個管線網路中機械幫浦可以結合他們的吞吐量",
|
||||
"create.ponder.mechanical_pump_speed.text_5": "改變它們的方向可以對齊它們的流動方向",
|
||||
|
||||
"create.ponder.mechanical_saw_breaker.header": "使用動力鋸伐木",
|
||||
"create.ponder.mechanical_saw_breaker.text_1": "向其通入動能後,動力鋸可以直接砍伐掉它面前的樹木",
|
||||
|
@ -2046,20 +2092,21 @@
|
|||
"create.ponder.nixie_tube.header": "使用真空管顯示器",
|
||||
"create.ponder.nixie_tube.text_1": "通入紅石訊號後,真空管顯示器會顯示出紅石訊號的強度",
|
||||
"create.ponder.nixie_tube.text_2": "使用命名牌在鐵砧上為其命名,可以自訂它的顯示文本",
|
||||
"create.ponder.nixie_tube.text_3": "使用染料右鍵點擊可以上色",
|
||||
|
||||
"create.ponder.piston_pole.header": "活塞延長杆",
|
||||
"create.ponder.piston_pole.text_1": "若無相接的延長杆,動力活塞無法移動其他方塊",
|
||||
"create.ponder.piston_pole.text_2": "在其背面安裝的延長杆長度,決定了活塞的推動範圍",
|
||||
|
||||
"create.ponder.portable_fluid_interface.header": "UNLOCALIZED: Contraption Fluid Exchange",
|
||||
"create.ponder.portable_fluid_interface.text_1": "UNLOCALIZED: Fluid Tanks on moving contraptions cannot be accessed by any pipes",
|
||||
"create.ponder.portable_fluid_interface.text_2": "UNLOCALIZED: This component can interact with fluid tanks without the need to stop the contraption",
|
||||
"create.ponder.portable_fluid_interface.text_3": "UNLOCALIZED: Place a second one with a gap of 1 or 2 blocks inbetween",
|
||||
"create.ponder.portable_fluid_interface.text_4": "UNLOCALIZED: Whenever they pass by each other, they will engage in a connection",
|
||||
"create.ponder.portable_fluid_interface.text_5": "UNLOCALIZED: While engaged, the stationary interface will represent ALL Tanks on the contraption",
|
||||
"create.ponder.portable_fluid_interface.text_6": "UNLOCALIZED: Fluid can now be inserted...",
|
||||
"create.ponder.portable_fluid_interface.text_7": "UNLOCALIZED: ...or extracted from the contraption",
|
||||
"create.ponder.portable_fluid_interface.text_8": "UNLOCALIZED: After no contents have been exchanged for a while, the contraption will continue on its way",
|
||||
"create.ponder.portable_fluid_interface.header": "移動式液體口",
|
||||
"create.ponder.portable_fluid_interface.text_1": "任何管道線都無法與移動裝置上的液體罐連接",
|
||||
"create.ponder.portable_fluid_interface.text_2": "該元件可以與液體罐相互作用,而無需停止裝置",
|
||||
"create.ponder.portable_fluid_interface.text_3": "放置第二個,中間間隔 1 或 2 個方塊",
|
||||
"create.ponder.portable_fluid_interface.text_4": "每當他們擦身而過時,他們就會建立聯繫",
|
||||
"create.ponder.portable_fluid_interface.text_5": "啟用時,移動式液體口將代表裝置上的『所有』水箱",
|
||||
"create.ponder.portable_fluid_interface.text_6": "現在可以輸入液體 ......",
|
||||
"create.ponder.portable_fluid_interface.text_7": "...... 或從裝置中抽取",
|
||||
"create.ponder.portable_fluid_interface.text_8": "一段時間沒有液體交換後,裝置將繼續前進",
|
||||
|
||||
"create.ponder.portable_storage_interface.header": "裝置存儲交換",
|
||||
"create.ponder.portable_storage_interface.text_1": "玩家無法與運動裝置內的存儲空間進行互動",
|
||||
|
@ -2158,24 +2205,24 @@
|
|||
"create.ponder.smart_chute.text_3": "使用滑鼠滾輪可以指定被過濾的物品數量",
|
||||
"create.ponder.smart_chute.text_4": "通入紅石訊號,智慧溜槽將會完全暫停工作",
|
||||
|
||||
"create.ponder.smart_pipe.header": "UNLOCALIZED: Controlling Fluid flow using Smart Pipes",
|
||||
"create.ponder.smart_pipe.text_1": "UNLOCALIZED: Smart pipes can help control flows by fluid type",
|
||||
"create.ponder.smart_pipe.text_2": "UNLOCALIZED: When placed directly at the source, they can specify the type of fluid to extract",
|
||||
"create.ponder.smart_pipe.text_3": "UNLOCALIZED: Simply Right-Click their filter slot with any item containing the desired fluid",
|
||||
"create.ponder.smart_pipe.text_4": "UNLOCALIZED: When placed further down a pipe network, smart pipes will only let matching fluids continue",
|
||||
"create.ponder.smart_pipe.header": "使用智慧液體管道控制液體",
|
||||
"create.ponder.smart_pipe.text_1": "智慧液體管道可以按照液體類型控制液體流",
|
||||
"create.ponder.smart_pipe.text_2": "當直接放置在源頭時,他們可以指定要提取的液體類型",
|
||||
"create.ponder.smart_pipe.text_3": "只需用包含所需液體的任何項目右鍵點擊其過濾槽",
|
||||
"create.ponder.smart_pipe.text_4": "在管網裡時,智慧液體管道只會讓匹配的液體經過",
|
||||
|
||||
"create.ponder.speedometer.header": "使用速度計來監測轉速",
|
||||
"create.ponder.speedometer.text_1": "速度計能顯示相接組件的轉速",
|
||||
"create.ponder.speedometer.text_2": "當佩戴MR護目鏡時,可以看到儀表所顯示的更詳細的數據",
|
||||
"create.ponder.speedometer.text_3": "紅石比較器可以根據速度計的數值輸出不同強弱的紅石訊號",
|
||||
|
||||
"create.ponder.spout_filling.header": "UNLOCALIZED: Filling Items using a Spout",
|
||||
"create.ponder.spout_filling.text_1": "UNLOCALIZED: The Spout can fill fluid holding items provided beneath it",
|
||||
"create.ponder.spout_filling.text_2": "UNLOCALIZED: The content of a Spout cannot be accessed manually",
|
||||
"create.ponder.spout_filling.text_3": "UNLOCALIZED: Instead, Pipes can be used to supply it with fluids",
|
||||
"create.ponder.spout_filling.text_4": "UNLOCALIZED: The Input items can be placed on a Depot under the Spout",
|
||||
"create.ponder.spout_filling.text_5": "UNLOCALIZED: When items are provided on a belt...",
|
||||
"create.ponder.spout_filling.text_6": "UNLOCALIZED: The Spout will hold and process them automatically",
|
||||
"create.ponder.spout_filling.header": "使用液體灌注器填充物品",
|
||||
"create.ponder.spout_filling.text_1": "液體灌注器可以填充下方的液體容器",
|
||||
"create.ponder.spout_filling.text_2": "無法手動接觸液體灌注器中的液體",
|
||||
"create.ponder.spout_filling.text_3": "管道可用於為其提供液體",
|
||||
"create.ponder.spout_filling.text_4": "輸入物品可以是掉落狀態或是被放在置物台上",
|
||||
"create.ponder.spout_filling.text_5": "當物品放在輸送帶上時 ......",
|
||||
"create.ponder.spout_filling.text_6": "液體灌注器會停下他並且自動填滿",
|
||||
|
||||
"create.ponder.stabilized_bearings.header": "裝置固定朝向",
|
||||
"create.ponder.stabilized_bearings.text_1": "當動力軸承在結構被帶動時...",
|
||||
|
@ -2208,11 +2255,11 @@
|
|||
"create.ponder.valve_handle.text_4": "潛行右擊可使它順時針旋轉",
|
||||
"create.ponder.valve_handle.text_5": "可以透過染色來美化閥門手輪",
|
||||
|
||||
"create.ponder.valve_pipe.header": "UNLOCALIZED: Controlling Fluid flow using Valves",
|
||||
"create.ponder.valve_pipe.text_1": "UNLOCALIZED: Valve pipes help control fluids propagating through pipe networks",
|
||||
"create.ponder.valve_pipe.text_2": "UNLOCALIZED: Their shaft input controls whether fluid is currently allowed through",
|
||||
"create.ponder.valve_pipe.text_3": "UNLOCALIZED: Given Rotational Force in the opening direction, the valve will open up",
|
||||
"create.ponder.valve_pipe.text_4": "UNLOCALIZED: It can be closed again by reversing the input rotation",
|
||||
"create.ponder.valve_pipe.header": "使用液體閥門控制液體流量",
|
||||
"create.ponder.valve_pipe.text_1": "閥門管道有助於控制通過管線網路傳播的液體",
|
||||
"create.ponder.valve_pipe.text_2": "用轉動輸入控制現在是否允許液體通過",
|
||||
"create.ponder.valve_pipe.text_3": "打開方向旋轉,液體閥門將會打開",
|
||||
"create.ponder.valve_pipe.text_4": "反方向的旋轉會關閉閥門",
|
||||
|
||||
"create.ponder.water_wheel.header": "使用水車產生動能",
|
||||
"create.ponder.water_wheel.text_1": "水車利用臨近的水流來進行應力發生",
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/bell_base/block_ceiling"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/bell_base/block_double_wall"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/bell_base/block_floor"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/bell_base/block_single_wall"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/bell_base/block_ceiling"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/bell_base/block_double_wall"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/bell_base/block_floor"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/bell_base/block_single_wall"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/nixie_tube/block"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "create:item/clockwork_component"
|
||||
"layer0": "create:item/creative_blaze_cake"
|
||||
}
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"parent": "create:block/cursed_bell/item"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/haunted_bell"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "create:item/incomplete_clockwork_component"
|
||||
"layer0": "create:item/incomplete_precision_mechanism"
|
||||
}
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "create:block/peculiar_bell/item"
|
||||
"parent": "create:block/peculiar_bell"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "create:item/precision_mechanism"
|
||||
}
|
||||
}
|
|
@ -128,17 +128,30 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"cursed_bell_convert": {
|
||||
"crushing_1": {
|
||||
"sounds": [
|
||||
"create:cursed_bell_convert"
|
||||
{
|
||||
"name": "minecraft:block.netherrack.hit",
|
||||
"type": "event"
|
||||
}
|
||||
],
|
||||
"subtitle": "create.subtitle.cursed_bell_convert"
|
||||
"subtitle": "create.subtitle.crushing_1"
|
||||
},
|
||||
"cursed_bell_use": {
|
||||
"crushing_2": {
|
||||
"sounds": [
|
||||
"create:cursed_bell_use"
|
||||
],
|
||||
"subtitle": "create.subtitle.cursed_bell_use"
|
||||
{
|
||||
"name": "minecraft:block.gravel.place",
|
||||
"type": "event"
|
||||
}
|
||||
]
|
||||
},
|
||||
"crushing_3": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "minecraft:block.netherite_block.break",
|
||||
"type": "event"
|
||||
}
|
||||
]
|
||||
},
|
||||
"deny": {
|
||||
"sounds": [
|
||||
|
@ -199,6 +212,18 @@
|
|||
],
|
||||
"subtitle": "create.subtitle.fwoomp"
|
||||
},
|
||||
"haunted_bell_convert": {
|
||||
"sounds": [
|
||||
"create:haunted_bell_convert"
|
||||
],
|
||||
"subtitle": "create.subtitle.haunted_bell_convert"
|
||||
},
|
||||
"haunted_bell_use": {
|
||||
"sounds": [
|
||||
"create:haunted_bell_use"
|
||||
],
|
||||
"subtitle": "create.subtitle.haunted_bell_use"
|
||||
},
|
||||
"mechanical_press_activation": {
|
||||
"sounds": [
|
||||
{
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
"trigger": "create:bracket_apply",
|
||||
"conditions": {
|
||||
"accepted_entries": [
|
||||
"create:large_cogwheel",
|
||||
"create:cogwheel"
|
||||
"create:cogwheel",
|
||||
"create:large_cogwheel"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "create:clockwork_component",
|
||||
"parent": "create:precision_mechanism",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:oak_sapling"
|
||||
|
@ -21,7 +21,7 @@
|
|||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "create:clockwork_component"
|
||||
"item": "create:precision_mechanism"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "create:clockwork_component",
|
||||
"parent": "create:precision_mechanism",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "create:extendo_grip",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "create:clockwork_component",
|
||||
"parent": "create:precision_mechanism",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "create:potato_cannon",
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
"parent": "create:deployer",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "create:clockwork_component"
|
||||
"item": "create:precision_mechanism"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancement.create.clockwork_component"
|
||||
"translate": "advancement.create.precision_mechanism"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancement.create.clockwork_component.desc"
|
||||
"translate": "advancement.create.precision_mechanism.desc"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
|
@ -21,7 +21,7 @@
|
|||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "create:clockwork_component"
|
||||
"item": "create:precision_mechanism"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "create:clockwork_component",
|
||||
"parent": "create:precision_mechanism",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "create:rotation_speed_controller"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:cursed_bell"
|
||||
"name": "create:nixie_tube"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:nixie_tube"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:nixie_tube"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -21,6 +21,17 @@
|
|||
"op": "replace"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"function": "minecraft:copy_nbt",
|
||||
"source": "block_entity",
|
||||
"ops": [
|
||||
{
|
||||
"source": "Enchantments",
|
||||
"target": "Enchantments",
|
||||
"op": "replace"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "create:copper_backtank"
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:nixie_tube"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:nixie_tube"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:nixie_tube"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:haunted_bell"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:nixie_tube"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:nixie_tube"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:nixie_tube"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:nixie_tube"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:nixie_tube"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:nixie_tube"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:nixie_tube"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:nixie_tube"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:nixie_tube"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -10,7 +10,7 @@
|
|||
"tag": "forge:plates/brass"
|
||||
},
|
||||
"I": {
|
||||
"item": "create:clockwork_component"
|
||||
"item": "create:precision_mechanism"
|
||||
},
|
||||
"A": {
|
||||
"item": "create:andesite_alloy"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "create:clockwork_component"
|
||||
"item": "create:precision_mechanism"
|
||||
},
|
||||
"C": {
|
||||
"item": "create:brass_casing"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"tag": "forge:ingots/brass"
|
||||
},
|
||||
"R": {
|
||||
"item": "create:clockwork_component"
|
||||
"item": "create:precision_mechanism"
|
||||
},
|
||||
"H": {
|
||||
"item": "create:brass_hand"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue